html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 100%; vertical-align:baseline; background: transparent; }
img{border:0;outline: 0;}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
button::-moz-focus-inner {border:0;padding:0;}
input{outline: none;}

html { height: 100%;}
body{ color: #737373; margin:0px; min-height:100%; height: 100%; width:100%; font-family:Tahoma; background:#FFF}

#main_cont{
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    padding: 0;
    position: relative;
    width: 962px;
}
.hide-layout {
  bottom: 0;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
} 
.h-table {
	margin: 0 -15px;
}
table {
	width: 100%;
	border-spacing: 0;
	border-left: 1px dotted #000;
	border-top: 1px dotted #000;
	border-collapse: collapse;
	border: 0;
	text-align: left;
}
	td,
	th {
		zoom: 1;
		vertical-align: top;
		padding: 10px 14px;
		border: 1px dotted #000;
	}
	th {
		background-color: #e9e9e9;
		line-height: 17px;
		font-weight: bold;
	}
/*--------------------HEADER-----------------------*/
#header{
  height: 116px;
  /*height: 110px;*/
  position: relative;
}
#menu{
  float: right;
  position: relative;
  top: 10px;
  height: 17px;
  z-index: 200;
}
#header_menu li{
  float: left;
  margin-right: 17px;
}
#header_menu li.last_header_menu{
  margin-right: 0;
}
#header_menu li a{
  color: #919191;
  font: 12px Tahoma;
  text-decoration: underline;
}
#header_menu li a:hover{
  text-decoration: none;
}
#exit_button{
  display: block;
  text-decoration: none;
  width: 79px;
  height: 21px;
  color: #FFFFFF;
  font: italic bold 15px/20px 'MyriadPro',Tahoma;
  padding-top: 2px;
  padding-left: 7px;
  margin-left: 15px;
  position: absolute;
  top: 21px;
  right: 0;
  background: url('../img/exit_button.png') no-repeat;
}
#exit_button:hover{
  background:url('../img/exit_button.png')  0 -23px no-repeat; 
}
#logo{
  float: left;
  position: relative;
  top: 50px;
}
#number_and_daytime{
  float: left;
  margin-left: 20px;
  position: relative;
  top: 50px;
  margin-right: 22px;
}
#number{
  color: #919191;
  font: /*14px*/ 12px Tahoma;   
}
#number span{
  font: /*22px */ 18px 'MyriadPro',Tahoma;
  color: #373737;
  text-transform: uppercase;
  font-weight: bold;
}
#daytime{
  color: #919191;
  font: 12px Tahoma;
  position: relative;
  bottom: 1px;  
}
#user_go{
  height: 23px;
  padding-left: 28px;
  background: url('../img/user.png') no-repeat;
  float: right;
  position: relative;
  top: 45px;
  margin-left: 62px;
}
.my_personal_cont{
  margin-left: 18px !important;
}
#user_go p{
  background: url('../img/go_round.png') no-repeat;
  color: #FFFFFF;
  cursor: pointer;
  font: italic bold 15px/20px 'MyriadPro',Tahoma;
  height: 23px;
  width: 66px;
  padding-top: 2px;
  text-align: center;
}
#user_go a{
  display: block;
  background: url('../img/my_personal_place_round.png') no-repeat;
  color: #FFFFFF;
  font: italic bold 14px/20px 'MyriadPro',Tahoma;
  height: 23px;
  width: 110px;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
}
#basket_no{
  float: right;
  position: relative;
  top: 42px;
  height: 27px;
  padding-left: 45px;
  background: url('../img/basket.png') no-repeat;
}
#basket_no p{
  color: #919191;
  font: 12px Tahoma;     
}
#buy{
  background: url('../img/buy_round.png') no-repeat;
  color: #FFFFFF;
  cursor: pointer;
  font: italic bold 14px/20px 'MyriadPro',Tahoma;
  height: 23px;
  width: 98px;
  padding-top: 2px;
  text-align: center;
  float: right;
  position: relative;
  left: 35px;  
  top: 45px;
  margin-left: 10px;
}
#buy a {
  color: #fff;
  text-decoration: none;
}
#basket_header{
  float: right;
  position: relative;
  top: 42px;
  left: 35px;
  height: 27px;
  padding-left: 45px;
  background: url('../img/basket.png') no-repeat;
}
#basket_header p{
  color: #855998;
  font: 12px Tahoma;  
}
#basket_header span{
  color: #919191;  
}
#basket_header a {
  text-decoration: none;
}
#auth_reg_cont{
  width: 400px;
  height: 220px;
  border: 2px solid #855998;
  position: absolute;
  right: 0;
  top: 95px;  
  display: none;
  z-index: 999;
}
#auth_reg_cont .b-form__error{
  display: none;
}
#auth_reg_close{
  display: none;
}
.purple_up{
  width: 11px;
  height: 11px;
  background: url('../img/purple_up.png') no-repeat;
  position: absolute;
  right: 26px;
  top: -10px;  
}
#reg_cont{
  width: 50%;
  height: 100%;
  float: left;
  border-right: 2px solid #855998;
  background: #e8e8e8;
}
#auth_cont{
  width: 198px;
  height: 100%;
  float: left;
  background: #FFFFFF;
}
#ie_pass_auth{
  display: none;
  width: 151px;
  height: 27px;
  position: relative;
  
  background: url('../img/ie_pass_auth.png') no-repeat;
}
.auth_reg_title{
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font: bold 14px 'MyriadPro',Tahoma;
  color: black;
}
.reg_auth_input{
  display: block;
  background: url('../img/reg_auth_input.png') no-repeat;
  width: 127px;
  height: 27px;
  margin: 0 auto 2px;
  padding: 0 12px;
  font: 12px 'MyriadPro',Tahoma;
  color: #8f8f8f; 
  border: none;  
}
#reg_button{
  display: block;
  background: url('../img/reg_button.png') no-repeat;
  width: 166px;
  height: 23px;
  padding-bottom: 2px;
  margin: 10px auto 0;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  font: italic bold 14px/20px 'MyriadPro',Tahoma; 
  border: none; 
}
.checkbox_cont{
  margin: 4px auto 0; 
  width: 152px;
  font: 12px/27px 'MyriadPro',Tahoma;
  color: black;
}
.checker{
  width: 12px;
  height: 12px;
  float: left;
  margin: 7px 5px 0 0;
}
.checker input{
  margin: 0;
  border: 0;
  opacity: 0;
  filter:alpha(opacity=0);
}
.checker span{
  position: relative;
  bottom: 6px;
  background: url('../img/checkbox.png') no-repeat;
}
.checker .checked{
  background: url('../img/checkbox_focus.png') no-repeat;
}
#soc_title{
  padding-left: 32px;
  font: 12px/27px 'MyriadPro',Tahoma;
  color: black;  
  bottom: 3px;
  height: 24px;
  position: relative;  
}
#cos_cont{
  margin-left: 32px;
  height: 16px;
}
#cos_cont a{
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
}
#goo{
  background: url('../img/goo.png') no-repeat;
}
#vk{
  background: url('../img/vk.png') no-repeat;
}
#tw{
  background: url('../img/tw.png') no-repeat;
}
#odn{
  background: url('../img/odn.png') no-repeat;
}
#remember{
  margin-left: 32px;
  color: #7d4d91;
  font: 12px/27px 'MyriadPro',Tahoma;
}
#remember:hover{
  text-decoration: none;
}
#auth_button{
  display: block;
  background: url('../img/auth_button.png') no-repeat;
  width: 145px;
  height: 23px;
  padding-bottom: 2px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  font: italic bold 14px/20px 'MyriadPro',Tahoma; 
  border: none;    
}
.remember_check{
  margin-left: 32px;
}
 /*---------------MENU--------------------*/
#menu_cont{
  width: 100%;
  height: 42px;
  min-width: 1000px;
}
#catalog{
  float: left;
  width: 118px;
  height: 42px;
  margin-right: 6px;
  background: url('../img/catalog.png') no-repeat; 
  position: relative;  
  z-index: 10;
}
#catalog:hover{
  background: url('../img/catalog_hover.png') no-repeat;
}
#catalog:hover .subm1{
  visibility: visible;
}
.item_1:hover .subm1{
  visibility: visible;
}
#catalog span{
  text-transform: uppercase;
  font: bold 14px 'MyriadPro',Tahoma;
  color: #373737;  
  display: block;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 47px;  
  cursor: pointer;
}
#catalog:hover span{
  color: white;
}
#main_menu{
  float: left;
}
.level_1{
  float: left;
  background: url('../img/main_menu_back.png') repeat-x;
  text-align: center;
  height: 42px;
  display: block;
  width: auto;
  min-width: 152px;
}
.level_1:hover{
  background: url('../img/main_menu_hover.png') repeat-x;
}
.item_1{
  display: block;
  font: bold 14px 'MyriadPro',Tahoma;
  color: #373737;  
  text-decoration: none;
  text-transform: uppercase;
  height: 28px;
  padding: 14px 6px 0 6px;  
}
.item_1:hover{
  color: white;
}
.first_main_menu .item_1{
  padding-left: 6px !important;
}
.last_main_menu .item_1{
  padding-right: 6px !important;
}
#search_cont{
  width: 224px;
  height: 42px;
  background: url('../img/search_back.png') no-repeat;
  float: left;
  margin-left: 6px;
}
#search_input{
  border: none;
  background: white;
  height: 29px;
  width: 156px;
  padding: 0 8px;
  position: relative;
  font: 12px Tahoma;
  color: #c6c6c6;
  left: 6px;
  top: 6px;
  float: left;
}
#search_button{
  border: none;
  width: 24px;
  height: 42px;
  background: url('../img/search_button.png') no-repeat 0 50%;
  cursor: pointer;
  position: relative;
  left: 15px; 
}
.subm1{
  position: absolute;
  background: white;
  border: 2px solid #855998;
  border-radius: 3px;
  padding: 12px 0 12px 0;
  visibility: hidden;
  z-index: 10;
}
.level_2{
  display: block;
  padding: 10px 22px;  
  text-align: left;  
}
.menu_arrow_left{
  position: relative;
  right: -24px;
  top: 1px;
  z-index: 12;
  width: 10px;
  height: 11px;
  background: url('../img/arrow_left.png') no-repeat; 
  float: right;
  visibility: hidden;
}
#catalog .level_2:hover  .menu_arrow_left{
  visibility: visible;
}
#catalog .level_2:hover .subm2{
  visibility: visible;
}
.item_2{
  font: bold 14px 'MyriadPro',Tahoma;
  color: #373737;   
  text-transform: uppercase;  
  text-decoration: none;
  white-space: nowrap;
  display: block;
}
.item_2:hover{
  color: #855998;
}
.menu_arrow_up{
  width: 15px;
  height: 10px;
  background: url('../img/menu_up.png') no-repeat;
  position: absolute;
  top: -10px;
  left: 21px;
}
.subm2{
  padding: 18px 0;
  background: #e8e8e8;
  border: 2px solid #855998;  
  position: absolute;
  z-index: 11;
  visibility: hidden;
  top: -2px;
  left: 223px;
  min-height: 276px;
  
}
.level_3{
  padding: 0 30px;
  text-align: left;
  display: block;/*table-cell;*/
  float: left;
}
.item_3{
  margin-bottom: 12px;
  font: bold italic 14px 'MyriadPro',Tahoma;
  color: #929292;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}
.item_3:hover{
  color: #855998;
}
.not_first{
  margin-top: 18px;
}
.item_4{
  margin: 8px 0;
  color: #373737;
  font: 13px 'MyriadPro',Tahoma;
  padding-left: 12px;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}
.item_4:hover{
  color: #855998;
}
.star{ 
  background: url('../img/star.png') no-repeat 0 49%;
}

/*-----------------PROMO_SLIDER------------*/
.promo_slider {
  width: 100%; 
  height: 360px;
  position:relative;
  border-bottom: 1px dotted #b7b7b7;
  z-index: 9;
}
.sliderContent {
  width: 100%; 
  height: 360px;
  float:left;
  position:relative;
  overflow:hidden;
}
.sliderContent .slider_item {
  width:100%; 
  height: 360px;
  position:absolute;
  background:#fff;
}
.sliderArrows a{
  display: block;
  position: absolute;
  top: 41%;
  width: 41px;
  height: 40px;
  z-index: 9;
  font-size: 0;
}
.sliderArrows .prev{
  background: url('../img/slider_arrow_l.png') no-repeat;
  left: 0;
}
.sliderArrows .next{
  background: url('../img/slider_arrow_r.png') no-repeat;
  right: 0;
}
.sliderBullets{
  position: relative;
  z-index: 9;
  bottom: 61px;
  font-size: 0;
  float: left;
}
.sliderBullets a{
  display: block;
  float: left;
  margin: 0 2px;
  width: 17px;
  height: 16px;
  background: url('../img/slider_bullet.png') no-repeat;
}
.sliderBullets a.active{
  background: url('../img/slider_bullet_act.png') no-repeat;
}
.slider_text{
  float: left;
  position: relative;
  z-index: 9;
  left: 120px;
  max-width: 450px;
  display: block;
  text-decoration: none;
}
.slider_title{
  font: bold 30px 'MyriadPro',Tahoma;
  color: #373737;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.slider_small_title{
  color: #7b7b7b;
  font: 24px 'MyriadPro',Tahoma;
  margin-bottom: 25px;
}
.slider_price{
  font: bold 46px/15px 'MyriadPro',Tahoma;
  color: #373737;
  text-transform: uppercase;
}
.slider_price span{
  font-size: 26px;
}
.slider_img{
  float: right;
  position: relative;
  z-index: 9;
  right: 120px;
  display: block;
  top: 51px;
}
.slider_details{
  display: block;
  margin-top: 25px;
  width: 151px;
  height: 28px;
  padding-top: 7px;
  background: url('../img/slider_details.png') no-repeat;  
  color: white;
  font: bold italic 18px 'MyriadPro',Tahoma;
  text-align: center;
  text-decoration: none;
}

/*-----------------CONTENT-------------------*/
#content{
  width: 100%;
  float: left;
  margin-top: 35px;  
}
#right_side{
  width: 240px;
  float: right;
  margin-left: 20px;
}
#product_block{
  float: left;
  width: 700px;
}
#benefits p{
  color: #373737;
  font: bold italic 24px 'MyriadPro',Tahoma;
  margin-bottom: 20px;
}
#benefits li{
  color: #373737;
  font: italic 14px 'MyriadPro',Tahoma;
  margin-bottom: 28px;
  padding-left: 15px;
  width: 235px;
  background: url('../img/li.png') no-repeat 0 10%;  
}
.banner{
  display: block;
  margin-top: 35px;
  margin-bottom: 25px;
}
#news_cont{
  width: 100%;
  float: left;
  /*border-bottom: 1px dotted #b7b7b7;*/
  padding-bottom: 15px;
  margin-top: 15px;
}
#news_left{
  float: left;
  color: #373737;
  font: italic 28px 'MyriadPro',Tahoma;  
}
#news_right{
  display: block;
  float: right;
  color: white;
  font: bold 14px 'MyriadPro',Tahoma; 
  text-decoration: none;
  text-align: center;
  width: 102px;
  height: 20px; 
  padding-top: 5px;  
  background: url('../img/all_news.png') no-repeat; 
}
#news_link img{
  margin: 10 auto;
}
#news_link{
  color: black;
  font: 15px 'MyriadPro',Tahoma;   
}
#news_link p{
  height: 33px;
  overflow: hidden;
}
#news_link:hover{
  text-decoration: none;
}
#undernews{
  font: 13px/17px Tahoma;
  color: #505050;
  height: 66px;
  overflow: hidden;
}

.main_products{
  width: 100%;
  max-height: 375px;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.new_stuff{
  margin-bottom: 0;
}
.carousel li{
  width: 214px !important;
  margin-right: 20px;
  border-bottom: 1px dotted #b7b7b7;
  padding-bottom: 10px;
}
.products_title{
  color: #373737;
  font: bold italic 24px 'MyriadPro',Tahoma;   
  margin-bottom: 30px;
}
.carousel_title{
  color: #373737;
  font: 18px 'MyriadPro',Tahoma; 
  height: 40px;
  overflow: hidden; 
  display: block; 
}
.carousel_link{
  display: block;

}
.carousel_link img{
  display: block;
  margin: 20px auto;
  height: 150px;
}
.carousel_litle_prise{
  float: left;
  color: #373737;
  font: 14px 'MyriadPro',Tahoma;   
}
.carousel_prise{
  float: left;
  color: white;
  font: bold italic 16px 'MyriadPro',Tahoma;   
  background: url('../img/left_round_price.png') 0 0 no-repeat #885E9B;
  height: 24px;
  text-align: center;
  padding-left: 9px;
  bottom: 5px;
  left: 5px;
  position: relative;
}
.carousel_prise .right_round_price{
  display: block;
  height: 100%;
  width: 9px;
  background: url('../img/right_round_price.png') no-repeat;
  position: absolute;
  right: -9px;
  top: 0;
}
.carousel_prise span{
  position: relative;
  top: 4px; 
}
.price_cont{
  width: 100%;
  float: left;
}
/*.carousel_buy{
  float: left;
  height: 31px;
  width: 119px;
  background: url('../img/carousel_buy.png') no-repeat;
  cursor: pointer;
  margin-top: 5px;
}*/



.add-to-cart-wrapper2 {
background-color: #E11848;
/*border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;*/
webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
behavior: url('/js/PIE.htc');
-pie-poll: true;
box-shadow: 0 4px 0 0 #a01133;

color: #FFFFFF;
display: inline-block;
font-size: 16px;
font-style: italic;
height: 40px;
margin-left: 3px;
padding-left: 15px;
padding-right: 15px;
padding-top: 2px;
padding-bottom: 5px;
position: relative;
/*top: -5px;*/
 }
 .add-to-cart-wrapper3 {
background-color: #ffffff;
/*border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;*/
webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
behavior: url('/js/PIE.htc');
-pie-poll: true;
border: 1px solid #c9c9c9;

color: #FFFFFF;
display: inline-block;
font-size: 16px;
font-style: italic;
height: 40px;
margin-left: 3px;
padding-left: 15px;
padding-right: 15px;
padding-top: 2px;
padding-bottom: 7px;
position: relative;
/*top: -5px;*/
 }
 
 /*.add-to-cart-wrapper2::before{class:"b-catalog-item-buy__in3"; 
 background-color: #fff;webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
behavior: url('/js/PIE.htc');
-pie-poll: true;


color: #FFFFFF;
display: inline-block;
font-size: 16px;
font-style: italic;
height: 40px;
margin-left: 3px;
padding-left: 15px;
padding-right: 15px;
padding-top: 2px;
padding-bottom: 5px;
position: relative;}*/
 
.add-to-cart-wrapper2:hover{background:#f70f47;box-shadow:0 4px 0 0 #af0b32;behavior: url('/js/PIE.htc');} .add-to-cart-wrapper2:active {background:#c0294d;box-shadow:0 1px 0 0 #881d37; color:f9eaee;behavior: url('/js/PIE.htc');}
.add-to-cart-wrapper2 .b-catalog-item-buy2 {
  color: white !important;
  font-style: normal;
  font-size: 18px;
  background: url(/img/b-catalog-item-buy-white.png) no-repeat 73px 0px;
  margin-top: 9px;
  margin-right: -5px;
  background-position-x: 73px;
}
.add-to-cart-wrapper3 .b-catalog-item-buy3 {
  color: #5f5f5f !important;
  font-style: normal;
  font-size: 18px;
 /* background: url(/img/b-catalog-item-buy-white.png) no-repeat 73px 0px;*/
 /* margin-top: 9px;*/
 /* margin-right: -5px;*/
  text-decoration:none;
/*  background-position-x: 73px;*/
}
.carousel .add-to-cart-wrapper {
  float: left !important;
}
.add-to-cart-wrapper .b-catalog-item-buy2 {
    background-image: url("../img/b-catalog-item-buy-white.png");
    color: #FFFFFF !important;
    font-size: 18px;
    font-style: normal;
}
.g-fl_r {
    float: right;
}
.b-catalog-item-buy2 {
    background: url("../img/b-catalog-item-buy.png") no-repeat scroll right 2px rgba(0, 0, 0, 0);
    color: #000000 !important;
    display: inline-block;
    font-size: 16px;
    margin-top: 2px;
    padding: 3px 16px 4px 0;
    text-decoration: none;
    vertical-align: top;
}
.add-to-cart-wrapper2 .b-catalog-item-buy__in2 {
    border-bottom: medium none;
	font-style: italic;
font-size: 21px;
font-weight: 800;
padding-right: 10px;
}
.add-to-cart-wrapper3 .b-catalog-item-buy__in3 {
    border-bottom: medium none;
	font-style: italic;
font-size: 23px;
/*font-weight: 800;*/
/*padding-right: 7px;*/
line-height: 42px;
}



/*.add-to-cart-wrapper2  .b-catalog-item-buy__in3
{background-color: #ffffff;

border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
color: #FFFFFF;
display: inline-block;
font-size: 16px;
font-style: italic;
height: 40px;
margin-left: 3px;
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
padding-bottom: 5px;
position: relative;
/* top: -5px; */
} */
.b-catalog-item-buy__in {
    border-bottom: 1px dashed;
}
.add-to-cart-wrapper  .button-in-cart{
  font-size: 14px;
}

.carousel_status{
  width: 44px;
  height: 45px;
  float: right;
  position: relative;
  bottom: 8px;
}
.best_price .carousel_status{
  background: url('../img/best_price.png') no-repeat;
}
.bestsellers .carousel_status{
  background: url('../img/hit.png') no-repeat;
}
.new_stuff .carousel_status{
  background: url('../img/newest.png') no-repeat;
}
.jcarousel-prev,
.jcarousel-next{
  width: 26px;
  height: 25px;
  position: absolute;
  float: left;
  cursor: pointer;
    top: -57px;
}
.jcarousel-prev{
  background: url('../img/carousel_left.png') no-repeat;
}
.jcarousel-next{
  background: url('../img/carousel_right.png') no-repeat;
}
.best_price .jcarousel-prev{
  left: 160px; 
}
.best_price .jcarousel-next{
  left: 192px; 
}
.bestsellers .jcarousel-prev{
  left: 170px; 
}
.bestsellers .jcarousel-next{
  left: 202px; 
}
.new_stuff .jcarousel-prev{
  left: 110px; 
}
.new_stuff .jcarousel-next{
  left: 142px;
}

/*------------UNDERCONTENT-------------------*/
#brands_title{
  color: #373737;
  font: bold italic 24px 'MyriadPro',Tahoma; 
  margin-bottom: 15px;
}
#brands{
  padding-bottom: 50px;
  float: left;
  width: 100%;
  padding-top: 30px;
}
#brands table{
  margin: 0 auto;
}
#brands td{
  border: none;
  padding: 15px 5px;
  vertical-align: middle;
}
#brands td a{
  display: block;
  float: left;
  text-align: center;
  border: 1px dotted #FFFFFF;
  width: 100%;
  height: 100%;
}
#brands td:hover a{
  border: 1px dotted #000000;
}
#brands td img{
  width: 100px;
}
#undermenu{
  float: left;
  width: 100%;
  padding-top: 30px; 
  border-top: 1px dotted #000000;
}

#undermenu li{
  width: 234px;
  float: left;
}
#undermenu ul li ul li {
  display: block;
  float: none;
  padding: 0 0 0 2px;
}
#undermenu  .strange_li{
  bottom: 85px;
  float: none;
  left: 234px;
  position: relative; 
  height: 15px;  
}
.nolink, .underitem1{
  color: #805394;
  font: 17px/30px 'MyriadPro',Tahoma;  
}
.underitem2{
  color: #7D7D7D;
  font: 11px/20px Tahoma;
}
#undermenu a:hover{
  text-decoration: none;
}

#section_description{
	float: left;
	width: 100%;
	padding: 30px 0px 15px;
	border-top: 1px dotted #000;
}

#ya{
  bottom: 15px;
  position: relative;
}
#ya img{
  border: 1px solid gray;
}
/*-------------FOOTER------------*/
#footer{
  height: 145px;
  background: #818284;
  float: left;
  margin-top: 60px;
  width: 100%;
  min-width: 962px;
}
#footer_middle {
  margin: 0 auto;
  position: relative;
  width: 962px;
  padding-top: 25px;
}
#cart_cont{
  float: left;
  width: 170px;
  margin-right: 25px;
}
#cart_cont p{
  color: #FFFFFF;
  font: bold 14px Trebuchet MS,Tahoma;  
  margin-bottom: 15px;
}
.credit{
  width: 154px;
  height: 21px;
  background: url('../img/credit.png') no-repeat;
}
#about_time_cont{
  float: left;
  font: 14px Tahoma;
  color: #c9ccd0;
  bottom: 6px;
  position: relative;  
}
.footer_tel span{
  font: bold 10px Tahoma;
}
.footer_tel{
  font: bold 17px Tahoma;
}
#right_cont{
  float: right;
  font: bold 12px Trebuchet MS;
  color: white;
}
#right_cont p{
  clear: both;
  float: right;
  margin-top: 5px;
  font-size: 12px;
}
#right_cont a{
  color: white;  
}
#right_cont a:hover{
  text-decoration: none;
}
.kosmos{
   float: right;
}

/*????? ?? ??????? ?????*/
.b-catalog-item-price {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
}
.right {
    float: right;
}
.b-product-prices__grey {
    color: #676767;
}

.g-clr {
    clear: both;
    height: 0;
    overflow: hidden;
}
.b-catalog-item-price.right .b-catalog-item-price__val {
    background-color: #E40048;
}
.b-catalog-item-price__val {
    background-color: #885E9B;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				-ms-border-radius: 10px;
				border-radius: 10px;
				behavior: url('../js/PIE.htc');
				-pie-poll:true;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    height: 24px;
    margin-left: 3px;
    padding: 0 10px;
}
.b-catalog-item-price.right.b-product-prices__grey .b-catalog-item-price__val {
    background-color: #E9E9E9;
}
.b-catalog-item-price.right .b-catalog-item-price__val {
    background-color: #E40048;
}
.b-product-prices__grey .b-catalog-item-price__val {
    background-color: #E9E9E9;
    color: #676767;
}
#afterCartAdd {
    display: none;
}
.b-popup {
    color: #000000;
    font-size: 12px;
    margin: 0;
    padding: 40px 50px;
}
.af-main {
    padding: 10px;
}

.af-item {
    margin: 0 0 30px;
}

h2, .g-h2 {
    color: #000000;
    font: italic 24px 'MyriadPro',Tahoma;
}
.af-item td {
    border: 0 none;
}
.af-buttons {
    margin: 20px 0;
}
.af-buttons .asub {
    background: none repeat scroll 0 0 #885E9B;
    border-radius: 12px 12px 12px 12px;
  	-moz-border-radius: 12px;
  	-webkit-border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font: italic 15px/20px 'MyriadPro',Tahoma;
    height: 22px;
    margin: 0 0 0 10px;
    padding: 2px 12px 0;
    position: relative;
    right: 2px;
    text-align: center;
    top: -3px;
	behavior: url('/js/PIE.htc');
}

.compare{
  font: 12px Tahoma;
  color: #919191;
  float: left;
}
.compare_text, .compare a{
  color: #855998;
}
#compareWidget{
  float: left;
  display: block;
  margin-top: 42px;
}
#compareWidget img{
  float: left;
  margin-right: 5px;
}
#mini_cart{
  float: right;
  margin-right: 10px;
}
input.b-form-input_state_error{
  background: url('../img/reg_auth_input_red.png') no-repeat; 
}
#registration .b-form_id_reg input.b-form-input_state_error,
#login .b-form_id_reg input.b-form-input_state_error
{
  background: none; 
}

.new_year_nav li { display: block; float: left; margin-right: 5px; width: 25px; height: 22px; padding-top: 3px; text-align: center; background: #cacaca;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
}
.new_year_nav li a { color: white; font: bold 18px 'MyriadPro',Tahoma; text-decoration: none;}
.new_year_nav li:hover, .new_year_nav li.pag_now { background: #865e9f;}
.new_year_nav_left span { position: relative; top: 2px; left: 7px; display: block; width: 10px; height: 15px; background: url('../img/new_year_img/new_year_nav_left.png');}
.new_year_nav_right span { position: relative; top: 2px; left: 9px; display: block; width: 10px; height: 15px; background: url('../img/new_year_img/new_year_nav_right.png');}
.h-catalog-item__types  .carousel_status { background: url('../img/new_year_img/new_year_status.png') no-repeat; bottom: 5px; position: relative; top: 3px; right: 2px;}


.new_year_nav { height: 40px;}
	.h-product__card2 {
		margin: 0 -20px 15px;
		padding: 15px 20px 0px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		border-radius: 20px;
		behavior: url('/js/PIE.htc');
		/*background: #f6f6f6;*/
		font-size: 16px;
		font-family: 'MyriadPro', Tahoma, sans-serif;
	}
	#show-ocb-form.intaro-modules-button2 {
 /* background: url(/img/1click.png) 0 0 no-repeat;*/
 background: url(/img/pointer.png) 10px 10px no-repeat;
  /*text-indent: -9999px;*/
  font-weight:800;
   font-family: 'MyriadPro',Tahoma;  
  width: 230px;
  /*height: 31px;*/
  text-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  margin-left: 3px;
  /*margin-top: 5px;*/
  cursor: pointer;
  margin-left:10px;
  
background-color: #c9c9c9;
webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
box-shadow: 0 4px 0 0 #8f8f8f;
behavior: url('/js/PIE.htc');
color: #5f5f5f;
display: inline-block;
font-size:17px;
font-style: italic;
height: 47px;

padding-left: 40px;
padding-right: 10px;
padding-top: 2px;
padding-bottom: 0px;


}

#show-ocb-form.intaro-modules-button2:hover {
background-color: #d3d3d3;
box-shadow: 0 4px 0 0 #969696;
color:  #5f5f5f;
behavior: url('/js/PIE.htc');
}
#show-ocb-form.intaro-modules-button2:active {
background-color: #b7b6b6;
box-shadow: 0 1px 0 0 #828181;
color:  #5f5f5f;
behavior: url('/js/PIE.htc');
}

	.b-product-prices__grey2{
			color: #676767;
			padding-left:10px;
		}
			.h-product__right2 {
		float: right;
		width: 370px;
	}
				.b-catalog-item-price__val2 {
display: -moz-inline-stack;
display: inline-block;
margin-left: 3px;
padding: 15px 15px;
-webkit-border-radius: 20px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 30px;
behavior: url('/js/PIE.htc');
-pie-poll: true;
background-color: #885e9b;
color: #fff;
font-style: italic;
font-size: 30px;
min-width: 95px;
text-align: center;
/*float:left;*/
}

.b-catalog-item-price__val5
{
font-size:24px;
color:#9e9e9e}