/*catalog/view/javascript/jquery/colorbox/colorbox.css*/

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}

/*catalog/view/javascript/jquery/sphinxpro/sphinxpro.css*/

#suggest_container{
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
	position: absolute; display: none; z-index: 9999; overflow: hidden; overflow-y: auto; box-sizing: border-box;
	font-size: 11px;
}
#suggest_container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#suggest_container ul > li {
    margin: 0;
    padding: 4px 8px;
    border-bottom: 1px solid #ccc;
	overflow: hidden;
}

#suggest_container ul > li.sugg_hovered:hover {
	 color: #111;
	 background: #eee;
}


#suggest_container ul > li:last-child { 
    border-bottom: 0px;
}

#suggest_container ul > li > a {
    font-size: 13px;
    color: #333;
    line-height: 20px;
	display: block;
	text-decoration: none;
}
#suggest_container ul > li > a > span {
	display: block;
}
.sugg_image {
    margin-right: 17px;float: left;margin-top: 3px;
}
@media screen and (max-width:480px){.sugg_image {display:block;float:none}}

.sugg_text {
	/*margin-left: 10px;*/
	text-overflow: ellipsis; /* Добавляем многоточие */
	overflow: hidden; /* Обрезаем все, что не помещается в область */
	white-space: nowrap; /* Запрещаем перенос строк */
}
.sugg_manufacturer {
	float: left;
    margin-right: 10px;
    font-weight: bold;
}
.sugg_sku {
	color: #086ca2;
    font-weight: 500;
	padding-bottom:25px
}
.sugg_total {
    margin-left: 3px;
    font-size: 9px;
    border-radius: 3px;
    color: #337ab7;
    padding: 1px 4px;
    font-weight: bold;
    border-color: #337ab7;
}
.suggest_header {
	border-bottom: 1px solid #ccc;
	margin: 0;
    padding: 4px 8px;
	font-size: 11px;
}
.sugg_suggested_text {
	font-weight: bold;
    font-style: italic;
    color: #dd4b39;
}


#search input[name='search'] {
	
	    border-radius: 5px 0 0 5px;
}


/*catalog/view/theme/default/stylesheet/stylesheet.css*/

body,html{margin:0;padding:0} 
.product-list .cart,.product-list .price{display:inline-block} 
.attribute,.faq-table,.mini-cart-info table,.mini-cart-total table,.wrap-set>table,table.list{border-collapse:collapse} 
.attribute td,.box-bestsellers>div,.box-product>div,.mini-cart-info td,.product-grid>div,.wrap-set>table td{vertical-align:top} 
html{overflow-y:scroll} 
body{background-color:#fff;color:#1f1f1f;font-family:Arial,Helvetica,sans-serif} 
div.model {border: 1px dashed #ccc;padding: 4px;background-color: #f6f6f6;border-radius: 5px;font-size: 12px;}
#langmark a img {width:16px; height:11px}
.ne-nashli {clear:both;float:right;padding-right:5px;}
.product-list .model {display:inline-block}
.product-grid .model {display:block;margin:0 15% 2px 15%}
.product-list>div{overflow:hidden;margin-bottom:15px} 
.product-list>div:last-child{margin-bottom:0} 
.zakaz-oformlen {display:inline-block;padding:10px;border:1px dashed #666; border-radius:10px;font-size:36px;background-color:#eee}
.product-list>div+div{border-top:1px solid #EEE;padding-top:16px} 
.product-list .image{float:left;margin-right:10px}
.image a i{position:absolute;display:block;width:99px;height:41px} 
.product-list .image img{width:208px;height:208px;border:1px solid #E7E7E7;max-width:100%;height:auto} 
.product-grid .name {height:55px;overflow:hidden}
.product-grid .name a,.product-list .name a{color:#3333cc;font-size:16px;text-decoration:none} 
.product-list .description{line-height:24px;color:#4D4D4D;margin-bottom:5px;max-width:95%;font-size:14px} 
.product-list .rating{color:#4D4D4D} 
.similar_product .price-old {display:block}
.box-product div.similar_product {width:150px}
.rating span.rev-quantity {color:#003399}
.product-list .rating, .product-grid .rating {font-size:14px; margin-bottom:3px}
.product-grid .rating {text-align:center; clear:both}
.product-list .price{margin:3px 10px 4px 7px;text-align:center;font-weight:700;color:#333;font-size:18px} 
.product-grid .price-new,.product-list .price-new{color:#c00} 
.category-info .image{float:left;padding:0 7px 7px 0} 
.product-list{padding:0 10px} 
.product-grid .price-old,.product-list .price-old{color:#434343;text-decoration:line-through;font-weight:400;display:block;font-size:16px} 
.product-grid .price-new,.product-list .price-new{font-weight:700} 
.product-list div.name{padding:5px} 
.product-grid .name a:hover,.product-list div.name a:hover{text-decoration:underline} 
.product-description{line-height:15px;color:#4D4D4D;text-align:justify} 
.product-grid>div:hover{box-shadow:0 0 10px rgba(0,0,0,.5)} 
.product-grid{width:100%;padding-left:10px;border-left:1px solid #DBDEE1;border-right:1px solid #DBDEE1;box-sizing:border-box} 
.product-grid>div{width:32.1%;display:inline-block;margin:0 5px 15px 0; border:1px solid #ccc;padding:5px;min-height:350px;text-align:center;box-sizing:border-box} 
.product-grid .image{display:block;font-size:16px;text-align:center;float:left;width:80%} 
#poim_img div.image img{border:1px solid #000} 
.product-grid .name{margin-bottom:5px;text-align:center;clear:both} 
.product-grid .image img{padding:3px;max-width:100%;height:auto} 
.product-grid .description{display:none} 
.product-grid .price{display:inline-block;font-weight:700;color:#333;margin:5px 10px 0;font-size:20px} 
.product-grid .price .price-tax{display:none} 
.option_ratio li,.product-grid .cart,.product_options_image li{display:inline-block} 
.product-grid .cart{margin-bottom:3px;margin-right:20px} 
.product-filter .display{float:left;margin:0 0 0 20px} 
h1,h2,p{margin-top:0} 
.product-filter>.display>a.button-grid,.product-filter>.display>a.button-list,.product-filter>.display>span.button-grid,.product-filter>.display>span.button-list{cursor:pointer;background-color:#eee;border:1px dashed #666;border-radius:3px;padding:18px 2px 0} 
.product-filter>.display>a.button-grid:hover,.product-filter>.display>a.button-list:hover,.product-filter>.display>span.button-grid:hover,.product-filter>.display>span.button-list:hover{background-color:#999;}
.product-filter>.display img,.product-filter>.display img {width:28px}
.product-filter>.display>span.button-active{background-color:#999;border:1px solid;} 
.options a{text-decoration:none;border-bottom:1px dotted;margin-left:10px} 
.options a:hover{text-decoration:underline} 
.option_ratio ul,.product_options_image ul{margin:0;padding:0} 
.product_options_image img{max-width:40px} 
.contact-right{width:50%;float:right} 
.contact-left{width:49%;float:left;padding:5px; font-size:16px;} 
.contact-left h4 {margin-bottom:2px; font-size:24px;}
.contact-left ul>li>span {color:red} 
.kw-preloader-tester{background-color:rgba(0,0,0,.3);height:100%;position:fixed;width:100%;top:0;left:0} 
.option_ratio li{margin-bottom:5px} 
.option_ratio input,.product_options_image input{display:none} 
.option_ratio input[type=radio]+span{display:inline-block;position:relative;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px 3px 3px 3px;border-radius:3px;border:2px solid #ccc;background:linear-gradient(to top,#ccc,#fff) #e7e7e7;padding:5px;text-align:center} 
.option_ratio input[type=radio]:checked+span{border:2px solid #333;background:linear-gradient(to bottom,#ccc,#fff) #e7e7e7;color:#000} 
.product_options_image input+img{-webkit-border-radius:7px;-moz-border-radius:7px;-khtml-border-radius:7px 7px 7px 7px;border-radius:7px;border:2px solid #ccc} 
.product_options_image input:checked+img{border:2px solid #333} 
.colors img{-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px 3px 3px 3px;border-radius:3px;border:1px solid #ccc} 
a,body,input,select,td,textarea{font-size:12px} 
h1{color:#636E75;font-family:Verdana;margin-bottom:10px;font-weight:400;padding-left:10px;font-size:30px} 
#header #cart .heading,#header #cart.active .heading,#header .phones ul>li>a>span,#keyworder .box-product a.active,.required,.skidka a,span.error{font-weight:700} 
h2{color:#333;margin-bottom:3px} 
p{margin-bottom:15px} 
a,a b,a:visited{text-decoration:underline;cursor:pointer} 
.product-grid .benefit {float:right;width:19%;clear:both}
.box-product>div{width:19%;margin-bottom:20px} 
.benefit, .benefit ul {list-style: none; padding: 0; margin: 0}
.benefit ul li {display: inline-block; border: 1px solid #eee; padding: 0px; margin: 0px; line-height: 8px; position:relative}
.benefit ul li span {display: table-cell;vertical-align: middle;}
.benefit_description {display: none;position: absolute;top: 41px;z-index: 1;border: 1px solid #0381CB;padding: 15px;left: -63px;border-radius: 4px;background: white;box-shadow: 0 0 8px grey;width: 120px;line-height: 13px;font-size: 11px;}
.benefit_description:after {position: absolute;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #fff;top: -7px;content: '';left: 69px;}	
.benefit_description:before {position: absolute;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #0381CB;top: -8px;content: '';left: 69px;}
.benefit ul li:hover .benefit_description {display: block;}
.product-list > div {overflow: hidden;}
#keyworder .box-product li a,a:hover{text-decoration:none} 
a img{border:none} 
form{padding:0;margin:0;display:inline} 
input[type=text],input[type=password],textarea{background:#F8F8F8;border:1px solid #CCC;padding:3px;margin-left:0;margin-right:0} 
select{background:#F8F8F8;border:1px solid #CCC;padding:2px} 
#header #cart:hover,label{cursor:pointer} 
#container{width:100%;margin-left:auto;margin-right:auto;text-align:left} 
#content{min-height:100px} 
#content>h1{border:1px solid #DBDEE1;background:linear-gradient(to top,#e6e6e6,#fafafa) #e7e7e7;margin-bottom:0} 
#header{height:70px;border-left:1px solid #DBDEE1;border-right:1px solid #DBDEE1;padding-bottom:4px;position:relative;z-index:99;background-color:#fcfcfc} 
#header #logo{position:relative;margin-left:10px;float:left;max-width:24%} 
#header #logo img{max-width:200px;height:auto;} 
#header #logo h3{padding:0;margin:0;font-size:14px} 
#header #cart{position:relative;float:right;z-index:9;margin:0 15px 0 0;text-align:center;max-width:15%} 
#header #cart .cart-total{display:block} 
#header #cart .cart-image img{max-width:40px} 
#header #cart .heading{color:#666;font-size:1em} 
#keyworder .box-product a.active,#keyworder .box-product li a:hover{color:#c00;text-decoration:underline} 
#header #cart .content{clear:both;display:none;position:relative;padding:8px;min-height:130px;border-top:1px solid #EEE;border-left:1px solid #EEE;border-right:1px solid #EEE;border-bottom:1px solid #EEE;-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;-khtml-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px;-webkit-box-shadow:0 2px 2px #DDD;-moz-box-shadow:0 2px 2px #DDD;box-shadow:0 2px 2px #DDD;background:#FFF} 
#header #cart.active .content{display:block} 
#header #cart .checkout{text-align:right;clear:both} 
#keyworder .box-product ul{list-style:none;padding:0;margin:0} 
#keyworder .box-product li{display:block;border-bottom:1px dashed #ccc;line-height:30px} 
#keyworder .box-product img{margin:2px 5px 0 0;float:left} 
#keyworder .box-product a.button{float:right;margin:5px 0 0} 
.mini-cart-info table{width:100%;margin-bottom:5px} 
.mini-cart-info td{color:#000;padding:10px 5px;border-bottom:1px solid #EEE} 
.mini-cart-info .image{width:1px} 
#header #ph,#header #search{position:relative;float:left;left:3%;width:60%} 
.mini-cart-info .image img{border:1px solid #EEE;text-align:left} 
.mini-cart-info .quantity,.mini-cart-info .remove,.mini-cart-info td.total,.mini-cart-total{text-align:right} 
.mini-cart-info .name small{color:#666} 
.mini-cart-info .remove img{cursor:pointer} 
.mini-cart-total table{display:inline-block;margin-bottom:5px} 
.mini-cart-total td{color:#000;padding:4px} 
.skidka a,.skidka a:hover{color:red} 
#ph{font-size:1.3em;top:8px;text-align:center} 
#ph div{display:inline-block} 
.phones a{font-size:17px;text-decoration:none; color:#333333} 
.phones a span {padding-left:5px}
.phones a:Hover{text-decoration:underline} 
.phones ul{margin:0;padding:0;list-style:none;} 
.phones li{display:inline}
.phones ul li a i {display:inline-block;width:13px;height:13px}
#stacionarnyj {background:url('images/telefony.png') 0 0}
#mts {background:url('images/telefony.png') -13px 0}
#kyivstar {background:url('images/telefony.png') -26px 0}
#life {background:url('images/telefony.png') -39px 0}
#top .links>a,.error,.help{display:block} 
.phones ul>li{padding-left:15px} 
.phones ul>li>a>span{color:#c00} 
.skidka{margin-top:7px} 
.skidka a{font-size:16px;text-decoration:none;border-bottom:1px dashed red} 
#search{top:15px;font-size:1em} 
#language {width: 100px;position: absolute;right: 150px;top: 5px;color: #fff;}
#top .links,#top .logged{position:relative;left:20px;float:left} 
#search .button-search{position:relative;float:left;cursor:pointer;color:#FFF;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:700;background-color:#c40000;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px 3px 3px 3px;border-radius:0 3px 3px 0;-webkit-box-shadow:0 2px 2px #DDD;-moz-box-shadow:0 2px 2px #DDD;box-shadow:0 2px 2px #DDD;padding:5px 13px 4px} 
#search .button-search:hover{background-color: #f40101;cursor:pointer} 
#search input{position:relative;float:left;width:85%;padding:1px 0 1px 5px;background:#FFF;height:20px;border:1px solid #666;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px 3px 3px 3px;border-radius:3px 0 0 3px;-webkit-box-shadow:0 2px 0 #F0F0F0;-moz-box-shadow:0 2px 0 #F0F0F0;box-shadow:0 2px 0 #F0F0F0} 
#top{height:25px;background:url(/catalog/view/theme/default/image/bg.png) repeat-x #be0c00; position:relative} 
#top .links{top:5px} 
#top .logged{top:12px;z-index:11;color:#fff} 
#header #logged,#top #welcome{top:5px;right:20px;position:relative} 
#top .logged a{color:#fff;text-decoration:underline} 
#top .logged a:hover{text-decoration:none} 
#top .links>a{float:left;padding-right:35px;color:#fff;text-decoration:underline} 
#top .links a:hover{text-decoration:none} 
#top .links a+a{margin-left:8px} 
#top #welcome{float:right;color:#fff} 
#top #welcome a{color:#fff} 
#header #logged{float:right} 
#content .ba_banner div {display:inline-block; width:32%;opacity:0.7;margin-bottom:5px}
#content .ba_banner div:hover {opacity:1}
#content .ba_banner div a img {width:95%;max-width:95%;height:auto;border:1px solid #666;-webkit-border-radius:7px;-moz-border-radius:7px;-khtml-border-radius:7px;border-radius:7px;}
.breadcrumb a{color:#c00} 
.attention,.information,.success,.warning{padding:10px 10px 10px 33px;margin-bottom:15px;color:#555;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px 5px 5px 5px;border-radius:5px} 
.success{background:url(/catalog/view/theme/default/image/success.png) 10px center no-repeat #EAF7D9;border:1px solid #BBDF8D;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px 5px 5px 5px;border-radius:5px} 
.right>.success,.right>.warning{width:90%;margin-top:10px} 
.warning{background:url(/catalog/view/theme/default/image/warning.png) 10px center no-repeat #FFD1D1;border:1px solid #F8ACAC;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px 5px 5px 5px;border-radius:5px} 
.attention{background:url(/catalog/view/theme/default/image/attention.png) 10px center no-repeat #FFF5CC;border:1px solid #F2DD8C;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px 5px 5px 5px;border-radius:5px} 
.attention .close,.information .close,.success .close,.warning .close{float:right;padding-top:4px;padding-right:4px;cursor:pointer} 
.required{color:red} 
span.error{font-size:14px} 
.info_article {width:75%; margin-left:10%;line-height:22px}
.info_article img {max-width:100%}
.emphasis {border:1px dashed #009933; background-color:#ccffcc; padding:7px}
.article-contents{border:1px dashed #666; background-color:#f9f9f9;padding:10px;line-height:36px}
.blog-record-description h2,.blog-record-description h3{padding-top:25px;color:#4564c4}
.blog-record-description{font-size:18px;line-height:28px;font-weight:normal;padding:15px 15% 0 33%}
.info_article ol li {margin-bottom:5px;}
.info_article h2 {font-size:22px;margin-top:15px}
.error{color:#fff;background:red} 
.help{color:#999;font-size:10px;font-weight:400;font-family:Verdana,Geneva,sans-serif} 
.box .box-heading,.htabs a,a.button,input.button{font-family:Arial,Helvetica,sans-serif} 
input.large-field{width:300px} 
.pagination{font-size:16px;overflow:auto;margin-bottom:10px;-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;-khtml-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px;border-left:1px solid #DBDEE1;border-right:1px solid #DBDEE1;border-bottom:1px solid #DBDEE1;padding:5px} 
.pagination .links a,.pagination .links b{padding:4px 10px;text-decoration:none;display:inline-block} 
.pagination .links{float:left} 
.pagination .links a{border:1px solid #EEE;color:#666} 
.pagination .links b{border:1px solid #269BC6;font-weight:400;color:#269BC6;background:#FFF} 
.pagination .results{float:right;padding-top:3px} 
a.button,input.button{cursor:pointer;color:#FFF;line-height:16px;font-size:16px;font-weight:700;background:#d00000;background:-moz-linear-gradient(#d00000,#980000);background:-webkit-gradient(linear, 0 0, 0 100%, from(#d00000), to(#980000));-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px 3px 3px 3px;border-radius:3px;-webkit-box-shadow:0 2px 2px #DDD;-moz-box-shadow:0 2px 2px #DDD;box-shadow:0 2px 2px #DDD} 
a.button{display:inline-block;text-decoration:none;padding:6px 12px} 
input.button{margin:0;border:0;height:28px;padding:0 22px} 
.box,.buttons{margin-bottom:20px} 
a.button:hover,input.button:hover{background:#f40101;background:-moz-linear-gradient(#f40101,#f40101);background:-webkit-gradient(linear, 0 0, 0 100%, from(#f40101), to(#f40101))}
.buttons{background:#FFF;overflow:hidden;padding:6px} 
.buttons .left{float:left;text-align:left} 
.buttons .right,.review_buttons .right{float:right;text-align:right} 
.box .box-content {font-size:16px;line-height:22px}
.name {margin:0;line-height:16px}
.name h2 {font-size:16px;} 
.box>.box-content>ul,.box>.box-content>ul>li{margin:0;padding:5px 0 0;list-style:none} 
.box-product{width:100%;overflow:hidden} 
.box-product>div{display:inline-block} 
.box-product .image{display:block;margin-bottom:0} 
.box-product .price,.box-product .rating{margin-bottom:4px;display:block} 
.box-product .related_name{font-weight:700;min-height:30px}
.box-product .name {height:55px; overflow:hidden}
.box-product .name a {text-decoration:none;}
.box-product .name a:hover {text-decoration:underline}
.box-product .image img{padding:3px;max-width:100%;height:auto;} 
.box-product .price{font-weight:700;color:#333} 
.box-product .price-old{color:#434343;text-decoration:line-through;font-weight:400;display:block} 
.box-product .price-new{font-weight:700;color:#c00} 
.box-category{background:#FFF;-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;-khtml-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px;border-left:1px solid #DBDEE1;border-right:1px solid #DBDEE1;border-bottom:1px solid #DBDEE1;margin:0;padding:0} 
.box-category ul{list-style:none;margin:0;padding:0} 
a.box-category-main{display:block;padding:7px 0 7px 8px;color:#666;background:#ebebeb;font-weight:700;font-size:13px;text-decoration:none;border-top:1px solid #666} 
.box-category>ul>li>ul>li>a{display:block;padding:3px 0 3px 20px} 
.box-category>ul>li a:hover{color:#c00} 
.box-category>ul>li a.active{font-weight:700;color:#c00} 
.faq-table-red,.faq-table-td,.faq-table-td2{background:#c00;color:#fff;font-size:16px;font-weight:700} 
.faq-table{border:1px;margin-bottom:30px} 
.faq-table caption{font-weight:700} 
.faq-table td{border:1px solid #999;padding:5px;font-size:16px} 
.faq-table-td{width:25%} 
.faq-table-td2{width:16%} 
.faq-table tr:nth-child(2n){background:#f0f0f0} 
.faq-table tr:nth-child(1){background:#666} 
#content>.content{padding:10px;-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;-khtml-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px;border-left:1px solid #DBDEE1;border-right:1px solid #DBDEE1;border-bottom:1px solid #DBDEE1;margin-bottom:20px; overflow:hidden;font-size:16px;} 
#content>.content h3{font-size:20px} 
#content .content a {font-size:16px;}
#content .content .left{float:left;width:49%} 
#content .content .right{float:right;width:49%} 
.manufacturer-list{border:1px solid #DBDEE1;padding:5px;overflow:hidden;margin-bottom:20px} 
.manufacturer-heading{background:#F8F8F8;font-size:15px;font-weight:700;padding:5px 8px;margin-bottom:6px} 
.manufacturer-content{padding:8px} 
.manufacturer-list ul{float:left;width:25%;margin:0 0 10px;padding:0;list-style:none} 
.product-filter{overflow:hidden;-webkit-border-radius:7px 7px 0 0;-moz-border-radius:7px 7px 0 0;-khtml-border-radius:7px 7px 0 0;border-radius:7px 7px 0 0;border-top:1px solid #DBDEE1} 
.category-list{overflow:hidden;margin-bottom:20px} 
.category-list ul{padding-left:0} 
.category-list ul li{border:1px solid #ccc;text-align:center;float:left;list-style:none;line-height:16px;width:24%;padding:15px 0px 0px 0px;margin:0 1px 1px 0;height:110px} 
.category-list ul li a{display:block;opacity:0.8}
.category-list ul li a:hover{opacity:1}
.category-list ul li:hover {border:1px solid #333333}
.category-list ul li a span{display:block;font-size:12px} 
.category-list ul li a img{max-width:90%;height:auto} 
.yashare-auto-init{padding-bottom:10px} 
.review-list{padding:10px;overflow:auto;margin-bottom:20px;border:1px solid #EEE} 
.review-list .author{float:left;margin-bottom:20px} 
#review{margin-bottom:10px} 
.review-list .rating{float:right;margin-bottom:20px} 
.attribute{width:100%;border-top:1px solid #DDD;border-left:1px solid #DDD;margin-bottom:20px} 
.attribute thead td,.attribute thead tr td:first-child{color:#000;font-size:14px;font-weight:700;background:#F7F7F7;text-align:left} 
.attribute tr td:first-child{color:#000;font-weight:700;text-align:right;width:20%} 
.attribute td{padding:7px;color:#4D4D4D;text-align:center;border-right:1px solid #DDD;border-bottom:1px solid #DDD} 
.order-list .order-info,.order-list .order-status,.return-list .return-info{text-align:right} 
.login-content{margin-bottom:20px;overflow:auto;padding:5px 10px 5px 5px;-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;-khtml-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px;border:1px solid #DBDEE1} 
.login-content .center-text{display:block} 
.order-list .order-content,.return-list .return-content{padding:10px 0;display:inline-block;border-top:1px solid #EEE;border-bottom:1px solid #EEE} 
.product-filter .sort{float:right;overflow:auto;margin-right:10px} 
.product-filter .sort a{display:inline-block;padding:5px;margin-left:3px;background-color:#eeeeee;color:#333;text-decoration:none;border-radius:5px;color:#333333;border:1px dashed #999999}
.product-filter .sort a:hover,.product-filter .sort a.selected{background-color:#999999;text-decoration:underline;color:#000}
.tags a {color:#999 !important;font-size:12px !important;display:inline-block;padding:5px;margin-left:3px;background-color:#eeeeee;color:#333;text-decoration:none;border-radius:5px;color:#333333;border:1px dashed #999999}
.tags a:hover {color:#333 !important}
.limit select {font-size:12px;border:1px dashed #999;background-color:#eee;border-radius:5px;padding:5px}
.order-list{margin-bottom:10px} 
.order-list .order-id{width:49%;float:left;margin-bottom:2px} 
.order-list .order-status{width:49%;float:right;margin-bottom:2px} 
.order-list .order-content{width:100%;margin-bottom:20px} 
.order-list .order-content div{float:left;width:33.3%} 
.order-detail{background:#EFEFEF;font-weight:700} 

.contact-info .left,.contact-info .right,.sitemap-info .left,.sitemap-info .right{float:left;width:48%} 
.return-captcha{clear:both;float:left} 
.contact-info{overflow:auto} 
.sitemap-info{overflow:auto;margin-bottom:40px} 
#ToTopHover {background: url(../image/to-top.png) no-repeat; left:-51px;width: 51px;height: 51px;display: block;overflow: hidden;float: left;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0)}
#ToTop {display: none;text-decoration: none;position: fixed;bottom: 50px;right: 30px;overflow: hidden;width: 51px;height: 51px;border: none;text-indent: -999px;background: url(../image/to-top.png) no-repeat}
#footer{clear:both;overflow:auto;min-height:100px;padding:20px;background:#303030} 
#footer .column li.column-header{color:#ccc;text-transform:uppercase;font-weight:700;font-size:14px;margin-bottom:8px} 
#footer .column ul{margin:0;padding:0} 
#footer .column ul li{margin-bottom:3px;list-style:none} 
#footer .column a{text-decoration:none;color:#ccc} 
#footer .column a:hover{text-decoration:underline} 
.banner div{text-align:center;width:100%;display:none} 
.category-info a,.category-info li,.category-info p,.desc-glav a,.desc-glav li,.desc-glav p{font-size:16px;line-height:24px} 
.banner div img{margin-bottom:20px} 
.outofstock{color:#C00;font-weight:700} 
.desc-glav{color:#666;border-left:1px solid #DBDEE1;border-right:1px solid #DBDEE1;padding:10px 10px 0;margin:0} 
.desc-glav a{color:#402bf1} 
.category-info{color:#666;margin:0 5%} 
.category-info a{color:#005fb8} 
.category-info ul {border:1px dashed #003300; background-color:#ccffcc}
.category-info h4{color:#333;font-size:24px;margin-bottom:3px}
.category-info h3{color:#333;font-size:26px;margin-bottom:3px}
.category-info h2{color:#333;font-size:30px;margin-bottom:3px} 
.category_m{list-style:none;margin-bottom:20px} 
.category_m_link{font-size:14px;font-weight:700;color:#666} 
.box-bestsellers>div{width:100%;display:inline-block;margin-bottom:20px;text-align:center;border:1px solid #DBDEE1} 
#column-right .box-bestsellers>div{width:100%;margin-right:0} 
.counter{float:right;right:20px} 
.copyright{display:block;float:right;color:#999} 
#content ins,.comment_buttons,.hrefajax,.textdecoration_none,a.hrefajax,ins{text-decoration:none} 
.product-info .left .image i,.product-list div.image i{width:99px;height:41px;position:absolute;background-repeat:no-repeat;background-position:0 0}
.captcha_img,.height30{height:30px} 
.hrefajax,a.hrefajax{border-bottom:1px dashed} 
.fontsize_15{font-size:15px} 
.margintop5{margin-top:5px} 
.marginbottom5{margin-bottom:5px} 
.marginleft10{margin-left:10px} 
.width100{width:100%} 
.lineheight1{line-height:1px} 
.overflowhidden{overflow:hidden} 
.bordernone{border:none} 
.record_description{font-size:16px;line-height:22px;}
.record_columns>.content-records>.record_description{padding-left:5%;width:80%} 
.floatleft{float:left} 
.floatright,.limit{float:right} 
.color_entry_name{color:#777} 
input[type=text],input[type=password],textarea{padding:3px} 
input[type=text].captchainput{border:1px solid green!important} 
.captcha_img,.captchainput{vertical-align:top;border:1px solid green} 
input[name=rating]{background:#FFF} 
.text_note{font-size:11px;opacity:.5} 
.captcha_title{color:#555;font-size:13px;line-height:19px} 
.entry_captcha{color:#999;font-size:13px} 
.captchainput{font-size:21px;width:87px;height:24px} 
.align_center{vertical-align:center;text-align:center} 
.captcha_left{margin-top:2px;margin-left:100px} 
.width24{width:24px} 
.comment_buttons{color:#4DA1D6;border-bottom:1px dashed #4DA1D6;margin-right:5px} 
.imagefloat{padding:0 20px 20px 0;float:left} 
.product-info .cart,.product-info .description,.product-info .price{border-bottom:1px solid #ccc;margin-right:10px} 
.product-info{overflow:hidden;margin-bottom:20px;border:1px solid #ccc;font-size:16px} 
.htabs a,.tab-content{border-left:1px solid #DDD;border-right:1px solid #DDD} 
.product-info>.left{float:left} 
.product-info .image{float:left;margin-bottom:20px;padding:10px;text-align:center} 
.product-info .image-additional{width:260px;margin-left:0;clear:both;overflow:hidden} 
.product-info .image-additional a{float:left;margin-left:10px;margin-bottom:10px} 
.product-info .description{border-top:1px solid #ccc;padding:5px 5px 10px;line-height:20px;color:#4D4D4D} 
.product-info .description span{color:#000;font-weight:700} 
.product-info .right .description a{color:#4D4D4D;text-decoration:underline} 
.product-info .right .description a:hover{color:#000} 
.product-info .price{overflow:hidden;padding:5px;font-size:24px;font-weight:700;color:#333} 
.product-info .price-old{color:#434343;text-decoration:line-through;font-weight:400;} 
.product-category-price .price-new,.product-info .price-new{color:#c00} 
.product-info .options{padding:10px 5px;color:#000} 
.product-info .cart{padding:5px;color:#4D4D4D} 
.htabs,.tab-content{border-bottom:1px solid #DDD} 
.product-info .cart .links a{color:#000} 
.product-info .review{color:#4D4D4D;padding:0 5px 10px 0;margin-bottom:10px} 
.product-info .review a{color:#000;text-decoration:underline; font-size:16px} 
.product-info .review a:hover{text-decoration:none} 
.product-info .review>div{padding:8px;line-height:20px} 
.product-info .review>div>span{color:#38B0E3} 
.product-info .review .share{overflow:auto;line-height:normal;padding-bottom:3px;padding-top:8px} 
.product-info .review .share a{text-decoration:none} 
.htabs a{border-top:1px solid #DDD;background:url(/catalog/view/theme/default/image/tab.png) repeat-x #FFF;padding:7px 15px 6px;float:left;font-size:13px;font-weight:700;text-align:center;text-decoration:none;color:#000;margin-right:2px;display:none} 
.htabs a.selected{padding-bottom:7px;background:#FFF} 
.tab-content{padding:10px;margin:0 10px 20px;z-index:2;overflow:hidden} 
#tab-description a:hover{color:#009} 
.box .box-heading{border:1px solid #DBDEE1;background:url(/catalog/view/theme/default/image/bg.png) 0 -131px repeat-x #e7e7e7;padding:7px 10px 5px;font-size:16px;font-weight:700;line-height:14px;color:#c00} 
.product-filter .product-compare{float:left;padding-top:5px;font-weight:700;margin-left:5px} 
#vk_like{padding-bottom:5px} 
table.list{width:100%;border-top:1px solid #DDD;border-left:1px solid #DDD;margin-bottom:20px} 
table.list td{border-right:1px solid #DDD;border-bottom:1px solid #DDD;padding:7px} 
table.list thead td{background-color:#EFEFEF;padding:7px} 
.list thead td,table.list thead td a{text-decoration:none;color:#222;font-weight:700} 
table.list tbody td{padding:0 5px} 
table.list .center{text-align:center;padding:7px} 
.box-product div,.wysibb,.wysibb .wysibb-toolbar{position:relative}
html{height:100%!important} 
div.rating-cancel,div.star-rating{float:left;width:25px;height:24px;text-indent:-999em;cursor:pointer;display:block;background:0 0;overflow:hidden} 
div.rating-cancel,div.rating-cancel a{background:url(images/delete24.png) 0 -24px no-repeat} 
div.star-rating,div.star-rating a{background:url(images/star24.png) no-repeat} 
div.rating-cancel a,div.star-rating a{display:block;width:24px;height:100%;background-position:0 0;border:0} 
div.star-rating{background:0 0!important;overflow:hidden!important} 
div.star-rating-on a{background-position:0 -24px!important} 
div.star-rating-hover a{background-position:0 -48px} 
div.star-rating-readonly a{cursor:default!important} 
.box-content.mfilter-content{padding:0} 
@media screen and (max-width:480px){#header .phones ul>li,h1{padding-left:0} 
.box-product>div{width:48%;} 
.flexslider {display:none;}
#header{height:80px} 
#header #ph {float:none;width:100%;text-align:center}
#top .links>a {padding-right:5px;}
#top .links{left:2px}
#welcome span {display:none}
#logo{display:none} 
#cart{max-width:19%;font-size:.9em;margin:0} 
#ph{font-size:1.2em;width:80%;left:0;top:2px;text-align:right} 
#ph div{padding-right:10px} 
.phones ul>li a{font-size:14px} 
.phones li{display:block} 
#top .links a{display:none} 
#langmark span {display:none}
#language {width: 40px;right: 140px;top:6px;font-size:16px}
#header #search{top:12px;width:65%;left:22%} 
#header #search input{width:60%} 
#container{max-width:479px}
.sort a {font-size:12px}
#top .links a+a{margin-left:4px} 
.product-list>div>div.image{width:100%} 
#top{background:#be0c00;height:30px}
h1{font-size:30px} 
#top .links a:first-child,#top .links a:last-child{display:inline} 
#carousel0,.htabs a,.product-filter .display {display:none} 
.product-info>.left{float:none} 
.htabs{height:18px;line-height:22px;margin:10px 8px 0} 
.htabs a{padding:7px 0 6px;float:none;font-weight:400;font-size:9px;margin-right:0} 
.box .box-content{background:#FFF;padding:4px} 
.similar_product div.image{clear:both;float:none} 
.sitemap-info .left,.sitemap-info .right{float:none;width:100%} 
.product-info .image{float:none} 
.product-category{border:1px solid #DBDEE1;overflow:auto;margin-bottom:10px} 
.product-grid>div,.product-list>div{display:block;vertical-align:top;margin:0 0 10px;border:1px solid #ccc;padding:3px;min-height:inherit;width:95%} 

.product-list .image{float:none;margin:0} 
.product-list .image img{border:none} 
.product-list .name{margin:0} 
.product-list .description{display:none} 
.product-list .price{padding:0} 
} 
@media screen and (min-width:481px) and (max-width:800px){#tab-related .image,.product-list .image{float:none} 
#header{height:70px} 
#header #logo{position:relative;margin:0 0 0 3px;padding-top:15px} 
#header #logo img{max-width:100px} 
#header #cart{max-width:15%;font-size:.8em;margin:0} 
#header #logo h3{display:none} 
#header #ph{font-size:1.2em;width:55%;top:2px} 
#header #cart #cart-total,#top .links>a,.htabs a{font-size:10px} 
.box-product>div{width:32%;margin-bottom:20px} 
#header .phones li{display:block} 
#header #search{top:5px;width:58%} 
#header #search input{width:70%} 
#container{max-width:799px} 
.product-list>div>div.image{width:100%} 
.box-product .image img{padding:0;max-width:95%} 
#top .links{left:2px;max-width:70%} 
#top .links>a{padding-right:0} 
#top .links a+a{margin-left:12px} 
.left{min-height:100%} 
.product-filter .display{display:none} 
.htabs a{padding:7px 7px 6px;font-weight:400} 
.box .box-content{background:#FFF;padding:10px} 
.sitemap-info .left,.sitemap-info .right{float:none;width:100%} 
.product-grid>div,.product-list>div{display:inline-block;vertical-align:top;border:1px solid #ccc;padding:7px;width:47%;box-sizing:border-box} 
.product-grid>div{margin:0 5px 10px 0} 
.product-grid .price{margin-left:10px} 
.product-list>div{margin:0 5px 10px 0} 
.product-list .image img{border:none} 
.product-list .description{display:none} 
.product-list .price{margin-left:10px}
} 
@media screen and (min-width:801px) and (max-width:1024px){#header #logo h3,.product-info .cart>span a{display:none} 
#container{max-width:1023px} 
#header .phones a{font-size:14px} 
#header{text-align:center} 
#header #logo{position:relative;margin:0 0 0 3px;padding-top:20px} 
#header #logo img{max-width:160px} 
#header #ph{width:62%;top:8px;margin:0 0 5px;padding:0;font-size:1.2em} 
#header .phones ul>li{padding-left:15px} 
#header .phones ul>li:first-child{padding-left:0} 
#header #search{top:13px;width:60%} 
#header #search input{width:80%}
h1{font-size:30px}  
#column-left{float:left;width:20%} 
.slideshow,.slideshow img{width:800px} 
.product-grid{padding-left:5px} 
.product-grid .image img{max-width:90%} 
#footer .column{float:left;width:23%;min-height:100px} 
#column-left+#column-right+#content,#column-left+#content{margin-left:22%} 
.box .box-heading{-webkit-border-radius:7px 7px 0 0;-moz-border-radius:7px 7px 0 0;-khtml-border-radius:7px 7px 0 0;border-radius:7px 7px 0 0} 
.box-testimonial{width:22%} 
.imagefloat{padding:0} 
.product-grid>div{display:inline-block;vertical-align:top;margin:0 1px 10px 0;border:1px solid #ccc;min-height:inherit;padding:7px;width:32%;box-sizing:border-box} 
.product-grid .price{margin-left:5px} 
.product-grid .cart{margin:0;padding:0} 
} 
.product-category{margin:0 3px 5px} 
@media screen and (min-width:1025px){.category-info{width:90%} 
.product-category{margin:0 5px 10px} 
#container{max-width:1200px} 
h1{font-size:36px;text-shadow:0 0 1px rgba(0,0,0,.01)} 
h2{font-size:26px} 
#column-left{float:left;width:24%} 
#column-right{float:right;width:24%} 
.product-filter .limit{float:right;overflow:auto;color:#333;padding-right:10px} 
#footer .column{float:left;width:23%;min-height:100px} 
#column-left+#column-right+#content,#column-left+#content{margin-left:25%} 
#column-right+#content{margin-right:25%} 
.box .box-heading{-webkit-border-radius:7px 7px 0 0;-moz-border-radius:7px 7px 0 0;-khtml-border-radius:7px 7px 0 0;border-radius:7px 7px 0 0}  
#footer{-webkit-border-radius:0px;border-radius:0px} 
} 
@media screen and (max-width:1024px){#column-right,.product-filter .product-compare,.share42init{display:none} 
.product-list div.description{font-size:12px} 
.contact-left,.contact-right{width:100%;float:none} 
.product-list div.image img{width:100%;min-width:100%} 
h2{font-size:20px} 
.product-filter .limit{float:left;margin-left:10px}
.testimonial{width:100%;margin:0;overflow:auto;border-bottom:1px dotted #CCC} 
} 
@media screen and (max-width:800px){#column-left,.slideshow,.slideshow img{display:none} 
.limit select, .product-filter .sort a {font-size:10px;padding:3px;margin:0px}
.product-filter,.product-grid {border:none}
.product-grid {padding-left:3px}
#header #cart {padding-right:2px} 
#header .phones a{font-size:14px}
.info_article {width:100%; margin-left:0%} 
.product-info .review img{display:block} 
#footer .column {display:none} 
#footer .column:first-child{display:block;max-width:50%;float:left;} 
#socseti{display:block!important;max-width:49%;float:right}
#vk_groups,.box-category,.box-testimonial-content,.manufacturer-info{display:none} 
#tab-description{font-size:16px} 
#tab-description a{color:#03C;font-size:16px} 
.breadcrumb{background:#e7e7e7;color:#c00;line-height:30px;margin-bottom:10px;padding-left:5px} 
.product-filter{padding-top:5px;padding-bottom:5px} 
.imagefloat{padding-bottom:10px;float:none} 
.record_description{width:100%;margin:0}
.category-list ul li{width:24%;} 
} 
@media screen and (min-width:481px) and (max-width:1024px){.jcarousel-skin-opencart img{max-width:60px} 
} 

@media screen and (min-width:481px){.product-category{border:1px solid #DBDEE1;display:inline-block;overflow:hidden;width:31%;height:auto;min-height:325px} 
.product-info>.left+.right{margin-left:265px} 
.htabs{height:30px;line-height:16px;margin:10px 10px 0} 
} 
@media screen and (min-width:850px){
#supermenu{position: -webkit-sticky;position: sticky;top:0px;z-index:9998}
}
@media screen and (min-width:801px){.product-info{-webkit-border-radius:7px;-moz-border-radius:7px;-khtml-border-radius:7px 7px 7px 7px;border-radius:7px;border:1px solid #ccc} 
.box .box-content,.box-testimonial-content,.product-filter,.product-list{border-left:1px solid #DBDEE1;border-right:1px solid #DBDEE1} 
.product-info>.left{margin-right:15px} 
.product-info .cart .links{display:inline-block;vertical-align:middle} 
#tab-description{font-size:16px} 
#tab-description a{color:#03C;font-size:16px} 
.box-testimonial-content{overflow:auto;padding:10px} 
#content>h1{-webkit-border-radius:7px 7px 0 0;-moz-border-radius:7px 7px 0 0;-khtml-border-radius:7px 7px 0 0;border-radius:7px 7px 0 0} 
.box .box-content{background:#FFF;-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;-khtml-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px;border-bottom:1px solid #DBDEE1;padding:0 10px 0 10px} 
.breadcrumb{background-color:#f7f7f7;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px 5px 5px 5px;border-radius:5px;border:1px solid #DBDEE1;color:#c00;min-height:30px;line-height:30px;margin-bottom:10px;padding-left:10px} 
.breadcrumb, .breadcrumb a {font-size:14px}
.product-filter{padding-top:15px;padding-bottom:15px} 
.login-content .center-text{padding-left:300px} 

} 
#tab-review .minus,#tab-review .plus{padding:0 0 8px 22px;background-repeat:no-repeat} 
#button-cart2{margin-left:15px} 
#settext-1:before{content:"Ужасно";margin-left:7px} 
#settext-2:before{content:"Плохо";margin-left:7px} 
#settext-3:before{content:"Средне";margin-left:7px} 
#settext-4:before{content:"Хорошо";margin-left:7px} 
#settext-5:before{content:"Отлично";margin-left:7px} 
#review-title{cursor:pointer} 
.review-list .author{margin:0!important} 
.review-list .text{clear:both;margin-bottom:5px} 
#tab-review .minus{background-image:url(images/minus.png)} 
#tab-review .plus{background-image:url(images/plus.png)} 
#tab-review input[type=text]{height:17px} 
#tab-review input[type=text],textarea{color:#333;box-shadow:inset 0 2px 8px rgba(32,74,96,.2),0 0 3px #fff;-moz-box-shadow:inset 0 2px 8px hsla(200,50%,25%,.2),0 0 3px #fff;-webkit-box-shadow:inset 0 2px 8px rgba(32,74,96,.2),0 0 3px #fff;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;padding:3px!important;margin-top:2px;margin-bottom:2px} 
#tab-review input:focus,textarea:focus{box-shadow:inset 0 2px 8px rgba(255,255,255,0),0 0 5px #209FDF;-moz-box-shadow:inset 0 2px 8px hsla(0,100%,100%,0),0 0 5px #1f9fdf;-webkit-box-shadow:inset 0 2px 8px rgba(255,255,255,0),0 0 5px #209FDF;background-color:#FFF;outline:0;border-color:rgba(255,255,255,0)} 
#tab-review .entry-b{display:block;float:left;width:150px;padding:47px 0 53px} 
#tab-review textarea{height:108px;min-height:108px;min-width:306px;max-width:540px;margin-left:40px} 
#tab-review #captcha{margin-top:2px;margin-left:-4px;cursor:pointer;padding-right:18px} 
#tab-review>div .radio-div{width:77px;float:left;margin-left:5px} 
#tab-review>div .radio-div input[type=radio]{position:relative;margin:0 0 0 -4px;padding:0;width:16px;height:17px;opacity:0;z-index:2;cursor:pointer;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0)} 
#tab-review .star-div{height:17px;float:left;margin:1px 0 0 -84px} 
#tab-review .entry-rating{cursor:default;display:block;float:left;width:150px;padding:4px 0;font-weight:700} 
.star-div span{width:77px;height:17px;display:inline-block;background:url(images/stars.png) no-repeat} 
span.icstars-0{background-position:0 0} 
span.icstars-1{background-position:0 -16px} 
span.icstars-2{background-position:0 -32px} 
span.icstars-3{background-position:0 -48px} 
span.icstars-4{background-position:0 -64px} 
span.icstars-5{background-position:0 -80px}
.fast-information {border-radius:7px 7px 7px 7px;border:1px solid #DBDEE1}
.fast-information span{font-size:16px;display:block;background-color:#eeeeee;padding:5px} 
.fast-information, .fast-information a{font-size:14px;line-height:20px}
.fast-information ul{padding:0 5px 0 5px;margin:5px 0 25px;list-style:none}
.fast-information ul li{display:block;border-bottom:1px dashed #ccc} 
.special-price{font-weight:400;font-size:12px} 
input.button-grey{cursor:pointer;color:#FFF;line-height:12px;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;background:#666;-webkit-border-radius:7px;-moz-border-radius:7px;-khtml-border-radius:7px;border-radius:7px;-webkit-box-shadow:0 2px 2px #DDD;-moz-box-shadow:0 2px 2px #DDD;box-shadow:0 2px 2px #DDD;margin:0;border:0;height:24px;padding:0 12px} 
#showmore {display: block;padding: 16px 0px 16px 0px;text-align: center;width:100%;}
#showmore a {text-decoration:none;padding:8px 40px;cursor:pointer;color:#FFF;line-height:12px;font-family:Tahoma;font-size:18px;background-color:#c40000;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:3px;-khtml-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;-webkit-box-shadow:0 2px 2px #DDD;-moz-box-shadow:0 2px 2px #DDD;box-shadow:0 2px 2px #DDD}
#showmore a:hover{background-color:#f40101}
#showmore.loading a{background:url(/catalog/view/theme/default/image/category-loader.gif) center center no-repeat;background-color:transparent;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;height:32px;display:block;text-indent:99999px;overflow:hidden;color:transparent} 
.shortcuts ul{list-style:none;margin:0;padding:0} 
.shortcuts li{width:90px;height:120px;line-height:normal;display:inline-block;vertical-align:top;padding:10px;border:1px solid #ccc;margin:7px 9px} 
.shortcuts li a{text-decoration:none} 
.shortcuts li:hover{border:1px solid #aaa;background:#ddd} 
.shortcuts li img{padding:8px 20px 12px 14px} 
.shortcuts li h6{color:#333;font-size:11px;margin:0;padding:0} 
.form tr>td>input {width:100% !important}
#cboxOverlay,.cboxIframe{width:100%;height:100%}.cboxIframe,.cboxPhoto{display:block;border:0}#cboxCurrent,#cboxTitle{bottom:-25px;font-weight:700;color:#7C7C7C;position:absolute}#cboxOverlay,#cboxWrapper,#colorbox{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;background:#000}#cboxBottomLeft,#cboxMiddleLeft{clear:left}#cboxContent{position:relative;background:#fff;overflow:visible}#cboxTitle{margin:0;left:0;text-align:center;width:100%}#cboxLoadingGraphic,#cboxLoadingOverlay{position:absolute;top:0;left:0;width:100%;height:100%}.cboxPhoto{float:left;margin:auto}#cboxTopLeft{width:14px;height:14px;background:url(/catalog/view/theme/default/stylesheet/images/controls.png) no-repeat}#cboxTopCenter{height:14px;background:url(/catalog/view/theme/default/stylesheet/images/border.png) top left repeat-x}#cboxTopRight{width:14px;height:14px;background:url(/catalog/view/theme/default/stylesheet/images/controls.png) -36px 0 no-repeat}#cboxBottomLeft{width:14px;height:43px;background:url(/catalog/view/theme/default/stylesheet/images/controls.png) 0 -32px no-repeat}#cboxBottomCenter{height:43px;background:url(/catalog/view/theme/default/stylesheet/images/border.png) bottom left repeat-x}#cboxBottomRight{width:14px;height:43px;background:url(/catalog/view/theme/default/stylesheet/images/controls.png) -36px -32px no-repeat}#cboxMiddleLeft{width:14px;background:url(/catalog/view/theme/default/stylesheet/images/controls.png) -175px 0 repeat-y}#cboxMiddleRight{width:14px;background:url(/catalog/view/theme/default/stylesheet/images/controls.png) -211px 0 repeat-y}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{overflow:auto;margin-bottom:5px}#cboxLoadingOverlay{background:url(/catalog/view/theme/default/stylesheet/images/loading_background.png) center center no-repeat}#cboxLoadingGraphic{background:url(/catalog/view/theme/default/stylesheet/images/loading.gif) center center no-repeat}#cboxCurrent{left:58px}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{cursor:pointer;position:absolute;bottom:-29px;background:url(/catalog/view/theme/default/stylesheet/images/controls.png) no-repeat;width:23px;height:23px;text-indent:-9999px}#cboxPrevious{left:0;background-position:-51px -25px}#cboxPrevious:hover{background-position:-51px 0}#cboxNext{left:27px;background-position:-75px -25px}#cboxNext:hover{background-position:-75px 0}#cboxClose{right:0;background-position:-100px -25px}#cboxClose:hover{background-position:-100px 0}.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0;right:27px}.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0}.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px;right:27px}.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0}
#color_options{margin: 5px 0;font-size:12px}#color_options .color_option{display: inline-block;padding: 0 5px 0 0;line-height: 22px;margin-left:15px;}#color_options .color_option.disabled{opacity:.4; text-align:center;}#color_options .color_option.active{border-radius: 5px;border: 1px solid #333333; padding:5px; text-align:center}#color_options .color_option a{text-decoration: none;color: #000;}#color_options .color_option .color_block{width: 20px;height: 20px;border-radius: 20px;float: left;box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);border: 1px solid #fff;}#color_options .color_option .color_name{margin-left: 0px;}#color_options .color_option.img,#color_options .color_option.photos{border:none !important;text-align:center;}#color_options .color_option.img .color_name {margin: 0;}#popupColorKits .disabled .name a {color: #B9B9B9;}


/*catalog/view/supermenu/supermenu.css?v=23*/

@-webkit-keyframes fadeIn{from{top:-20px}to{top:0}}@-moz-keyframes fadeIn{from{top:-20px}to{top:0}}@keyframes fadeIn{from{top:-20px}to{top:0}}
#supermenu,#supermenu *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#supermenu{background-color:#363636;background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;margin-bottom:15px;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;padding:0 4px;border:1px solid;border-color:#222 #222 #000;border-bottom:0;-moz-box-shadow:inset 0 1px 0 #888;-webkit-box-shadow:inset 0 1px 0 #888;box-shadow:inset 0 1px 0 #888;line-height:20px}#supermenu a{cursor:pointer;font-size:12px}#supermenu a.mobile-trigger{display:none}#supermenu ul{list-style:none;margin:0;padding:0;text-align:left;font-size:0}#supermenu ul li.tlli{position:relative;display:inline-block;z-index:20}#supermenu ul li.tlli:hover{z-index:20}#supermenu ul li a.tll{font-size:16px;color:#fff;line-height:18px;text-decoration:none;display:block;padding:15px 12px 16px;z-index:6;position:relative;min-width:75px;text-align:center;text-shadow:0 1px 1px #000;-webkit-transition:.4s ease;-moz-transition:.4s ease;-o-transition:.4s ease;transition:.4s ease}#supermenu ul li.tlli:hover a.tll{background:#be0c00}#supermenu ul li a.tllhome,#supermenu ul li a.tllhomel{background:transparent url(/catalog/view/supermenu/home_icon.png) center center no-repeat!important;color:transparent!important;padding-left:18px;padding-right:7px}#supermenu ul li a.tllhomel{background:transparent url(/catalog/view/supermenu/home_iconh.png) center center no-repeat!important}#supermenu ul li.tlli:hover a.tllhome{background:transparent url(/catalog/view/supermenu/home_iconh.png) center center no-repeat!important}#supermenu ul li.tlli:hover a.tllhomel{background:transparent url(/catalog/view/supermenu/home_icon.png) center center no-repeat!important}#supermenu ul li div.bigdiv{display:none;background:#434343;position:absolute;left:0;z-index:7;padding:5px;width:100%;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-khtml-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;border:1px solid #343434;border-top:0}#supermenu ul li div.bigdiv.withflyout{padding:0;padding-top:5px;padding-bottom:5px;width:200px}#supermenu ul li div.bigdiv.withflyout.andlogin{padding:5px}#supermenu ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright{display:none;position:absolute;background:#313131;padding:0;z-index:9999;top:0;left:200px;min-height:100%;-webkit-box-shadow:0 0 4px #ccc;-moz-box-shadow:0 0 4px #ccc;box-shadow:0 0 4px #ccc;z-index:-1}#supermenu ul li div.bigdiv p{margin-bottom:7px}#supermenu ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright .inflyouttoright{padding:10px;width:769px}#supermenu ul li div.bigdiv.withflyout .withimage{width:145px}#supermenu .withchildfo{display:block;vertical-align:top;border-bottom:1px solid #ececec}
#supermenu .withchildfo.hasflyout{padding-right:20px;background-image:url(/catalog/view/supermenu/../image/mkidr.png);background-position:right center;background-repeat:no-repeat}
#supermenu .withchildfo{display:block;vertical-align:top;border-bottom:1px solid #ececec}
#supermenu .withchildfo a.theparent{color:#ccc;display:block;padding:5px;padding-top:9px;padding-bottom:9px;text-decoration:none}
#supermenu .withchildfo:hover{background-color:#151515}#supermenu ul li.tlli.act div.bigdiv{display:table}
#supermenu > ul > li > div > ul{display:table-cell}#supermenu > ul > li ul + ul{padding-left:20px}
#supermenu ul li div .withchild ul.child-level li a{text-decoration:none;padding-top:4px;padding-left:0;padding-bottom:5px;color:#333;display:block;min-width:120px}
#supermenu ul li div .withchild ul.child-level li a:hover{text-decoration:underline}#supermenu ul li div .supermenu-left{display:block;vertical-align:top}
#supermenu ul li div .menu-add{width:320px;margin-left:5px;height:100%;overflow:hidden;float:right;vertical-align:bottom;display:inline-block;margin-top:10px;position:relative}
#supermenu ul li div .menu-add img{float:right}#supermenu ul li div .withchild{display:inline-block;width:19%;margin-left:7px;margin-top:12px;vertical-align:top}
#supermenu ul li div .withchild a.theparent{font-size:14px !important;display:block;padding:0px;text-decoration:none}
#supermenu ul li div .withchild a.theparent:hover{text-decoration:underline;}
#supermenu ul li div .withimage{display:inline-block;vertical-align:top;text-align:center;margin-left:7px;width:155px;margin-top:10px}
#supermenu ul li div .withimage .image img{background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;border:1px solid #666}
#supermenu ul li div .withimage .name a{color:#f1f1f1;font-size:14px;text-decoration:none}
#supermenu ul li div .withimage .dropprice{color:#55B12B}
#supermenu ul li div .withimage .dropprice span{color:red;text-decoration:line-through}
#supermenu ul li div .withimage .child-level a{text-decoration:none;color:#333;font-weight:400;font-size:12px}
#supermenu ul li div .withimage .child-level{margin-left:5px}
#supermenu ul li div .withimage .name a:hover{text-decoration:underline;color:#cc0000 !important}
#supermenu .mainexpand{display:none}#supermenu ul li div .dropbrands{width:150px;margin-right:10px;float:right;vertical-align:top;display:inline-block;margin-top:10px}
#supermenu ul li div .dropbrands span{display:block;padding:5px;border-bottom:1px solid #ccc;color:#333}
#supermenu ul li div .dropbrands ul li a{padding:5px;padding-left:7px;text-decoration:none;color:#555;display:block}
#supermenu ul li div.bigdiv .linkoftopitem{display:block;clear:both;padding-top:12px}
#supermenu ul li div.bigdiv .linkoftopitem a{color:#333;text-decoration:none;padding:6px;text-align:center;border:1px solid #ccc;display:block;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;font-size:12px;background-color:#eee;background-image:linear-gradient(to bottom,#fff,#e9e9e9);background-repeat:repeat-x}
#supermenu ul li div.bigdiv .linkoftopitem a:hover{background-color:#fff;background-image:linear-gradient(to bottom,#e9e9e9,#fff);background-repeat:repeat-x}
#supermenu ul li div.bigdiv .headingoftopitem{display:block;clear:both;margin-bottom:8px;border-bottom:1px solid #e9e9e9}
#supermenu ul li div.bigdiv .addingaspace{display:block;clear:both;margin-bottom:7px}
#supermenu ul li div.bigdiv.withflyout .headingoftopitem{margin-left:5px;margin-right:5px}
#supermenu ul li div.bigdiv.withflyout .headingoftopitem h2{font-size:20px;display:block;margin:0;padding:5px;padding-left:10px;border:none;background:none;font-weight:400;color:#fff}
#supermenu ul li div.bigdiv .headingoftopitem h2 a{font-size:18px!important;display:block;margin:0;padding:0;border:0;background:none;font-weight:400;color:#ededed;text-decoration:none}
#supermenu ul li div.bigdiv.withflyout .headingoftopitem h2,#supermenu ul li div.bigdiv.withflyout .headingoftopitem h2 a{font-size:14px}
#supermenu ul li div.bigdiv.withflyout .headingoftopitem h2{padding-left:5px}
#supermenu form{padding-top:5px}#supermenu input[type='text'],
#supermenu input[type='password']{padding:5px;padding-top:10px;padding-bottom:10px;width:188px;color:#888;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;border:1px solid #e7e7e7}
#supermenu ul li.tlli.mkids:hover a.tll{-webkit-border-radius:0 0 1px 1px;-moz-border-radius:0 0 1px 1px;-khtml-border-radius:0 0 1px 1px;border-radius:0 0 1px 1px}
#supermenu.respmedium ul li.tlli .bigdiv{-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px}
#supermenu.respmedium ul li div .menu-add{width:180px!important}
#supermenu.respmedium ul li div .menu-add img{width:100%;height:auto}
#supermenu.respmedium ul li div .menu-add + .supermenu-left,
#supermenu.respmedium ul li div .menu-add + .dropbrands + .supermenu-left{margin-right:190px!important}
#supermenu.respmedium ul li div .dropbrands{width:180px!important;clear:right;margin-right:0;margin-left:5px;margin-top:10px}
#supermenu ul li.tlli.sep{display:none}
#supermenu.white{background:#fff;border:none;border-bottom:1px solid #777;-webkit-border-radius:0;-moz-border-radius:0;-khtml-border-radius:0;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
#supermenu.respsmall.white a.mobile-trigger,#supermenu.alt2.respsmall a.mobile-trigger,
#supermenu.imgmenu.respsmall a.mobile-trigger{background:url(/catalog/view/supermenu/mkidb2.png) 100% center no-repeat;color:#555;text-shadow:none}
#supermenu.white ul li a.tll{font-size:13px;color:#333;padding:15px 10px 12px;text-shadow:0 0 0 #000;border-top:1px solid #fff}
#supermenu.white ul li div.bigdiv{background:#fff;-webkit-border-radius:0;-moz-border-radius:0;-khtml-border-radius:0;border-radius:0;border:1px solid #777;border-top:0}
#supermenu.white.respsmall ul li div.bigdiv{border:1px solid #fff;border-top:0}
#supermenu.white ul li.tlli:hover a.tll{background:#fff;color:#333;text-shadow:0 0 0 #fff;border-top:1px solid #777}
#supermenu.respsmall.white ul li.tlli:hover a.tll{color:#333;border-top:1px solid #fff}
#supermenu.alt1{background:#333;background-image:linear-gradient(to bottom,#333,#222);background-repeat:repeat-x;border:1px solid #1d1d1d;border-bottom:0;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;-moz-box-shadow:inset 0 1px 1px #888;-webkit-box-shadow:inset 0 1px 1px #888;box-shadow:inset 0 1px 1px #888}#supermenu.alt1 ul li a.tll{font-size:14px;color:#ddd;text-shadow:0 0 0 #000}
#supermenu.alt1 ul li.tlli.sep,#supermenu.alt2 ul li.tlli.sep{display:inline-block;padding-left:0;padding-right:0;width:2px;padding-left:1px;*display:inline}#supermenu.alt1 ul li.tlli.sep span.item-sep,
#supermenu.alt2 ul li.tlli.sep span.item-sep{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}#supermenu.alt1 ul li.tlli:hover a.tll,#supermenu.imgmenu ul li.tlli:hover a.tll{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f7f7f7 100%);background-image:linear-gradient(to bottom,#fff,#f7f7f7);background-repeat:repeat-x;color:#333;text-shadow:0 0 0 #fff}#supermenu.alt1 ul li div.bigdiv,#supermenu.imgmenu ul li div.bigdiv{background:#f7f7f7;background-image:linear-gradient(to bottom,#f7f7f7,#e7e7e7);background-repeat:repeat-x;-webkit-border-radius:1px;-moz-border-radius:1px;-khtml-border-radius:1px;border-radius:1px;border:none;padding:6px;border-top:0;-webkit-box-shadow:0 0 4px #999;-moz-box-shadow:0 0 4px #999;box-shadow:0 0 4px #999}#supermenu.respsmall.alt1 ul li.tlli.sep{display:block;height:0;overflow:hidden;width:100%}#supermenu.alt1 ul li div .withchild a.theparent,#supermenu.alt1 ul li div .withimage .name a,#supermenu.alt1 .withchildfo a.theparent{color:#333;font-weight:bold}#supermenu.alt1 ul li div .withchild a.theparent{border-bottom:1px solid #ddd}#supermenu.alt1 ul li div .withchild a.theparent:hover{color:#cc0000},#supermenu.alt1 ul li div .withimage .name a:hover,#supermenu.alt1 .withchildfo a.theparent:hover{color:#000;text-decoration:underline}#supermenu.alt1 ul li div .withchild ul.child-level li a{color:#444}#supermenu.alt1 ul li div .withchild ul.child-level li a:hover{color:#cc0000}#supermenu.alt1 ul li div.bigdiv .linkoftopitem a,#supermenu.alt2 ul li div.bigdiv .linkoftopitem a{background:#555;background-image:linear-gradient(to bottom,#555,#444);background-repeat:repeat-x;border:1px solid #2d2d2d;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;-moz-box-shadow:inset 0 1px 1px #888;-webkit-box-shadow:inset 0 1px 1px #888;box-shadow:inset 0 1px 1px #888;color:#ddd}#supermenu.alt1 ul li div.bigdiv .linkoftopitem a:hover,#supermenu.alt2 ul li div.bigdiv .linkoftopitem a:hover{background:#222}#supermenu.alt2{background:#f7f7f7;background-image:linear-gradient(to bottom,#f7f7f7,#e7e7e7);background-repeat:repeat-x;border:1px solid #e7e7e7;border-bottom:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}#supermenu.alt2 ul li a.tll{font-size:12px;color:#444;text-shadow:0 1px 1px #fff}#supermenu.alt2 ul li:hover a.tll{color:#ddd;text-shadow:0 1px 1px #111;background:#525252}#supermenu.alt2 ul li div.bigdiv{background:#525252;-webkit-border-radius:1px;-moz-border-radius:1px;-khtml-border-radius:1px;border-radius:1px;border-color:#fff;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}#supermenu.respsmall.alt2 ul li.tlli.sep{display:block;height:0;overflow:hidden;width:100%;border-top:1px solid #FFF}#supermenu.respsmall.alt2 ul li.tlli:hover a.tll{color:#000}#supermenu.alt2 ul li div .withchild a.theparent,#supermenu.alt2 ul li div .withimage .name a,#supermenu.alt2 .withchildfo a.theparent,#supermenu.alt2 ul li div .dropbrands span{color:#ddd}#supermenu.alt2 ul li div .withchild ul.child-level li a,#supermenu.alt2 ul li div,#supermenu.alt2 ul li div a,#supermenu.alt2 ul li div .dropbrands ul li a{color:#a7a7a7}#supermenu.alt2 .withchildfo{border-bottom:1px solid #797979}#supermenu.alt2 .withchildfo:hover,#supermenu.alt2 ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright{background-color:#6f6b6b}#supermenu.alt2 ul li div .withchild a.theparent,#supermenu.alt2 ul li div .dropbrands span{border-bottom:1px solid #797979}#supermenu.alt2.respsmall ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright{background:none}#supermenu.imgmenu ul li a.tll{text-align:center;color:#444;text-shadow:0 0 0 #fff}#supermenu.imgmenu{background:#fff;border:none;border:1px solid #eee;-webkit-border-radius:0;-moz-border-radius:0;-khtml-border-radius:0;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}#supermenu.imgmenu ul{text-align:center}#supermenu.imgmenu ul li{text-align:left}#supermenu.imgmenu ul li.tlli{border-left:1px solid #f9f9f9;border-right:1px solid #f9f9f9}#supermenu.imgmenu ul li div .withchild a.theparent{border-bottom:1px solid #ddd}#supermenu.respsmall.imgmenu ul li.tlli a.tll > img{width:35px;height:auto;float:left;margin-right:10px}#supermenu.respsmall.imgmenu ul li.tlli a.tll > br{display:none!important}#supermenu.respsmall.imgmenu ul li.tlli a.tll{text-align:left;line-height:35px;padding-top:7px;padding-bottom:7px}#supermenu.respsmall.imgmenu ul li.tlli{border:none;border-bottom:1px solid #eee}#supermenu.respsmall.imgmenu ul li.tlli:hover a.tll{color:#333}#supermenu.respsmall.imgmenu ul li.exped div.bigdiv{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#supermenu.respsmall.imgmenu ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright{background:none}
#supermenu.respsmall a.mobile-trigger{
	font-size:14px;color:#fff;font-weight:400;line-height:16px;text-decoration:none;display:block;
	padding:16px 10px;z-index:6;position:relative;text-shadow:0 0 1px #111;background:url(/catalog/view/supermenu/mkid.png) 100% center no-repeat}
#supermenu.respsmall > ul{visibility:hidden;height:0;-webkit-transition:.3s ease-in;-moz-transition:.3s ease-in;-o-transition:.3s ease-in;transition:.3s ease-in;overflow:hidden}
#supermenu.respsmall > ul.exped{visibility:visible;height:auto;padding-top:5px;padding-bottom:5px}
#supermenu.respsmall ul li.tlli.hometlli{display:none}
#supermenu.respsmall ul li.tlli{position:relative;display:block;z-index:20;padding-left:1px;font-size:12px}
#supermenu.respsmall ul li.tlli.sep{border-top:1px solid #5A5A5A;height:0}
#supermenu.respsmall ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright{position:relative;z-index:1;left:auto;top:auto;-webkit-box-shadow:0 0 0 #ccc;-moz-box-shadow:0 0 0 #ccc;box-shadow:0 0 0 #ccc}
#supermenu.respsmall ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright .inflyouttoright{width:100%!important}
#supermenu.respsmall ul li div .supermenu-left{margin:0!important}
#supermenu.respsmall ul li div .supermenu-left:before,#supermenu.respsmall ul li div .supermenu-left:after, #supermenu.respsmall ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright:before,#supermenu.respsmall ul li div.bigdiv.withflyout > .withchildfo > .flyouttoright:after{clear:both;content:" ";display:table}#supermenu.respsmall ul li div .menu-add{display:none}#supermenu.respsmall ul li div .dropbrands{display:none}#supermenu .menu-add-mobil,#supermenu .dropbrands.dropbrands-mobil{display:none}#supermenu.respsmall .menu-add-mobil,#supermenu.respsmall .dropbrands-mobil{display:block}#supermenu.respsmall .menu-add-mobil{text-align:center;margin-top:10px}#supermenu.respsmall .menu-add-mobil img{max-width:100%!important}#supermenu.respsmall .dropbrands.dropbrands-mobil{display:block;float:none;width:auto;margin-right:0}#supermenu.respsmall ul li div .withchild,#supermenu.respsmall ul li div .withimage{display:inline-block;width:49%!important;margin:0;margin-bottom:0;clear:none;*display:inline;padding:5px 0}#supermenu.respsmall ul li div .withimage .image img{width:50px;height:auto;float:left;margin-right:10px}#supermenu.respsmall ul li div .withchild:nth-child(even),#supermenu.respsmall ul li div .withimage:nth-child(even){float:right;clear:right}#supermenu.respsmall ul li div .withchild:nth-child(odd),#supermenu.respsmall ul li div .withimage:nth-child(odd){float:left;clear:left}#supermenu.respsmall .withchildfo a.theparent{padding-top:14px;padding-bottom:14px}#supermenu .superdropper{display:none}#supermenu.respsmall .superdropper{display:block;position:absolute;right:0;top:0;text-decoration:none;z-index:7;padding-left:40px;padding-bottom:10px}#supermenu.respsmall .superdropper span{font-size:20px;text-decoration:none;padding:5px 10px;background:#fff;color:#000;display:block;margin-right:5px;margin-top:9px;width:30px;text-align:center;border-radius:2px}#supermenu.respsmall .superdropper span + span{display:none}#supermenu.respsmall ul li.tlli.exped .superdropper span{display:none}#supermenu.respsmall ul li.tlli.exped .superdropper span + span{display:block}#supermenu.respsmall ul li div.bigdiv{position:relative;margin:0!important;width:100%!important;display:block;display:none}#supermenu.respsmall ul li.exped div.bigdiv{display:block!important;-webkit-animation:fadeIn .3s;animation:fadeIn .3s}#supermenu.respsmall .withchildfo{position:relative}#supermenu.respsmall .withchildfo.hasflyout{background-image:none}#supermenu.respsmall .withchildfo.hasflyout.exped .flyouttoright{display:block!important;-webkit-animation:fadeIn .3s;animation:fadeIn .3s}#supermenu.respsmall .withchildfo.hasflyout .superdropper span,#supermenu.respsmall .withchildfo.hasflyout.exped .superdropper span + span{display:block!important}#supermenu.respsmall .withchildfo.hasflyout .superdropper span + span,#supermenu.respsmall .withchildfo.hasflyout.exped .superdropper span{display:none!important}
#supermenu.respsmall ul li.tlli:hover a.tll{background:none;text-shadow:0 0 0 #fff;color:#fff}
#supermenu.respsmall ul li div.bigdiv .addingaspace{display:none!important}@media all and (max-width: 500px){
#supermenu.respsmall ul li div .withchild,
#supermenu.respsmall ul li div .withimage{width:100%!important;float:none!important}}

