.fly-dyn .vmCartContainer {
    float:right;
    margin-right:25px;
}
div.ask-dyn{
    display:inline-block !important;
}
div.ord_call {
    margin-bottom:7px;
    margin-top:6px;
    background: #7CDF4F repeat scroll 0 0 transparent; /* Для старых браузров */
    background: -moz-linear-gradient(top, #7CDF4F, #06CB07) repeat scroll 0 0 transparent; /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0%,#7CDF4F), color-stop(100%,#06CB07)) repeat scroll 0 0 transparent;
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #7CDF4F, #06CB07) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(top, #7CDF4F, #06CB07) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7CDF4F, #06CB07) repeat scroll 0 0 transparent; /* IE10 */
    background: linear-gradient(top, #7CDF4F, #06CB07) repeat scroll 0 0 transparent; /* CSS3 */ 
    background: linear-gradient(to bottom, #7CDF4F 0%, #06CB07 100%) repeat scroll 0 0 transparent;
    border: 1px solid #00A000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    color: #FFFFFF;
    display:inline-block;
    line-height: 24px;
    font-size: 95%;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: bottom;
    width: 152px;
}

div.ord_call:hover {
    box-shadow: 1px 1px 2px #000000;
}
#backgroundPopup {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CECECE;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
#popupContact {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #CECECE;
    display: none;
    font-size: 13px;
    height: 550px;
    padding: 12px;
    position: fixed;
    width: 800px;
    z-index: 9999;
}
#popupContactClose, #ContactClose_OneClick, #closelogin {
    color: #6FA5FD;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    right: 6px;
    top: 4px;
}
#window {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
}
#contactForm_oneclick, .statusMessage {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
    color: #666666;
}
#contactForm_oneclick {
    height: 415px;
    margin: 0 auto;
    padding: 0 15px 15px;
    width: 330px;
    z-index: 9999;
}
#contactForm_oneclick.positioned {
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    margin-bottom: auto;
    margin-top: auto;
    position: fixed;
    right: 0;
    top: 0;
}
.statusMessage {
    bottom: 0;
    display: none;
    height: 2em;
    left: 0;
    margin: auto;
    padding: 1.5em;
    position: fixed;
    right: 0;
    top: 0;
    width: 30em;
    z-index: 9999;
}
.statusMessage p {
    margin: 0;
    padding: 0;
    text-align: center;
}
#contactForm_oneclick h2 {
    background: linear-gradient(to bottom, #9C9C9C 0%, #515151 100%) repeat scroll 0 0 transparent !important;
    color: #FFFFFF;
    font-family: OfficinaSansMediumC,arial;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.1em;
    margin: 0 0 30px -16px;
    padding: 1em;
    text-transform: uppercase;
    width: 333px;
}
#contactForm_oneclick ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#contactForm_oneclick ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    list-style: none outside none;
    margin: 0.9em 0 0;
    padding: 0;
}
#contactForm_oneclick input, #contactForm_oneclick label {
    line-height: 1em;
}
#contactForm_oneclick label {
    clear: left;
    color: #333333;
    display: inline-block;
    float: left;
    font-weight: 400;
    font-size: 12px;
    margin: 0.15em 0.5em 0 0;
    padding: 0.4em 0 0;
    text-align: left;
    text-transform: uppercase;
    width: 100px;
}
#contactForm_oneclick input, #contactForm_oneclick textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 -1px #D2D2D2;
    color: #999999;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    margin: 0;
    padding: 0.4em;
    width: 200px;
}
#contactForm_oneclick textarea {
    height: 5em;
    line-height: 1.5em;
    resize: none;
}
#contactForm_oneclick *:focus {
    border: 1px solid #000000;
    box-shadow: none;
    outline: medium none;
}
#contactForm_oneclick input:valid, #contactForm_oneclick textarea:valid {
    background: none repeat scroll 0 0 #DDFFDD;
}

#contactForm_oneclick input[type="submit"] {
    background: linear-gradient(to bottom, #7CDF4F 0%, #06CB07 100%) repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 15px;
    height: 28px;
    width: 95px;
}
#contactForm_oneclick input[type="button"], #contactForm_oneclick input[type="submit"] {
    border: medium none;
    box-shadow: 0 0;
    cursor: pointer;
    float: right;
    margin: 2em 1em 0;
}
#contactForm_oneclick input[type="submit"]:hover, #contactForm_oneclick input[type="submit"]:active, #contactForm_oneclick input[type="button"]:hover, #contactForm_oneclick input[type="button"]:active {
    box-shadow: 1px 1px 2px #000000;
    cursor: pointer;
    opacity: 1;
}

#contactForm_oneclick input[type="button"] {
    background: linear-gradient(to bottom, #333333 0%, #000000 100%) repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 28px;
    width: 95px;
}
#virtuemart_shipmentmethod_id,#virtuemart_paymentmethod_id{
    width:210px;
}