/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { 
    margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; 
}
html, body{font-family: Arial, Georgia, Times, serif;}

.type-search  #___gcse_0 {
    float: none;
    margin-bottom: 10px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

* html .group { height: 1%; }

*:first-child + html .group { min-height: 1px; }

body { background: #FFF; font-size: 12px; /*font-family: Arial, sans-serif;*/ color: #7e7e7e; }
html, body{font-family: Arial, Georgia, Times, serif;}
h1,h2{font-family: Tahoma, "Yanone Kaffeesatz", Georgia, sans-serif;}

a { color: #246192; }
a:hover { color: #000; }

.ico { display: inline-block; width: 16px; height: 16px; vertical-align: middle; background-position: 50% 50%; background-repeat: no-repeat; margin-right: 5px; }
* + html .ico { zoom: 1; display: inline; }

.ico-print { background-image: url("../i/ico-print.png"); }

#wrap { width: 100%; min-width: 1000px; margin: auto; }

.section { width: 100%; }
.section.s_navigation { background: #f4f4f4; }
.section.s_slider { background: #246192 url("../i/bg-slider.jpg") 50% 0 repeat-x; }
.section.s_slider .section_content { width: 100%; }
.section.s_welcome { background: #f5f5f5; }
.section.s_footer { background: #f3f3f3; }
.section.s_copyright { background: #e1e1e1; }

.section_content { width: 1000px; margin: auto; }

.page-home #content { width: 710px; float: left; }
.page-home #content #aside{float: left;}
.page-home #aside { width: 245px; float: right; }

.customSelect { /* This is the default class that is used */ /* Put whatever custom styles you want here */ border: 1px solid #dbdbdb; font-size: 12px; padding: 6px 4px 7px 11px; color: #000000; background: #FFF; }
.customSelect.customSelectHover { /* Styles for when the select box is hovered */ }
.customSelect.customSelectOpen { /* Styles for when the select box is open */ }
.customSelect.customSelectFocus { /* Styles for when the select box is in focus */ }
.customSelect.customSelectDisabledOption { /* Styles for when the selected item is a disabled one */ }
.customSelect.customSelectDisabled { /* Styles for when the select box itself is disabled */ }

.customSelectInner { /* You can style the inner box too */ background: url("../i/btn-dds.png") 100% 50% no-repeat; width: 240px !important; }

.btn {font-family: Verdana; font-weight: bold; color: #FFF; text-decoration: none; border: none; display: inline-block; vertical-align: middle; font-size: 11px; background: #246192; padding: 0 10px; height: 25px; line-height: 25px; cursor: pointer; }
* + html .btn { zoom: 1; display: inline; }
.btn:hover { color: #FFF; background-color: #358acd; }

.btn2 { background: #17c358; }
.btn2:hover { background: #0fa447; }

.checkbox, .radio { display: inline-block; position: relative; height: 15px; width: 15px; padding: 0; overflow: hidden; background: url("../i/spr-el.png") 0 0 no-repeat; cursor: pointer; vertical-align: middle; line-height: 1; margin-right: 5px; }
.checkbox input, .radio input { cursor: pointer; width: 14px; height: 14px; margin: 1px 0 0 0 !important; filter: alpha(opacity=1); -moz-opacity: 0.01; opacity: 0.01; }

.radio { background-position: 0 0; }
.radio.checked { background-position: -17px 0; }

.checkbox { background-position: -34px 0; }
.checkbox.checked { background-position: -51px 0; }

input[type=text], input[type=password], textarea { -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32); -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32); box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32); border: none; font-size: 12px; padding: 0 15px; }

input[type=text], input[type=password] { height: 33px; }

textarea { padding: 10px 15px; }

.modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10000; display: none; }
.modal .modal-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; filter: alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3; }
.modal .modal-box { position: absolute; left: 50%; top: 50%; background: #FFF; border: 1px solid #246192; -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.23); -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.23); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.23); }
.modal .modal-header { height: 50px; line-height: 50px; position: relative; }
.modal .modal-header strong { display: block; font-size: 16px; font-weight: bold; color: #FFF; background: #246192; padding-left: 23px; }
.modal .modal-header .close { position: absolute; right: 23px; top: 50%; margin-top: -7px; font-weight: bold; color: #FFF; font-size: 13px; line-height: 1; text-decoration: none; }
.modal .modal-content { max-width: 700px; padding: 23px; }

.modal-content p { font-size: 12px; line-height: 14px; margin-bottom: 1.5em; }
.modal-content p strong { font-size: 14px; }
.modal-content em { color: #ed1818; }
.modal-content .form-title { font-size: 18px; display: block; margin-bottom: 15px; }

#header { padding-top: 15px; margin-bottom: 40px; }
.prheader { padding-top: 5px !important; margin-bottom: 5px !important; }
#header .section_content { position: relative; }
#header #logo { display: block; float: left; color: #9d9d9d; font-weight: bold; padding: 44px 0 0 153px; height: 73px; margin-right: 45px; background: url("../i/logo.png") 0 0 no-repeat; line-height: 14px; }
#header #logo em { font-style: normal; display: block; }
#header #lang { float: left; width: 140px; height: 28px; position: relative; margin-right: 35px; margin-top: 45px; z-index: 100; }
#header #lang ul { width: 100%; position: absolute; border: 1px solid #dbdbdb; background: #FFF; padding-top: 28px; height: 0; overflow: hidden; }
#header #lang ul li { height: 22px; line-height: 24px; width: 100%; }
#header #lang ul li.selected { height: 28px; line-height: 30px; position: absolute; left: 0; top: 0; background: url("../i/btn-dd.png") 100% 50% no-repeat; }
#header #lang ul a { text-decoration: none; color: #090909; display: block; }
#header #lang ul:hover { height: auto; padding-bottom: 5px; }
#header #lang .flag { display: inline-block; position: relative; top: -2px; width: 20px; height: 12px; vertical-align: middle; margin: 0 12px; }
* + html #header #lang .flag { zoom: 1; display: inline; }
#header .catalog-link { float: left; padding-top: 45px; }
#header .catalog-link a { display: block; height: 30px; padding: 0 0 0 45px; line-height: 30px; background: url("../i/ico-pdf.png") 0 0 no-repeat; }
#header #header-cart { float: right; margin-top: 32px; border: 2px solid #246192; padding: 14px 8px; padding-left: 35px; background: url("../i/ico-basket.png") 12px 50% no-repeat; color: #111111; font-weight: bold; line-height: 29px; height: 25px; }
#header #header-cart .btn { margin-left: 10px; position: relative; top: -1px; }
#header #loginbox { color: #d9d9d9; position: absolute; right: 0; top: 5px; }
#header #loginbox a { margin: 0 10px; }
#header #loginbox a:last-child { margin-right: 0; }

.flag { background-image: url("../i/spr-flags.png"); background-repeat: no-repeat; }
.flag.flag-en { background-position: 0 0; }
.flag.flag-de { background-position: 0 -14px; }
.flag.flag-es { background-position: 0 -28px; }
.flag.flag-fr { background-position: 0 -42px; }
.flag.flag-ru { background-position: 0 -56px; }

#navigation { position: relative; z-index: 50; }
#navigation .toplevel { height: 45px; font-family: Tahoma;}
#navigation .toplevel > li { float: left; margin-right: 45px; }
#navigation .toplevel > li > a { display: block; height: 45px; line-height: 45px; font-weight: bold; }
#navigation .toplevel > li:hover > a { text-decoration: none; color: #000; }
#navigation .toplevel > li:hover > a span { border-bottom: 3px solid #246192; }
#navigation .toplevel > li:hover .dropdown { display: block; z-index: 10; }
#navigation .dropdown { position: absolute; left: 0; /*top: 100%; display: none;*/ width: 100%; height: 281px;/* background: url("../i/bg-slider.jpg") 50% 0 no-repeat; */}
/*#navigation .dropdown .dropdown-content { margin: 25px 0; }*/
#navigation .menu-tabs { height: 231px; position: relative; }
#navigation .menu-tabs dt { width: 192px; margin-bottom: 6px; }
#navigation .menu-tabs dt a { display: block; height: 29px; line-height: 28px; padding-left: 17px; color: #FFF; font-weight: bold; border: 1px solid #246192; background: #246192; }
#navigation .menu-tabs dt:hover a, #navigation .menu-tabs dt.active a { background: #358acd; }
#navigation .menu-tabs dt.sale a { border-color: #dd0031; background: #dd0031; }
#navigation .menu-tabs dd { position: absolute; right: 0; top: 0; width: 750px; height: 100%; /*overflow: auto;*/ display: none; }
#navigation .menu-tabs dd.active { display: block; }
#navigation .menu-tabs .tab-title { height: 35px; line-height: 35px; font-weight: bold; display: block; font-size: 16px; color: #246192; }
#navigation .menu-tabs .tab-title em { font-size: 12px; font-weight: normal; color: #246192; }
#navigation .menu-tabs ul { float: left; min-height: 155px; padding-right: 25px; border-right: 1px solid #246192; line-height: 22px; }
#navigation .menu-tabs ul + ul { border-left: 1px solid #246192; padding-left: 25px; }
#navigation .menu-tabs ul:last-child { border-right: none; }
#navigation .menu-tabs a { color: #FFF; }

#slider-main { height: 281px; width: 100%; position: relative; overflow: hidden; }
#slider-main .slide { position: absolute; left: 100%; top: 0; width: 100%; height: 100%; display: none; }
#slider-main .slide-content { width: 1000px; position: relative; margin: auto; height: 100%; }
#slider-main .active { left: 0; display: block; }
#slider-main .slider-nav { position: absolute; right: 20px; top: 20px; }
#slider-main .slider-nav a { width: 19px; height: 33px; display: block; float: left; border: 1px solid #246192; text-indent: -9000px; margin-left: 4px; background: url("../i/btn-pages.png"); }
#slider-main .slider-nav .prev-slide { background-position: 0 0; }
#slider-main .slider-nav .prev-slide:hover { background-position: 0 -33px; }
#slider-main .slider-nav .next-slide { background-position: -19px 0; }
#slider-main .slider-nav .next-slide:hover { background-position: -19px -33px; }
#slider-main .new-product .list { margin-top: 65px; float: left; width: 25%; line-height: 36px; font-weight: bold; font-size: 18px; }
#slider-main .new-product .list a { color: #FFF; text-decoration: none; }
#slider-main .new-product .list a:hover { color: #358acd; }
#slider-main .new-product .product-image { text-align: center; float: left; width: 55%; line-height: 281px; }
#slider-main .new-product .product-image img { vertical-align: bottom; }
#slider-main .new-product .product-descr { width: 20%; float: left; color: #FFF; }
#slider-main .new-product .product-descr strong { display: block; font-size: 18px; font-weight: bold; margin: 50px 0 20px; line-height: 22px; }
#slider-main .new-product .product-descr p { line-height: 14px; font-size: 11px; margin-bottom: 20px; }
#slider-main .new-product .product-descr a { color: #FFF; font-size: 11px; }
#slider-main .slides-nav { position: absolute; left: 20px; bottom: 20px; display: none;}
#slider-main .slides-nav li { width: 10px; height: 10px; float: left; margin-right: 5px; background: #246192; }
#slider-main .slides-nav li.active { background: #FFF; }
#slider-main .slides-nav a { display: block; width: 10px; height: 10px; }

.parallax img { position: absolute; }

#slide-welcome a { color: #f7fdff; text-decoration: none; float: left; margin-top: 90px; line-height: 42px; }
#slide-welcome a strong { display: block; color: #ffffff; font-size: 36px; font-weight: bold; text-decoration: none; width: 300px; }
#slide-welcome a em { text-decoration: underline; }
#slide-welcome .parallax { float: right; }

.s_welcome { padding: 25px 0; }
.s_welcome h1 { font-size: 24px; /* font-size: 32px;*/ color: #525252; margin-bottom: 25px; }
.s_welcome .client-links { float: right; width: 245px; }
.s_welcome .client-links .link-block { padding: 10px 0 10px 43px; margin-bottom: 15px; -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.12); -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.12); box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.12); border: 2px solid #FFF; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; font-size: 16px; line-height: 22px; }
.s_welcome .client-links .link-block em { font-size: 14px; }
.s_welcome .client-links .link-block a { font-size: 14px; font-weight: bold; padding-left: 17px; margin-left: -17px; background: url("../i/m1.png") 0 50% no-repeat; }
.s_welcome .client-links .link-block:hover { background: #ececec; }

#contry-select { width: 65%; float: left; }
#contry-select .title { font-size: 14px; color: #2f2f2f; font-weight: bold; display: block; margin-bottom: 10px; }
#contry-select select, #contry-select .select-custom { margin-bottom: 15px; width: 257px !important; }
#contry-select .message { width: 300px; text-align: center; font-size: 12px; line-height: 18px; }
#contry-select .message div { display: none; }

#footer { padding-top: 15px; line-height: 15px; }
#footer .address { float: left; margin-right: 30px; color: #4a4a4a; }
#footer .address strong { font-weight: bold; color: #3d3d3d; }
#footer .footer_nav { padding-bottom: 15px; }
#footer .footer_nav strong { display: block; font-weight: bold; color: #3d3d3d; font-size: 14px; margin-bottom: 1em; }
#footer .footer_nav a { color: #246192; }
#footer .footer_nav a:hover { color: #000; }
#footer .footer_nav li { float: left; }
#footer .footer_nav li ul { float: left; margin-right: 50px; }
#footer .footer_nav li ul li { float: none; margin-bottom: 6px; }
#footer .footer_nav li ul li:last-child { width: auto; float: none; }
#footer .footer_nav li:last-child { float: right; width: 245px; }
#footer .s_copyright { padding: 15px 0; line-height: 20px; }
#footer .copy { float: left; font-size: 11px; }
#footer .payments { float: right; }

#aside .aside-block { margin-bottom: 40px; }
.s_welcome #aside .aside-block { margin-bottom: 0; }
#aside .aside-block .block-title {     font-family: Tahoma; display: block; font-size: 23px; color: #9b9b9b; font-weight: 400; margin-bottom: 15px; }

#body { min-height: 400px; }

/* HOME PAGE */
.selected_categories { margin-bottom: 43px; }
.selected_categories h2 { color: #3d3d3d; font-weight: bold; font-size: 16px; /* font-size: 22px;*/ margin-bottom: 25px; }
.selected_categories .col { float: left; }
.selected_categories .col-left { width: 359px; border-right: 1px solid #e3e3e3; padding-right: 20px; }
.selected_categories .col-right { padding-left: 20px; border-left: 1px solid #e3e3e3; margin-left: -1px; width: 316px; }
.selected_categories .img { width: 130px; float: left; padding-right: 14px; }
.selected_categories .img img { display: block; margin-bottom: 23px; }
.selected_categories .img .btn { display: block; text-align: center; font-size: 12px; font-weight: bold; height: 29px; line-height: 29px; }
.selected_categories ul { line-height: 18px; }

.links-box { border: 2px solid #246192; padding: 10px 40px; }
.links-box li { float: left; width: 50%; line-height: 36px; font-size: 16px; font-weight: bold; }
.links-box a { color: #246192; }
.links-box a:hover { color: #000; }

#content .links-box { margin-bottom: 37px; }

#aside .links-box { padding: 20px 28px; }
#aside .links-box li { float: none; width: auto; }

.ui-autocomplete { border: 1px solid #dfdfdf; padding: 1px 0; -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.17); -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.17); box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.17); }
.ui-autocomplete .ui-menu-item { padding: 7px 18px; color: #246192; text-decoration: underline; }
.ui-autocomplete .ui-state-focus { background: #e4f5fb; border-color: #e4f5fb #dfdfdf; }

.search-box { margin-bottom: 40px; }
.search-box form { padding-top: 10px; }
.search-box fieldset { background: #f2f2f2; position: relative; padding: 20px 100px 20px 20px; }
.search-box legend { position: absolute; top: -30px; font-size: 23.85px; color: #9b9b9b; font-weight: bold; }
.search-box input { width: 100%; display: block; padding: 0 15px; }
.search-box button { position: absolute; right: 20px; top: 20px; height: 33px; width: 37px; display: block; border: none; text-indent: -9000px; cursor: pointer; background: #246192 url("../i/ico-search.png") 50% 50% no-repeat; }
#___gcse_0{
    width: 100%;
    float: left;
    margin-top: 20px;
}
table.gsc-search-box td.gsc-input input{background-image: none; background: #fff !important;}
input.gsc-search-button{
    font-family: Verdana !important;
    height: 37px !important;
    min-width: 43px !important;
    padding: 1px 6px;
    border-color: #246192 !important;
    background: #246192  !important;;
    border-radius: 0 !important;
    color: #fff !important;
}
td.gsc-clear-button{display: none;}
input.gsc-search-button:hover { background-color: #358acd  !important; }
.gsc-adBlock{margin-bottom: 10px !important;}
.gsc-adBlock #adBlock {border:1px solid #f5f5f5 !important; background-color:#f5f5f5 !important;}
.gsc-webResult.gsc-result{
    border-color: #f2f2f2 !important;
    padding: 10px;
    margin-bottom: 1.2em;
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *{font-size: 18px !important;}
.gsc-table-cell-snippet-close{line-height: 1.4;}
.search-box button:hover { background-color: #358acd; }
.search-box .field { position: relative; padding: 0 15px; margin-right: -30px; }
.search-box .field input { margin: 0 -15px; }
.search-box .tooltip { position: absolute; left: 0; bottom: 100%; margin-bottom: 10px; width: 100%; margin-right: -30px; -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.17); -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.17); box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.17); display: none; }
.search-box .tooltip p { font-size: 11px; color: #000000; border: 1px solid #358acd; padding: 10px 10px 9px; background: #d3f5ff; }
.search-box .tooltip .corner { position: absolute; left: 50%; top: 100%; width: 26px; height: 23px; background: url("../i/tooltip-corner.png"); margin-top: -1px; }

.benefits li { padding-left: 90px; margin-bottom: 40px; line-height: 14px; min-height: 70px; }
.benefits img { float: left; margin-left: -90px; }
.benefits h3 { font-size: 22px; font-weight: bold; color: #246192; margin-bottom: 10px; }
.benefits h3 a { text-decoration: none; }

.about { margin-bottom: 40px; }
.about .block-title { display: block; font-size: 23.85px; font-weight: bold; margin-bottom: 15px; }
.about .block-title a { color: #9b9b9b; text-decoration: none; }
.about p { margin-bottom: 1em; line-height: 1; }

#aside .contacts { border: 2px solid #ececec; font-weight: bold; padding: 20px 20px 20px 45px; line-height: 21px; }
#aside .contacts strong { color: #000; }

#aside .visit_us li { float: left; margin-right: 20px; }
#aside .visit_us a { display: block; width: 51px; height: 52px; background: url("../i/spr-social.png"); text-indent: -9000px; overflow: hidden; }
#aside .visit_us .vu-tt a { background-position: 0 0; }
#aside .visit_us .vu-fb a { background-position: -53px 0; }
#aside .visit_us .vu-in a { background-position: -106px 0; }

#aside .form-newsletter { padding: 20px 27px; background: #f2f2f2; }
#aside .form-newsletter input { display: block; width: 100%; margin: 0 0 15px -15px; }
#aside .form-newsletter .btn { padding: 0 24px; margin-left: -15px; height: 28px; font-size: 12px; }
.s_welcome #aside .latest-news { margin-bottom: 0;}
#aside .latest-news { margin-bottom: 20px; line-height: 15px; }
#aside .latest-news dt { font-weight: bold; margin-bottom: 5px; }
#aside .latest-news dt strong { display: block; color: #010101; margin-bottom: 5px; }
#aside .latest-news dt a { color: #246192; font-family: Tahoma;}
#aside .latest-news dt a:hover { color: #000; }
#aside .latest-news dd { margin-bottom: 13px; }
#aside .latest-news .more { border-top: 2px solid #e1e1e1; font-weight: bold; padding: 17px; background: url("../i/m1.png") 1px 17px no-repeat; }

.page-catalog #aside { width: 208px; float: left; }
.page-catalog #aside .block-title { color: #246192; }
.page-catalog #aside .btn { height: 29px; line-height: 29px; padding: 0 13px; font-size: 12px; }
.page-catalog #content { width: 751px; float: right; }
.page-catalog #content .btn { height: 29px; line-height: 29px; padding: 0 13px; font-size: 12px; }
.page-catalog .about-text p { margin: 1.5em 0; line-height: 14px; }
.page-catalog .about-text ul { list-style: disc; line-height: 1.2em; margin: 1.5em 0 1.5em 1.5em; }

.catalog-title h2, .catalog-title h1 { /*font-size: 16px;*/ font-size: 22px; color: #050505; font-weight: bold; }
.catalog-title h2 em, .catalog-title em { font-weight: normal; color: #b0b0b0; font-size: 14px; }
.catalog-title .back { float: right; }

 ol.cardio {
     list-style-position: inside;
    -moz-column-count: 3; /* Firefox */
    -webkit-column-count: 3; /* Safari and Chrome */
    column-count: 3;
    list-style-type: none;
}
ol.cardio li {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    padding-bottom: 15px;
}
.about-text{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
}
/*disposable knives popup*/
.ui-dialog.popup-rumex .ui-dialog-titlebar{
    background: #246192!important;
    padding-left: 0 !important;
    text-align: center;
}
.ui-dialog .ui-dialog-title{
    font-family: candara;
    font-size: 24px;
    margin: 0;
    float: none;
}
.ui-dialog #popUp{padding: 0;}
.ui-dialog #popUp img{margin: -5px 0 -3px;}
/*end knives popup*/
.catalog-categories { margin-bottom: 30px; }
.catalog-categories ul { width: 100%; margin-left: -18px; }

.catalog-categories li { float: left; margin-left: 15px; margin-bottom: 19px; white-space: nowrap; }
.catalog-categories .image { width: 129px; height: 82px; line-height: 82px; vertical-align: middle; border: 2px solid #ccc; display: block; margin-bottom: 13px; text-align: center; }
.catalog-categories .image img { vertical-align: middle; }
.catalog-categories a:hover .image { border-color: #246192; *background: #e4f5fb; }

.catalog-filters { margin-bottom: 20px; }
.catalog-filters .sort-by { float: left; }
.catalog-filters .sort-by .customSelect { margin-left: 3px; }
.catalog-filters .results-count { float: right; }

.catalog-items { margin-bottom: 40px; margin-top: 30px;}
.catalog-items ul { margin-bottom: 30px; }
.catalog-items li { margin-bottom: 12px; border: 1px solid #d8d8d8; padding: 15px 10px 15px 20px; }
.catalog-items li.new { /*background: #fff6f7; border-color: #fbbcc6;*/ }
.catalog-items li:hover { /*background: #e4f5fb;*/ border-color: #246192; }
.catalog-items .item-info { float: left; width: 510px; }
.catalog-items .item-meta { float: right; width: 190px; padding-top: 2px; }
.catalog-items .badge-new { float: right; width: 85px; height: 50px; /*background: url("../i/badge-new.png"); text-indent: -9000px;*/ margin-right: 10px; color:#dd0031; text-transform: uppercase; font-size: x-large; }
.catalog-items .item-descr { margin-top: 12px; }
.catalog-items .item-image { text-align: center; padding: 16px 0; }
.catalog-items .item-rating { float: left; }
.catalog-items .item-rating .rating { display: block; width: 101px; height: 16px; background-image: url(../i/rating.png); background-position: 0 0; background-repeat: no-repeat; margin-top: 3px; }
.catalog-items .item-rating .rating.r1 { background-position: 0 -17px; }
.catalog-items .item-rating .rating.r2 { background-position: 0 -34px; }
.catalog-items .item-rating .rating.r3 { background-position: 0 -51px; }
.catalog-items .item-rating .rating.r4 { background-position: 0 -68px; }
.catalog-items .item-rating .rating.r5 { background-position: 0 -85px; }
.catalog-items .item-views { float: right; width: 60px; }
.catalog-items .item-views strong { color: #171717; display: block; margin-top: 7px; }
.catalog-items .notice { clear: both; padding: 27px 0; }
.catalog-items .buttons .btn-compare { float: right; }
.catalog-items .load-more { text-align: center; }
.catalog-items .load-more span { display: inline-block; padding-left: 55px; height: 40px; line-height: 40px; font-size: 24px; font-weight: bold; color: #a6a6a6; background: url("../i/loading.png") 0 50% no-repeat; }

#aside .shop-by .block-content { border: 2px solid #246192; padding: 6px 17px; }
#aside .shop-by ul { margin-bottom: 12px; }
#aside .shop-by ul li { margin: 2px 0; }
#aside .shop-by fieldset { margin-bottom: 15px; }
#aside .shop-by legend { font-weight: bold; color: #010101; font-size: 12px; display: block; margin-bottom: 8px; }
#aside .shop-by .btn { margin-left: 0; }
#aside .shop-by .buttons { margin: -10px 0 10px; }
#aside .shop-by .clear { margin-left: 10px; }

#aside .compare-box .block-content { border: 2px solid #246192; padding: 7px; }
#aside .compare-box li { border: 1px solid #246192; /*background: #e4f5fb;*/ position: relative; padding: 10px 10px 15px; margin-bottom: 10px; }
#aside .compare-box .item-image { display: block; margin: 10px 0 7px; }
#aside .compare-box .item-name { line-height: 16px; }
#aside .compare-box .item-descr { font-size: 12px; color: #7e7e7e; margin: 7px 0 10px; line-height: 16px; }
#aside .compare-box .item-price { color: #246192; float: left; }
#aside .compare-box .item-old-price { color: #000; float: right; }
#aside .compare-box .delete { position: absolute; right: 9px; top: 8px; width: 12px; height: 8px; background: url("../i/btn-delete.png"); text-indent: -9000px; }
#aside .compare-box .buttons { margin: 5px 0 10px; }
#aside .compare-box .clear { margin-left: 10px; }

#aside .new-instruments .block-content { border: 2px solid #246192; padding: 0 10px 10px; }
#aside .new-instruments li { border-top: 1px solid #d8d8d8; padding: 15px 0 10px; }
#aside .new-instruments li:first-child { border: none; }
#aside .new-instruments .item-number { float: right; color: #8f8f8f; margin-left: 20px; line-height: 16px; }
#aside .new-instruments .item-name { line-height: 16px; }
#aside .new-instruments .item-image { display: block; margin: 15px 0 12px; }
#aside .new-instruments .item-price { color: #246192; float: left; }
#aside .new-instruments .item-old-price { color: #000; float: right; }
#aside .new-instruments .buttons { clear: both; padding: 12px 0 10px; }
#aside .new-instruments .btn-compare { float: right; }

.c-row { margin: 20px 0; }
.c-row .heading { display: block; font-weight: bold; font-size: 16px; color: #333; margin-bottom: 20px; }

.c-col { float: left; position: relative; }

.page-item .c-row { margin: 20px 0; }
.page-item .c-col { float: left; position: relative; }
.page-item .c-col-wide { width: 760px; }
.page-item .c-col-narrow { width: 215px; float: right; }
.page-item .c-col-half { width: 490px; }
.page-item .c-col-half + .c-col-half { float: right; }

.item-page .btn { height: 29px; line-height: 29px; font-size: 12px; padding: 0 15px; }
.item-page .item-title { font-size: 16px; font-weight: bold; color: #010101; margin-right: 250px; margin-bottom: 20px; }
.item-page .related { position: absolute; right: 0; top: 0; color: #246192; }
.item-page .related a { display: inline-block; line-height: 18px; }
* + html .item-page .related a { zoom: 1; display: inline; }
.item-page .related .back { margin-right: 25px; padding-left: 26px; background: url("../i/ico-back.png") 0 50% no-repeat; }
.item-page .related .forward { margin-left: 25px; padding-right: 26px; background: url("../i/ico-forward.png") 100% 50% no-repeat; }
.item-page .item-viewer { border: 1px solid #358acd; position: relative; }
.item-page .item-viewer .item-image { width: 680px; height: 236px; text-align: center; line-height: 236px; float: left; }
.item-page .item-viewer .item-image img { line-height: 236px; vertical-align: middle; padding-left: 30px;}
.item-page .item-viewer .item-thumbs { float: right; margin: 13px 16px 13px 0; }
.item-page .item-viewer .item-thumbs li { margin-bottom: 10px; }
.item-page .item-viewer .item-thumbs a { border: 1px solid #358acd; display: block; }
.item-page .item-viewer .item-thumbs a img { display: block; }
.item-page .item-viewer .item-thumbs a.model-360 { width: 56px; height: 56px; background: #FFF url("../i/ico-360.png") 50% 50% no-repeat; text-indent: -9000px; }
.item-page .item-viewer .badge-popular { position: absolute; left: 0; top: 0; /*width: 133px; height: 133px;*/ width: 120px; height: 120px; background: url("../i/badge-popular.png"); text-indent: -9000px; background-size: contain; }
.item-page .item-see_more .heading { margin-bottom: 20px; }
.item-page .item-see_more .more_links { border: 2px solid #246192; height: 275px; overflow: auto; }
.item-page .item-see_more .more_links ul { margin: 15px; }
.item-page .item-see_more .more_links ul li { margin-bottom: 10px; }
.item-page .item-see_more .more_links ul a { font-size: 12px; color: #246192; line-height: 14px; }
.item-page .item-see_more .more_links .btn { margin: 0 15px 10px; }
.item-page .item-see_more .more_links .jspVerticalBar { background: transparent; width: 4px; right: 5px; }
.item-page .item-see_more .more_links .jspVerticalBar .jspTrack { background: #c4e5f4; }
.item-page .item-see_more .more_links .jspVerticalBar .jspDrag { background: #246192; }
.item-page .item-see_more .more_links .jspVerticalBar .jspCap { display: block; height: 7px; }

.item-page .item-see_more .heading { margin-bottom: 20px; }
.item-page .item-see_more .tipAnalogs { border: 2px solid #246192; height: 235px; overflow: auto; }
.item-page .item-see_more .tipAnalogs ul { margin: 15px; }
.item-page .item-see_more .tipAnalogs ul li { margin-bottom: 10px; }
.item-page .item-see_more .tipAnalogs ul a { font-size: 12px; color: #246192; line-height: 14px; }
.item-page .item-see_more .tipAnalogs .btn { margin: 0 15px 10px; }
.item-page .item-see_more .tipAnalogs .jspVerticalBar { background: transparent; width: 4px; right: 5px; }
.item-page .item-see_more .tipAnalogs .jspVerticalBar .jspTrack { background: #c4e5f4; }
.item-page .item-see_more .tipAnalogs .jspVerticalBar .jspDrag { background: #246192; }
.item-page .item-see_more .tipAnalogs .jspVerticalBar .jspCap { display: block; height: 7px; }

.item-page .item-like { float: left; margin-bottom: 15px; }
.item-page .item-share { float: right; line-height: 25px; color: #000; margin-bottom: 15px; }
.item-page .item-share ul, .item-page .item-share li { display: inline; margin-left: 3px; }
.item-page .item-share a { display: inline-block; width: 23px; height: 23px; text-indent: -9000px; background: url("../i/spr-share.png"); -webkit-box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.06); -moz-box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.06); box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.06); }
* + html .item-page .item-share a { zoom: 1; display: inline; }
.item-page .item-share .is-fb a { background-position: 0 0; }
.item-page .item-share .is-tt a { background-position: -31px 0; }
.item-page .item-share .is-vk a { background-position: -60px 0; }
.item-page .item-price strong { font-weight: normal; color: #246192; }
.item-page #item-price { clear: both; }
.item-page #item-price strong { font-weight: bold; font-size: 16px; }
.item-page #item-price .old { text-decoration: line-through; margin-left: 10px; font-size: 16px; }
.item-page #item-price .new { font-size: 16px; color: #dd0031; }
.item-page #item-price p { padding: 20px 0 10px; }
.item-page .item-add-to-cart { padding: 10px 0; }
.item-page .item-add-to-cart .btn-add-empty { display: none;}
.item-page .item-add-to-cart input { width: 10px; height: 27px; padding: 0 10px; text-align: center; margin: 0 5px 0 10px; }
.item-page .item-add-to-cart .btn { padding: 0 20px; margin-right: 10px; }
.item-page .item-add-to-cart label { color: #010101; }
.item-page .item-details .heading { margin-bottom: 15px; }
.item-page .item-details table { width: 100%; }
.item-page .item-details th { text-align: left; width: 50%; color: #7e7e7e; }
.item-page .item-details td { color: #222222; }
.item-page .item-details th, .item-page .item-details td { height: 30px; }
.item-page .item-sets { border: #246192 solid; border-width: 2px 3px 2px 1px; }
.item-page .item-sets .included-in { float: left; padding: 20px 0 30px 25px; }
.item-page .item-sets .included-in ul { margin-top: 20px; text-transform: uppercase; }
.item-page .item-sets .included-in ul li { margin-bottom: 5px; }
.item-page .item-sets .set-discount { float: right; width: 210px; padding: 15px 0 15px 20px; background: #246192; color: #FFF; font-size: 18px; line-height: 21px; }
.item-page .item-sets .for-retail-only { float: right; width: 210px; padding-top: 20px; }
.item-page .item-links { line-height: 18px; margin-bottom: 20px; }
.item-page .item-links li { padding-left: 15px; background: url("../i/m2.png") 2px 6px no-repeat; width: 230px; float: left; }
.item-page .item-description { margin-bottom: 15px; }
.item-page .item-description .heading { margin-bottom: 20px; }
.item-page .item-description p { margin-bottom: 11px; line-height: 15px; }
.item-page .item-terms { border-top: 1px solid #e2e2e2; padding-top: 20px; }
.item-page .item-terms strong { display: block; color: #000000; margin-bottom: 15px; }
.item-page .item-video a { display: block; height: 273px; text-indent: -9000px; background: #e4f4fa url("../i/btn-play.png") 50% 50% no-repeat; border: 1px solid #246192; }
.item-page .item-replacements li { border: 1px solid #d8d8d8; margin-bottom: 28px; }
.item-page .item-replacements li:last-child { margin-bottom: 0; }
.item-page .item-replacements a { display: block; float: left; width: 310px; padding: 20px 25px; }
.item-page .item-replacements a img { display: block; max-width: 100%; margin: 30px auto 20px; }
.item-page .item-replacements .item-price { padding: 20px 0 30px 19px; line-height: 18px; }
.item-page .item-replacements .item-price strong { display: block; }
.item-page .item-replacements .item-price .old { color: #000; }
.item-page .item-replacements label { color: #000; }
.item-page .item-compare .items { border: 2px solid #bbd7f1; padding: 7px 7px 15px; }
.item-page .item-compare li { margin-bottom: 10px; border: 1px solid #246192; /*background: #e4f5fb;*/ position: relative; }
.item-page .item-compare .item-link { display: inline-block; vertical-align: middle; text-align: center; width: 270px; padding: 20px 0; }
* + html .item-page .item-compare .item-link { zoom: 1; display: inline; }
.item-page .item-compare .item-link img { display: block; margin: 0 auto 20px; }
.item-page .item-compare .descr { display: inline-block; width: 180px; vertical-align: middle; font-size: 12px; line-height: 16px; }
* + html .item-page .item-compare .descr { zoom: 1; display: inline; }
.item-page .item-compare .delete { position: absolute; right: 6px; top: 8px; width: 12px; height: 8px; background: url("../i/btn-delete.png"); text-indent: -9000px; }
.item-page .item-compare .btn { margin-right: 20px; }

.item-together li { border: 1px solid #d8d8d8; width: 200px; padding: 15px; float: left; margin-left: 24px; }
.item-together li:first-child { margin-left: 0; }
.item-together .item-link { line-height: 18px; }
.item-together .item-link span { display: block; height: 70px; line-height: 70px; }
.item-together .item-link span img { vertical-align: middle; }
.item-together .btn { float: left; }
.item-together .item-price { float: left; margin: -4px -15px 0 15px; line-height: 18px; }
.item-together .item-price strong { display: block; }
.item-together .item-price .old { color: #000000; }
.item-together .compare { clear: both; padding-top: 15px; }
.item-together .compare label { color: #010101; }

.item-reviews { padding: 20px 0; }
.item-reviews .heading { border-bottom: 1px solid #dddddd; padding-bottom: 17px; margin-bottom: 15px; }
.item-reviews .no-reviews { color: #7e7e7e; margin: 5px 0; }

#form-review { width: 470px; }
#form-review li { margin-bottom: 15px; }
#form-review .f-name { float: left; width: 225px; }
#form-review .f-name input { width: 193px; }
#form-review .f-mail { float: right; width: 225px; }
#form-review .f-mail input { width: 193px; }
#form-review .f-comment { margin-bottom: 15px; }
#form-review .f-comment textarea { width: 438px; height: 80px; max-height: 200px; resize: vertical; }
#form-review .f-code { line-height: 50px; }
#form-review .f-code input { width: 100px; vertical-align: middle; }
#form-review .f-code img { vertical-align: middle; border: 1px solid #e8e8e8; margin: 0 15px; }
#form-review .f-code .refresh { display: inline-block; width: 28px; height: 28px; background: url("../i/btn-refresh.png"); text-indent: -9000px; vertical-align: middle; }
* + html #form-review .f-code .refresh { zoom: 1; display: inline; }
#form-review .btn { height: 29px; line-height: 29px; font-size: 12px; padding: 0 15px; }

#preview-3d { background: url("../i/ico-360.png") 100% 0 no-repeat; }
#preview-3d .category { font-size: 11px; color: #a4a4a4; margin: -5px 0 10px; }
#preview-3d .title { font-size: 16px; color: #010101; font-weight: bold; }
#preview-3d .view { width: 630px; height: 340px; }

/* Compare */
.page-compare .page-title { padding: 25px 0 15px; }
.page-compare .page-title h2 { font-size: 16px; font-weight: bold; color: #010101; float: left; }
.page-compare .page-title .print { float: right; }

.table-comparison { border: 1px solid #246192; overflow: auto; margin-bottom: 50px; }
.table-comparison table { table-layout: fixed; border: 1px solid #FFF; margin-bottom: 20px; }
.table-comparison td, .table-comparison th { line-height: 14px; font-size: 12px; color: #000; }
.table-comparison td { width: 362px; border-right: 3px solid #FFF; padding: 10px 20px 10px 50px; white-space: nowrap; }
.table-comparison td.img { height: 160px; line-height: 160px; vertical-align: middle; }
.table-comparison td.img img { width: 350px; max-height: 100px; margin-left: -20px; line-height: 160px; vertical-align: middle; }
.table-comparison th { width: 113px; text-align: left; white-space: nowrap; padding: 10px 15px; vertical-align: top; }
.table-comparison .odd th { background: #fff; }
.table-comparison .odd td { background: #fff; }
.table-comparison .even th { background: #c8e4f1; }
.table-comparison .even td { background: #e4f5fb; }
.table-comparison .remove { display: inline-block; width: 16px; height: 16px; background: url("../i/btn-delete.png") 50% 50% no-repeat; text-indent: -9000px; vertical-align: 0; margin-left: 3px; }
* + html .table-comparison .remove { zoom: 1; display: inline; }
.table-comparison .jspContainer { padding-bottom: 40px; }
.table-comparison .jspHorizontalBar { height: 50px; border-top: 1px solid #b9dff1; background: #FFF; }
.table-comparison .jspArrow { width: 50px; height: 50px; background: #FFF; }
.table-comparison .jspArrow.jspArrowLeft { background: url("../i/arr-left.png") 50% 50% no-repeat; }
.table-comparison .jspArrow.jspArrowRight { background: url("../i/arr-right.png") 50% 50% no-repeat; }
.table-comparison .jspArrow.jspDisabled { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }
.table-comparison .jspTrack { height: 6px; top: 22px; background: #c8e4f1; }
.table-comparison .jspDrag { background: #246192; }

.ico-email { background-image: url("../i/ico-mail.png"); }

.ico-star { background-image: url("../i/ico-star.png"); }

.ico-clear { background-image: url("../i/ico-clear.png"); }

.ico-remove { background-image: url("../i/ico-remove.png"); }

.ico-update { background-image: url("../i/ico-update.png"); }

.ico-q { background-image: url("../i/ico-q.png"); }

.ico-qs { background-image: url("../i/ico-qs.png"); width: 13px; height: 13px; }

.ico-back { background-image: url("../i/ico-back.png"); }

.cart-header { border-bottom: 5px solid #246192; padding-bottom: 2px; margin-bottom: 25px; }
.cart-header h2 { font-size: 16px; font-weight: bold; color: #050505; float: left; margin-bottom: 15px; }
.cart-header h2 em { font-size: 14px; font-weight: normal; color: #b0b0b0; }
.cart-header .actions { float: right; margin-bottom: 15px; padding-top: 4px; }
.cart-header .actions li { float: left; margin-left: 25px; }
.cart-header .actions li .ico { position: relative; top: -1px; }
.cart-header .cart-steps { float: left; clear: both; }
.cart-header .cart-steps li { float: left; padding: 7px 6px; margin-right: 13px; color: #246192; border-top: 2px solid #FFF; }
.cart-header .cart-steps li:first-child { font-weight: bold; }
.cart-header .cart-steps li.done, .cart-header .cart-steps li.active { color: #246192; border-top: 2px solid #358acd; }
.cart-header .search-box { margin: 0; float: right; width: 200px; }
.cart-header .search-box form { padding-top: 2px; }
.cart-header .search-box fieldset { padding: 0 57px 0 0; }
.cart-header .search-box input { height: 25px; }
.cart-header .search-box button { right: 0; top: 0; width: 29px; height: 25px; background-image: url("../i/ico-search-small.png"); }

.empty-cart { margin-bottom: 70px; }
.empty-cart strong { color: #000; }
.empty-cart p { margin-top: 17px; }

.cart-index #content { float: left; width: 770px; }
.cart-index .cart-items { margin-top: -80px; }
.cart-index .cart-items table { width: 100%; table-layout: fixed; }
.cart-index .cart-items table th, .cart-index .cart-items table td { padding: 0 20px; text-align: center; }
.cart-index .cart-items table .title { text-align: left; }
.cart-index .cart-items table .title img { max-width: 290px; display: block; margin-bottom: 10px; }
.cart-index .cart-items table .count { width: 80px; }
.cart-index .cart-items table .price { width: 100px; }
.cart-index .cart-items table .total { width: 100px; text-align: left; }
.cart-index .cart-items table thead th { padding-top: 30px; height: 50px; font-size: 12px; vertical-align: top; }
.cart-index .cart-items table thead .price { font-size: 14px; font-weight: bold; }
.cart-index .cart-items table thead .price .distr { font-size: 10px; font-weight: normal; margin-top: 5px; }
.cart-index .cart-items table tbody td { padding: 20px; line-height: 18px; border-bottom: 1px solid #e1e1e1; }
.cart-index .cart-items table tbody .count { text-align: left; }
.cart-index .cart-items table tbody .count .customSelect { margin-bottom: 5px; padding-bottom: 7px; }
.cart-index .cart-items table tbody .old-price { text-decoration: line-through; }
.cart-index .cart-items table tbody .price strong, .cart-index .cart-items table tbody .total strong { color: #246192; font-weight: bold; }
.cart-index .cart-items table tbody td .notavail { color: #ea99bc; font-size: 10px; line-height: 12px; margin: 5px -20px 0; }
.cart-index .cart-items table tbody td .notavail strong { color: #ea99bc; display: block; font-size: 12px; }
.cart-index .cart-items table tbody tr:hover td { background: #ebfffe; }
.cart-index .cart-items table tbody tr.notavail:hover td { background: #f9eff0; }
.cart-index .cart-items table tfoot th { text-align: right; padding: 20px; }
.cart-index .cart-items table tfoot td { text-align: left; }
.cart-index .cart-items table tfoot .row-total th { line-height: 16px; }
.cart-index .cart-items table tfoot .row-total th a { color: #7e7e7e; }
.cart-index .cart-items table tfoot .row-total th .ico { margin: 0 0 0 5px; }
.cart-index .cart-items table tfoot .row-total th strong { color: #000; }
.cart-index .cart-items table tfoot .row-total td { line-height: 16px; }
.cart-index .cart-items table tfoot .row-total td strong { color: #246192; font-weight: bold; }
.cart-index .cart-items table tfoot .row-total .read-more { font-size: 10px; }
.cart-index .cart-items table tfoot .row-total .notavail { display: block; padding-top: 10px; margin-bottom: -20px; }
.cart-index .cart-items table tfoot .row-partial a { color: #7e7e7e; }
.cart-index .cart-items table tfoot .row-shipping th { line-height: 20px; padding-bottom: 40px; border-top: 1px solid #e1e1e1; }
.cart-index .cart-items table tfoot .row-shipping th .ico { margin: 0 0 0 5px; }
.cart-index .cart-items table tfoot .row-shipping th .free { color: #0fa447; }
.cart-index .cart-items table tfoot .row-shipping td { font-size: 10px; line-height: 12px; color: #a5a5a5; padding-bottom: 40px; border-top: 1px solid #e1e1e1; }
.cart-index .cart-items table tfoot .row-shipping td strong { color: #246192; font-weight: bold; font-size: 12px; display: block; position: relative; line-height: 20px; }
.cart-index .cart-items table tfoot .row-final-total th { font-size: 18px; color: #7f7f7f; text-align: right; border-top: 4px solid #ddf3fc; padding-top: 40px; }
.cart-index .cart-items table tfoot .row-final-total td { font-size: 18px; color: #246192; border-top: 4px solid #ddf3fc; padding-top: 40px; }
.cart-index .cart-items.highligh_notavailable tr.notavail td { background: #f9eff0; }
.cart-index .cart-items.highligh_available tbody td { background: #ebfffe; }
.cart-index .cart-items.highligh_available tbody tr.notavail td { background: #fff; }
.cart-index .estimate-shipping { position: relative; }
.cart-index .estimate-shipping .estimator { position: absolute; right: -100px; text-align: left; display: none; }
.cart-index .estimate-shipping .estimator fieldset { display: none; }
.cart-index .estimate-shipping fieldset { background: #e0f2f9; border: 1px solid #246192; padding: 15px; }
.cart-index .estimate-shipping li { float: left; width: 100%; clear: both; margin-bottom: 10px; }
.cart-index .estimate-shipping li label { float: left; width: 95px; padding-right: 15px; text-align: right; line-height: 33px; }
.cart-index .estimate-shipping li label strong { color: #246192; }
.cart-index .estimate-shipping .buttons { clear: both; text-align: right; margin-right: -10px; padding-top: 5px; }
.cart-index .estimate-shipping .buttons a { margin: 0 10px; }
.cart-index .estimate-shipping .buttons .btn { font-size: 12px; height: 29px; line-height: 29px; }
.cart-index .estimate-shipping p { width: 300px; line-height: 15px; color: #000000; margin-bottom: 15px; }
.cart-index .estimate-shipping select { width: 195px !important; height: 35px !important; }
.cart-index .estimate-shipping input[type="text"] { width: 166px; }
.cart-index .estimate-shipping textarea { width: 166px; height: 50px; resize: vertical; }
.cart-index .estimate-shipping #es-method li { margin-bottom: 0; }
.cart-index .estimate-shipping #es-method label { width: auto; }
.cart-index .estimate-shipping #es-method .buttons { padding-bottom: 15px; }
.cart-index .estimate-shipping #es-method textarea { width: 200px; }
.cart-index .estimate-shipping #es-method p { font-size: 14px; }
.cart-index .estimate-shipping #es-method .methods { position: relative; }
.cart-index .estimate-shipping #es-method .methods li { margin-bottom: 10px; }
.cart-index .estimate-shipping #es-method .methods label { display: block; width: 100%; padding: 0; text-align: left; line-height: 1.5; }
.cart-index .estimate-shipping #es-method .methods label strong { display: inline-block; width: 110px; color: #000; }
.cart-index .estimate-shipping #es-method .methods label .price { color: #246192; }
.cart-index .estimate-shipping #es-method .methods label em { color: #7e7e7e; display: block; line-height: 1; padding: 5px 0 5px 22px; }
.cart-index #aside { width: 210px; float: right; background: #f8fafc; }
.cart-index #aside .aside-block { margin: 0; }
.cart-index #aside .block-title { font-size: 12px; font-weight: normal; color: #010101; padding: 15px 10px 0; margin: 0; }
.cart-index #aside .block-content { padding: 0 10px 10px; }
.cart-index #aside .coupon-code { /*background: #fbeff1;*/ }
.cart-index #aside .coupon-code .block-title { color: #000; }
.cart-index #aside .coupon-code .block-title .ico { vertical-align: middle; margin: 0; position: relative; top: -2px; }
.cart-index #aside .coupon-code fieldset { border-bottom: 2px solid #dd0031; padding-bottom: 12px; margin-bottom: -12px; }
.cart-index #aside .coupon-code p { font-size: 11px; color: #b8b8b8; margin: 10px 0 10px; line-height: 14px; }
.cart-index #aside .coupon-code input { width: 110px; height: 26px; }
.cart-index #aside .coupon-code .btn { font-size: 12px; float: right; }
.cart-index #aside .preorder { padding: 10px 0 0; }
.cart-index #aside .preorder .block-content { padding: 0 0 10px; font-size: 11px; color: #b8b8b8; line-height: 14px; margin: 5px 10px; border-bottom: 2px solid #246192; }
.cart-index #aside .recently-viewed .block-title { font-size: 14px; }
.cart-index #aside .recently-viewed li { border-top: 1px solid #d8d8d8; padding: 15px 0 10px; }
.cart-index #aside .recently-viewed li:first-child { border: none; }
.cart-index #aside .recently-viewed .item-number { float: right; color: #8f8f8f; margin-left: 20px; line-height: 16px; }
.cart-index #aside .recently-viewed .item-name { line-height: 16px; }
.cart-index #aside .recently-viewed .item-image { display: block; margin: 15px 0 12px; }
.cart-index #aside .recently-viewed .item-price { color: #246192; float: left; }
.cart-index #aside .recently-viewed .item-old-price { color: #000; float: right; }
.cart-index #aside .recently-viewed .buttons { clear: both; padding: 12px 0 10px; }
.cart-index #aside .recently-viewed .btn { font-size: 12px; height: 29px; line-height: 29px; }
.cart-index #aside .recently-viewed .btn-compare { float: right; }

.items-table { border-top: 80px solid #f2f9ff; padding-top: 4px; }

.page-cart .button-proceed { padding-right: 60px; font-size: 16px; color: #246192; }
.page-cart .button-proceed a { font-size: 12px; }
.page-cart .button-proceed .btn { height: 30px; line-height: 30px; font-size: 12px; font-weight: bold; }

.account-options label { color: #000000; }
.account-options fieldset { padding: 25px 0 30px 22px; }
.account-options fieldset p { margin-bottom: 25px; }
.account-options fieldset .buttons .btn { display: block; height: 29px; line-height: 29px; width: 160px; text-align: center; margin-top: 20px; font-size: 12px; }
.account-options fieldset ul { margin-bottom: 25px; }
.account-options fieldset li { float: left; width: 100%; clear: both; margin-bottom: 15px; }
.account-options fieldset li label { float: left; width: 80px; line-height: 32px; }

.address-form { margin-bottom: 50px; }
.address-form p { color: #bfbfbf; }
.address-form fieldset { margin-top: 20px; width: 410px; }
.address-form li { margin-bottom: 8px; float: left; clear: both; width: 100%; }
.address-form li label { width: 120px; line-height: 33px; color: #000;
                         display: inline-block; white-space: normal; line-height: 16px; vertical-align: middle; }
.address-form li input { width: 250px; }
.address-form li.error label { color: #f69fad; }
.address-form li.error input { background: #fff6f7; }
.address-form .hint { text-align: right; color: #bfbfbf; font-size: 10px; clear: both; padding-top: 3px; width: 300px; float: right;
                      padding-right: 5px; }
.address-form .hint strong { color: #246192; }
.address-form .hint em { text-decoration: underline; }
.address-form .reuse { margin: 10px 0; }
.address-form .button-proceed { padding: 20px 0 0 0; }
.address-form .button-proceed .btn { margin-right: 0; }

.addresses { padding: 10px 20px; }
.addresses strong, .addresses label { display: block; color: #010101; margin-bottom: 20px; }
.addresses label { margin-left: -20px; }
.addresses li { margin-bottom: 30px; }
.addresses li .button-proceed { margin-top: 20px; }
.addresses li .button-proceed a { margin-right: 5px; }
.addresses li .button-proceed .btn { margin-left: 5px; }
.addresses address { color: #8e8e8e; line-height: 14px; }
.addresses .add_address { margin-bottom: 20px; }
.addresses .add_address a { text-decoration: none; }
.addresses .add_address a span { text-decoration: underline; }
.addresses .button-proceed { padding: 0; text-align: left; font-size: 12px; color: #a7a7a7; }
.addresses .button-proceed a { margin: 0; }

.order-confirmation { padding-bottom: 50px; }
.order-confirmation .ship-to { background: #f0f0f0; color: #7e7e7e; padding: 12px 20px; margin-bottom: 28px; }
.order-confirmation .ship-to strong { color: #000000; }
.order-confirmation .please-review { margin-bottom: 30px; padding: 0 20px; }
.order-confirmation .button-proceed { padding-right: 220px; margin-top: 40px; }
.order-confirmation .button-proceed .btn { width: 170px; text-align: center; }

.review-table td { padding: 10px 0; }
.review-table .index { padding: 10px 27px 10px 10px; }
.review-table .item { padding-right: 80px; }
.review-table .count { width: 130px; }
.review-table .price { width: 170px; }
.review-table .sum { width: 230px; }
.review-table thead th { color: #000; text-align: left; background: #f2f9ff; padding: 30px 0; }
.review-table tbody td { border-bottom: 1px solid #c7c7c7; vertical-align: middle; }
.review-table tbody .item { line-height: 18px; padding-top: 26px; padding-bottom: 14px; }
.review-table tbody .price { color: #246192; font-weight: bold; }
.review-table tbody .sum { line-height: 18px; }
.review-table tbody .sum strong { color: #246192; font-weight: bold; }
.review-table tbody tr:hover td { background: #ebfffe; }
.review-table tfoot td { vertical-align: middle; }
.review-table tfoot th { text-align: left; vertical-align: middle; width: 230px; }
.review-table tfoot .row-subtotal th, .review-table tfoot .row-subtotal td:last-child { padding: 17px 0; border-bottom: 1px solid #c7c7c7; }
.review-table tfoot .row-subtotal th { text-align: left; }
.review-table tfoot .row-subtotal td { color: #246192; font-weight: bold; }
.review-table tfoot .row-shipping th { padding: 17px 0; text-align: left; }
.review-table tfoot .row-shipping td { padding: 17px 0; color: #246192; font-weight: bold; }
.review-table tfoot .row-total th, .review-table tfoot .row-total td { font-size: 18px; border-top: 3px solid #ddf3fc; border-bottom: 3px solid #ddf3fc; padding: 16px 0 32px; }
.review-table tfoot .row-total th { text-align: left; }
.review-table tfoot .row-total td { color: #246192; font-weight: bold; }
.review-table tfoot .row-offer th, .review-table tfoot .row-offer td { border: solid #f8cdd4; border-width: 2px 0; padding-top: 24px; padding-bottom: 24px; }
.review-table tfoot .row-offer th { border-left-width: 2px; line-height: 19px; }
.review-table tfoot .row-offer th strong { font-size: 14px; color: #111111; }
.review-table tfoot .row-offer th small { font-size: 10px; }
.review-table tfoot .row-offer td { border-right-width: 2px; }
.review-table tfoot .row-offer td input { vertical-align: middle; }
.review-table tfoot .row-offer td .btn { height: 33px; line-height: 33px; font-size: 12px; margin-left: 5px; padding: 0 15px; }
.review-table tfoot .row-quote td { padding: 40px 0; font-size: 14px; color: #111111; line-height: 16px; padding-right: 150px; }
/*.review-table tfoot label { color: #010101; }
.review-table tfoot th label { font-size: 14px; line-height: 18px; }*/
.review-table tfoot textarea { width: 280px; height: 35px; }
.review-table tfoot .row-payment th, .review-table tfoot .row-payment td { vertical-align: top; padding-top: 25px; }
.review-table tfoot .row-payment th { font-size: 14px; color: #111111; }
.review-table tfoot .row-payment th em { font-size: 12px; color: #7e7e7e; line-height: 15px; }
.review-table tfoot .row-payment li { margin-bottom: 20px; }
.review-table tfoot .row-payment fieldset { margin-bottom: -20px; padding: 10px 0; }
.review-table tfoot .row-payment fieldset li { float: left; width: 100%; margin-bottom: 7px; }
.review-table tfoot .row-payment fieldset label { float: left; width: 90px; padding-right: 15px; line-height: 29px; text-align: right; color: #7e7e7e; }
.review-table tfoot .row-payment fieldset label .ico { margin: 0; vertical-align: -3px; }
.review-table tfoot .row-payment fieldset input { height: 29px; }
.review-table tfoot .row-payment p { padding: 10px 30px; margin-bottom: -20px; line-height: 14px; color: #8e8e8e; }
.review-table tfoot .row-payment .p-info { display: none; }
.review-table tfoot .row-payment .selected .p-info { display: block; }
.review-table.backorders h2 { font-size: 14px; color: #000000; margin-bottom: 10px; padding: 0 20px; }
.review-table.backorders p { color: #7e7e7e; line-height: 14px; margin-bottom: 20px; padding: 0 20px; }

.cart-thankyou { margin-bottom: 30px; }
.cart-thankyou p { margin-bottom: 30px; color: #000000; }
.cart-thankyou li { float: left; width: 100%; margin-bottom: 30px; }
.cart-thankyou label { width: 280px; float: left; color: #717171; }
.cart-thankyou textarea { width: 280px; height: 30px; resize: vertical; }

.track-orders { width: 780px; padding-bottom: 50px; }
.track-orders h2 { font-size: 16px; font-weight: bold; color: #050505; margin-bottom: 25px; }
.track-orders h3 { font-weight: bold; font-size: 12px; color: #010101; margin-bottom: 30px; }
.track-orders .contact-us { font-weight: bold; color: #7e7e7e; font-size: 10px; }

.track-form { margin-bottom: 30px; }
.track-form .btn { height: 33px; line-height: 33px; font-size: 12px; }
.track-form p { margin-bottom: 15px; }
.track-form strong { color: #000; }
.track-form input { margin-right: 10px; }

.order { margin-bottom: 50px; }
.order h4 { font-weight: bold; color: #246192; margin-bottom: 15px; }
.order .order-info { margin-bottom: 10px; }
.order .order-info li { float: left; width: 100%; margin-bottom: 5px; color: #010101; }
.order .order-info strong { float: left; width: 130px; margin-right: 10px; color: #7e7e7e; }
.order .order-info .ship-to { margin-top: 1em; }
.order .order-info .ship-to strong { width: auto; }
.order .order-info .ship-exp { color: #246192; }

.order-items table { width: 100%; }
.order-items td { padding: 10px 0; }
.order-items .number { padding: 10px 27px 10px 10px; }
.order-items .item { padding-right: 80px; }
.order-items .count { width: 40px; }
.order-items .price { width: 110px; text-align: right; padding-right: 60px; }
.order-items .total { width: 100px; }
.order-items thead th { border-color: #c7c7c7; border-width: 1px 0; border-style: solid; color: #000; text-align: left; }
.order-items thead th:first-child { border-left-width: 1px; }
.order-items thead th:last-child { border-right-width: 1px; }
.order-items tbody td { vertical-align: middle; color: #246192; }
.order-items tbody .item { color: #7e7e7e; }
.order-items tbody tr:last-child td { border-bottom: 1px solid #c7c7c7; }
.order-items tfoot td { vertical-align: middle; color: #246192; font-weight: bold; }
.order-items tfoot td:last-child { border-top: 1px solid #c7c7c7; }
.order-items tfoot th { text-align: right; padding-right: 60px; vertical-align: middle; border-top: 1px solid #c7c7c7; }
.order-items tfoot .row-total th, .order-items tfoot .row-total td { font-size: 18px; border-top: 3px solid #ddf3fc; padding: 16px 0 32px; }
.order-items tfoot .row-total th { text-align: right; padding-right: 60px; }
.order-items tfoot .row-total td { color: #246192; font-weight: bold; }

.order-status { padding: 0 10px; color: #ff86ba; }
.order-status .exp { border: 3px solid #ff86ba; margin-left: -10px; background: #fee9f2; float: left; font-weight: bold; color: #010101; padding: 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-top: 5px; }
.order-status .exp strong { color: #7e7e7e; margin-right: 20px; }

.account { padding-bottom: 50px; }
.account h2 { font-size: 16px; font-weight: bold; color: #050505; margin-bottom: 25px; }
.account .tabs { margin-bottom: 40px; padding-left: 20px; border-bottom: 2px solid #000; }
.account .tabs li { float: left; margin-right: 15px; }
.account .tabs a { font-size: 14px; font-weight: bold; display: block; padding: 10px 15px; border: solid #246192; border-width: 2px 2px 0 2px; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; text-decoration: none; }
.account .tabs a:hover { border-color: #000; color: #000; }
.account .tabs li.active a { border-color: #000; color: #000; border-bottom: 2px solid #FFF; margin-bottom: -2px; }
.account .col-left { width: 410px; float: left; }
.account .col-right { float: right; width: 460px; }
.account .as { padding-bottom: 40px; }
.account .as h3 { font-size: 12px; font-weight: bold; color: #010101; margin-bottom: 20px; }
.account .as.float h3 { float: left; width: 120px; line-height: 33px; }
.account .as.float .select { width: 260px; }
.account .as .note { font-size: 10px; clear: both; color: #7e7e7e; }
.account .as p { line-height: 18px; margin-bottom: 1em; }
.account .fields { padding-bottom: 10px; }
.account .fields li { margin-bottom: 8px; }
.account .fields label { float: left; width: 120px; line-height: 33px; }
.account .field input { width: 260px; }
.account .field.with_btn input { width: 190px; float: left; }
.account .field.with_btn .btn { width: 50px; height: 33px; line-height: 33px; font-size: 12px; text-align: center; }
.account .field textarea { width: 100%; }
.account .select li { float: left; margin-right: 15px; line-height: 33px; }
.account .select a { color: #7e7e7e; }
.account .select .active a { color: #246192; }
.account .select-radio { margin-bottom: 10px; }
.account .select-radio li { float: left; line-height: 33px; margin-right: 25px; text-decoration: underline; }
.account .select-radio li.active { color: #246192; }
.account .select-checkbox li { margin-bottom: 10px; }
.account .button { text-align: right; }
.account .button .btn { height: 29px; line-height: 29px; font-size: 12px; width: 50px; text-align: center;
                        box-sizing: content-box; }
.account .as-coupon, .account .as-lang, .account .as-personal { padding-bottom: 15px; }
.account .as-subscription { padding-bottom: 20px; }
.account .as-subscription .select { padding-left: 20px; }
.account .as-specialty .note { margin-bottom: 15px; }
.account .as-profile .field { padding-right: 30px; }
.account .as-profile textarea { height: 50px; resize: vertical; }

.list-table { margin-bottom: 30px; border-top: 1px solid #dddddd; }
.list-table table { width: 100%; }
.list-table td, .list-table th { border: 1px solid #dddddd; text-align: left; line-height: 45px; padding: 0 10px; font-size: 14px; }
.list-table th { font-weight: bold; color: #000; }
.list-table td a { text-decoration: none; border-bottom: 1px dashed #246192; }
.list-table td a:hover { border-bottom-color: #000; }
.list-table .odd td { background: #f9f9f9; }
.list-table .btn { height: 31px; line-height: 31px; font-size: 14px; padding: 0 15px; border-bottom: none; }
.list-table .number { width: 50px; }
.list-table .action { width: 120px; }

.pages { text-align: center; }
.pages li { display: inline-block; margin: 0 2px; }
.pages a { display: block; text-decoration: none; border: 2px solid #246192; padding: 8px 10px; font-size: 14px; }
.pages a:hover { border-color: #000; }

/* MAP */
#map { width: 387px; height: 192px; position: relative; float: right; background: url("../i/map/map.png") 0 0 no-repeat; }
#map .area { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url("../i/map/areas.png") 0 192px no-repeat; }
#map .area.area-1 { background-position: 0px 0px; }
#map .area.area-2 { background-position: 0px -192px; }
#map .area.area-3 { background-position: 0px -384px; }
#map .area.area-4 { background-position: 0px -576px; }
#map .area.area-5 { background-position: 0px -768px; }
#map .area.area-6 { background-position: 0px -960px; }
#map .area.area-7 { background-position: 0px -1152px; }
#map .area.area-8 { background-position: 0px -1344px; }
#map img { display: block; width: 100%; height: 100%; position: relative; }

/* ASCRS Modal */
#modal-ascrs .modal-content { width: 480px; }
#modal-ascrs fieldset { width: 420px; }
#modal-ascrs .btn { font-size: 12px; font-weight: normal; padding: 0 15px; }
#modal-ascrs .btn-close { float: right; height: 38px; line-height: 38px; font-size: 12.58px; color: #e6e6e6; font-weight: normal; }
#modal-ascrs ul { float: left; margin-bottom: 15px; }
#modal-ascrs li { margin-bottom: 10px; }
#modal-ascrs .remember { clear: both; float: left; }
#modal-ascrs .terms { float: right; }
#modal-ascrs .button { clear: both; }

/* Login form modal */
#loginform { margin: -23px; }

.form-login .error-message { margin: 10px 0 0; padding: 10px 30px 10px 50px; background: #fff6f7 url("../i/ico-alert.png") 28px 7px no-repeat; }
.form-login fieldset { margin: 10px 30px; background: #e4f5fb; width: 340px; padding: 15px 15px; }
.form-login fieldset li { margin-bottom: 15px; padding-right: 30px; }
.form-login fieldset input { width: 100%; }
.form-login fieldset .buttons { font-weight: bold; }
.form-login fieldset .btn { height: 33px; line-height: 33px; padding: 0 20px; font-size: 12px; margin-right: 25px; }
.form-login fieldset .btn2 { font-size: 14px; font-weight: normal; }
.form-login .links { padding: 0 45px 15px; line-height: 29px; font-weight: bold; }

/* HELP BUTTON */
#sh_button { position: fixed; z-index: 9000; left: 0; top: 20%; cursor: pointer; background: #51a351; color: #FFF; text-transform: uppercase; text-align: center; padding: 35px 10px; }
#sh_button .sh_logo_cell { width: 40px; height: 34px; background: url("../i/ico-help.png"); margin: 0 auto 20px; }
#sh_button .sh_title_text { width: 55px; font-size: 14px; font-weight: bold; line-height: 17px; }

.qtip-blue { background: #d3f5ff; color: #010101; font-size: 11px; border-color: #98cde6; line-height: 12px; max-width: 200px; }

div.surveyText {
    font-size: 12px;
    width: 49%;
    float: right;
}

div.surveyText p {
    margin-bottom: 10px;
}

p.instock {
    padding: 10px 0px;
}

#textCategoryAlt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}