@import url("reset.css");

/* @group Общий стиль */
html{
      /*background: #494949 url(../images/bg.jpg) center top;*/
    color: #000;
        background: #e2e2e2;
    font: 12px/1.25 sans-serif;
    font-family: Roboto, Arial, Tahoma, sans-serif;
    overflow-x: hidden;
       
    background: url(../images/fon-avto-1.jpg) repeat;
}
body  {
      min-width: 1000px;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
   /* box-shadow: 0px -1px 17px 1px #7F7F7F;*/
}

p{margin-bottom: 15px;}

h1 {
  font-size: 30px;
  margin-top: 10px;
  font-weight: normal;
  text-shadow: 0px 1px 0px #fff;
  /* background: url(../images/special-offers.png) repeat left top; */
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top,#ffffff,#dfdfdf);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#dfdfdf));
  background-image: -webkit-linear-gradient(top,#ffffff,#dfdfdf);
  background-image: -o-linear-gradient(top,#ffffff,#dfdfdf);
  background-image: linear-gradient(to bottom,#ffffff,#dfdfdf);
  font: normal 24px/38px Myriad pro,Verdana,Arial,Tahoma,sans-serif;
  min-height: 40px;
  padding: 0 5px;
  text-transform: uppercase;
  text-align: center;
  clear:both;
}

h2 {
	  clear: both;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: Myriad pro;
}

h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

a { color: #0095eb; }

a:hover { color: #e84d07; }

e[type="button"] {
	cursor:hand;
	cursor:pointer;
}
/* @end — Общий стиль */


#headslide{
    
}
#headusse{
            float: left;
    width: 100%;
    background: #ffffff;
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid #a2a2a2;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* @group Верхняя строка */
#top_background{
	  min-height: 30px;
  padding-top: 0px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0px;
}
#top{
	display: table;
    margin: 0px auto;
    width: 1000px;
    background: #F0F0F0;
    padding: 5px 5px 1px 5px;
    margin-bottom: 10px;
    /* border-radius: 3px 3px 0 0; */
    box-shadow: 0px 1px 2px #888;
    /* background: #F5EFCF; */
    /* background-color: #f3b32c; */
    /*background-image: -moz-linear-gradient(top,#f4ba30,#f1a827);  */
    /* background-image: -webkit-gradient(linear,0 0,0 100%,from(#f4ba30),to(#f1a827)); */
    /* background-image: -webkit-linear-gradient(top,#f4ba30,#f1a827); */
    /*background-image: -o-linear-gradient(top,#f4ba30,#f1a827);  */
    /* background-image: linear-gradient(to bottom,#f4ba30,#f1a827); */
}
#menu{
         margin-left: 0px;
    background: #e8e8e8;
    margin: 0 auto;
    width: 100%;
    float: left;
        padding: 0px;
    height: 28px;
        background: #ff9435;
}

#menu li{
            float: left;
    list-style: none;
    border-right: 1px solid #a5a9af;
       /* width: 19.9%;*/
         width: 16.5%;

    line-height: 28px;
    text-align: center;
}
#menu li:nth-child(6){
    border:none;
}
#menu li:hover {
    background: #ff9d43;
}
#menu li a{
          color: #000000;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    color: #000000;
    font-weight: normal;
    font: 15px/.9 sans-serif;
        font-family: Roboto, Arial, Tahoma, sans-serif;
    text-shadow: 0px 0px rgba(0,0,0,.2);
}
#menu li.selected a, #menu li:hover a{
	 /* border: 1px solid #d5d5d5;*/
   /*    border-left: 1px solid #f9d743;
  border-right: 1px solid #ef9819;     */
      /*background: rgba(255,255,255,.07);*/
  text-decoration: none;
}
.dd {
    
}
.ddd{
    display:none;
}

.dd:hover > .ddd{
    display:block;
}


#blog{
	list-style: none;
}

#currencies{
	margin-bottom:15px;
}

#currencies ul{
	margin-top: 10px;
}
#currencies ul li{
	font-size: 12px;
	display: inline;
	padding-right: 5px;
	list-style: none;
}

#currencies ul li a{
	white-space: nowrap;
	color: #505050;
}
#currencies ul li.selected a{
	text-decoration: none;
}

#cart_informer{
	/*background-color: #fff;
	padding: 5px 13px 6px 13px;
	border-radius: 15px;
	float: right;
	margin-top: 6px;
	margin-left: 10px;
	color: #505050;*/
}


/* @group Шапка сайта */
#header {
	margin: 0px auto;
    /*overflow: hidden;*/
    clear: both;
    display: block;
    /* height: 127px; */
    margin-top: 10px;
    position: relative;
        min-width: 1010px;
    background: rgb(208, 208, 208);
    text-shadow: 1px 1px rgba(0,0,0,.2);
    text-align: center;
        border-top: 3px solid #ff9435;
    /*box-shadow: 0px -7px 20px 0px #2b2b2b;*/

}
#head-right{
    float: right;
    
            width: 23%;
    padding-top: 5px;
}

.phone-online-shop {
     float: left;
    width: 69%;
    margin-top: 15px;
    text-align: center;

}
.hours {
      float: left;
  width: 50px;
      margin-top: 5px;
    
}

.tell{
          color: #646464;
    font: bold 26px Myriad pro,Arial,Tahoma,sans-serif;
    text-decoration: none;
    color: #ef7f1a;
    text-align: center;
    text-shadow: 0px 1px 0px #000000;
    
}
a.tell:hover{
    color:#000000;
        text-shadow: 0px 0px 0px;
}
.phone-shop-name{
        color: #000000;
    text-align: center;
    text-shadow: 0px 1px 0px #ffffff;
    font: 18px Myriad pro,Arial,Tahoma,sans-serif;
    font-weight: bold;
}
.special-offers-interest {
  background: url(../images/special-offers-interest.png) no-repeat left top;
  width: 40px;
  height: 40px;
  color: #FFF;
  position: absolute;
  margin: -5px 0 0 -5px;
  text-align: center;
  font: normal 13px/36px Arial,Tahoma,sans-serif;
  opacity: 0.8;
}
/* @group Футкр сайта */
#footer {
    margin: 0px auto;
    overflow: hidden;
    clear: both;
    padding-top: 13px;
    text-align: center;
    font: 11px/1.5 sans-serif;
    color: #808080;
    background: #efefef;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid;
        border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.bnav-w {
    /*position: absolute;*/
    z-index: 4;
    left: 920px;
    top: 0;
    width: 40px;
}
.bnav {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    background-color: #4b5b73;
    background-position: -29px 0;
    font: 13px/28px sans-serif;
    white-space: nowrap;
    -webkit-transition: left .15s ease-in-out;
    -moz-transition: left .15s ease-in-out;
    -o-transition: left .15s ease-in-out;
    -ms-transition: left .15s ease-in-out;
    transition: left .15s ease-in-out;
}
.bnav-list {
    float: left;
}
.bnav-list li {
    clear: left;
    float: left;
        list-style-type: none;
    width: 100%;
    border-top: 1px solid #404d62;
    background: url(../images/brands-20.png) 0 30px no-repeat;
}
.bnav-list a, .bnav-list strong {
    float: left;
    width: 120px;
    padding: 0 0 0 45px;
    color: #fff;
    text-decoration: none;
}

.bnav a {
    visibility: hidden;
}





.mma {
      background: #DBDCDD;
}
#account{
	    text-align: left;
    width: 15%;
    margin-top: 31px;
    float: right;
    height: 30px;
    margin-right: 5px;
    font: 9px/29px sans-serif;
    text-shadow: 1px 1px rgba(0,0,0,.5);
    color: #ccc;
}
#account #login{
	padding-left: 30px;
}
#account #logout{
	padding-left: 7px;
}

#account a {
           text-align: left;
    float: left;
    font: 16px/34px sans-serif;
    text-shadow: 0px 0px rgba(0,0,0,.5);
    color: #000;
}

#account a:hover {
     color: #ef7f1a;
  text-decoration:none;
}

#logo{
	
	float: left;
    margin: 0;
    margin-top: 8px;
            width: 15%;
       
   /* width: 190px;*/
   /* height: 100px;*/
    /*background: #f03;*/
   
}
#logo a{
        color: #ffffff;
    font-family: Myriad pro;

        float: left;
    text-decoration: none;
}
#logo img{
        width: 100%;    
}
#logo span{
        color: #ffffff;
    text-align: right;
    float: right;
    margin-right: 17px;
    margin-top: -8px;
}
#contact{
	float: right;
	text-align: right;
	margin-top: 45px;
	margin-right: 5px;
	font-sdtyle: italic;
	height: 25px;
	color: #505050;
	font-size: 15px;
	text-shadow: 0px 1px 0px #fff;
	
}
#contact #phone{
	font-size: 18px;
}



.cor {
        clear: both;
    float: left;
    font-size: 12px;
    background: url(../images/shopping109.png) no-repeat;
    color: #6b6b6b;
    background-size: 33px;
    text-shadow: 0px 0px 0px;
    text-align: right;
    width: 100%;
    
}

.cor .corspan{
    display:none;
}
.cor:hover .corspan{
   display: block;
    position: absolute;
    background: #ffffff;
    width: 180px;
    /*height: 100px;*/
    z-index: 999;
    font-size: 13px;
    color: #000000;
        padding-left: 5px;
    padding-right: 5px;
        padding-top: 25px;
}

.cor .corspan .sp{
        float: left;
    width: 100%;
    text-align: left;
}

.cor .corspan .sp b.c1{
        float: left;
    width: 40%;
    word-wrap: break-word;
    font-size: 10px; 
}
.cor .corspan .sp b.c2{
    float:left;
    width:30%;
    font-weight:100;   
}
.cor .corspan .sp b.c3{
    float:left;
    width:30%;   
    font-weight:100;
}


.cor .corspan .sp b.c11{
    float:left;
    width:40%;   
    font-style:italic;
    font-weight:100;
}
.cor .corspan .sp b.c21{
    float:left;
    width:30%;
    font-style:italic;
    font-weight:100;   
}
.cor .corspan .sp b.c31{
    float:left;
    width:30%;   
    font-style:italic;
    font-weight:100;
}


.cor .corspan .sp:hover {
    background:#dadada;
}




#main {
	  display: flex;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
      overflow: hidden;
background: #FFFFFF;
   /* width: 1010px;*/
       width: 99.9%;
    /* background-color: #ffffff; */
    border: 1px solid #ff9435;
    
    /*-moz-box-shadow: 2px 2px 8px rgb(255, 148, 53);
    -webkit-box-shadow: 2px 2px 8px rgb(255, 148, 53);
    box-shadow: 2px 2px 8px rgb(255, 148, 53);
        box-shadow: 0px 0px 8px rgb(255, 148, 53);
    */
}
#content {
	float: right;
	/*width: 90%;*/
	    /*background: #e8e8e8;*/
            border-top: 1px solid #909bad;
   /* padding: 15px 25px 50px;*/
    box-shadow: 0px -7px 20px 0px #2b2b2b;
}

#left {
	  width: 210px;
  float: left;
  /* padding: 8px; */
  padding-top: 0px;
  margin-left: 5px;
  overflow: hidden;
  background-color: #ffffff;
}


#search{
	    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
    /* width: 500px; */
    /* margin-left: 100px; */
    /* width: 995px; */
        width: 55%;
}
#search .input_search{
	          width: 80%;
    font-size: 12px;
    display: block;
    float: left;
    background: rgba(255,255,255,.8);
    height: 46px;
    padding: 0px 0px 0 10px;
    font: 19px/1.55 sans-serif;
    border: 1px solid #aaa;
    border-color: #aaa #eee #eee #aaa;
}
#search .button_search {
	    display: inline-block;
    width: 18%;
    height: 48px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    line-height: 0;
    border: 0;
    /*background-color: #4b5b73;*/
    background: #909bad;
    vertical-align: middle;
    background-position: 100px;
    font-size: 22px;
    /* background-image: url(../images/sear1.png); */
    background-repeat: no-repeat;

}



#search .button_search:hover {
      background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
    
}



/* @group Меню каталога*/
#catalog_menu {
	
	      margin-bottom: 10px;
    float: left;
    width: 96%;
        margin-top: 10px;
}
#catalog_menu ul {
	padding-left: 0px;
	padding-bottom: 0px;
	list-style: none;	
    float:left;
        width: 96%;
    /*  border: 1px solid #D5D5D5;*/
}
#catalog_menu a{
      margin: 0 0 0px 0;
    width: 100%;
    float: left;
    display: block;
    /* padding-left: 20px; */
    /* padding-top: 20px; */
    text-transform: uppercase;
    clear: both;
    font-weight: normal;
    line-height: 17px;
    color: #333;
    white-space: nowrap;
    font-family: Myriad pro;
    position: relative;
    text-align: center;
        font-size: 16px;
    text-decoration: none;
    
}
#catalog_menu a:hover{
color:#FF0000;
}
#catalog_menu ul ul {
	/*padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;*/
      border: 0px solid #D5D5D5;
      padding-top: 5px;
}
#catalog_menu ul li {
	    float: left;
    width: 98%;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    padding-bottom: 5px;
    /* background: #ffffff; */
    /* height: 300px; */
    /*border: 1px solid #909bad;*/
    margin: 1px;
    padding-top: 10px;
}
#catalog_menu ul li img{
	vertical-align: middle; 
    /* width: 100%;  */
     margin-top: 15px;
}
#catalog_menu ul li a.selected{
	color: #ffffff;
	background-color: #0095eb;
	padding: 3px;
}
#catalog_menu ul ul li {
	font-size: 14px;
      font-size: 14px;
  float: left;
  clear: both;
    width: 100%;
      height: 18px;
}

#catalog_menu ul ul li a{
font-size: 12px;
  padding: 0px;
  margin-left: 12px;
  width: 90%;
    border-bottom: 1px solid #CBCBCB;
}
#catalog_menu ul ul ul li {
	font-size: 12px;
}
/* @end — Меню каталога*/








#blog_menu{  float: left;
  width: 95%;
  margin-left: 10px;}




/* @group Меню каталога*/
#catalog_menu2 {
    
    margin-bottom: 10px;
  float: left;
  width: 100%;
  /* margin-top: 10px; */
  margin-left: 10px;
  background: #FFFFFF;
}
#catalog_menu2 ul {
    padding-left: 0px;
    padding-bottom: 0px;
    list-style: none;    
    float:left;
    width:100%;
    /*  border: 1px solid #D5D5D5;*/
}
#catalog_menu2 a{
   margin: 0 0 0px 0;
  width: 100%;
  float: left;
  display: block;
  padding-left: 0px;
    padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  clear: both;
  font-weight: normal;
  line-height: 17px;
  color: #333;
  white-space: nowrap;
  font-family: Myriad pro;
  position: relative;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
    
}
#catalog_menu2 a:hover{
color:#FF0000;
}
#catalog_menu2 ul ul {
    /*padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;*/
      border: 0px solid #D5D5D5;
      padding-top: 5px;
}
#catalog_menu2 ul li {
     float: left;
  width: 90%;
  padding-bottom: 5px;
  background: #ffffff;
  height: 225px;
  border-bottom: 1px solid #DFDFDF;
}
#catalog_menu2 ul li img{
    vertical-align: middle; 
     width: 95%;  
     margin-top: 15px;
}
#catalog_menu2 ul li a.selected{
      color: #000000;
  background-color: #F3B32D;
   /* padding: 3px;*/
}
#catalog_menu2 ul ul li {
    font-size: 14px;
      font-size: 14px;
  float: left;
  clear: both;
    width: 100%;
      height: 18px;
}

#catalog_menu2 ul ul li a{
font-size: 12px;
  padding: 0px;
  margin-left: 12px;
  width: 90%;
    border-bottom: 1px solid #CBCBCB;
}
#catalog_menu2 ul ul ul li {
    font-size: 12px;
}
/* @end — Меню каталога*/









.basket-top {
  background: #ffe993;
  right: 5px;
  position: absolute;
  bottom: 7px;
    border-radius: 0px;
  border: 1px solid #F3B32C;
  background-color: #f3b32c;
}
#cart_status_top {
  height: 25px;
  width: 190px;
}
.cart-head-val-top {
  background: url("../images/basket-top.png") no-repeat scroll 11px 0px #FFF;
  font: bold 13px/13px Arial,Tahoma,sans-serif;
  display: inline-block;
  width: 50px;
  height: 23px;
  position: relative;
  margin: 1px 0 0 1px;
  background-size: contain;
}
#cart_status_top a {
  text-decoration: none;
  outline: medium none;
  color: #000000;
}

.in-cart-text-top {
  font: normal 13px/26px 'Exo 2',Arial,Tahoma,sans-serif;
  display: inline-block;
   width: 132px;
  height: 25px;
  vertical-align: top;
  text-align: center;
}

.cart-head-val-top span {
  color: #131313;
  position: absolute;
  right: 0px;
  bottom: 5px;
  font: bold 11px Arial,Tahoma,sans-serif;
  z-index: 1;
}

.cart-head-val-top:after {
  content: '';
  position: absolute;
  right: -18px;
  top: 0px;
  border: 11px solid rgba(0, 0, 0, 0);
  border-left: 7px solid #FFF;
}


#all_brands {
	width: 220px;
	margin-bottom: 15px;
}


/* @group Brands */
#brands {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
#brands a {
	color: #ec0060;
	font-size: 12px;
	margin-right: 10px;
}
#brands img{
	vertical-align: middle;
}
#brands a:hover {
	color: #000;
} 
#brands a.selected {
	background-color: #ec0060;
	color: #fffeff;
	padding: 2px 2px 2px 2px;
}
/* @end */

/* Хлебные крошки */
#path{
	/*margin-top: -20px;*/
	margin-bottom: 5px;
	font-size: 11px;
	color: #a0a0a0;
}
#path a{
	color: #a0a0a0;
}
/* @end */


/* @group Товар подробно */
.product .image {
	text-align: center;
	width: 300px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	float: left;
	padding: 5px;
	margin-right: 20px;
}
.product .image img{
	max-width: 300px;
}
.product .images {
	float: left;
	clear: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.product .images img{
	text-align: center;
	width: 50px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	float: left;
	padding: 5px;
	margin: 4px 10px 10px 0px;
}
.product .description{
	float: right;
	width: 330px;
}

.product .features {
	list-style: none;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
}
.product .features li {
	padding: 10px 5px 10px 5px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	background-color: #f0f0f0;
}
.product .features li.even{
	background-color: #e9e9e9;
}
.product .features label {
	font-style: normal;
	display: block;
	width: 30%;
	float: left;
}
.product .features p {
	float: left;
	display: block;
	width: 70%;
}
.product .variants {
	  float: left;
  font-size: 12px;
  width: 100%;
   margin-top: -20px;

}

.product .description .variants {
      float: left;
  font-size: 12px;
  width: 100%;
     margin-top: 0px;

}
.product .variant td{
	padding-bottom: 6px;
	vertical-align: middle;
}
.product .compare_price {
	font-size: 14px;
	text-decoration: line-through;
	white-space: nowrap;
	color: #707070;
    float: left;
  margin-left: 10px;
  margin-top: 8px;
}
.product .price { 
	  font-size: 14px;
  white-space: nowrap;
  color: #F58220;
  float: right;
  text-align: center;
  font: 20px Myriad pro,Arial,Tahoma,sans-serif;
  padding: 5px 10px 0px 0px;
}
.product .variant_name {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}
.product .variant_radiobutton {
	margin-right: 5px;
	margin-left: 0px;
}
#back_forward {
	font-size: 14px;
	margin-bottom: 20px;
	clear: both;
}
#back_forward a.prev_page_link{
	margin-right: 20px;
}
/* @end — Товар подробно*/


.tiny_products {
	list-style: none;
	display: block;
       text-align: center;
/*background-color: #000000;*/
}
.tiny_products .product{
	  word-spacing: normal;
  background: #fff;
  border: 1px solid #eeeeee;
  display: inline-block;
  width: 180px;
  height: 205px;
  margin-left:15px;
  vertical-align: top;
  box-shadow: 1px 1px 0px #BEBEBE;
  margin-bottom:10px;
    margin-bottom: 10px;
  margin-top: 10px;
}
.tiny_products .product:first-child{
    margin-left:0px;
}
.tiny_products .product .image {
	  vertical-align: middle;
  text-align: center;
  width: 171px;
  height: 110px;
  line-height: 110px;
  background-color: #ffffff;
  border: 0px solid #e0e0e0;
  padding: 5px;
    margin-right: 0px;
    margin-top: 10px;
  margin-bottom: 10px;
}
.wishlist {
      position: absolute;
  margin-left: 100px;
  font-size: 12px;
  font-family: Myriad pro;
  color: #000000;
  margin-top: 1px;
}
.tiny_products .product .image img{
	vertical-align: middle;
	max-width: 200px;
}
.tiny_products .product h3 {
	  font-size: 13px;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: Myriad pro;
  position: absolute;
  margin-top: 155px;
  width: 189px;
  text-align: center;
    background: #F3B32C;
  margin-left: -4px;
  box-shadow: 0px 1px 2px 0px #747474;
}
.tiny_products .product h3 a{
color:#000000;
text-decoration:none;
}
.tiny_products .product h3 a:hover{
color:blue;
text-decoration:underline;
}

.tiny_products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
	padding-left: 20px;
}


.tiny_products .wishlist {
      position: absolute;
  margin-left: 10px;
  font-size: 12px;
  font-family: Myriad pro;
  color: #000000;
  margin-top: 1px;
}
















.tiny_products2 {
    list-style: none;
    display: block;
       text-align: center;
background-color: #E5E5E5;
}
.tiny_products2 .product{
      word-spacing: normal;
  background: #fff;
  border: 1px solid #eeeeee;
  display: inline-block;
  width: 180px;
  height: 205px;
    margin-left: 20px;
  margin-right: 20px;
  vertical-align: top;
  box-shadow: 1px 1px 0px #BEBEBE;
  margin-bottom:10px;
    margin-bottom: 10px;
  margin-top: 10px;
}
.tiny_products2 .product:first-child{
    
}
.tiny_products2 .product .image {
      vertical-align: middle;
  text-align: center;
  width: 171px;
  height: 110px;
  line-height: 110px;
  background-color: #ffffff;
  border: 0px solid #e0e0e0;
  padding: 5px;
    margin-right: 0px;
    margin-top: 10px;
  margin-bottom: 10px;
}
.tiny_products2 .wishlist {
      position: absolute;
  margin-left: 10px;
  font-size: 12px;
  font-family: Myriad pro;
  color: #000000;
  margin-top: 1px;
}
.tiny_products2 .product .image img{
    vertical-align: middle;
    max-width: 200px;
}
.tiny_products2 .product h3 {
      font-size: 13px;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: Myriad pro;
  position: absolute;
  margin-top: 155px;
  width: 189px;
  text-align: center;
    background: #F3B32C;
  margin-left: -4px;
  box-shadow: 0px 1px 2px 0px #747474;
}
.tiny_products2 .product h3 a{
color:#000000;
text-decoration:none;
}
.tiny_products2 .product h3 a:hover{
color:blue;
text-decoration:underline;
}

.tiny_products2 .product h3.featured{
    background: url(../images/star.png) no-repeat;
    background-position: left middle;
    padding-left: 20px;
}

















.products {
	list-style: none;
	display: block;
}
.products .product{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}
.products .product .image {
	text-align: center;
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	float: left;
	padding: 5px;
	margin: 4px 0px 20px 0px;
}
.products .product .image img{
	max-width: 200px;
}
.products .product .product_info {
	float: right;
	width: 450px;
	margin-bottom: 40px;
}
.products .product h3 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}
.products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
	padding-left: 20px;
}

.products .product .annotation {
	font-size: 12px;
	color: #505050;;
	margin-bottom: 5px;
}


/* Кнопка */
.button {
float: left;
clear: left;
cursor: pointer; 
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#555555;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}

/* @group Фильтр по свойствам */
#features {
	background-color: #f0f0f0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}
#features .feature_name{
	padding: 7px;
}
#features .feature_values{
	padding: 7px;
}
#features a {
	padding-right: 6px;
	white-space: nowrap;
}
#features a.selected {
	//background-color: #4a4a4a;
	color: #505050;
	text-decoration: none;
}
/* @end — Фильтр по свойствам*/


/* @group Сортировка */
.sort {
	color: #505050;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}
.sort a{
	margin-right: 5px;
}
.sort .selected {
	color: #505050;
	text-decoration: none;
	margin-right: 5px;
}
/* @end */


/* @group Постраничная навигация */
.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
}
.pagination a {
	display: block;
	float: left;
	background-color: #fffeff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 4px;
	min-width: 22px;
	text-align: center;
	border: 1px solid #d7d7d7;
	text-decoration: none;
}
.pagination a.selected:hover,
.pagination a.selected {
	background-color: #18a5ff;
	color: #ffffff;
	border-color: #008fe9;
}
.pagination a:hover {
	background-color: #f8f8f8;
}

.pagination a.next_page_link, .pagination a.prev_page_link{
	border: none;
	background: none;
}
/* @end */


/* @group Просмотренные товары */
#browsed_products{
	margin-bottom: 20px;
	overflow: hidden;
}

#browsed_products li{
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	width: 50px;
	height: 50px;
}
#browsed_products li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}
/* @end — Просмотренные товары */


/* @group Формы */
input[type="text"],
input[type="password"]
{
	width: 100%;
    
    width: 70%;

	font-size: 18px;
}
.form
{
	width:400px;
	margin-bottom: 20px;
}
.form textarea
{
	width:100%;
	height:100px;
	font-size: 18px;
}
.form label {
	display:block;
	font-size: 14px;
}
.form input[type="text"]{
	display:block;
	margin-bottom: 10px;
}

/* @group Комментарии */
.comment_list {
	margin-top: 15px;
	list-style: none;
}
.comment_list li {
	padding-bottom: 15px;
}
.comment_header {
	font-size: 18px;
}
.comment_header i {
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 13px;
}
/* @end — Комментарии*/

/* @group Форма отправки комментария */
.comment_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.comment_form h2 {
	margin-bottom: 0px;
}
.comment_form .comment_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
}
.comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 18px;
	margin-top: 15px;
}
.comment_form .input_name {
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
}
.comment_form .input_captcha, .cart_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.comment_form .captcha, .cart_form .captcha {
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.comment_form .button,
.feedback_form .button,
.register_form .button,
.login_form .button{
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
}
/* @end — Форма отправки комментария */

/* @group Форма отправки обратной связи */
.feedback_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.feedback_form .input_captcha, .register_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.feedback_form .captcha, .register_form .captcha{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.feedback_form .button_send {
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
/* @end — Форма отправки комментария */


/* @group Корзина */
#purchases{
	width: 100%;
}
#purchases tr{
	border-top: 1px solid #d5d5d5;
	height: 70px;
}
#purchases th{
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#purchases .image{
	width: 50px;
	text-align: center;
}
#purchases .image a{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .name{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#purchases td.name{
	font-size: 14px;
}
#purchases td .download_attachment{
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}

#purchases .price{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
#purchases td.price{
	font-size: 14px;
}
#purchases .remove{
	padding-left: 15px;
	text-align: right;
}
#purchases .amount{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
#purchases .amount select{
	font-size:12px;
}

#purchases .coupon .name{
	font-size:14px;
}
#purchases .coupon .name input.coupon_code{
	width: 200px;
}
#purchases .coupon .name input{
	font-size:16px;
}

ul#deliveries{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 20px 20px 0 20px;
	list-style: none;
}
ul#deliveries li{
	margin-bottom: 20px;
}
ul#deliveries li div.checkbox{
	float: left;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
}
/* @end */


/* @group Кабинет */
#orders_history
{
	list-style: none;
}
#orders_history li
{
	margin-bottom: 10px;
}
#orders_history li a
{
	font-size: 16px;
}
/* @end — Кабинет */



/* @group Детали заказа */
table.order_info
{
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
}
table.order_info td
{
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.checkout_button
{
	padding: 10px 20px 10px 20px;
	border: 1px solid #51a400;
	background-color: #d3ffa9;
	color: #2e5e00;
	font-size: 14px;
}
/* @end */


/* Сообщение с ошибкой */
.message_error{
	clear: both;
	height: 18px;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: red;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
}

/* @end */

.variants td { padding: 4px 0; }
.variants label { display: inline-block; padding: 5px; margin: 3px 6px 3px 0; white-space: nowrap; border: solid 1px #ddd; cursor: pointer; }
    .variants label.active { padding: 4px; color: #fff; background: #51a400; border: solid 2px #51af99; }
    .variants label input { display: none; }
    
    .accordion .p_acc { clear: both; width: 27px; float: right; border-left: 0px; float: right; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.accordion .p_acc.active { clear: both; width: 27px; float: right; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.accordion-parent-li a.p_acc.accordion-parent { background: url(../images/sidebar-arr.png) no-repeat 8px -65px; display: block; height: 33px;     padding: 0px 5px 0px 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; margin-left: -1px; }
.accordion-parent-li a.p_acc.accordion-parent.active { background: url(../images/sidebar-arr.png) no-repeat 10px 0; display: block; height: 33px;     padding: 0px 5px 0px 0px; }
.accordion-parent-li ul li a:hover { color: #000000; font-weight: bold; }



.sidebar { float: left; padding-top: 30px; min-height: 20px; width: 198px;      }
.sidebar__menu > ul > li { min-height: 33px; width: 240px !important; display: block; margin-bottom: 3px;    
    margin-bottom: 10px;
    border-radius: 4px;clear: both; }
.sidebar__menu > ul > li > a { border: 1px solid #ff9435; color: #000000; display: block; font-size: 14px; line-height: 20px; font-weight: bold; font-weight: 100; font-family: Arial, sans-serif; height: 33px; overflow: hidden; text-decoration: none; text-shadow: 0px 0px 2px #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; background: #d4d4d4; background: -moz-linear-gradient(top, #EEEEEE 0%, #EEEEEE 1%, #EEEEEE 63%, #E6E6E6 80%, #E1E1E1 98%, #D9D9D9 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(1%, #EEEEEE), color-stop(63%, #EEEEEE), color-stop(80%, #E6E6E6), color-stop(98%, #E1E1E1), color-stop(100%, #D9D9D9)); background: -webkit-linear-gradient(top, #EEEEEE 0%, #EEEEEE 1%, #EEEEEE 63%, #E6E6E6 80%, #E1E1E1 98%, #D9D9D9 100%); background: -o-linear-gradient(top, #EEEEEE 0%, #EEEEEE 1%, #EEEEEE 63%, #E6E6E6 80%, #E1E1E1 98%, #D9D9D9 100%); background: -ms-linear-gradient(top, #EEEEEE 0%, #EEEEEE 1%, #EEEEEE 63%, #E6E6E6 80%, #E1E1E1 98%, #D9D9D9 100%); background: linear-gradient(to bottom, #EEEEEE 0%, #EEEEEE 1%, #EEEEEE 63%, #E6E6E6 80%, #E1E1E1 98%, #D9D9D9 100%); }
.sidebar__menu > ul > li > a:hover { color: #FFF; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); background: -moz-linear-gradient(top, rgba(239, 65, 46, 0.99) 0%, rgb(224, 52, 38) 95%, rgba(167, 19, 17, 0.99) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239, 65, 46, 0.99)), color-stop(95%, rgb(224, 52, 38)), color-stop(100%, rgba(167, 19, 17, 0.99))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(239, 65, 46, 0.99) 0%, rgb(224, 52, 38) 95%, rgba(167, 19, 17, 0.99) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(239, 65, 46, 0.99) 0%, rgb(224, 52, 38) 95%, rgba(167, 19, 17, 0.99) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(239, 65, 46, 0.99) 0%, rgb(224, 52, 38) 95%, rgba(167, 19, 17, 0.99) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgb(230, 193, 128) 0%, rgb(224, 52, 38) 95%, rgba(167, 19, 17, 0.99) 100%); background: linear-gradient(to bottom, rgba(239, 65, 46, 0.99) 0%, rgb(224, 52, 38) 95%, rgba(167, 19, 17, 0.99) 100%); background: linear-gradient(to bottom, #FC872A 0%, #FC8529 1%, #F98224 63%, #F27115 80%, #EE670B 98%, #CB5404 100%);     background: -webkit-linear-gradient(top, #ffd04d, #e4ad10); color: #000000; text-shadow: 0px 0px 0px; font-family: Arial, sans-serif; font-weight: 100; font-size: 14px; line-height: 20px; 
    background: -webkit-linear-gradient(top, #ffa14d, #ef7d18);
}
.sidebar__menu > ul > li > a > span { background: url(../images/sidebar-arr.png) no-repeat 235px 0; display: block; height: 33px;padding: 9px 0px 5px 6px; }
.sidebar__menu > ul > li > a > span:hover { background: url(../images/sidebar-arr.png) no-repeat 235px -33px; }
.sidebar__menu > ul > li > ul { padding: 6px 0 8px 0; }
.sidebar__menu > ul > li > ul > li { line-height: 25px; /*padding-left: 30px;*/    text-align: left;
    text-align: left !important;
    clear: both;
    width: 91% !important;
    padding-left: 20px;
    border: 0px !important;}
.sidebar__menu ul div li a { padding: 10px; background: #FFC773; clear: both; float: left; width: 100%; text-decoration: none; display: -webkit-box; margin-bottom: 0px; font-weight: bold; color: #000000; border: 1px solid #ffffff; border-radius: 10px; background: url(../images/btn_case.jpg); }
.sidebar__menu ul div div ul div li a { padding: 10px; background: #990000; display: -webkit-box; border: 1px solid #ffffff; margin-bottom: 0px; color: #FFFFFF; font-weight: 100; border-radius: 10px; text-decoration: none; float: right; width: 95%; }
.sidebar__menu ul div div ul div li a:hover, .sidebar__menu ul div div ul div li a.selected { padding: 10px; background: #E9E9E9; display: -webkit-box; border: 1px solid #ffffff; margin-bottom: 0px; color: #000000; font-weight: 100; border-radius: 10px; text-decoration: none; }



/* @group Меню каталога*/
#catalog_menu1 {
    
          margin-bottom: 10px;
    float: left;
    width: 96%;
        margin-top: 10px;
            margin-left: 10px;
            z-index: 9999;    background: #ffffff;
    position: relative;
}
#catalog_menu1 ul {
    padding-left: 0px;
    padding-bottom: 0px;
    list-style: none;    
    float:left;
        width: 96%;
    /*  border: 1px solid #D5D5D5;*/
}