@font-face {
    font-family: "MyriadProCondensed";
    src: url("myriadpro-cond_0.eot") format("embedded-opentype"), url("myriadpro-cond_0.woff") format("woff"), url("myriadpro-cond_0.ttf") format("truetype"), url("myriadpro-cond_0.svg#MyriadProCondensed") format("svg");
}

/*Панель*/
#header_bar{
display:none;
width:100%;
min-width:360px;
position: fixed;
background: #2a2a2a;
z-index: 1000;
}
#header_bar.opened{
display:block;
}
.bar_in {

}

/* Главное меню*/
.mainmenu {
	font-size: 24px;
	text-transform: uppercase;
	font-family: "MyriadProCondensed";
}
.mainmenu .menu { min-height: 50px; line-height: 50px; }
.mainmenu .menu li { float: left; display: block; position: relative; list-style: none; border-right: 1px solid #fff; 
   transition: background .30s ease-in-out;
   -moz-transition: background .30s ease-in-out;
   -webkit-transition: background .30s ease-in-out;
   z-index: 999;
}
.mainmenu .menu li:last-child { border-right: none; }
.mainmenu .menu a { 
    color: #fff;
    display: block;
    padding: 0 1em;
	text-decoration: none;
}
.mainmenu .menu ul {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    display: none;
    left: -1px;
    min-width: 250px;
    position: absolute;
    top: 50px;
    z-index: 5;
}
.mainmenu .menu ul li {
	text-transform:none;
	line-height: 40px;
	font-size: 20px;
}
.mainmenu .menu ul li:hover {
	background: #AE2A33;
}
.mainmenu .menu ul ul { left: 100%; top: -1px; }
.mainmenu .menu li.parent li { float: none; border: 1px solid #fff; border-top: none; }
.mainmenu .menu li:hover, .mainmenu .menu li.active { 
	background:#AE2A33;
 }
.mainmenu .menu a:hover {
	text-decoration: none;
}
.mainmenu .menu li:hover ul ul,
.mainmenu .menu li:hover ul li:hover ul ul { display: block; }
.mainmenu .menu li:hover ul,
.mainmenu .menu li:hover ul li:hover ul,
.mainmenu .menu li:hover ul li:hover ul li:hover ul { display: block; }
/*Конец главного меню*/

*{margin: 0; padding: 0}
a{color: #333}
a:hover {color: #AE2A33}
p{margin: 10px 0;}
fieldset,img {border: none;}
img{max-width: 100%}
h1, h2, h3, h4 {
	font-family: "MyriadProCondensed";
}

select, input, textarea {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
		  
    color: #555555;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 5px;	
	font-family: Segoe UI;
	font-style: italic;
}
select:focus, input:focus, textarea:focus { border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/*Обнуления стилей*/
.clear{clear:both;}

/*Ширина центральной части*/

body {font-family: Segoe UI, Tahoma; font-size: 14px; color: #625f74;}
.all {
	max-width: 1000px;
	margin:0 auto;
/*	max-width: 100%;  */
}

/*Общие элементы шаблона Джумлы (стили кнопок, суффиксы классов модулей)*/
.button.green, input.rsform-submit-button{
    background: #333;
    border: 0 none;
    color: #fff;
    font-size: 24px;
    height: 33px;
    line-height: 33px;
    text-align: center;
	cursor: pointer;
	padding: 0 10px;
	font-family: "MyriadProCondensed";
	text-transform: uppercase;

   transition: background .30s ease-in-out;
   -moz-transition: background .30s ease-in-out;
   -webkit-transition: background .30s ease-in-out;
}
.button.red {
    background: #AE2A33;
    border: 0 none;
    color: #fff;
    font-size: 24px;
    height: 33px;
    line-height: 33px;
    text-align: center;
	padding: 0;
	cursor: pointer;
	padding: 0 10px;
	font-family: "MyriadProCondensed";
	text-transform: uppercase;

   transition: background .30s ease-in-out;
   -moz-transition: background .30s ease-in-out;
   -webkit-transition: background .30s ease-in-out;
}
input.rsform-submit-button {
	width: 180px;
	font-style: normal;
}
input.rsform-input-box {
	width: 220px;
	color: #000;
	font-style: italic;
}
strong.formRequired {
	margin: 0;
}
legend {
    color: #AE2A33;
    display: block;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    width: 95%;
}
.button, .search input.button {
    background: #333;
    border: 0 none;
    color: #fff;
    font-size: 16px;
   line-height: 16px;
    text-align: center;
	cursor: pointer;
	font-family: "MyriadProCondensed";
	text-transform: uppercase;
	font-style: normal;

   transition: background .30s ease-in-out;
   -moz-transition: background .30s ease-in-out;
   -webkit-transition: background .30s ease-in-out;	
}
.search input.button {
    float: right;
    margin-left: 5px;
    width: 80px;
}

.button.green:hover, input.rsform-submit-button:hover {
	background: #AE2A33;
}
.button.red:hover {
	background: #333;
}

a.button  {
    color: #fff;
    display: block;
    text-decoration: none;
	text-shadow: 0 1px 3px #666;
}
/*Иконки на товарах*/
.rec {
    bottom: 0;
    position: absolute;
    right: 30px;
}
.new {
    background: #AE2A33 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
}
.hit {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
}
.sale {
    background: none repeat scroll 0 0 #aa0000;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;	
}
/*Конец иконок*/
.header {
	min-height: 50px;
	background: #e7e6e4;
}
.vhod_menu {
	float: left;
	font-family: "MyriadProCondensed";
	font-size: 21px;
}
.vhod_menu .menu {
	line-height: 50px;
	TEXT-TRANSFORM: uppercase;
}
.vhod_menu li {
	position: relative;
	display: block;
	list-style: none;
}
.vhod_menu li a {
	color: #ff767c;
	
}
.poisk {
	float: right;
	margin-top: 10px;
}
.search input {
	width: 280px;

}
.logo {
	float: left;
	width: 400px;
}
.top_block_right {
	float: right;
	width: 500px;
}
.adress {
	float: left;
	font-size: 18px;
	text-transform: uppercase;
	width: 230px;
}
.phone {
	float: right;
	font-size: 18px;
	text-transform: uppercase;
	width: 230px;
}
.block_menu {
	background: #333;
	height: 50px;
	max-width: 1000px;
}
.img_cart {
	background: url('../images/img_cart.png')no-repeat;
	height: 50px;
	width: 50px;
	float: left;
	display: block;
	position: relative;
}
.img_cart a {
	text-decoration: none;
	display:block;
	position: relative;
	line-height: 50px;
}
.cart {
    background: #333 none repeat scroll 0 0;
    bottom: 8px;
    color: #fff;
    float: right;
    height: 50px;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    width: 250px;
}
.vmCartModule  {
    padding-left: 65px;
    padding-top: 10px;
}
.slider {
	margin-bottom: 13px;
}
.slider .wk-slideshow .caption {
    background: none repeat scroll 0 0 rgba(102,102,102, 0.8);
    bottom: 50px;
    left: 50px;
    padding: 10px;
    position: absolute;
    right: 450px;
    z-index: 80;
	font-size: 18px;
}
.slider .wk-slideshow .caption h2 {
    font-size: 46px;
    font-weight: normal;
    text-transform: uppercase;
	text-shadow: 0 1px 3px #666;
}

.slider .wk-slideshow-default .nav {
    bottom: 10px;
    position: absolute;
    right: 15px;
    z-index: 5;
}
.box1, .box2, .box3 {
	width: 240px;
	float: left;
	margin-right: 13px;
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.box4 {
	width: 240px;
	float: right;
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.box1 span, .box2 span, .box3 span, .box4 span {
	display: block;
}
.box1 .custom , .box2 .custom, .box3 .custom, .box4 .custom{
	height: 100px;
}

.sp a {
    bottom: 0;
    color: #fff;
    font-family: "MyriadProCondensed";
    font-size: 31px;
    height: 70px;
    padding: 15px;
    position: absolute;
    text-transform: uppercase;
    width: 210px;
	text-decoration: none;
	text-shadow: 0 1px 3px #666;

   transition: background .30s ease-in-out;
   -moz-transition: background .30s ease-in-out;
   -webkit-transition: background .30s ease-in-out;
}
.box1 .sp a {
	background: url("../images/medal.png") no-repeat scroll 150px 5px #ae2a33;
}
.box1 .sp a:hover {
	 background: url("../images/medal.png") no-repeat scroll 150px 5px #333;
}
.box2 .sp a {
	background: url("../images/rubashka.png") no-repeat scroll 150px 5px #ae2a33;
}
.box2 .sp a:hover {
	 background: url("../images/rubashka.png") no-repeat scroll 150px 5px #333;
}
.box3 .sp a {
	background: url("../images/skidka.png") no-repeat scroll 150px 5px #ae2a33;
}
.box3 .sp a:hover {
	 background: url("../images/skidka.png") no-repeat scroll 150px 5px #333;
}
.box4 .sp a {
	background: url("../images/mashina.png") no-repeat scroll 150px 5px #ae2a33;
}
.box4 .sp a:hover {
	 background: url("../images/mashina.png") no-repeat scroll 150px 5px #333;
}
.left {
	width: 240px;
	float: left;
	margin: 20px 0;
}
.left .menu {}
.left .menu li {
	position: relative;
	display: block;
	line-height: 35px;
	min-height: 35px;
	border-bottom: 1px dotted;
	text-transform: uppercase;
	list-style: none;
	background: url('../images/catalog_li.png')no-repeat; 
	padding-left: 15px;
	font-family: "MyriadProCondensed";
	
   transition: all .30s ease-in-out;
   -moz-transition: all .30s ease-in-out;
   -webkit-transition: all .30s ease-in-out;		
}
.left .menu ul {
	display: none;
	position: relative;
	
   transition: all .30s ease-in-out;
   -moz-transition: all .30s ease-in-out;
   -webkit-transition: all .30s ease-in-out;	
}
.left .menu li:last-child {
	border: none;
}
.left .menu li a {
	font-size: 21px;
	color: #666;
	text-decoration: none;
	position: relative;
	display: block;

   transition: all .30s ease-in-out;
   -moz-transition: all .30s ease-in-out;
   -webkit-transition: all .30s ease-in-out;		
}
.left .menu li:hover, .left .menu li.active {
	margin-left: 15px;
}
.left .menu li a:hover  {
	color: #333;
}
.left .menu li.active a {
	color: #AE2A33;
}
.left .menu ul li a{
	font-size: 18px;
}
.left .menu li.active ul {display: block}
.left .menu li:hover ul ul,
.left .menu li:hover ul li:hover ul ul { display: none; }
.left .menu li:hover ul,
.left .menu li:hover ul li:hover ul,
.left .menu li:hover ul li:hover ul li:hover ul { display: block; }	
.left h3.module-header {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    text-transform: uppercase;
	text-shadow: 0 1px 3px #666;
}
.main_content {
	width: 740px;
	float: right;
	margin: 20px 0;
}
.item-page h1 {
    color: #AE2A33;
    font-family: "MyriadProCondensed";
    font-size: 38px;
    font-weight: normal;
    line-height: 1;
}
.spacer.cat, .spacer {
	position: relative;
	padding: 8px;
	margin: 8px;
	border:1px solid #ccc;
	border-radius: 8px;
}
.spacer.cat h2, .spacer .home_shop_name {
	font-size: 27px;
	text-align: center;
	font-weight: normal;
}
.spacer.cat h2 a, .spacer .home_shop_name a {
 color: #333;
 text-decoration: none;
}
.sku {
    color: #777;
    display: inline-block;
    font-size: 12px;
    width: 50%;
}
.availability_yes, .availability_no {
    color: #777;
    display: inline-block;
    font-size: 12px;
    width: 48%;
	text-align: right;
}
.sale_minus {
    background: none repeat scroll 0 0 #333;
    border-radius: 50%;
    bottom: 55px;
    color: #fff;
    font-size: 11px;
    height: 50px;
    left: -5px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 60px;
}
.sale_minus span {
	font-size: 20px;
	font-family: "MyriadProCondensed";
	line-height: 0.7;
}
.cat_img, .home_shop_img {
    margin-bottom: 10px;
    position: relative;
	text-align: center;
}
.tovar .cat_img img.browseProductImage, .home_shop_img img {
	max-height: 200px!important;
}
.lupa {
	position: absolute;
	right: 10px;
	bottom: 0;
}
.otzyv {
    bottom: 0;
    left: 2px;
    position: absolute;
    width: 40px;
	z-index: 10;
}
.otziv {
    background: none repeat scroll 0 0 #AE2A33;
    border-radius: 50%;
    padding: 8px;
    text-align: center;
	font-family: "MyriadProCondensed";
	font-size: 19px;
	position: relative;
	display: block;
}
.otziv a {
	color: #fff;
	text-decoration: none;
	position: relative;
	display: block;
}
.user {
    bottom: 20px;
    left: 20px;
    position: absolute;
    z-index: 10;
}
.price-old {
	float: left;
}
.PricepriceWithoutTax {
    color: #AE2A33;
    font-size: 17px;
    margin-left: 5px;
    text-decoration: line-through;
}
.tovar .price, 
.tovar .new_price, 
.productdetails-view.productdetails .price, 
.productdetails-view.productdetails .new_price,
.home_shop_price .price, 
.home_shop_price .new_price
 {
    color: #333;
    float: right;
    font-family: "MyriadProCondensed";
    font-size: 31px;
}
.home_shop_name {
	font-family: "MyriadProCondensed";
}
.hasTip {
	display: none;
}
.tovar .product-fields-title, .productdetails-view.productdetails .product-fields-title{
    display: inline-block;
    font-weight: normal;
    text-align: left;
    width: 120px;
}

}
.product-field-display select {
	width: 120px;
}
.productdetails-view.productdetails .otzyv {
	position: relative;
}
.productdetails-view.productdetails h3, .productdetails-view.productdetails h4{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 3px 0;
	font-family: "MyriadProCondensed";
}

.paramfilter a.fullreset {display: none!important;}

.horizontbox .heading {
    font-weight: normal;
    margin-bottom: 3px;
    margin-left: 15px;
    text-align: left;
	font-size: 14px;
}
.horizontbox .price {
	padding: 0 8px;
}
.horizontbox .price .heading {
    margin: 0 auto 0 70px;
    position: absolute;
    text-align: center;
}
.horizontbox .slider_active {
    background: none repeat scroll 0 0 #ccc;
    height: 8px;
    min-width: 2%;
    position: absolute;
    z-index: 1;
}
fieldset.formFieldset ol.formContainer li {
    text-align: center;
}
.formFieldset div.formBody {
    display: block;
	float: none;
}

.popup_cart {
	text-align: center;
	
}
.popup_cart h3 {
    color: #333;
    font-size: 32px;
    font-weight: normal;
    margin-top: 45px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
a.continue_link {

    color: #111;
    display: block;
    float: left;
    font-size: 18px;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 150px;
	font-family: "MyriadProCondensed";
	text-align: center;
	text-decoration: none;
}
.showcart {
	background:#AE2A33;
	color:#fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 5px 10px;
	width: 150px;
	font-family: "MyriadProCondensed";
	display: block;
	float: left;
	margin-left: 15px;
	text-align: center;
}
a.continue,a.showcart  {text-decoration: none;}
a.continue:hover,a.showcart:hover {
	color: #fff;
} 
.tovar_cart {
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
}
.bottom_block {
	background: none repeat scroll 0 0 #f4f4f4;
	padding: 20px 0;
	overflow: hidden;
}
.block1,.block2,.block3,.block4,.block5  {
	float: left;
	width: 200px;
}
.module-block1,.module-block2,.module-block3,.module-block4,.module-block5 {
	padding: 5px;
}
.bottom_block h3.module-header {
    color: #AE2A33;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.bottom_block .menu {}
.bottom_block .menu li {
	list-style: none;
	margin-left: 25px;
	font-size: 16px;
	color: #666;
}
.bottom_block .menu li a{
	color: #666;
	text-decoration: none;
}
.bottom_block .menu li a:hover {
	color: #333;
}
.footer {
	background: #333;
	padding: 15px 0;
	overflow: hidden;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer_logo {
	float: left;
	width: 250px;
}
.footer_adress {
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	font-family: "MyriadProCondensed";
	width: 500px;
}
.schet {
	float: right;
	width: 250px;
}
.bottom h3.module-header {
    color: #AE2A33;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;	
	margin: 10px 0;
}
.product-fields-title b {
    display: block;
    float: left;
    font-weight: normal;
    text-align: left;
    width: 70px;
}
.nspArt h4.nspHeader {
    font-family: "MyriadProCondensed";
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
	text-transform: uppercase;	
}
.nspArt p.nspInfo {
    font-size: 12px!important;
	margin:1px 0;
	color: #999;
}
.nspArt p.nspText {
    float: none;
	line-height: 1;
	margin: 0;
}

.nspArt h4.nspHeader a {
    text-decoration: none;
    color: #AE2A33;
}
.module-left {
	margin-bottom: 20px;
}
.total_products {
	font-weight: bold;
}
.vm-product-media-container {
	text-align: center;
}
.product .spacer h2 {
    font-size: 24px;
    font-weight: normal;
    height: 82px;
    line-height: 0.9;
    text-align: center;
	margin-top: 5px;
}
.spacer h2 a {
	text-decoration: none;
}
.spacer .product-fields {display: none!important;}
.product-price {
	width: 100%;
	overflow: hidden;
	margin: 0!important;
}
.PricesalesPrice {    
	color: #333;
    float: right;
    font-family: "MyriadProCondensed";
    font-size: 31px;
}
.icons_block {
    position: absolute;
    text-align: center;
    top: -8px;
    width: 93%;
}
.productdetails-view h1 {
    color: #AE2A33;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}
.cf4all_buttons input[type="radio"]:checked + label, .cf4all_buttons input[type="checkbox"]:checked + label, .cf4all_color_buttons input[type="radio"]:checked + label, .cf4all_color_buttons input[type="checkbox"]:checked + label {
    background: #AE2A33 none repeat scroll 0 0!important;
    border: medium none!important;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.cf4all_no_color_btn {
    color: #555555;
    font-size: 18px;
    padding: 5px 9px;
	background-color:#fff!important; 
}
a.b1c {
    border-bottom: 1px dashed;
    color: #AE2A33;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}


/*Стили меняющегося изображения в товаре*/
.browse-view .product .spacer .vm-product-media-container {
padding: 0;
text-align: center;
position: relative;
box-sizing: border-box;
}
.browse-view .row .product .spacer img{
max-width: 100%;
max-height: 100%;
}
.image1 {
opacity: 1;
box-sizing: border-box;
-webkit-transition: all linear 0.6s;
-moz-transition: all linear 0.6s;
-ms-transition: all linear 0.6s;
-o-transition: all linear 0.6s;
transition: all linear 0.6s;   
}
.browse-view .product .vm-product-media-container:hover .image1 {
opacity: 0;
-webkit-transition: all linear 0.6s;
-moz-transition: all linear 0.6s;
-ms-transition: all linear 0.6s;
-o-transition: all linear 0.6s;
transition: all linear 0.6s;   
}
.image2 {
position: absolute;
top: 0px;
left: 20px;
width: 100%;
padding-right: 40px;
opacity: 0;
box-sizing: border-box;
-webkit-transition: all linear 0.6s;
-moz-transition: all linear 0.6s;
-ms-transition: all linear 0.6s;
-o-transition: all linear 0.6s;
transition: all linear 0.6s;       
}
.browse-view .product .vm-product-media-container:hover .image2 {
opacity: 1;
-webkit-transition: all linear 0.6s;
-moz-transition: all linear 0.6s;
-ms-transition: all linear 0.6s;
-o-transition: all linear 0.6s;
transition: all linear 0.6s;
}



.tabs dt.selected, .productdetails-view .tabs dt.selected, .left .tabs dt.selected{
    background: #fff none repeat scroll 0 0;
    border-color: #AE2A33;
    color: #AE2A33;
    cursor: auto;
    z-index: 5;
}
.tabs dt, .productdetails-view .tabs dt, .left .tabs dt{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    border-color: #333;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #333;
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    padding: 0 10px;
    position: relative;
}
.tabs dt:hover, .productdetails-view .tabs dt:hover, .left .tabs dt {
	background: #fff;
}
.tabs dd, .productdetails-view .tabs dd, .left .tabs dd{
    background: #fff none repeat scroll 0 0;

    float: right;
    margin: 36px 0 0 -100%;
    position: relative;
    width: 100%;
    z-index: 2;
}

.tabs .tab-content, .productdetails-view .tabs .tab-content, .left .tabs .tab-content {
    border: 1px solid #AE2A33;
    overflow: hidden;
    padding: 10px;
}
.b1c-form .b1c-tl {
	background: #333!important;
}
.b1c-submit, button.b1c {
	background: #AE2A33!important;
	color: #fff!important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	box-shadow: none!important;
}

/*Стили корзины*/
div#vmMainPageOPC {margin:0!important}
div#vmMainPageOPC .opc_menu {
	display: none;
}
div#vmMainPageOPC .opc_top_inner {
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%!important;
}
div#onepage_main_div .opc_section {
    float: none!important;
    width: 100%!important;
}
#opc_shipping_and_shipto_section {
    display: inline-block !important;
    float: none !important;
    margin-right: 25px;
    vertical-align: top;
    width: 48% !important;
}
#payment_top_wrapper {
    display: inline-block !important;
    float: none!important;
    width: 48%!important;
}
div.opc_menu_active, div.opc_heading {
    background-color: #AE2A33!important;
}
div#vmMainPageOPC div.formField input {
    border: 1px solid #333!important;
    color: #000000!important;
}
div.opc_menu span.opc_title, div.opc_heading span.opc_title {
    font-family: "MyriadProCondensed";
    font-size: 18px!important;
    top: 15%!important;
    vertical-align: middle;
}
button#submit_coupon_button {
    background-color: #AE2A33!important;
    color: #ffffff;
    cursor: pointer;
    font-family: "MyriadProCondensed";
    font-size: 16px;
}
div#vmMainPageOPC div.formLabel {
    color: #000;
}
div#vmMainPageOPC a {
    color: #333!important;
}
div#vmMainPageOPC a:hover {
	text-decoration: underline!important;
	color: #333!important;
}
div#vmMainPageOPC button.button_checkbox_uned span {
    float: left!important;
    margin: 8px 0!important;
}
#onepage_main_div button#confirmbtn_button {
    background-color: #333!important;
    font-family: "MyriadProCondensed";
    font-size: 18px;
    padding: 5px 25px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
#onepage_main_div button#confirmbtn_button:hover {
background-color: #333!important;
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
-moz-box-shadow:    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
box-shadow:         inset 0px 0px 10px 0px rgba(0, 0, 0, 0.85);	
}
#basket_container .opc_PricesalesPrice {
    color: #333!important;
}
#basket_container .op_basket_row .opc_total_price, div#basket_container div.op_basket_row div.op_col5_3 {
    color: #333!important;
}
div#vmMainPageOPC h1, div#vmMainPageOPC h2, div#vmMainPageOPC h3 {
    color: #333!important;
}
div#basket_container div.op_basket_row div.op_col7 {
	text-align: left!important;
}
#basket_container .opc_product_name, #basket_container a {
    font-size: 22px!important;
    font-weight: normal!important;
}

.w{
	position: absolute;
	top:-1000px;
}

.dopmenu  li {
    float: left;
    display: block;
    position: relative;
    list-style: outside none none;
    border-right: 1px solid #FFF;
    transition: background 0.3s ease-in-out 0s;
	margin: 10px;
	font-family: "MyriadProCondensed";
	text-transform: uppercase;
	font-size: 21px;
	text-decoration: none;
}

.dopmenu  a {text-decoration: none;}
.box {
    margin: 9px 0px 0px;
}


/* 92 all
   219 высота header
*/