@charset "utf-8";

/*colors style*/

body{background: #faf8f6;color: #333;}

.phones-header .phone, .start-page-category-menu > li .title, .frame-cur-sum-price .price-new .price, .pagination li > a, .pagination li > span{font-size: 14px;}
.f-s_0 > *, .items > li, .items > td, [class*="btn"] .text-el{font-size: 13px;}
.f-s_13{font-size: 13px !important;}
.f-s_14{font-size: 14px !important;}
.f-s_16{font-size: 16px !important;}
.t-a_j > *{font-size: 12px;}
.row-kits li, .items-complect > li, .pager, .title-category-l1, .menu-row-category .frame-drop-menu > ul > li, .lineForm, .compare-characteristic > li, .nav, .funcs-buttons{font-size: 0;}

.f-w_b{font-weight: bold!important;}
.f-w_n{font-weight: normal!important;}
.items-brand-image > li > .frame-photo-title > .title, .start-page-category-menu > li .title{font-weight: normal;}
.text blockquote:before, .text blockquote:after{border-width: 1px 0;border-style: solid;border-top-color: #e7e2dd;border-bottom-color: #fff;}

[class*="icon-"], .title-category-l1.is-sub:after, .title-category-l1.is-sub .ie, .ui-slider-handle, .fancy-ico, #fancybox-close, .product-status{background: url("images/sprite.png") no-repeat;}
.icon-plus{width: 10px;height: 10px;background-position: -260px 0;}
.icon-minus{width: 10px;height: 2px;background-position: -280px 0;}
/*.buti, .buti > button, .buti > a, .buti > input{background: url("images/buttons.png") no-repeat;}
.buti{margin-right: 9px;}
.buti > button, .buti > a, .buti > input{margin-right: -9px;}*/
.v_f, .menu-row-category .frame-drop-menu > ul > li:after{background: url("images/v_f.png") repeat-y;}
.h_f, .text-proposition-h.text-el:after, .items-benefits > li:before, footer:before, .footer-footer:before{background: url("images/h_f.png") repeat-x;}

input[type="text"], input[type="password"], textarea{-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}

.preloader, .lazy{background-image: url("images/preloader.gif");background-repeat: no-repeat;background-position: 50% 50%;}
.wo-i.preloader{background-image: none;}

.c_3{color: #333 !important;}
.c_6{color: #666 !important;}
.c_9{color: #999 !important;}
.c_w{color: #fff !important;}
.photo-block
{
background-color: #fff;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.3s ease-in-out;


-moz-border-radius: 4px;
-webkit-border-radius: 4px; 
-khtml-border-radius: 4px; 
border-radius: 4px; 
behavior: url(border-radius.htc); 
}
.selected .photo-block, a:hover .photo-block, a:focus .photo-block{}
.not-avail .curr, .not-avail .price, .not-avail a, .not-avail .text-el, .not-avail .title{color: #999 !important;border-bottom-color: #999 !important;}
.not-avail .product-status .text-el{color: #eee !important;}
.next-kit, .gen-sum-kit, .countOrCompl, .frame-cur-sum-price .title, .s-t, .count, .code{color: #999;}
.text-discount{color: #ff7e00;}
.name-check-filter{color: red;}

.list-style-1 li{position: relative;padding-left: 22px;}
.list-style-1 li:before{content: "\b7";position: absolute;left: 9px;top: -6px;color: red;font-size: 25px;}
.date{color: #a0a0a0;}

/*active*/
button[disabled="disabled"], input[type="submit"][disabled="disabled"], input[type="reset"][disabled="disabled"], input[type="button"][disabled="disabled"], .disabled, .disabled > *, .divider{cursor: default;color: #ff0000 !important;}
.active > span, .active > a{cursor: default;color: #fff;}
.active > button{color: #fff;}
input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus, .frame-item-menu > .frame-title > .title:focus{}
/*/active*/

/*groups-buttons*/
.groups-buttons [class*="btn"]:last-child{-moz-border-radius: 0 3px 3px 0;-webkit-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;}
.groups-buttons [class*="btn"]:first-child{-moz-border-radius: 3px 0 0 3px;-webkit-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}
.groups-buttons [class*="btn"].active:first-child{border-right-width: 0 !important;}
.groups-buttons [class*="btn"].active:last-child{border-left-width: 0 !important;}
/*/groups-buttons*/

/*user-toolbar*/
.items-user-toolbar{
    border:1px solid #900100;
    -moz-box-shadow: 0 -2px 5px rgba(0,0,0,0.3);-webkit-box-shadow: 0 -2px 5px rgba(0,0,0,0.3);box-shadow: 0 -2px 5px rgba(0,0,0,0.3);
    background: #890100; /* Old browsers */
    background: -moz-linear-gradient(top,  #890100 0%, #f50000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890100), color-stop(100%,#f50000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #890100 0%,#f50000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #890100 0%,#f50000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #890100 0%,#f50000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #890100 0%,#f50000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890100', endColorstr='#f50000',GradientType=0 ); /* IE6-9 */
}
.items-user-toolbar .text-el{color: #fff;}
.items-user-toolbar{-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;}
.items-user-toolbar > .box-1 > div, .items-user-toolbar > .box-2 > div{border-right: 1px solid #0f80ab;}
.items-user-toolbar > li:hover{

background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #bf0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#bf0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#bf0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#bf0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#bf0000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#bf0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#bf0000',GradientType=0 ); /* IE6-9 */

}

.text-wish-list, .text-compare-list, .text-view-list{color: #fff;}
/*/user-toolbar*/

/*links*/
a, .ref{color: #c32828;text-decoration: underline;}
a:hover, .selected a, .ref:hover{color: #ff0000;text-decoration: none;}
a.c_w:hover{color: #ff0000 !important;}
a:focus, a:active {}
/*/links*/

/*dotted lines*/
[class*="d_l"]{text-decoration: none;cursor: pointer;position: relative;display: inline-block;border-bottom: 1px dotted transparent;line-height: 1.2;}
[disabled] [class*="d_l"]{cursor: default;}
.d_l_1, .btn-order-call .d_l, .btn-compare .d_l, .btn-wish .d_l, .old-buyer .d_l, .frame-group-checks .title .d_l{color:red; border-bottom-color:red; line-height: 1.2;}
.d_l_1:hover, .pointer:hover .d_l_1, .btn-order-call .d_l:hover, .btn-compare > button:hover .d_l, .btn-wish > button:hover .d_l, .old-buyer:hover .d_l, a:focus [class*="d_l"], button:focus [class*="d_l"]{}
.active > a > [class*="d_l"], .active > button > [class*="d_l"], .active > [class*="d_l"]{color: #ff0000;border-bottom-color: #ff0000;}
.d_l_r_f, .btn-additional-s_c .d_l{color: #fff;border-bottom-color: #fff;}
.count-response, .count-null-response{border-bottom-color: #999;color:#999;}

.btn-already-show .d_l_1{color: #fff;border-bottom-color: #fff;}
.btn-already-show > button:hover .d_l_1, .btn-already-show > button:hover .text-el, .frames-checks-sliders .title > .f-s_0:hover .d_l{color: #51d2fe;border-bottom-color: #51d2fe;}
/*/dotted lines*/

/*for delete*/
/*fill*/
.group-button-carousel .arrow[disabled="disabled"] path{fill:#999;}
.not-avail path{fill: #999 !important;}
.active > button .icon_table_cat path, .active > button .icon_list_cat path{fill: #999;}
.icon_times_cart:hover path{fill:red;}
.icon_times:hover path{fill:red;}
.group-button-carousel .arrow:not([disabled="disabled"]):hover path{fill: #E3720B;}
.btn-reset-filter path{fill: #fff;}
.btn-wish > button:hover path, .btn-compare > button:hover path, .btn-wish > button:focus path, .btn-compare > button:focus path{fill: #FE6C00;}
.btn-wish-in path, .btn-comp-in path{fill: #699200;}
.btn-already-show.active > button path{fill: red;}
.btn-bask.pointer:hover path, .btn-bask.pointer:active path{fill: #fff;}
.btn-bask.pointer path{fill: red;}
/*/fill*/

/*groups selectors*/
.frame-item-menu > .frame-title .text-el, .frame-drop-menu .title-category-l1 > .text-el, .cusel, .compare-characteristic > li > span{font-size: 14px;}
.frame-kit, .items-default > li, .frame-item-menu > .frame-title > .title > .text-el, .tabs-data > li > a, .tabs-data > li > button, .drop-bask .frame-items .price, .drop-bask .frame-items .curr, .frame-bask-order .description > .frame-prices .price, .frame-bask-order .description > .frame-prices .curr, .table-info-order .price-new .price, .table-profile .price-new .price, .nav > li > a, .nav > li > span, .nav.nav-vertical ul{font-size: 14px;}
.table-info-order .price-new .price, .table-profile .price-new .price, .cusel, .characteristic, .table-info-order td{font-weight: normal;}
.title-default > .title, .gen-sum-order .title, footer [class^="box"] .main-title, .drop-header > .title, .frame-menu-category-first .title-category-l1 > .text-el{font-size: 18px;}
.price-new .price, .price-discount .price{font-size: 15px;}
.header-frame-foot .price-new .price{font-size: 22px;}
.left-header > .nav > li > a, .left-header > .nav > li > span{font-size: 14px;}
.next-kit, .gen-sum-kit{font-size: 32px;}
.item-report .description .title{font-size: 16px;}
.frame-prices-buy .price-new .price, .complect-gen-sum .price-new .price, .gen-sum-order .price-new .price{font-size: 25px;}
.text th, .text dt, .phones-header .phone, .next-kit, .gen-sum-kit, .items-order-gen-info .price-item, .items-register-add-ref .divider, .frame-description-benefit .title, .price-discount .price, .price-new .price, form .frame-label > .title, form label > .title, .msg .text-el, .frames-checks-sliders .title, .header-category .title, .characteristic th, .drop-bask .drop-header .add-info, .tabs-compare-diferent .text-el{font-weight: bold;}
/*/groups selectors*/

.items a .title{font-weight: bold;}
.frame-check-filter, .frames-checks-sliders, .frame-header-category, .frame-prices-buy-wish-compare, .layout-highlight-msg, .frame-bask-order, .frame-category-menu, .nav-static-pages{border: 1px solid #efece8;background-color: #fefefe;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-moz-box-shadow: 0 1px 1px #ece9e6;-webkit-box-shadow: 0 1px 1px #ece9e6;box-shadow: 0 1px 1px #ece9e6;}
.frames-checks-sliders, .frame-header-category, .item-product .frame-prices-buy, .tabs-data > li.active, .layout-highlight, .frame-bask-order{position: relative;}
.frames-checks-sliders:before, .frame-header-category:before, .item-product .frame-prices-buy:before, .tabs-data > li.active:before, .layout-highlight:before, .frame-bask-order:before{content: "";width: 100%;height: 3px;background-color: red;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;position: absolute;top: -3px;z-index: -1;left: 0;}
.form-comment__icsi-css.layout-highlight:before{height: 4px;-moz-border-radius: 4px 4px 0 0;-webkit-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;}
.tabs-data > li.active:before{padding: 0 2px;left: -2px;}
/*/for delete*/




/*filter*/
.foot-check-filter{
    background:#FE6C00; 
    
}
.foot-check-filter:after{content: "";position: absolute;width: 110%;left: -5%;height: 2px;top: -2px;-moz-box-shadow: 0 2px 2px #a90101;-webkit-box-shadow: 0 2px 2px #a90101;box-shadow: 0 2px 2px #a90101;}
.frames-checks-sliders{border: 1px solid #efece8;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
.clear-filter > button:hover .text-el, .clear-price > button:hover .text-el{color: #ff0000;}

.check-filter li{color: #eb6b2b;}
.check-filter li.ref:hover{color: #eba92b;}
.frames-checks-sliders > .frame-group-checks{border-top: 1px solid #eae5e1;}
.frames-checks-sliders > .frame-group-checks:first-child{border-top: 0;}
.frame-group-checks .title .d_l{display: inline;}
.frame-group-checks .icon-arrow{border-width: 0;display: none;}
.frame-group-checks[data-rel*="dropDown"] .icon-arrow{border-width: 5px 7px;border-style: solid;border-color: transparent;border-left-color: red;margin-right: -2px;background-image: none;float: left;top: 4px;display: block;}
.frame-group-checks[data-rel*="dropDown"] .icon-arrow + .d_b{margin-left: 14px;}
.frame-group-checks[data-rel*="dropDown"] .f-s_0:hover .icon-arrow{border-left-color: #51d2fe;}
.frame-group-checks[data-rel*="dropDown"] .f-s_0.valuePD .icon-arrow{border-color: transparent;border-top-color: red;border-width: 7px 5px;margin-right: 2px;position: relative;top: 5px;}
.frame-group-checks[data-rel*="dropDown"] .f-s_0.valuePD:hover .icon-arrow{border-top-color: #51d2fe;}

.apply{border: 2px solid red;background-color: #faf8f6;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-box-shadow: 5px 5px 4px 0 rgba(0,0,0,0.2);-webkit-box-shadow: 5px 5px 4px 0 rgba(0,0,0,0.2);box-shadow: 5px 5px 4px 0 rgba(0,0,0,0.2);}
.apply:before{border-style: solid;border-width: 6px 7px;border-color: transparent;border-right-color: red;}
.apply.left:before{border-right-color: transparent;border-left-color: red;}
/*/filter*/

/*items*/
.items-text-category a .title{text-decoration: underline;border-bottom: 0;font-size: 18px;font-weight: normal;}
.items-text-category > li > .description{border-top: 1px dotted #d7d1ca;margin-top: 13px;padding-top: 6px;}

.items-thumbs > .active .photo-block, .photoProduct.active > .photo-block{border-color: #d8d2cb;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;}
.items-brands.main > li .photo-block, .items-sub-category .photo-block{border: 3px solid #e6e6e6;}
.items-search-autocomplete{border-bottom: 1px solid #eaeaea;}
.items-search-autocomplete > li.selected{background-color: #ededed;}

.items-news a{text-decoration: none;}
.items-news > li .title{font-size: 18px;font-weight: normal;line-height: 1;}
.items-news .description{color: #666;margin-bottom: 10px;}

.item-product .frame-wish-compare-list{
    overflow: hidden;border-top: 1px solid #eae5e1;-moz-border-radius: 0 0 4px 4px;-webkit-border-radius: 0 0 4px 4px;border-radius: 0 0 4px 4px;
    -moz-box-shadow: 0 1px #d8d2cb;-webkit-box-shadow: 0 1px #d8d2cb;box-shadow: 0 1px #d8d2cb;
    background: #fbf9f8; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbf9f8 0%, #f8f6f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf9f8), color-stop(100%,#f8f6f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbf9f8 0%,#f8f6f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbf9f8 0%,#f8f6f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbf9f8 0%,#f8f6f3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbf9f8 0%,#f8f6f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9f8', endColorstr='#f8f6f3',GradientType=0 ); /* IE6-9 */
}
.item-product .frame-wish-compare-list:before{-moz-box-shadow: inset 0 1px 1px #f0ece8;-webkit-box-shadow: inset 0 1px 1px #f0ece8;box-shadow: inset 0 1px 1px #f0ece8;content: "";width: 110%;position: absolute;height: 2px;top: 0;left: -5%;}
.item-product .frame-wish-compare-list .frame-btn-wish{border-right: 1px solid #eae5e1;margin-left: -1px;}

.items-info-discount > li{display: block;border-top: 1px solid #eae5e1;}
.items-brand-list > li > a{font-weight: bold;color: #333;text-decoration: none;}
/*/items*/

/*decor-element*/
.decor-element
{
background-color: transparent;
left: 0;padding: 0px;
margin: -2px;
position: absolute;
top: 0;width: 100%;
height: 100%;
z-index: -1;

border: 2px solid transparent;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;

-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;
 transition: all 0.3s ease-in-out;
 
 }
.animateListItems.table > li:hover .decor-element
{
border-color: red; 
background-color: #faf8f6; 
-webkit-box-shadow: 0px 0px 10px rgba(255,0,0,0.5);
-moz-box-shadow: 0px 0px 10px rgba(255,0,0,0.5);
box-shadow: 0px 0px 10px rgba(255,0,0,0.5);

}
.animateListItems.table > li:hover .no-vis-table{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;}
/*/decor-element*/

/*product*/
.frame-delivery-payment{background-color: #fefefe;border: 1px solid #eae5e1;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
.frame-delivery-payment .title .text-el{color: #333;font-weight: bold;}
.frame-delivery-payment .frame-list-delivery{border-bottom: 1px solid #eae5e1;}
.frame-phone-product{border: 1px solid red;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.frame-phone-product .title > .text-el{color: red;font-weight: bold;}
.accessories > .inside-padd{background-color: #fbfbfb;}
.accessories .title-default{border-top: 1px solid #eae5e1;}
.accessories .items-default > li{width: 201px;}
.characteristic tbody tr:nth-child(odd) th, .characteristic tbody tr:nth-child(odd) td{background-color: #f4eee9;}
.characteristic tbody th, .characteristic tbody td{-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
.cloud-zoom-lens {background: url("images/zoom.png") no-repeat;background-position: 50% 50% !important;background-color:#fff;outline: 1px solid #969696;}
.cloud-zoom-title {background-color:#0b93c7;color:#fff;}
.cloud-zoom-big {border:4px solid #eee;background-color: #fff;}
.cloud-zoom-loading {color:white;background:#222;padding:3px;border:1px solid #000;}
.frame-complect{border: 2px solid #ff9600;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.frame-fancy-gallery{background-color: #faf8f6;-moz-box-shadow: 0 1px 1px #ece9e6;-webkit-box-shadow: 0 1px 1px #ece9e6;box-shadow: 0 1px 1px #ece9e6;}
.frame-prices-buy .alert-exists{color: #de3636;font-weight: bold;text-align: center;font-size: 13px;}

.check-variant-product .title{font-weight: bold;color: #666;}
#view h2{font-size: 18px;}
#view h2, #view .title-h2{color: #666;}
#view .title-h2 + h2{color: #333;}
.patch-product-view{position: relative;}
.page-product #view .patch-product-view[style]{margin-bottom: 10px;}
.page-product #view .patch-product-view[style]:after{
    content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 30px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
/*/product*/

/*carousels*/
.horizontal-carousel .group-button-carousel .arrow{
    border: 1px solid #e9e7e4;-moz-box-shadow: inset 0 1px 1px #fff;-webkit-box-shadow: inset 0 1px 1px #fff;box-shadow: inset 0 1px 1px #fff;
    background: #fcfbfa; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfbfa 0%, #f5f1ed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfbfa), color-stop(100%,#f5f1ed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfbfa 0%,#f5f1ed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfbfa 0%,#f5f1ed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfbfa 0%,#f5f1ed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfbfa 0%,#f5f1ed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbfa', endColorstr='#f5f1ed',GradientType=0 ); /* IE6-9 */
}
.items-v-carousel > li{border-top: 1px solid #eae5e1;}/*because border*/
.items-v-carousel > li:first-child{border-top: 0;}
.group-button-carousel .arrow > [class*="icon_arrow"], .btn-to-up [class*="icon_arrow"]{width: 14px;height: 21px;top: 3px;}
.horizontal-carousel .group-button-carousel .arrow{width: 50px;height: 50px;margin-top: -25px;-moz-border-radius: 25px;-webkit-border-radius: 25px;border-radius: 25px;}
.vertical-carousel .group-button-carousel .arrow{left: 50%;margin-left: -9px;width: 15px;}
.vertical-carousel .group-button-carousel .prev{top: 9px;}
.vertical-carousel .group-button-carousel .next{bottom: 9px;top: auto;}
.fancy-gallery .group-button-carousel .arrow{width: 30px;height: 30px;margin-top: -15px;}
.horizontal-carousel .frame-thumbs .group-button-carousel .arrow{background: none;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;border: 0;width: 20px;}
.vertical-layout .products-carousel .group-button-carousel{position: absolute;right: 0;top: -49px;}
.vertical-layout .group-button-carousel{background-color: #ECECEC;}

.text-proposition-h.text-el{background-color: #FAF8F6;position: relative;padding-right: 14px;font-size: 24px;}
.text-proposition-h.text-el:after{content: "";left: 100%;top: 12px;position: absolute;height: 9px;background-position: 0 0;width: 10000px;}

.vertical-carousel .content-carousel{border-width: 1px 0;border-style: solid;border-color: #eae5e1;}
.carousel-category-popular{background-color: #f6f6f6;border: 1px solid #eae5e1;-moz-border-radius:  4px;-webkit-border-radius:  4px;border-radius:  4px;}
.carousel-category-popular .frame-title > .title{padding: 6px 15px;background-color: #fff;font-size: 17px;text-align: center;}
.carousel-category-popular .frame-title:after{content: "";height: 2px;position: absolute;width: 110%;margin-left: -5%;-moz-box-shadow: 0 1px 1px #ece9e6;-webkit-box-shadow: 0 1px 1px #ece9e6;box-shadow: 0 1px 1px #ece9e6;}

.frame-brands .frame-brands-carousel{padding: 32px 0 24px;border: 1px solid #e7e2dd;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-box-shadow: 0 1px 0 #fff;-webkit-box-shadow: 0 1px 0 #fff;box-shadow: 0 1px 0 #fff;}
.frame-brands .frame-title > .title > .text-el{background-color: #ECECEC;padding: 0 15px;font-size: 18px;}

.baner .content-carousel{}
.baner li > a:focus{}
.frame-baner-start_page .content-carousel{}
.frame-baner-catalog .content-carousel{}

.frame-baner-start_page
{

background-color:#FFFFFF;
background-image: url("../../images/bgslider1.jpg");
background-repeat: repeat-x;
background-position:top center;


    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;

}

.mainSliderbg
{
background-image: url("../../images/bgslider1.jpg");
background-color: transparent !important;

}


.vertical-layout .frame-baner-start_page{background: none;background-color:#FFFFFF;}
.frame-baner-start_page:before{content: "";background-color:#FFFFFF;position: absolute;left: -5%;top: -2px;width: 110%;height: 2px;-moz-box-shadow: 0 1px 9px rgba(0,0,0,0.1);-webkit-box-shadow: 0 1px 9px rgba(0,0,0,0.1);box-shadow: 0 1px 9px rgba(0,0,0,0.1);}
.baner .prev, .baner .next
{
-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%; 
border-radius: 50%; 
behavior: url(border-radius.htc);
  
width: 42px;height: 42px;margin-top: -21px;background-color: #fff;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);-moz-opacity: 0.85;-khtml-opacity: 0.85;opacity: 0.85;
}

.pager > a{margin: 0 3px;display: inline-block;width: 16px;height: 16px;-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;background-color:#81060B;}
.pager > a.activeSlide{
   background:#BF0010;
}

.jspHorizontalBar, .jspVerticalBar{
  
    /*background: #FF7200;*/
}
.jspHorizontalBar .jspDrag{
    -moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
     background: #FF8C00;
   
}
.jspVerticalBar .jspDrag{
    -moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);box-shadow: 0 0 1px rgba(0,0,0,0.2);
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(left,  #eeeeee 1%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, top left, top right, color-stop(1%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #eeeeee 1%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #eeeeee 1%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #eeeeee 1%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(to right,  #eeeeee 1%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=1 );  /*IE6-9*/ }
.jspDrag:after, .jspArrow:after{content: "";position: absolute;background: url("images/scroll.png") no-repeat;}
.jspHorizontalBar .jspDrag:after{width: 8px;height: 7px;left: 50%;margin-left: -4px;top: 50%;margin-top: -4px;background-position: 0 0;}
.jspVerticalBar .jspDrag:after{width: 7px;height: 8px;left: 50%;margin-left: -4px;top: 50%;margin-top: -4px;background-position: -27px 0;}
.jspArrow{position: relative;}
.jspHorizontalBar .jspArrow:after{width: 5px;height: 9px;top: 4px;}
.jspVerticalBar .jspArrow:after{width: 7px;height: 5px;top: 4px;}
.jspArrowLeft:after{background-position: -9px 0;left: 5px;}
.jspArrowRight:after{background-position: -14px 0;right: 5px;}
.jspArrowUp:after{background-position: -19px 0;left: 5px;}
.jspArrowDown:after{background-position: -19px -5px;left: 5px;}
.jspArrow.jspDisabled
{

}

.jspCorner{background: #eeeef4;}
/*/carousels*/

/*footer*/
footer{
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top,  #333333 0%, #1e1e1e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#1e1e1e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #333333 0%,#1e1e1e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #333333 0%,#1e1e1e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #333333 0%,#1e1e1e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #333333 0%,#1e1e1e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */
}
.footer-footer{    
    background: #000000;
}
.footer-footer:before{content: "";position: absolute;left: 0;width: 100%;height: 3px;background-position: 0 -84px;}

footer .content-footer{}
footer li > a, footer li > span, footer li > button{text-decoration: none;text-transform: uppercase;display: inline-block;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
footer [class^="box"] .main-title{text-transform: uppercase;}
footer a, footer li a:visited, footer li button{color: #fff;}
footer .active span, footer li.active > a{color: red;}
footer li a:hover, footer li button:hover{color: red;}
footer [class^="box"] .main-title{color: #9c9c9c;}
/*/footer*/

/*menus*/
.frame-start-page-category-menu{
    border-top: 2px solid #d5cfc8;
    background: #0489bc; /* Old browsers */
    background: -moz-linear-gradient(top,  #0489bc 0%, #0377af 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0489bc), color-stop(100%,#0377af)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0489bc 0%,#0377af 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0489bc 0%,#0377af 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0489bc 0%,#0377af 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0489bc 0%,#0377af 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0489bc', endColorstr='#0377af',GradientType=0 ); /* IE6-9 */
}
.frame-start-page-category-menu:before{
    content: "";position: absolute;left: 0;top: -2px;width: 120%;height: 2px;
    -moz-box-shadow: 0 5px 10px rgba(0,79,109,0.3);-webkit-box-shadow: 0 5px 10px rgba(0,79,109,0.3);box-shadow: 0 5px 10px rgba(0,79,109,0.3);
}
.start-page-category-menu a{color: #fff;}
.start-page-category-menu a:focus{}
.start-page-category-menu > li .photo-block{-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-moz-box-shadow: 0 1px 4px #005e88;-webkit-box-shadow: 0 1px 4px #005e88;box-shadow: 0 1px 4px #005e88;}
.start-page-category-menu > li .title{text-transform: uppercase;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;}
.start-page-category-menu .sub-category > li{color: #fff;padding-left: 1px;}
.start-page-category-menu .sub-category > li > a{font-weight: bold;border-bottom: 1px solid #4fa4ca;}
.start-page-category-menu > li > .frame-photo-title:hover .title{filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;border-bottom: 0;}
.start-page-category-menu .sub-category > li > a:hover{filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);-moz-opacity: .5;-khtml-opacity: .5;opacity: .5;}

.frame-menu-category-first .title-category-l1{text-decoration: none;color: #333;}
.frame-menu-category-first .title-category-l1:hover{text-decoration: underline;color: #FE6C00;}
/*/menus*/

/*benefits*/
.frame-benefits-product .frame-benefits{margin-bottom: 0;}
.frame-benefits-product .frame-benefits:after{content: "";position: absolute;width: 110%;left: -5%;top: 100%;height: 5px;margin-top: -5px;-moz-box-shadow: 0 2px 4px #ece9e6;-webkit-box-shadow: 0 2px 4px #ece9e6;box-shadow: 0 2px 4px #ece9e6;}

.frame-benefits{background: url("images/fon_benefits.png") repeat;border-top: 1px solid #fff;border-bottom: 2px solid #e4dfd9;margin-bottom: 29px;}
.items-benefits > li:before{background-position: 0 -10px;}
.frame-description-benefit p{font-weight: bold;color: #8d8d8d;}
.frame-icon-benefit{
    text-align: center;width: 58px;height: 58px;position: relative;-moz-border-radius: 29px;-webkit-border-radius: 29px;border-radius: 29px;
    background: #f0eae5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0eae5 0%, #fbf9f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0eae5), color-stop(100%,#fbf9f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0eae5 0%,#fbf9f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0eae5 0%,#fbf9f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0eae5 0%,#fbf9f8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0eae5 0%,#fbf9f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eae5', endColorstr='#fbf9f8',GradientType=0 ); /* IE6-9 */
}
.frame-icon-benefit:before{
    content: "";position: absolute;z-index: 1;width: 52px;height: 52px;left: 3px;top: 3px;-moz-border-radius: 26px;-webkit-border-radius: 26px;border-radius: 26px;
    -moz-box-shadow: inset 0 4px 4px #dad5d1;-webkit-box-shadow: inset 0 4px 4px #dad5d1;box-shadow: inset 0 4px 4px #dad5d1;
    background: #fbf9f8; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbf9f8 0%, #f0eae5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf9f8), color-stop(100%,#f0eae5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbf9f8 0%,#f0eae5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbf9f8 0%,#f0eae5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbf9f8 0%,#f0eae5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbf9f8 0%,#f0eae5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9f8', endColorstr='#f0eae5',GradientType=0 ); /* IE6-9 */
}
.frame-icon-benefit > [class*="icon-"]{background: url("images/benefits.png") no-repeat;}
.frame-icon-benefit > .icon-benefits_1{width: 33px;height: 24px;background-position: 0 0;}
.frame-icon-benefit > .icon-benefits_2{width: 33px;height: 30px;background-position: -34px 0;margin-left: 5px;}
.frame-icon-benefit > .icon-benefits_3{width: 32px;height: 34px;background-position: -67px 0;}
.frame-icon-benefit > .icon-benefits_4{width: 26px;height: 31px;background-position: -100px 0;}
.frame-description-benefit{margin-left: 70px;height: 58px;padding-right: 10px;}
/*/benefits*/

.text table {border: 1px solid #000;}
.text th, .text td{border: 1px solid #000;}
hr{border-top: 1px solid #fff;border-bottom: 1px solid #e4e4e4;}

/*seo*/
.frame-seotext-news, .frame-benefits{background: url("images/fon_benefits.png") repeat;}
.frame-seotext-news{padding-top: 45px;position: relative;}
.frame-seotext-news:before{content: "";position: absolute;left: -5%;top: -6px;width: 110%;-moz-box-shadow: 0 3px 7px rgba(229, 225, 222, 0.79);-webkit-box-shadow: 0 3px 7px rgba(229, 225, 222, 0.79);-moz-box-shadow: 0 3px 7px rgba(229, 225, 222, 0.79);height: 6px;}
.seo-text{margin-bottom: 50px;}
.seo-text *{color: #999;}
.seo-text h1{color: #1c1c1c;}
/*/seo*/

/*buttons*/
.btn-order-call{margin-left: 10px;position: relative;top: 3px;}

.btn-search{float: right;width: 52px;height: 31px;-moz-border-radius: 1px 3px 3px 1px;-webkit-border-radius: 1px 3px 3px 1px;border-radius: 1px 3px 3px 1px;}
.btn-search > button{height: 100%;width: 100%;}
.btn-search .text-el{display: none;}

.btn-bask .empty .text-el{color: #999;}
.btn-bask .no-empty{display: inline;}
.btn-bask{height: 43px;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.btn-bask > button{width: 100%;cursor: default;}
.btn-bask:before{content: "";height: 42px;position: absolute;left: 58px;top: 1px;border-width: 0 1px;border-style: solid;border-left-color: #e4dfda;border-right-color: #fff;}
.btn-bask .text-el{color: red;font-weight: bold;font-size: 14px;}
.btn-bask .divider{font-size: 10px;margin: 0 6px;}
.btn-bask .curr{text-transform: lowercase;}
.btn-bask .frame-icon{width: 58px;}
.btn-bask .text-cleaner{margin-left: 58px;display: block;height: 42px;padding: 0 5px;}

.btn-additional-s_c{margin-top: 8px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;display: none;}
.btn-additional-s_c > button{height: 100%;padding: 3px 15px;}
.btn-additional-s_c{background-color: red;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.btn-additional-s_c:hover{background-color: #0bafe7;}
.btn-additional-s_c .text-el{color: #fff;}

.btn-all-comments{display: none;margin-left: 33px;}

.btn-exit-shop{margin-left: 12px;}

.btn-def, .cuselFrameRight{
    border: 1px solid #e1e1e1;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
    -moz-box-shadow: inset 0 1px #fff;-webkit-box-shadow: inset 0 1px #fff;box-shadow: inset 0 1px #fff;
    background: #f8f7f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f8f7f4 0%, #f4f2ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f7f4), color-stop(100%,#f4f2ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f8f7f4 0%,#f4f2ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f8f7f4 0%,#f4f2ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f8f7f4 0%,#f4f2ee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f8f7f4 0%,#f4f2ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f4', endColorstr='#f4f2ee',GradientType=0 ); /* IE6-9 */
}
.cuselFrameRight{border: 1px solid #e1e1e1;}
.cuselFrameRight:before{border-style: solid;border-width: 4px;border-color: transparent;border-top-color: #666;content: "";position: absolute;left: 50%;top: 50%;margin-left: -4px;margin-top: -2px;}
.btn-def > button, .btn-def > input[type="submit"], .btn-def > a{height: 33px;padding: 0 10px;color: #666;}
.btn-def.active .text-el, .btn-def.active input{color: #999;}

.btn-def.active, .cuselFrameRight.active{
    border-color: #cecac9;
    -moz-box-shadow: inset 0 1px 2px #e1dedb;-webkit-box-shadow: inset 0 1px 2px #e1dedb;box-shadow: inset 0 1px 2px #e1dedb;
    background: #f3f1ed; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3f1ed 0%, #f9f8f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f1ed), color-stop(100%,#f9f8f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3f1ed 0%,#f9f8f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3f1ed 0%,#f9f8f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3f1ed 0%,#f9f8f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3f1ed 0%,#f9f8f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f1ed', endColorstr='#f9f8f6',GradientType=0 ); /* IE6-9 */
}

.btn-exit-shop > button .text-el{color: #fff;text-decoration: underline;}
.btn-exit-shop > button:hover .text-el{color: red;}
.btn-enter, .btn-personal-area{
    -moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
    -moz-box-shadow: inset 0 1px 0 #fff;-webkit-box-shadow: inset 0 1px 0 #fff;box-shadow: inset 0 1px 0 #fff;
    background: #f8f7f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f8f7f6 0%, #e5e1dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f7f6), color-stop(100%,#e5e1dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f8f7f6 0%,#e5e1dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f8f7f6 0%,#e5e1dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f8f7f6 0%,#e5e1dd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f8f7f6 0%,#e5e1dd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f6', endColorstr='#e5e1dd',GradientType=0 ); /* IE6-9 */
}

.btn-enter.active .text-el, .btn-personal-area.active .text-el{color: #999;}
.btn-enter:hover, .btn-personal-area:hover{
    -moz-box-shadow: inset 0 1px #fff;-webkit-box-shadow: inset 0 1px #fff;box-shadow: inset 0 1px #fff;
    background: #f0eeed; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0eeed 0%, #c8c4c1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0eeed), color-stop(100%,#c8c4c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0eeed 0%,#c8c4c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0eeed 0%,#c8c4c1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0eeed 0%,#c8c4c1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0eeed 0%,#c8c4c1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eeed', endColorstr='#c8c4c1',GradientType=0 ); /* IE6-9 */
}
.btn-enter:active, .btn-personal-area:active{
    -moz-box-shadow: inset 0 1px 3px #89837e, 0 1px 0 #e5e1de;-webkit-box-shadow: inset 0 1px 3px #89837e, 0 1px 0 #e5e1de;box-shadow: inset 0 1px 3px #89837e, 0 1px 0 #e5e1de;
}
.btn-enter button:focus, .btn-personal-area a:focus{}

.btn-register a:hover .text-el, .btn-register button:hover .text-el{color: #FE6C00;}
.btn-search{
    border: 1px solid #890100;
    -moz-box-shadow: inset 0 1px red;-webkit-box-shadow: inset 0 1px red;box-shadow: inset 0 1px red;
    background: #890100; /* Old browsers */
    background: -moz-linear-gradient(top,  #890100 0%, #f50000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890100), color-stop(100%,#f50000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #890100 0%,#f50000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #890100 0%,#f50000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #890100 0%,#f50000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #890100 0%,#f50000 100%); /* W3C */ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890100', endColorstr='#f50000',GradientType=0 ); /* IE6-9 */
}
.btn-search:hover{
    border: 1px solid #d91313;
    background: #ff1200; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff1200 0%, #fb20d00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1200), color-stop(100%,#fb20d00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff1200 0%,#fb20d00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff1200 0%,#fb20d00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff1200 0%,#fb20d00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff1200 0%,#fb20d00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1200', endColorstr='#fb20d00',GradientType=0 ); /* IE6-9 */
}
.btn-search:active{
    -moz-box-shadow: inset 0 1px 3px #1596ce;-webkit-box-shadow: inset 0 1px 3px #1596ce;box-shadow: inset 0 1px 3px #1596ce;
}
.btn-bask{
    background-color: #faf7f7;
    -moz-box-shadow: 0 1px 5px #777777;
    -webkit-box-shadow: 0 1px 5px #777777;
    box-shadow: 0 1px 5px #777777;
}
.btn-bask .divider.text-el{color: #999;}
.btn-bask.pointer:hover{
    -moz-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
   
   background: #ff7a00; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff9c00 0%, #ff7e00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9c00), color-stop(100%,#ff7e00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff9c00 0%,#ff7e00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff9c00 0%,#ff7e00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff9c00 0%,#ff7e00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff9c00 0%,#ff7e00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c00', endColorstr='#ff7e00',GradientType=0 ); /* IE6-9 */
}
.btn-bask.pointer:active{
    -moz-box-shadow: inset 0 1px 3px #0a82b1, 0 2px #fff;
    -webkit-box-shadow: inset 0 1px 3px #0a82b1, 0 2px #fff;
    box-shadow: inset 0 1px 3px #0a82b1, 0 2px #fff;
}
.btn-bask.pointer:hover .divider{color: #d8d3ce;}
.btn-bask.pointer:hover:before{border-left-color: #dd8700;border-right-color: #ef9d1d;}
.btn-bask.pointer:hover .text-el{color: #fff;}

.btn-buy{
   /* border: 1px solid #0e9dcd;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-moz-box-shadow: inset 0 1px 0 #5bcfff, 0 2px 3px #bbb;-webkit-box-shadow: inset 0 1px 0 #5bcfff, 0 2px 3px #bbb;box-shadow: inset 0 1px 0 #5bcfff, 0 2px 3px #bbb;
    background: #28bcee; 
    background: -moz-linear-gradient(top,  #28bcee 0%, #13a7db 49%, red 50%, #0e9dcd 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28bcee), color-stop(49%,#13a7db), color-stop(50%,red), color-stop(100%,#0e9dcd)); 
    background: -webkit-linear-gradient(top,  #28bcee 0%,#13a7db 49%,red 50%,#0e9dcd 100%); 
    background: -o-linear-gradient(top,  #28bcee 0%,#13a7db 49%,red 50%,#0e9dcd 100%); 
    background: -ms-linear-gradient(top,  #28bcee 0%,#13a7db 49%,red 50%,#0e9dcd 100%); 
    background: linear-gradient(to bottom,  #28bcee 0%,#13a7db 49%,red 50%,#0e9dcd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28bcee', endColorstr='#0e9dcd',GradientType=0 );*/
}
.btn-buy > button, .btn-buy > a{line-height: 32px;padding: 0 24px 0 17px;}
.btn-buy .text-el{font-size: 13px;color: #fff;text-transform: uppercase;}
.btn-buy:hover, .btn-buy:active{}
.btn-buy:active{-moz-box-shadow: inset 0 1px 3px #1398c5, 0 2px #fff;-webkit-box-shadow: inset 0 1px 3px #1398c5, 0 2px #fff;box-shadow: inset 0 1px 3px #1398c5, 0 2px #fff;}

.btn-cart, .frame-payment input[type="submit"]

{

-moz-border-radius: 4px;
-webkit-border-radius: 4px; 
-khtml-border-radius: 4px; 
border-radius: 4px; 
behavior: url(border-radius.htc); 

	
  background: #ff9b00; /* Old browsers */
background: -moz-linear-gradient(top,  #ff9b00 0%, #ff5000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9b00), color-stop(100%,#ff5000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff9b00 0%,#ff5000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff9b00 0%,#ff5000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff9b00 0%,#ff5000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff9b00 0%,#ff5000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#ff5000',GradientType=0 ); /* IE6-9 */

}
.btn-cart > button, .btn-cart > a, .btn-cart > input, .frame-payment input[type="submit"]{line-height: 31px; padding: 0 10px;}
.btn-cart .text-el, .btn-cart > input, .frame-payment input[type="submit"]{text-transform: uppercase;font-size: 13px;color: #fff;}

.btn-cart-p .text-el, .btn-cart-p > input{font-size: 18px;}
.btn-cart-p > button, .btn-cart-p > a, .btn-cart-p > input{height: 45px;line-height: 44px;padding: 0 35px;}
.btn-cart:hover, .btn-cart:active{
    background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

}
.btn-cart:active{-moz-box-shadow: inset 0 1px 3px #79a508, 0 2px #fff;-webkit-box-shadow: inset 0 1px 3px #79a508, 0 2px #fff;box-shadow: inset 0 1px 3px #79a508, 0 2px #fff;}

.btn-plus, .btn-minus{display: block;}
.btn-plus > button, .btn-minus > button{display: block;height: 16px;width: 33px;}
.btn-plus > button{border-width: 1px 0;border-style: solid;border-top-color: #fff;border-bottom-color: #e1e1e1;}
.btn-minus > button{border-top: 1px solid #fff;}
.btn-plus > button:not([disabled="disabled"]):active, .btn-minus > button:not([disabled="disabled"]):active{-moz-box-shadow: inset 0 0 2px #c3c1bf;-webkit-box-shadow: inset 0 0 2px #c3c1bf;box-shadow: inset 0 0 2px #c3c1bf;border-top-color: #d6d3d1;}

.btn-form, .btn-not-avail{
    border: 1px solid #d8d8d8;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-moz-box-shadow: inset 0 1px 1px #fff, 0 1px 1px #cbc7c2;-webkit-box-shadow: inset 0 1px 1px #fff, 0 1px 1px #cbc7c2;box-shadow: inset 0 1px 1px #fff, 0 1px 1px #cbc7c2;
    background: #fcfbfa; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfbfa 0%, #f5f1ed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfbfa), color-stop(100%,#f5f1ed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfbfa 0%,#f5f1ed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfbfa 0%,#f5f1ed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfbfa 0%,#f5f1ed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfbfa 0%,#f5f1ed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbfa', endColorstr='#f5f1ed',GradientType=0 ); /* IE6-9 */
}
.btn-form > input, .btn-form > button, .btn-not-avail > button{height: 43px; line-height: 10px;  padding: 8px 23px;}
form .btn-form > button, .btn-form input{padding: 0 33px;}
form .btn-form .text-el, .btn-not-avail .text-el, .btn-form input{font-weight: bold;font-size: 13px;color: red;}
.neigh-buttonform{height: 32px;}
.btn-form:hover, .btn-not-avail:hover{
    border-color: #d2d0d0;
    background: #f7f5f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f5f4 0%, #e0dbd6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f5f4), color-stop(100%,#e0dbd6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f5f4 0%,#e0dbd6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f5f4 0%,#e0dbd6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f5f4 0%,#e0dbd6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f5f4 0%,#e0dbd6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f4', endColorstr='#e0dbd6',GradientType=0 ); /* IE6-9 */
}
.btn-form:active, .btn-not-avail:active{
    border-color: #d2d0d0;
    -moz-box-shadow: inset 0 1px 1px #d4d1ce, 0 2px 1px #fff;-webkit-box-shadow: inset 0 1px 1px #d4d1ce, 0 2px 1px #fff;box-shadow: inset 0 1px 1px #d4d1ce, 0 2px 1px #fff;
    background: #f7f5f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f5f4 0%, #e0dbd6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f5f4), color-stop(100%,#e0dbd6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f5f4 0%,#e0dbd6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f5f4 0%,#e0dbd6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f5f4 0%,#e0dbd6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f5f4 0%,#e0dbd6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f4', endColorstr='#e0dbd6',GradientType=0 ); /* IE6-9 */
}

.btn-already-show.active > button{background-color: #fff;}
.btn-already-show.active > button .text-el{color: red;}
.btn-already-show.active > button .d_l_1{border-color: red;}
.btn-already-show.active:after{content: "";height: 100%;border-width: 1px 0;border-color: #fff;border-style: solid;width: 100%;position: absolute;left: 0;top: 0;margin-top: -1px;}

.btn-crumb .divider{font-size: 14px;margin-left: 4px;}
.btn-crumb .text-el{text-shadow: 0 1px #fff;}
.btn-crumb a:hover .text-el{color: #FE6C00;}

.btn-compare{height: 20px;margin-bottom: 4px;}
.btn-wish{height: 20px;margin-bottom: 4px;}
.btn-comp-in .text-el, .btn-wish-in .text-el{color: #699200;}
.btn-comp-in button:focus .text-el, .btn-wish-in button:focus .text-el{color: #85b901;}
.btn-comp-in .d_l, .btn-wish-in .d_l{border-bottom: 0;text-decoration: underline;}
/*.table .btn-wish .text-el, .table .btn-compare .text-el{display: none;}*/

.btn-reset-filter{padding: 3px 13px 7px;}
.btn-reset-filter .text-el{display: block;margin-left: 16px;}
.btn-reset-filter .icon_times{top: 5px;}

.btn-to-up{
    -moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;
    -moz-box-shadow: 0 -2px 5px rgba(0,0,0,0.3);-webkit-box-shadow: 0 -2px 5px rgba(0,0,0,0.3);box-shadow: 0 -2px 5px rgba(0,0,0,0.3);
    background: #f4f2f1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f2f1 0%, #ece9e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f2f1), color-stop(100%,#ece9e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f2f1 0%,#ece9e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f2f1 0%,#ece9e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f2f1 0%,#ece9e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4f2f1 0%,#ece9e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f2f1', endColorstr='#ece9e6',GradientType=0 ); /* IE6-9 */
}
.btn-to-up > button > .text-el{text-transform: uppercase;color: red;font-size: 12px;}

.items-user-toolbar .btn-toggle-toolbar button{padding: 0;width: 140px;}
/*/buttons*/

/*icons*/
[class*="icon_"]{margin-right: 3px;}
.icon_reg, .icon_enter{color: red;}
.icon_phone_header, .icon_skype, .icon_mail{color: #999;}
.icon_reg{margin: 14px 4px 0 12px;top: 3px;}
[class*="isFirefox"] .icon_reg{margin-top: 13px;}

.icon_skype{margin: 18px 5px 0 18px;top: 2px;}
.icon_mail{margin: 21px 7px 0 16px;}
.icon_phone_header{margin: 23px 6px 0 20px;top: 3px;}
.icon_search{color: #fff;margin: 16px 0 0 14px;}
.icon_cleaner{margin: 5px 0 0 3px;color: #999;}
.group-button-carousel .arrow > [class*="icon_arrow"], .btn-to-up [class*="icon_arrow"]{color: red;margin: 6px 0 0 9px;left: 0;}
.group-button-carousel .next > [class*="icon_arrow"]{left: 2px;}
.vertical-carousel .group-button-carousel .prev > [class*="icon_arrow"], .btn-to-up [class*="icon_arrow"]{transform: rotate(90deg);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);-ms-transform: rotate(90deg);}
.vertical-carousel .group-button-carousel .next > [class*="icon_arrow"]{left: 1px;transform: rotate(90deg);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);-ms-transform: rotate(90deg);}
.icon_cleaner_buy{top: 1px;margin: 20px 8px 0 16px;color:#fff;}
/*.btn-buy-p .icon_cleaner_buy{top: 4px;margin: 10px 8px 0 10px;}*/
.icon_time{color: #373737;margin: 24px 4px 0 22px;}
[class*="isFirefox"] .icon_time{margin-top: 23px;}
.icon_phone_footer{color: #9c9c9c;margin: 12px 8px 0 16px;}
.icon_phone_product{color: red;margin: 23px 6px 0 20px;top: 3px;}
.icon_exit{color:red;margin: 11px 6px 0 9px;}
.icon_times_drop{color: #fff;margin: 20px 0 0 20px;z-index: 1;}
.icon_times_drop[style]:after{width: 20px;height: 20px;background-color: #ddd;position: absolute;content: "";left: -5px;top: -5px;z-index: -1;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;}
.icon_times_drop:hover:after{background-color: #ccc;}
.icon_times_cart{color: #999;margin: 25px 0 0 23px;}
.icon_times_apply{position: absolute;right: 4px;top: 2px;color: red !important;width: 9px;height: 9px;margin: 23px 0 0 23px;}
.icon_times{color: #999;margin: 25px 0 0 23px;}
.btn-toggle-toolbar .icon_times{color: #fff;margin-right: 4px;}
.icon_wish, .icon_wish_list{color: #fff;margin: 14px 7px 0 13px;}
.icon_compare, .icon_compare_list{color: #fff;margin: 18px 7px 0 15px;}
.icon_compare{color: red;top: 2px;}
.icon_wish{color: red;}
.icon_already_show{color: #fff;margin: 6px 6px 0 4px;}
.icon_arrow{color: #FE6C00;margin: 22px 3px 0 24px;}
.icon_info{color: #333;margin: 9px 11px 0 9px;}
.error .icon_info{color: red;}
.success .icon_info{color: green;}
.info .icon_info{color: #333;}
.icon_home{color: red;margin: 24px 4px 0 24px;}
.icon_list_cat{color: #666;margin: 14px 0 0 14px;}
.icon_table_cat{color: #666;margin: 14px 0 0 14px;}
.icon_delivery{color: red;margin: 14px 5px 0 13px;}
.icon_payment{color: red;margin: 17px 5px 0 17px;}
.icon_comment{color: red;margin: 22px 5px 0 18px;}
.success + .icon_success{display: block;}
.icon_success{color: #82a600;margin: 18px 0 0 9px;display: none;}
.icon_error{color: #ff7264;margin: 6px 9px 0 6px;}
.icon_edit{color: red;margin: 21px 0 0 27px;}
.icon_remove{color: red;margin: 25px 0 0 27px;}
/*/icons*/

/*prices*/
.frame-prices{color: #333;}
.price-discount + .current-prices .price-new{color: #ff7e00;}
.price-add{color: #333;}
/*/prices*/

/*product status*/
.product-status{position: absolute;right: 0;top: 5px;}
.product-status + .product-status{top: 32px;}
.product-status + .product-status + .product-status{top: 59px;}
.product-status + .product-status + .product-status + .product-status{top: 86px;}
.product-status.discount .text-el{font-size: 12px;font-weight: bold;text-transform: uppercase;color: #fff;font-family: Arial, sans-serif;}

.action{background-position: 0 0;width: 74px;height: 25px;}
.nowelty{background-position: 0 -40px;width: 86px;height: 25px;}
.hit{background-position: 0 -80px;width: 105px;height: 25px;}
.discount{background-position: 0 -120px;width: 48px;height: 30px;line-height: 25px;text-align: center;}

.items-bask .product-status, .items-default .product-status{top: 0;}
.items-bask .product-status{display: none;}
.items-bask a:hover .product-status{display: block;}
.items-bask .product-status + .product-status, .items-default .product-status + .product-status{top: 14px;}
.items-bask .product-status + .product-status + .product-status, .items-default .product-status + .product-status + .product-status{top: 28px;}
.items-bask .product-status + .product-status + .product-status + .product-status, .items-default .product-status + .product-status + .product-status + .product-status{top: 42px;}
.items-bask .product-status.discount .text-el, .items-default .product-status.discount .text-el{font-size: 8px;font-weight: normal;}
.items-bask .action, .items-default .action{background-position: -120px 0;width: 49px;height: 16px;}
.items-bask .nowelty, .items-default .nowelty{background-position: -120px -40px;width: 56px;height: 16px;}
.items-bask .hit, .items-default .hit{background-position: -120px -80px;width: 63px;height: 15px;}
.items-bask .discount, .items-default .discount{background-position: -120px -120px;width: 27px;height: 18px;line-height: 15px;}
/*/ product status*/

/*form*/

/*not standart checkbox radio*/
.frame-label:hover .niceCheck{}
.niceCheck{float: left;position: relative;top: 1px;margin-right: 5px;}
.niceCheck.active{}
.niceCheck.disabled{}
.niceCheck input, .niceRadio input{display: none;}
.b_n.niceCheck, .b_n.niceRadio{background: none;}
.b_n.niceCheck input, .b_n.niceRadio input{display: block;}
.niceCheck + .name-count{margin-left: 21px;padding-right: 10px;}
.niceRadio + .name-count{margin-left: 19px;}
.niceCheck + .name-count + .help-block{margin-left: 21px;}
.niceRadio + .name-count + .help-block{margin-left: 19px;}

.niceRadio{float: left;position: relative;top: 1px;margin-right: 5px;}
.niceRadio.active{}
.niceRadio.disabled{}
/*/not standart checkbox radio*/

.frame-label.active .name-count{font-weight: bold;color: red;}
.help-block{color: #999;}
.must{color: red;}
.msg .text-el{color: #666;}
label.error, .error .text-el{color: #ff7264;}
.slider{-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;background-color: #e7e7e7;-moz-box-shadow: inset 0 1px 1px #d4d4d4;-webkit-box-shadow: inset 0 1px 1px #d4d4d4;box-shadow: inset 0 1px 1px #d4d4d4;}
.ui-widget-header{
    background: #890100; /* Old browsers */
    background: -moz-linear-gradient(top,  #890100 0%, #890100 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#890100), color-stop(100%,#890100)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #890100 0%,#890100 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #890100 0%,#890100 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #890100 0%,#890100 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #890100 0%,#890100 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890100', endColorstr='#890100',GradientType=0 ); /* IE6-9 */
}
.ui-slider-handle{position: absolute;z-index: 2;width: 12px;height: 22px;cursor: pointer;top: -4px;background-position: -420px 0;}
.ui-slider-handle:active, .ui-slider-handle:focus{background-position: -420px -23px;outline: none;}
.cusel{-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
.cuselFrameRight{-moz-border-radius: 0 4px 4px 0;-webkit-border-radius: 0 4px 4px 0;border-radius: 0 4px 4px 0;}
.cusel .jScrollPaneContainer{border-width: 0 1px 1px 1px;border-style: solid;border-color: #ccc;-moz-border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;border-radius: 0 0 3px 3px;-moz-box-shadow: 0 2px 3px #dcdcdc;-webkit-box-shadow: 0 2px 3px #dcdcdc;box-shadow: 0 2px 3px #dcdcdc;}
.cusel .cusel-scroll-wrap{background: #fff;}
.msg > .error{border: 1px solid #ff7264;background-color: #ffe7e5;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
.msg > .error .text-el{color: #ff7264;font-weight: normal;}
.msg > .success{background-color: #ECFFE8;border: 1px solid #80C232;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;color: #5FA335;}
.msg > .success .text-el{color: #5FA335;font-weight: normal;}
.msg > .info{background-color: transparent;border: 0;-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;}
.msg > .info .text-el{color: #333;}
input[type="text"], input[type="password"], textarea{border-color: #d8d8d8;-moz-box-shadow: inset 0 1px 2px #e8e8e8;-webkit-box-shadow: inset 0 1px 2px #e8e8e8;box-shadow: inset 0 1px 2px #e8e8e8;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus{
    
    -moz-box-shadow: 0 0 5px rgba(246, 212, 212, 0.75), inset 0 2px 2px #f6d4d4;
    -webkit-box-shadow: 0 0 5px rgba(246, 212, 212, 0.75), inset 0 2px 2px #f6d4d4;
    box-shadow: 0 0 5px rgba(246, 212, 212, 0.75), inset 0 2px 2px #f6d4d4;
}
input[type="text"].success, input[type="password"].success, textarea.error, select.success{
    border-color: #a3cd01;
    -moz-box-shadow: 0 2px 2px rgba(114, 155, 4, .2);-webkit-box-shadow: 0 2px 2px rgba(114, 155, 4, .2);box-shadow: 0 2px 2px rgba(114, 155, 4, .2);
}
input[type="text"].error, input[type="password"].error, textarea.error, select.error{
    border-color: #ff7264;
    -moz-box-shadow: 0 2px 2px rgba(255, 114, 100, .2);-webkit-box-shadow: 0 2px 2px rgba(255, 114, 100, .2);box-shadow: 0 2px 2px rgba(255, 114, 100, .2);
}
input[data-rel="plusminus"]{float:right;width: 44px;height: 34px;display: block;border-color: #d8d8d8;border-right: 0;-moz-border-radius: 3px 0 0 3px;-webkit-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;-moz-box-shadow: inset 0 1px 2px #e8e8e8;-webkit-box-shadow: inset 0 1px 2px #e8e8e8;box-shadow: inset 0 1px 2px #e8e8e8;color: #999;text-align: center;}

#slider {border: 1px solid #d7d6d2;-moz-box-shadow: inset 0 1px 0 #efefef;-webkit-box-shadow: inset 0 1px 0 #efefef;box-shadow: inset 0 1px 0 #efefef;}
.content-apply{color: #333;}
.cusel{border: 1px solid #d8d8d8;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;background-color: #ffffff;-moz-box-shadow: inset 0 1px 2px #e8e8e8;-webkit-box-shadow: inset 0 1px 2px #e8e8e8;box-shadow: inset 0 1px 2px #e8e8e8;}
.cusel span{color: #434343;}
.cusel span:hover,.cusel .cuselOptHover{color: #fff;}
.cusel .cuselActive{background: #e5e5e5;color: #333;}
.cusel .jScrollPaneContainer{
    background: #fdfdfd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fdfdfd 0%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdfdfd 0%,#f1f1f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-8 */
}
.cusel span:hover,.cusel .cuselOptHover {background: #FE6C00;}
/*/form*/

/*tabs*/
.tabs-data{
    -moz-border-radius: 4px 4px 0 0;-webkit-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;-moz-box-shadow: inset 0 -1px 3px #930000, 0 2px 4px #ece9e6;-webkit-box-shadow: inset 0 -1px 3px #930000 0 2px 4px #ece9e6;box-shadow: inset 0 -1px 3px #930000, 0 2px 4px #ece9e6;
    background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #bf0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#bf0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#bf0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#bf0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#bf0000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#bf0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#bf0000',GradientType=0 ); /* IE6-9 */

}
.tabs-data > li > a, .tabs-data > li > button{color: #fff;font-weight: bold;}
.tabs-data > li{border-width: 1px;border-style: solid;border-color: #830000;border-left-color: #dd1818;border-right-color: #a70404;}
.tabs-data > li:first-child{-moz-border-radius: 4cpx 0 0 0;-webkit-border-radius: 4px 0 0 0;border-radius: 4px 0 0 0;}
.tabs-data > li.active{background-color: #fff;border-color: transparent;-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;-moz-box-shadow: 2px 2px 2px #930000;-webkit-box-shadow: 2px 2px 2px #930000;box-shadow: 2px 2px 2px #930000;}
.tabs-data > li.active:last-child{-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;}
.tabs-data > li.active > a, .tabs-data > li.active > button{color: #000;}
.tabs-data > li.active + li{border-left-color: #a70404;}

.frame-tabs-product, .frame-tabs-profile{background-color: #fff;-moz-box-shadow: 0 2px 4px #ece9e6;-webkit-box-shadow: 0 2px 4px #ece9e6;box-shadow: 0 2px 4px #ece9e6;}

.tabs-compare-category .text-el{color: #BF0010;}
.tabs-compare-category > li{float: none;margin-bottom: 3px;}
.tabs-compare-category > li > button{padding: 2px 40px 4px 5px;text-align: left;}
.tabs-compare-category > .active > button{background-color: #BF0010; position: relative;}
.tabs-compare-category > .active > button:after{content: "";position: absolute;left: 100%;top: 0;border-width: 12px 9px;border-style: solid;border-color: transparent;border-left-color: #BF0010;}
.tabs-compare-category > .active .text-el{color: #fff;}

.tabs-wishlist{margin-bottom: 18px;}
.tabs-wishlist .text-el{color: #BF0010;}
.tabs-wishlist > li{margin-bottom: 3px;}
.tabs-wishlist > li > button{padding: 3px 15px 5px;text-align: left;position: relative;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
.tabs-wishlist > .active > button{background-color: #BF0010;}
.tabs-wishlist > .active > button:after{content: "";position: absolute;left: 50%;top: 100%;margin-left: -7px;border-width: 6px 7px;border-style: solid;border-color: transparent;border-top-color: #BF0010;}
.tabs-wishlist > .active .text-el{color: #fff;border: 0;}
.frame-tabs-ref{position: relative;z-index: 2;overflow: hidden;-moz-border-radius: 0 3px 3px 3px;-webkit-border-radius: 0 3px 3px 3px;border-radius: 0 3px 3px 3px;}
/*/tabs*/

/*header*/
.fon-header{
    background: #f2f1ef; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f1ef 0%, #eeebe9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f1ef), color-stop(100%,#eeebe9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f1ef 0%,#eeebe9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f1ef 0%,#eeebe9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f1ef 0%,#eeebe9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f1ef 0%,#eeebe9 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1ef', endColorstr='#eeebe9',GradientType=0 );  IE6-9 */
}
.left-header > .nav > li:hover > a{color: red;}
.left-header > .nav > li > a{color: #fff;}
.left-header > .nav > li > a:focus{}
.left-header > .nav > li:hover{ 

}
.left-header > .nav > li.active{}
.left-header > .nav > li.active span{color:red;}
.left-header > .nav > li:before, .left-header:after{
}
.left-header > .nav > li:after, .left-header:before{
}
.nav-enter-reg .or{color: #5d5d5d;padding: 0 18px;}
.phones-header .phone-code{color: #999;}
.phones-header .phone-number{color: #000; font-size:22px; font-style: italic;  text-shadow: 1px 1px 0 #FFFFFF; font-weight: 600;}
.header-left-content-header [href*="mailto"]{margin-left: 20px;}


.logo:active{outline: none;}


.menu-header{
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjYTAzOTBlIi8+PHN0b3Agb2Zmc2V0PSIwLjE2IiBzdG9wLWNvbG9yPSIjMWQxZDFkIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSIwJSIgeT0iMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiMxZDFkMWQiIC8+PHJlY3QgeD0iLTYwJSIgeT0iLTMyNS44MDI1JSIgd2lkdGg9IjE2MCUiIGhlaWdodD0iOTExLjYwNDklIiBmaWxsPSJ1cmwoI2cpIiAvPjwvc3ZnPg==);
background-image: -webkit-gradient(radial, 20% 130%, 0, 20% 130%, 738, color-stop(0%, #a0390e), color-stop(16%, #1d1d1d));
background-image: -webkit-radial-gradient(20% 130%, farthest-side circle, #a0390e 0%, #1d1d1d 16%);
background-image: -moz-radial-gradient(20% 130%, farthest-side circle, #a0390e 0%, #1d1d1d 16%);
background-image: -ms-radial-gradient(20% 130%, farthest-side circle, #a0390e 0%, #1d1d1d 16%);
background-image: -o-radial-gradient(20% 130%, farthest-side circle, #a0390e 0%, #1d1d1d 16%);
background-image: radial-gradient(farthest-side circle at 20% 130%, #a0390e 0%, #1d1d1d 16%);

}
.menu-header > .container{overflow: hidden;}/*because left-header has right: -1px*/
input.input-search{-moz-border-radius: 2px 0 0 2px;-webkit-border-radius: 2px 0 0 2px;border-radius: 2px 0 0 2px;border-color: #d8d8d8;-moz-box-shadow: inset 0 2px 2px #e8e8e8;-webkit-box-shadow: inset 0 2px 2px #e8e8e8;box-shadow: inset 0 2px 2px #e8e8e8;}
/*/header*/

/*crumbs*/
.frame-crumbs{overflow: hidden;}
.crumbs{background-color: #fefefe;}
.crumbs:after{content: "";position: absolute;width: 110%;top: 100%;left: -5%;height: 2px;margin-top: -2px;-moz-box-shadow: 0 1px 1px #e2ddd7;-webkit-box-shadow: 0 1px 1px #e2ddd7;box-shadow: 0 1px 1px #e2ddd7;}
/*/crumbs*/

/*titles*/
.title-h1, h1{font-size: 24px;font-weight: normal;}
.title-h2, h2{font-size: 21px;font-weight: normal;}
.title-h3, h3, .title-h3 [class*="price-"]{font-size: 18px;font-weight: normal;}
.title-h4, h4{font-size: 14px;font-weight: normal;}

.title-complect > .title:after, .title-default > .title:after{content: "";position: absolute;width: 110%;left: -5%;top: 100%;height: 2px;margin-top: -2px;}
.frame-check-filter .title{background-color: #fefefe;border-bottom: 1px solid #eae5e1;color: #333;font-weight: bold;}
.title-complect > .title, .title-default > .title{background-color: #fff;-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;}
.title-complect > .title{font-weight: bold;color: #ff7e00;}
.title-complect > .title:after, .title-default > .title:after{-moz-box-shadow: 0 1px 1px #ece9e6;-webkit-box-shadow: 0 1px 1px #ece9e6;box-shadow: 0 1px 1px #ece9e6;}
.header-category .title{color: #666;}
/*/titles*/

/*order*/
.frame-bask-order{background-color: #faf8f6 !important;}
.frame-bask-order .frame-foot:before{content: "";position: absolute;width: 110%;height: 3px;left: -5%;top: -3px;}
.table-order > tbody > tr > td{border-top: 1px solid #eae5e1;}
.frame-change-count{border: 1px solid #e1e1e1;-moz-border-radius: 0 2px 2px 0;-webkit-border-radius: 0 2px 2px 0;border-radius: 0 2px 2px 0;}
.frame-bask-order .frame-foot{background-color: #fff;border-top: 1px solid #eae5e1;-moz-border-radius: 0 0 4px 4px;-webkit-border-radius: 0 0 4px 4px;border-radius: 0 0 4px 4px;}
.frame-bask-order .frame-foot:before{-moz-box-shadow: 0 1px 1px #f0ece8;-webkit-box-shadow: 0 1px 1px #f0ece8;box-shadow: 0 1px 1px #f0ece8;}

.new-buyer{
    position: relative;
    -moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;
    background: red; /* Old browsers */
    background: -moz-linear-gradient(top,  red 0%, red 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,red)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  red 0%,red 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  red 0%,red 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  red 0%,red 100%); /* IE10+ */
    background: linear-gradient(to bottom,  red 0%,red 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='red',GradientType=0 ); /* IE6-9 */
}
.new-buyer .text-el{color: #fff;}
.new-buyer:after{content: "";border-color: transparent;border-width: 6px 7px;border-top-color: red;position: absolute;top: 100%;left: 50%;margin-left: -7px;border-style: solid;}
/*/order*/

/*pagination*/
.pagination li > a, .pagination li > span{-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.pagination li > a{
    color: #333;border: 1px solid #e1e1e1;
    -moz-box-shadow: inset 0 1px #fff;-webkit-box-shadow: inset 0 1px #fff;box-shadow: inset 0 1px #fff;
    background: #f8f7f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f8f7f4 0%, #f4f2ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f7f4), color-stop(100%,#f4f2ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f8f7f4 0%,#f4f2ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f8f7f4 0%,#f4f2ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f8f7f4 0%,#f4f2ee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f8f7f4 0%,#f4f2ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f4', endColorstr='#f4f2ee',GradientType=0 ); /* IE6-9 */
}
.pagination li > a:hover{
    background: #f7f5f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f5f4 0%, #e0dbd6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f5f4), color-stop(100%,#e0dbd6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f5f4 0%,#e0dbd6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f5f4 0%,#e0dbd6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f5f4 0%,#e0dbd6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f5f4 0%,#e0dbd6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f4', endColorstr='#e0dbd6',GradientType=0 ); /* IE6-9 */
}
.pagination li > span, .pagination li > a:active{
    color: #fff;
    -moz-box-shadow: inset 0 1px 3px #bcb7b7;-webkit-box-shadow: inset 0 1px 3px #bcb7b7;box-shadow: inset 0 1px 3px #bcb7b7;
    background: #cccac5; /* Old browsers */
    background: -moz-linear-gradient(top,  #cccac5 0%, #e4e3e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccac5), color-stop(100%,#e4e3e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cccac5 0%,#e4e3e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cccac5 0%,#e4e3e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cccac5 0%,#e4e3e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cccac5 0%,#e4e3e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccac5', endColorstr='#e4e3e0',GradientType=0 ); /* IE6-9 */
}
.pagination li > span{border: 0;}
/*/pagination*/

/*drop*/
.drop-search{margin-left: -5px;background-color: #faf7f7;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-moz-box-shadow: inset 0 1px #fff, 0 5px 5px rgba(0,0,0,0.5);-webkit-box-shadow: inset 0 1px #fff, 0 5px 5px rgba(0,0,0,0.5);box-shadow: inset 0 1px #fff, 0 5px 5px rgba(0,0,0,0.5);}
.drop-search .btn-autocomplete{background-color: #fff;}


.drop > .drop-content{-moz-border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;min-height: 100px;}
#notification.drop > .drop-content{min-height: 0;}
.drop-content, .drop-content-notification, .drop-content-confirm{background-color: #faf8f6;}
.drop-header{background-color: #fff;}
.drop-header:before{content: "";position: absolute;top: 100%;width: 100%;left: 0;border-width: 1px 0;border-style: solid;border-top-color: #f0edea;border-bottom-color: #f6f4f2;}

.drop-bask .header-frame-foot{background-color: #fff;border-top: 1px solid #eae5e1;}
.drop-bask .content-frame-foot{border-top: 1px solid #eae5e1;background-color: #faf8f6;}

#fancybox-content{border: 5px solid #999;-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;background-color: #fff;}
.frame-already-show{background-color: #faf8f6;-moz-box-shadow: 0 -2px 5px rgba(0,0,0,0.3);-webkit-box-shadow: 0 -2px 5px rgba(0,0,0,0.3);box-shadow: 0 -2px 5px rgba(0,0,0,0.3);}
/*/drop*/

/*page profile*/
.table-profile{border-width: 1px 0 0 1px;border-style: solid;border-color: #eae5e1;}
.table-profile td, .table-profile th{border-width: 0 1px 1px 0;border-style: solid;border-color: #eae5e1;}
.table-profile thead th{background-color: #faf9f7;}
.info-discount{margin-left: 450px;border-bottom: 1px solid #d8d2cb;background-color: #faf8f6;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-moz-box-shadow: 0 2px 4px #ece9e6;-webkit-box-shadow: 0 2px 4px #ece9e6;box-shadow: 0 2px 4px #ece9e6;}
/*/page profile*/

/*page compare*/
.compare-characteristic > li.oddC{background-color: #f4eee9;}
.compare-characteristic > li.hover{background-color: #f8f8df;}
/*/page compare*/

/*page order*/
.gen-sum-row .count{color: #333;font-weight: bold;}
.frame-payment{-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;border: 1px solid #eae5e1;background-color: #fff;-moz-box-shadow: 0 2px 4px #ece9e6;-webkit-box-shadow: 0 2px 4px #ece9e6;box-shadow: 0 2px 4px #ece9e6;}
/*/page order*/

.page-404{background: url("images/fon_404.png") repeat;}
.page-404 .title{color: #0f9ecd;font-size: 35px;}
.page-404:before{content: "";position: absolute;left: -5%;top: -1px;width: 110%;height: 4px;-moz-box-shadow: 0 1px 9px rgba(0,0,0,0.1);-webkit-box-shadow: 0 1px 9px rgba(0,0,0,0.1);box-shadow: 0 1px 9px rgba(0,0,0,0.1);}
.page-404 p{color: #999;}
.page-404 b{color: #666;}

footer:before{content: "";height: 5px;width: 100%;top: -3px;left: 0;position: absolute;background-position: 0 -78px;}
footer [class^="box"] > .inside-padd{border-width: 0 1px;border-style: solid;border-right-color: #0d0d0d;border-left-color: #404040;}
footer .box-1 > .inside-padd{border-left: 0;}
footer .box-3 > .inside-padd{border-right: 0;}
footer .box-4 > .inside-padd{
    border: 0;
    -moz-border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;border-radius: 0 0 3px 3px;
    -moz-box-shadow: inset 0 1px 1px #515151, 0 3px 9px rgba(0,0,0,0.2);-webkit-box-shadow: inset 0 1px 1px #515151, 0 3px 9px rgba(0,0,0,0.2);box-shadow: inset 0 1px 1px #515151, 0 3px 9px rgba(0,0,0,0.2);
    background: #3d3d3d; /* Old browsers */
    background: -moz-linear-gradient(top,  #3d3d3d 0%, #303030 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#303030)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3d3d3d 0%,#303030 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3d3d3d 0%,#303030 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3d3d3d 0%,#303030 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3d3d3d 0%,#303030 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
}
footer .box-4 .main-title{color: #9c9c9c;}
footer .box-4{overflow: visible;}

/*show all href*/
.frame-brands .show-all-brands{padding: 0 15px;background-color: #faf8f6;position: relative;z-index: 3;top: -10px;left: 34px;}
.s-all-d .text-el{border-bottom: 1px solid #E4750B;font-weight: bold;}
.s-all-marg{margin-left: 10px;}
/*/show all href*/

/*tooltip*/
.tooltip{font-size:11px;background-color:#000;color:#fff !important;text-align:center;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8;}
.tooltip:after{border-color:transparent;border-style:solid;border-width:5px 5px 0;border-top-color:#000;}
/*/tooltip*/

/*navs*/


.nav-static-pages > li{border-top: 1px solid #eae5e1;}
.nav-static-pages > li:first-child{border-top: 0;}
.nav-static-pages > li.active{background-color: #fe6c00;}
.nav-static-pages > li.active .text-el{color:#fff;}
.nav-static-pages .active:hover .text-el{color:#000;}
.nav-static-pages .active:hover span{color:#000;}
.nav-static-pages > li > ul{padding-left: 17px;padding-bottom: 10px;}
.nav-static-pages > li > ul > li{margin-bottom: 7px;}
.nav-static-pages > li > ul a{text-decoration: underline;}
.nav-static-pages .is-sub .text-el{font-weight: bold;}
.nav-static-pages > li:hover{
	color:#000;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #f3f3f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbfbfb 0%,#f3f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbfbfb 0%,#f3f3f3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbfbfb 0%,#f3f3f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
.nav-static-pages > li:hover > a{color: #000;}
/*/navs*/

/*stars*/
.star-small, .star-small div, .star-small span{background: url('images/stars.png');}
.star-big, .star-big div, .star-big span{background: url('images/star-comment.png');}
.star-small{width: 70px;height: 15px;}
.star-big {width: 130px;height: 26px;}

.productRate{position: relative;}
.productRate div {background-position: left bottom;width: 0;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;cursor: pointer;}
.productRate span {display: block;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;background-position: left center;width: 0;cursor: pointer;}
.productRate.disabled, .productRate.disabled div{cursor: default;}

.star-small div{cursor: default;}
/*/stars*/
/*/colors style*/

.frame-category-brand .inside-padd{border: 1px solid #e7e2dd;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}






.mybtnred
{

border:1px solid #BF0010;
padding: 10px 20px; 
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
color:#fff; 
font-weight:bold; 
font-size:16px; 
text-decoration:none !important;

-moz-border-radius: 4px;
-webkit-border-radius: 4px; 
-khtml-border-radius: 4px; 
border-radius: 4px; 
behavior: url(border-radius.htc); 
}
.mybtnred:hover
{
color:#FFF;
Background:red;
}


.socialbox {
    margin: 0;
}
.soc-vk {
    background: rgba(0, 0, 0, 0) url("images/mysprite.png") no-repeat scroll -79px 0;
    float: left;
    height: 30px;
    margin: 2px;
    width: 30px;
}
.soc-vk:hover {background: rgba(0, 0, 0, 0) url("images/mysprite.png") no-repeat scroll -79px -30px;}
.soc-od {
    background: rgba(0, 0, 0, 0) url("images/mysprite.png") no-repeat scroll -112px 0;
    float: left;
    height: 30px;
    margin: 2px;
    width: 30px;
}
.soc-od:hover {background: rgba(0, 0, 0, 0) url("images/mysprite.png") no-repeat scroll -112px -30px;}
.soc-fb {
    background: rgba(0, 0, 0, 0) url("images/mysprite.png") no-repeat scroll -145px 0;
    float: left;
    height: 30px;
    margin: 2px;
    width: 30px;
}
.soc-fb:hover {background: rgba(0, 0, 0, 0) url("images/mysprite.png") no-repeat scroll -145px -30px;}
.soc-tw {
    background: rgba(0, 0, 0, 0) url("images/mysprite.png") no-repeat scroll -178px 0;
    float: left;
    height: 30px;
    margin: 2px;
    width: 30px;
}
.soc-tw:hover {background: rgba(0, 0, 0, 0) url("images/mysprite.png") no-repeat scroll -178px -30px;}
.soc-gp {
    background: rgba(0, 0, 0, 0) url("images/mysprite.png") no-repeat scroll -211px 0;
    float: left;
    height: 30px;
    margin: 2px;
    width: 30px;
}
.soc-gp:hover {background: rgba(0, 0, 0, 0) url("images/mysprite.png") no-repeat scroll -211px -30px;}