/*
 * Webasyst Default theme family
 *
 * Core CSS file
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2014 Webasyst LLC
 * @package Webasyst
 */
 
/* Reset
-------- */
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, credentials, 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%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* Common HTML elements, fonts, and colors
------------------------------------------ */
html,
body { width: 100%; min-height: 100%; font-family: Tahoma; font-size: 12px; 
background: #111110; 
line-height: 140%; 
position:relative;
color:#fff;}
body
{
min-width:1280px;
}
a { color: #fff; outline:0 none; }
a:focus { outline:none; outline-offset:-4px; }
a:visited { }

input[type="button"]::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner { border: 0; }
a img { border: 0; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote { margin-bottom: 20px; }
h1 { font-size: 2.6em; }
h1 a { text-decoration:none; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3, h4, h5, h6 { line-height:1.2em; }
ul, ol { padding-top:0; }
ol { list-style: decimal; }
input, textarea, select { margin:0; } 
input, textarea { font-size: 1em; color: #000; }
input[type="button"]:focus { outline:none; outline-offset:-2px; }
fieldset { border:1px solid #bbb; padding:10px; position:relative; background:#e9e9e9; margin-bottom:10px; }
legend { font-size:1.1em; padding:.4em .8em; background:#fff; //background:none;
border:1px solid #bbb; //border:none
}
fieldset p label { width:98%; }
fieldset p input[type="text"] { width:98%; }
fieldset p select { width:99%; }
blockquote { color: #fff; font-size:0.9em; padding:20px; border: 1px solid #7E9A39;}
blockquote cite { font-size: 0.9em; }
hr { background-color: #ccc; height: 1px; border: 0; }
input::-webkit-input-placeholder { color: #ccc; }
input:-moz-placeholder,
input::-moz-placeholder { color: #ccc; }
input:-ms-input-placeholder { color: #ccc; }

/* Misc elements
---------------- */

.block { padding: 25px 30px; }
.inline { display: inline !important; }
.inline-link { text-decoration: none !important; }
.inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.inline-link b i { font-style: normal; position: relative; top: 0.13em;}
.small { font-size: 0.9em; }
.large { font-size: 1.1em; }
.bold { font-weight: bold; }
.strike { text-decoration: line-through; }
.highlighted { background:  #ffc; }
.hint { color: #aaa; font-size: 0.9em; }
.hint a,
.hint:visited,
.hint a:visited { color: #888; }
.gray .dropdown ul 
.gray a,
.gray:visited,
.gray a:visited { color: #888; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.shadowed { -moz-box-shadow: 0 5px 15px #aaa; -webkit-box-shadow: 0 5px 15px #aaa; box-shadow: 0 5px 15px #aaa; }
.nowrap ul.dropdown
.hr { border-top: 1px solid #ccc; margin-bottom: 15px; }
.uppercase { text-transform: uppercase; }
.blurred { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); }

.selected > a { text-decoration: none; color: #fff; font-weight: bold; }

.breadcrumbs { padding: 5px 0; font-size: 0.9em; }
.breadcrumbs a { color: #aaa; }
.breadcrumbs span.rarr { color: #ccc; margin: 0 3px; }

.tags { line-height: 2em; min-height: 50px; }
.tags a { color: green !important; display: inline !important; padding: 0 2px; }
.tags a:hover { color: red !important; }

.welcome { text-align: center; background: url('img/welcome.png') no-repeat; background-position: top center; padding-top: 300px; background-size: 256px 256px; }
.welcome h1 { font-weight: normal; font-size: 2em; }

/* Buttons
---------- */

input[type=button],
input[type=submit] { background: #009103; color: #fff; padding: 12px 40px; border: none; -webkit-appearance: none; }
input[type=button]:hover,
input[type=submit]:hover { background: #50b200; cursor: pointer; }
input[type=button]:active,
input[type=submit]:active { background: #006a02; }
input[type=button].large,
input[type=submit].large { font-size: 1.5em; padding: 7px 10px; font-weight: bold; }
input[type=button].gray,
input[type=submit].gray { background: #aaa; }
input[name=checkout2] { margin-bottom: 10px; }
/* Navigation menus
------------------- */
.gotoitem {
    float:right; 
    padding: 6px 30px; 
    background-color:#50b200;
    margin-top:6px;
    text-align:center;
}
.gotoitem:hover {
    background-color:#00AA00;
}

ul.menu-v {
    position: absolute;
    background: url("/img/vert_menu_back.png") repeat;
    left: 1%;
    margin: 0 0 20px;
    padding: 20px 30px;
    top: /*40*/0px;
    z-index: 130;
}

ul.menu-v li { list-style: none; padding: 3px 0; position:relative; }

ul.menu-v li a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
ul.menu-v li a:hover
{
color:#fff;
text-shadow:2px 2px 1px #a1cd3a;
}
li.collapsible ul.menu-v {z-index:131;}
ul.menu-v li.collapsible { background: url('img/rarr.png') no-repeat; background-position: right center;
  background-size: 32px 16px;}

ul.menu-h { margin: 0; padding: 0; }
ul.menu-h.bottom-padded { margin-bottom: 15px; }
ul.menu-h li { list-style: none; display: inline-block; padding: 0 10px 0 0; line-height: 1.3em; display:block\9; float:left\9; }
ul.menu-h li a { display: inline-block; padding: 15px 26px 15px 16px; display:block\9; float:left\9; text-decoration: none; }
ul.menu-h li a img.icon16 { position: relative; top: 3px; left: -3px; }
ul.menu-h li a i.icon16 { margin-top: -0.1em; }
ul.menu-h li.selected a { background: transparent; }
ul.menu-h li.bold a { font-weight: bold; }

.collapsible .menu_box {
    position: absolute;
    left: /*110*/20px;
    padding: 20px 0;
}

.collapsible ul {
    background: none repeat scroll 0 0 #4A4A4A;
    width: 200px;
    position: absolute;
    left: /*110*/90px;
    padding: 20px 0;
    top: -30px;
    box-shadow:1px 1px 2px #797978;
    display:none;
}
.collapsible .menu-v li {
    padding: 0 20px;
}
.collapsible .menu-v li:hover {
    background:#a1cd3a;
}
.collapsible .menu-v li:hover a, .collapsible .menu-v li a:hover {
    color:#31312f;
    text-shadow:none;
}

.collapsible .menu-v a {
    color: #FFFFFF;
    font-size: 12px;
}
.dropdown ul li { position: relative; }
.dropdown ul li.collapsible { background: url('img/darr.png') no-repeat; background-size: 16px 16px; background-position: right center; margin-right: 10px !important; padding-right: 5px; }
.dropdown ul li:hover { background-color: #ffc !important; } 
.dropdown ul li a { display: block; }
.dropdown ul ul.menu-v { opacity: 0; position: absolute; width: 200px; top: -9999em; left: -9999em; background: #fff; border: 1px solid #ccc; padding: 0; z-index: 13012; margin-left: 0; -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); box-shadow: 0px 1px 3px rgba(0,0,0,0.1); margin-top: 0; }
.dropdown ul ul.menu-v li { display: block; width: 200px; padding: 0; margin: 0; border-bottom: 1px solid rgba(0,0,0,0.1); border-top: none; }
.dropdown ul ul.menu-v li.collapsible { background: url('img/rarr.png') no-repeat; background-size: 32px 16px; background-position: right center; margin-right: 0 !important; }
.dropdown ul ul.menu-v li a { display: block; margin: 0; font-weight: normal !important; }
/* .dropdown ul ul.menu-v li i.icon16 { margin-left:-20px; margin-right:4px; } */
.dropdown ul ul.menu-v li ul.menu-v { top: -1px; left: 100%; margin-left: 0; }
.dropdown ul li:hover ul.menu-v { opacity: 1; top: 100%; left: -1px; transition: opacity 0.3s; }
/* .dropdown ul li:hover ul.menu-v { background-color: rgba(255,255,222,1); } */
.dropdown ul.disabled li:hover ul.menu-v { display: none !important; }
.dropdown ul li:hover ul.menu-v ul.menu-v { display: none; top: -1px; }  
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v { display: block; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v ul.menu-v { display: none; top: -1px; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v { display: block; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v ul.menu-v { display: none; top: -1px; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v { display: block; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v ul.menu-v { display: none; top: -1px; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v { display: block; }
.dropdown ul li .inner { opacity: 0; top: -9999em; left: -9999em; width: 300px; position: absolute;  z-index: 13012; background: #fff; }
.dropdown ul li .inner.shadowed { background: #fff; border: 1px solid #ccc; padding: 0; margin-left: 0; -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); box-shadow: 0px 1px 3px rgba(0,0,0,0.1); margin-top: 0; }
.dropdown ul li:hover .inner { top: 100%; left: -3px; opacity: 1; transition: opacity 0.3s; }

.dropdown ul.menu-v li:hover ul.menu-v { top: -1px; left: 100%; }
.dropdown ul.menu-v li.collapsible { background-image: url('img/rarr.png'); background-size: 32px 16px; margin-right: 0 !important; padding-right: 0; }
.dropdown ul.menu-v li.collapsible.selected:hover > a { background-color: #ffc !important; } 

.dropdown ul.menu-h li:hover { background-color: #fff !important; }
.dropdown ul.menu-h li ul.menu-v li { background-position: right 0 center; }
.dropdown ul.menu-h li.collapsible { background-position: right 10px center; }
.dropdown ul.menu-h li.collapsible:hover { background-color: #ffc !important; } 
.dropdown ul.menu-h li ul.menu-v li:hover { background-color: #ffc !important; }

ul.tree { list-style: none; padding-left: 0; }
ul.tree li { border: none; }
ul.tree li a { padding: 5px 16px; display: block; text-decoration: none;}
ul.tree li.selected a { background: transparent; }
ul.tree ul { padding-left: 20px; list-style: none; }
ul.tree ul a { padding: 3px 6px; font-size: 90%; }

/* Sign up & Login forms
------------------------ */
.validator{
  display: none;
}
.wa-auth-adapters ul { padding: 0; min-height: 16px; }
.wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.wa-auth-adapters ul li a { display: block; padding: 0px 5px; }
.wa-auth-adapters ul li a img { position: relative; top: 4px; margin-right: 5px; }
.wa-auth-adapters p { clear: left; color: #888; font-size: 0.9em; width: 40%; }

.wa-form { float: left; margin: 10px 0; overflow: visible; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { width: 155px; padding-top: 0.05em; padding-bottom: 10px; font-size: 0.95em; }
.wa-form .wa-field.wa-separator { height: 10px; }
.wa-form .wa-field .wa-value { margin-bottom: 5px; position: relative; }
.wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="phone"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px;  margin:0; background:#393939; border:0; border-top:2px solid #7e9a39; color:#fff;}
.wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
.wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; }
.wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
.wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 23px; position: relative; } 
.wa-form .wa-field .wa-value p span { color: #777; font-size: 0.9em; display: block; }
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }

.wa-captcha { padding: 7px 0 10px; }
.wa-captcha p { clear: left; margin: 0; }
.wa-captcha strong { font-size: 1.2em; }
.wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
.wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
.wa-captcha .wa-captcha-input { display: inline !important; }
.wa-captcha .errormsg { display: inline-block; margin-left: 10px; }

input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 120px; display: block; }

/* Multi-column layout
---------------------- */

.row { clear: both; border-top: 1px solid #eee; padding: 20px 0; }
.row.no-border { border: none; }
.col { float: left; }

.col.w2 { width: 12%; }
.col.w3 { width: 18%; }
.col.w4 { width: 24%; }
.col.w5 { width: 30%; }
.col.w6 { width: 36%; }
.col.w7 { width: 42%; }
.col.w8 { width: 48%; }
.col.w9 { width: 54%; }
.col.w10 { width: 60%; }
.col.w11 { width: 66%; }
.col.w12 { width: 72%; }
.col.w13 { width: 78%; }
.col.w14 { width: 84%; }
.col.w15 { width: 90%; }
.col.w16 { width: 96%; }

.col.w15 select {padding:5px;}
.col.w15 div {padding:5px 0;}
/* Tables
--------- */

table { border-collapse: collapse; border-spacing: 0; }
table td { padding: 5px 10px 5px 0; border: 1px solid rgba(0,0,0,0.15); }
#dostavka table td {padding: 10px; border: 1px solid #bbb; }

table.lined { margin-top: 25px; width: 100%; border-spacing:0; border-collapse:collapse; }
table.lined th { padding-left: 7px; padding-right: 7px; }
table.lined td { padding: 15px 7px; border-bottom: 1px solid #ddd; }
table.lined td.min-width { width: 1%; }
table.lined td p { margin: 0; }
table.lined td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.lined tr.no-border td { border: none; }
table.lined tr.thin td { padding-top: 13px; padding-bottom: 0; }
table.lined tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }

/* Search
--------- */

.search_text {font-size:15px; padding-bottom: 5px;}

.search { position: relative; width: 100%;  }

.search input { width: 100%; height: 32px; padding: 0 8px; float: left; border: 0; background: #fff; border-radius: 3px; -webkit-appearance: none; margin-right: 0; box-shadow: 0 0 0px 1px #ccc inset; -moz-box-sizing: border-box; margin-bottom: 30px; }
.search input:focus { outline: 0; background: #fff;  }

.search input::-webkit-input-placeholder { color: #aaa; font-weight: normal; }
.search input:-moz-placeholder,
.search input::-moz-placeholder { color: #aaa; font-weight: normal; }
.search input:-ms-input-placeholder { color: #aaa; font-weight: normal; }
 
.search button { min-width: 50px; overflow: visible; position: absolute; right: -2px; float: left; border: 0; padding: 0; cursor: pointer; height: 32px; color: #fff; background: #009103; border-radius: 0 3px 3px 0; font-size: 1.0em; }
.search button:hover { background-color: #00b204; }
.search button:active,
.search button:focus { background-color: #ddc316; outline: 0; }
.search button:hover:before{ border-right-color: #e54040; }
.search button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */ border: 0; padding: 0; }

/* Header
--------- */

.container { min-width: 650px; max-width: 1240px; margin: 0 auto; padding: 0 30px; }
.container:before,
.container:after { content: " "; clear: both; }

.apps-negative { display: none; /* mobile-only slide-out navigation */ padding-left: 0; margin: -1px 0 0; }
.apps-negative li { list-style: none; display: block; padding: 15px 26px 15px 16px; border-top: 1px solid #777; }
.apps-negative li a { font-size: 1.2em; text-decoration: none; color: #ddd; }
.apps-negative li.selected a { color: #fff; text-shadow: 0 1px 0 #000; background: transparent; }

header { background: #fff; padding-top: 10px; }
header a { text-decoration: none; }
header h2 { float: left; display: block; padding: 5px 0 3px; color: #000; margin-top: 6px; font-size: 1.6em; }
header h2 a { color: #000 !important; }

header .apps { float: left; padding: 0; margin: 0 0 0 25px; }
header .apps li { float: left; list-style: none; }
header .apps li a { display: block; padding: 15px 13px; margin-right: 0px; }
header .apps li.selected a { font-weight: bold; color: #000; background: transparent; }

header .apps-toggle { /* mobiles only */ display: none; background: url('img/apps-toggle.png') no-repeat center center; border: none; padding: 15px; background-size: 27px 26px; }

header .contact-info { float: right; padding: 15px 5px; font-weight: bold; }

header .auth { float: right; padding-top: 0.1em; }
header .auth li { list-style: none; float: left; }
header .auth li a { font-style: italic; font-size: 0.8em; padding: 15px 8px; }

header .cart { background: rgba(255,255,222,0.9); margin-left: 5px; float: right; }
header .cart a { padding: 15px; display: block; background: #009103; }
header .cart a { color: #fff; }
header .cart a strong { color: #ff5; }
header .cart a:hover { color: #fff !important; background: #00b204; }
header .cart a:hover strong { color: #ff7 !important; }
header .cart .cart-just-added { display: none; padding: 9px 18px; font-size: 0.9em; }
header .cart .cart-to-checkout { display: none; text-align: center; font-weight: bold; padding: 11px 18px; color: #fff; box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.7); }
header .cart.empty a { background: #f3f3f3 !important; color: #006bd8; }
header .cart.empty a:hover { background: #009103 !important; }
header .cart.empty a:visited,
header .cart.empty a strong { color: #25c; }
header .cart.fixed { position: fixed; top: 0; right: 80px; min-width: 220px; max-width: 320px; z-index: 999; }
header .cart.fixed a { text-align: center; }
header .cart.fixed .cart-just-added,
header .cart.fixed .cart-to-checkout { display: block; }

header .banner { background: #2dcc70 url('img/backgrounds/green.png') center center; background-size: 200px 200px; text-align: center; padding: 30px; clear: both; border-bottom: 1px solid rgba(0,0,0,0.1); }
header .banner h3 { color: #ffe; font-size: 1.4em; font-weight: normal; }

header .banner .search { display: inline-block; width: 40%; }
header .banner .search input { height: 36px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); margin-bottom: 50px; }
header .banner .search input:hover { box-shadow: 0 5px 13px -8px rgba(0,0,0,0.4); transition: 0.1s; }
header .banner .search input:focus { box-shadow: 0 5px 16px -10px rgba(0,0,0,0.8); transition: 0.3s; }
header .banner .search button { width: 60px; height: 36px; background-image: url(img/search20.png); background-repeat: no-repeat; background-position: 20px 8px; background-size: 20px 20px; }

/* Main
------- */

main { clear: both; margin: 0; background: #efe; }
.page { background: #fff; box-shadow: 1px 2px 5px rgba(0,0,0,0.1); top: -46px; position: relative; z-index: 9; background: #fafaf1; }

/* Sidebar as column */

.page-nav { }
.page-content { padding: 3% 5%; margin-left: 20%; border-left: 1px solid rgba(0,0,0,0.15); box-shadow: -3px 0 8px -8px rgba(0, 0, 0, 0.7); position: relative; }

.nav-sidebar { float: left; width: 20%; background: #fafaf1; position: relative; }
.nav-sidebar-header { padding: 15px 16px 15px; display: block; line-height: 1.3em; background: #fff url('img/darr.png') no-repeat; background-position: right 10px center; background-size: 16px 16px; border-bottom: 1px solid rgba(0,0,0,0.15); text-decoration: none; box-shadow: 0 2px 8px -8px rgba(0, 0, 0, 0.7); white-space: nowrap; }
.nav-sidebar-body { }

.nav-hotties { padding-left: 10px; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.15); margin-left: 20%; border-left: 1px solid rgba(0,0,0,0.15); }

/* Dropdown sidebar */

.dropdown-sidebar .nav-sidebar { min-width: 230px; }
.dropdown-sidebar .nav-sidebar-header { background-color: #fafaf1; box-shadow: 0 7px 20px -18px rgba(0, 0, 0, 0.7); position: relative; z-index: 102; }
.dropdown-sidebar .nav-sidebar-body  { position: absolute; opacity: 0; left:-9999em; top:-9999em; z-index: 101; width: 100%; margin-top: 1px; background: #f3f3e3; border-right: 1px solid rgba(0,0,0,0.15); }
.dropdown-sidebar .nav-sidebar-body .waSlideMenu-wrapper ul.menu-v { margin-top: 1px; } 
.dropdown-sidebar .nav-sidebar:hover .nav-sidebar-body { top: 46px; left: 0; transition: opacity 0.3s; opacity: 1; box-shadow: 0 2px 15px rgba(0,0,0,0.15); }

.dropdown-sidebar .page-content { margin-left: 0%; border-left: none; box-shadow: none; }

.dropdown-sidebar .nav-hotties { margin-left: 0%; border-left: none; }
.nav-hotties .dummy { padding: 14px; }

.waSlideMenu-back { background: url('img/larr.png') no-repeat; background-position: left center; background-size: 32px 16px; padding-left: 13px !important; }
.waSlideMenu-back a { color: #aaa; }

/* Footer
--------- */

footer { clear: both; position: relative; top: -83px; background: #555; z-index: 0; padding-top: 60px; min-height: 40px; color: #888; font-size: 0.9em; }
footer a,
footer a:visited { color: #888 !important; text-decoration: none; }
footer a:hover { color: yellow !important; }

.footer-block { display: inline-block; margin-right: 30px; vertical-align: top; }
.footer-block a { display: block; }
.footer-block a.top { font-weight: bold; margin-bottom: 10px; color: #aaa !important; }
.footer-block#copyright { float: none; margin-left: 30px; }
.footer-block#copyright a { display: inline; font-weight: bold; color: #aaa !important; }
.footer-block a.top:hover,
.footer-block#copyright a:hover { color: yellow !important; }

.poweredby { text-align: center; padding: 20px; background: #888; margin-top: 20px; color: #bbb; }
.poweredby a,
.poweredby a:visited { color: #ccc !important; }
.poweredby .dots { font-size: 0.8em; text-decoration: none; display: block; width: 54px; height: 9px; background: url("/wa-content/img/dots/all-dots-default-order.png") no-repeat 0 3px; padding-top: 3px; margin: 10px auto; }

.followus-leash { position: fixed; bottom: 0; left: 30px; background: #fff; box-shadow: 0 2px 9px rgba(0,0,0,0.4); font-size: 1.1em; z-index: 9999; width: 380px; }
.followus-leash .toggler { background: #2DCC70; padding: 12px 13px 11px; }
.followus-leash .toggler a { color: #fff; margin-right: 20px; }
.followus-leash .toggler a b { font-weight: bold; }
.followus-leash .toggler a:hover { color: #ff7 !important; }
.followus-leash .toggler .icon16 { opacity: 0.7; float: right; margin-left: 8px; }
.followus-leash .inner { display: none; padding: 25px 13px 0; }
.followus-leash .inner p a { margin-right: 10px; white-space: nowrap; }

/* 16x16 Icons
-------------- */

i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 210px 160px /* 50% of the original size for auto @2x optimization */; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.icon16.rss { background-position: -16px 0; }
.icon16.facebook { background-position: -32px 0; }
.icon16.twitter { background-position: -48px 0; }
.icon16.vk { background-position: -64px 0; }
.icon16.google { background-position: -80px 0; }

.icon16.userpic20 { background-position: -2px -2px; border-radius: 50%; background-size: auto; }
.icon16.color { border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); width: 12px; height: 12px; background-image: none; }
.icon16.loading { background-image: url('img/loading16.gif'); background-position: 0 0; background-size: 16px 16px; }

.icon16.star,
.icon16.star-full { background-position:-16px -16px; }
.icon16.star-half { background-position:-32px -16px; }
.icon16.star-empty { background-position:-48px -16px; }
.icon16.star-hover { background-position:-64px -16px; }

.icon16.remove { background-position:-96px -16px; }
.icon16.saved { background-position:-112px -16px; }
.icon16.stock-red { background-position:-128px -16px; }
.icon16.stock-yellow { background-position:-144px -16px; }
.icon16.stock-green { background-position:-160px -16px; }
.icon16.stock-transparent { background-position:-176px -16px; }

.icon16.uarr { background: url('img/uarr.png'); background-position: 0 0; background-size: 16px 16px; }

/* 10x10 Icons
-------------- */

i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 210px 160px /* 50% of the original size for auto @2x optimization */; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.1em 0 0; }
.icon10.darr { background-image: url('img/darr.png'); background-size: 16px 16px; }

.icon10.star,
.icon10.star-full { background-position:0 -100px; }
.icon10.star-half { background-position:-10px -100px; }
.icon10.star-empty { background-position:-20px -100px; }

/* My account (hide core app nav elements)
------------------------------------------ */

html.my ul.menu-h li a { padding: 5px 7px; }
html.my ul.menu-h li.selected a { background: #A1CC39; }

html.my .nav-sidebar { display: none; }
html.my .nav-hotties { display: none; }
html.my .page-content { margin-left: 0; }

/* Legacy stuff
--------------- */

#poweredby { float: right; margin: 0 50px; color: #888; }
#copyright { float: left; margin: 0 50px; color: #888; }

.top_head {
    border: solid #008000;
    border-width: 2px 0px;
    width: 100%;
    padding: 5px;
}

.head {
    display: table;
    width: 100%;
    
}

.head .left {
    position: relative;
    background: url("/img/head_left.png") no-repeat;
    display: table-cell;
    height: 172px;
    width: 229px;
    position:relative;
    z-index:100;
}


.soc_w {
    display: inline-block;
    background: url('/img/soc.png') center left no-repeat;
    background-size: 200px 27px;
    width: 206px;
    height: 27px;
}

.head .soc_w {
    position: absolute;
    left: -190px;
    bottom: 60px;

}

.soc_w > a{
    display: inline-block;
    float: left;
    width: 27px;
    height: 27px;
    margin-right: 7px;
}

.soc_w > a.fix_a {
    margin-right: 9px;
}


.head  .center {
    background: url("/img/head_center2.png") repeat-x;
    display: table-cell;
	vertical-align: top;
}

.head  .right {
    background: url("/img/head_right.png") no-repeat;
    display: table-cell;
    height: 129px;
    width: 310px;
      position:relative;
    z-index:100;
	vertical-align:top;
}
.head .top_menu {
    background: url("/img/head_center.png") no-repeat;
    display: table;
    width: 100%;
	height:98px;
}


.cell {
    
    display: table-cell;
    padding-top: 30px;
    min-width:90px;
    text-align: center;
}
.cell:hover
{
background: url("/img/act_menu.png") no-repeat scroll center 0;
}

.cell a, .cell a:hover {
    color: #DCDDDE;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.logo {
    background: url("/img/logo.png") no-repeat;
    display: block;
    height: 140px;
    margin: 17px 10px 0;
    width: 158px;
}
.content .left {
    
    display: table-cell;
   color:#fff;
    width: 140px;
	padding-left:10px;
}

.content  .center {
    position: relative;
    display: table-cell;
	vertical-align: top;
}
.content
{
display:table;
width:100%;
}

.share_text {
    font-size: 15px;
    padding-bottom: 5px;
}

.footer {
    display: table;
    width: 100%;
}
.copy {
    background: url("/img/copy.png") repeat-x;
    color: #FFFFFF;
    display: table-cell;
    font-size: 10px;
    line-height: 33px;
    height: 33px;
    padding: 100px 0 0 20px;
}

.cart_back{
    background: url("/img/cart_back.png") no-repeat;
    display: table-cell;
    width: 624px;
	vertical-align:top;
}

.copy > span {
    margin-left: 50px;
}

.copy a {
    color: #FFFFFF;
}
#cart {
    background: url("/img/cart.png") no-repeat scroll 0 -10px;
    float: right;
    height: 36px;
    padding: 60px 15px 0 90px;
    width: 120px;
}
#cart2 {
    position: fixed;
    top: 130px;
    right: 20px;
    padding: 10px;
    background-color: rgba(17, 17, 16, 0.8);
    border: 1px solid #008000;
    border-radius: 7px;
    z-index: 110;
}

.cart-summary {
    color: #FFFFFF !important;
    font-size: 12px;
}

.jeep {
    background: url("/img/car.png") no-repeat scroll center 0;
    height: 700px;
    width: 1115px;
	position:relative;
	top:40px;
	margin-left:-110px;
}

.jeep a {
    color: #5E5E5E;
    font-size: 15px;
    text-decoration: none;
    position:relative;
	z-index:120;
}

.jeep div.active_punkt:hover a {
    color: #fff;
    
}
.pickup {
    background: url("/img/pickup.png") no-repeat scroll center 0;
    height: 700px;
    width: 1115px;
    margin-left:-100px;
    top:40px;
	position:relative;
}

.pickup a {
    color: #5E5E5E;
    font-size: 15px;
    text-decoration: none;
	position:relative;
	z-index:120;
}

.pickup div.active_punkt:hover a {
    color: #fff;
    
}
.kalitka {
   background: url("/img/kalitka.png") no-repeat scroll 28px 33px;
    height: 181px;
    left: 140px;
    padding: 40px 200px 0 30px;
    position: absolute;
    text-align: center;
    width: 153px;
}

.kalitka_img {
  
    height: 253px;
    left: 198px;
    position: absolute;
    top: 18px;
    width: 292px;
}
.kalitka.active_punkt:hover
{ background: url("/img/kalitka_act.png") no-repeat;
 
 }
 .kalitka.active_punkt:hover .kalitka_img
 {
   background: url("/img/kalitka_img.png") no-repeat;
 }

.zad_bamp {
    background: url("/img/zad_bamp.png") no-repeat scroll 35px 37px;
    height: 55px;
    left: 80px;
    padding: 102px 0 0 45px;
    position: absolute;
    top: 210px;
	z-index:3;
    width: 300px;
}
.zad_bamp.active_punkt:hover
{
 background: url("/img/zad_bamp_act.png") no-repeat;
}
.zad_bamp_img {
    
    height: 142px;
    left: 275px;
    position: absolute;
    top: -46px;
    width: 293px;
}
 .zad_bamp.active_punkt:hover .zad_bamp_img 
 {
 background: url("/img/zad_bamp_img.png") no-repeat;
 }
.dop_bak {
    background: url("/img/dop_bak.png") no-repeat scroll 35px 37px;
    height: 70px;
    left: 110px;
    padding: 103px 0 0 45px;
    position: absolute;
    top: 270px;
	z-index:2;
    width: 451px;
}
.dop_bak.active_punkt:hover
{
 background: url("/img/dop_bak_act.png") no-repeat;
}
.dop_bak_img {
    
    height: 151px;
    left: 324px;
    position: absolute;
    top: -71px;
    width: 219px;
}
.dop_bak.active_punkt:hover .dop_bak_img
{
background: url("/img/dop_bak_img.png") no-repeat;
}

.lift_komp {
    background: url("/img/lift_komp.png") no-repeat 35px 32px;
    height: 62px;
    left: 290px;
    padding: 45px 45px 0;
    position: absolute;
    text-align: center;
    top: 400px;
    width: 110px;
    z-index: 4;
}
.lift_komp.active_punkt:hover
{
background: url("/img/lift_komp_act.png") no-repeat;
}

.sil_dnish {
    background: url("/img/sil_dnish.png") no-repeat 35px 37px;
    height: 80px;
    left: 360px;
    padding: 102px 0 0 45px;
    position: absolute;
    top: 420px;
    width: 310px;
}

.sil_dnish_img {
    
    height: 282px;
    left: 120px;
    position: absolute;
    top: -162px;
    width: 450px;
	z-index:3;
}
.sil_dnish.active_punkt:hover
{
 background: url("/img/sil_dnish_act.png") no-repeat;
}
.sil_dnish.active_punkt:hover .sil_dnish_img
{
background: url("/img/sil_dnish_img.png") no-repeat;
}

.lebedki {
    background: url("/img/lebedki.png") no-repeat 35px 32px;
    height: 22px;
    left: 590px;
    padding: 45px;
    position: absolute;
    text-align: center;
    top: 500px;
    width: 68px;
    z-index: 5;
}
.lebedki.active_punkt:hover
{
 background: url("/img/lebedki_act.png") no-repeat;
}

.all_tov {
    background: url("/img/all_tovr.png") no-repeat 35px 32px;
    height: 22px;
    left: 720px;
    padding: 45px;
    position: absolute;
    text-align: center;
    top: 500px;
    width: 164px;
}
.all_tov a
{
color:#000;
}
.all_tov:hover a
{
color:#fff;
}
.all_tov:hover
{
background: url("/img/all_tov_act.png") no-repeat;
}

.optica {
    background: url("/img/lebedki.png") no-repeat 35px 32px;
    
    height: 22px;
    left: 940px;
    padding: 45px;
    position: absolute;
    text-align: center;
    top: 480px;
    width: 68px;
}
.optica.active_punkt:hover
{
background: url("/img/lebedki_act.png") no-repeat;
}

.dop_ob {
    background: url("/img/all_tov.png") no-repeat 35px 32px;
    height: 22px;
    left: 950px;
    padding: 45px;
    position: absolute;
    text-align: center;
    top: 400px;
    width: 164px;
}
.dop_ob.active_punkt:hover
{
background: url("/img/all_tov_act.png") no-repeat;
}

.podveski {
    background: url("/img/shnokreli.png") no-repeat 35px 37px;
    height: 22px;
    left: 1050px;
    padding: 45px;
    position: absolute;
    text-align: center;
    top: 330px;
    width: 85px;
	z-index:6;
}
.podveski.active_punkt:hover
{
 background: url("/img/shnokreli_act.png") no-repeat;
}

.pered_bamp {
    background: url("/img/ex_bag.png") no-repeat 35px 37px;
    height: 79px;
    left: 830px;
    padding: 45px 45px 45px 185px;
    position: absolute;
    text-align: center;
    top: 250px;
    width: 194px;
}
.pered_bamp.active_punkt:hover
{
background: url("/img/ex_bag_act.png") no-repeat;
}

.pered_bamp_img {
    
    height: 189px;
    left: -221px;
    position: absolute;
    top: 59px;
    width: 340px;
}
.pered_bamp.active_punkt:hover .pered_bamp_img 
{
background: url("/img/pered_bamp_img.png") no-repeat;
}

.sil_porog {
    background: url("/img/sil_porog.png") no-repeat 35px 37px;
    height: 129px;
    left: 710px;
    padding: 45px 45px 0 180px;
    position: absolute;
    text-align: center;
    top: 170px;
    width: 124px;
}
.sil_porog.active_punkt:hover
{
background: url("/img/sil_porog_act.png") no-repeat;
}

.sil_porog_img {
   
    height: 199px;
    left: -276px;
    position: absolute;
    top: 84px;
    width: 438px;
}
.sil_porog.active_punkt:hover .sil_porog_img
{
 background: url("/img/sil_porog_img.png") no-repeat;
} 
.plosh_bamp {
    background: url("/img/plosh_bamp.png") no-repeat 35px 37px;
    height: 22px;
    left: 900px;
    padding: 45px;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 275px;
}
.plosh_bamp.active_punkt:hover
{
background: url("/img/plosh_bamp_act.png") no-repeat;
}

.ex_sn {
    background: url("/img/ex_sn.png") no-repeat 35px 37px;
    height: 23px;
    left: 940px;
    padding: 45px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 222px;
	z-index:6;
}
.ex_sn.active_punkt:hover
{
background: url("/img/ex_sn_act.png") no-repeat;
}

.ex_bag {
    background: url("/img/ex_bag.png") no-repeat 35px 37px;
    height: 124px;
    left: 640px;
    padding: 45px 45px 0 185px;
    position: absolute;
    text-align: center;
    top: -40px;
    width: 194px;
}
.ex_bag.active_punkt:hover
{
background: url("/img/ex_bag_act.png") no-repeat;
}

.ex_bag_img {
    
    height: 206px;
    left: -222px;
    position: absolute;
    top: 51px;
    width: 356px;
}
.ex_bag.active_punkt:hover .ex_bag_img
{
background: url("/img/ex_bag_img.png") no-repeat;
}

.shnokreli {
    background: url("/img/shnokreli.png") no-repeat 35px 37px;
    height: 22px;
    left: 600px;
    padding: 45px;
    position: absolute;
    text-align: center;
    top: -60px;
    width: 85px;
}
.shnokreli.active_punkt:hover
{
background: url("/img/shnokreli_act.png") no-repeat;
}
.pickup .kalitka
{
   left:80px; 
    
}

.pickup .kalitka_img {
    
    left: 196px;
    top: -18px;
}
.pickup .kalitka.active_punkt:hover .kalitka_img
{
    background: url("/img/pickup_kalitka_img.png") no-repeat;
    
}
.pickup .zad_bamp
{
    width:220px;
    top:180px;
}
.pickup .zad_bamp_img {
   
    left: 217px;
    top: -58px;
	width:315px;
}
.pickup .zad_bamp.active_punkt:hover .zad_bamp_img
{
     background: url("/img/pickup_zad_bamp_img.png") no-repeat;
}
.pickup .dop_bak
{
   left: 85px;
    top: 230px;
    width: 331px;
}
.pickup .dop_bak_img 
{
    height: 235px;
    left: 253px;
    position: absolute;
    top: -116px;
    width: 299px;
}
.pickup .dop_bak.active_punkt:hover .dop_bak_img
{
    background: url("/img/pickup_dop_bak_img.png") no-repeat; 
}
.pickup .lift_komp
{
left:180px;
top:360px;
}
.pickup .podveski {
    background: url("/img/lift_komp.png") no-repeat 35px 32px;
    height: 62px;
    left: 320px;
    padding: 45px 45px 0;
    position: absolute;
    text-align: center;
    top: 420px;
    width: 110px;
    z-index: 4;
}
.pickup .podveski.active_punkt:hover
{
background: url("/img/lift_komp_act.png") no-repeat;
}
.pickup .sil_dnish
{
left:380px;
top:420px;
width:265px;
}
.pickup .sil_dnish_img {
    
    height: 308px;
    left: 80px;
    top: -185px;
    width: 454px;
}
.pickup .sil_dnish.active_punkt:hover .sil_dnish_img
{
background: url("/img/pickup_sil_dnish_img.png") no-repeat;
}
.pickup .lebedki
{
left:620px;
}
.pickup .all_tov
{
left:760px;
}
.pickup .dop_ob
{
left:970px;
top:430px;
}
.pickup .optica
{
left:1040px;
top:360px;
z-index:7;
}
.pickup .pered_bamp
{
left:825px;
top:290px;
}

.pickup .pered_bamp_img {
    
    height: 229px;
    left: -250px;
    top: 21px;
    width: 384px;
}
.pickup .pered_bamp.active_punkt:hover .pered_bamp_img 
{
background: url("/img/pickup_pered_bamp_img.png") no-repeat;
}
.pickup .sil_porog
{
left:700px;
top:200px;
}

.pickup .sil_porog_img {
    
    height: 283px;
    left: -320px;
    top: 13px;
    width: 500px;
}
.pickup .sil_porog.active_punkt:hover .sil_porog_img 
{
background: url("/img/pickup_sil_porog_img.png") no-repeat;
}

.pickup .kung {
    background: url("/img/kung.png") no-repeat 50px 37px;
    height: 125px;
    left: 595px;
    padding: 45px 45px 0 140px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 59px;
}
.pickup .kung.active_punkt:hover {
    background: url("/img/kung_act.png") no-repeat;
    
}

.kung_img {
    
    height: 321px;
    left: -307px;
    position: absolute;
    top: -80px;
    width: 443px;
}
.kung.active_punkt:hover .kung_img 
{
background: url("/img/kung_img.png") no-repeat;
}
.pickup .ex_bag{
    background: url("/img/ex_sn.png") no-repeat 35px 37px;
    height: 23px;
    left: 580px;
    padding: 45px;
    position: absolute;
    text-align: center;
    top: -45px;
    width: 222px;
	z-index:6;
}
.pickup .ex_bag.active_punkt:hover
{
background: url("/img/ex_sn_act.png") no-repeat;
}
.pickup .plosh_bamp
{
top:140px;
left:800px;
}
.pickup .ex_sn
{
top:70px;
left:850px;
}
.pickup .shnokreli
{
top:0;
left:880px
}

.left input[type="text"], .left input[type="password"]
{
min-width:140px!important;

}
.content .left a
{
display:block;
color:#fff;
clear:both;
}
#auth_button {
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    color: #A1CC39;
    cursor: pointer;
}
#auth_inputs {
    display: none;
}
.auth_show {
    display: inline-block !important;
}
.left .wa-form {
    float: left;
    font-size: 13px;
    line-height: 1;
    margin: 10px 0;
    overflow: visible;
    width: 140px;
}
.left .wa-value.wa-submit > input {
    float: right;
    margin-bottom: 10px;
}
.lab {
    background: url("/img/lab.png") no-repeat;
    height: 117px;
    width: 297px;
  
}
.quest {
    width: 82%;
    background:#50b200;
    padding:10px 15px;
    float:right;
    display:block;
    text-decoration:none;
    margin-bottom:10px;
    text-align: center;
    border-radius: 5px;
}
.quest:hover {
    background:#358C00;
}
.made {
    background: url("/img/made.png") no-repeat;
    height: 76px;
    width: 127px;
	clear:both;
	margin-top:20px;
}
.pickup_cotent
{
display:none;
}
.jeep_content, .pickup_content{
    height: 630px;
    margin: auto;
    overflow: hidden;
    width: 1130px;
	background:radial-gradient(30% 40%, #999999, #111110) repeat scroll -50px 40px;
	position:relative;
}
.pickup_content
{
display:none;
}

.model, .contin {
    background: url("/img/marka.png") no-repeat scroll right 0;
    height: 62px;
    left: -20px;
    line-height: 140%;
    padding: 0 60px 0 0;
    position: absolute;
    top: -75px;
}
.model
{
z-index:100;
}
.marka_1, .contin_1 {
    background: url("/img/marka1.png") repeat;
    font-size:12px;
	font-weight:bold;
    display: table-cell;
    height: 62px;
    padding-left: 20px;
    vertical-align: middle;
}
.contin_1 a
{
font-weight:normal;
}
.contin_1
{
padding-left:60px;
z-index:99;
}
.marka_1 .name
{
    font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.marka_1 > span {
    display: block;
    font-size: 10px;
    font-weight: normal;
}

.marka_1 > a {
    display: block;
    font-size: 10px;
    font-weight: normal;
}
.marka_2 {
    border: 1px solid #008000;
    border-radius: 7px;
    margin: 20px 0px;
    padding: 10px;
}
.marka_2 > span {
    display: block;
    font-size: 10px;
    font-weight: normal;
}
.marka_2 .name
{
    font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.marka_2 > a {
    display: block;
    font-size: 10px;
    font-weight: normal;
}
ul.category-tree
{
display:none;
}
.nav_content
{
margin-right:20%;
}
.nav_content > div
{
display:none;
}
.nav_content div.select
{
display:block;
}
.choose
{
    cursor:pointer;
}
.comment_group {
    bottom: 40px;
    font-size: 11px !important;
    height: 80px;
    left: 0;
    line-height: 100%;
    padding-right: 250px;
    position: absolute;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}
.comment_group  div, .comment_group  span, .comment_group p
{
 font-size: 11px !important;
}
a.g-badge { display:block; width: 194px; height: 57px; position: absolute; left: 273px; top: 0px; z-index: 999; }

.rev {padding: 20px 20px 0px 20px; margin: 20px 0px;border: 1px solid #008000;border-radius: 7px;}
.rev img {display: inline-block;}
.rev-name{display: inline-block;position: relative; top: -25px;height: 48px;line-height: 48px; font-size: 16px;font-weight: bold;padding: 0px 20px;}