/*
 * 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; }

.cf:before, .cf:after	{ content:' '; display: table; }
.cf:after{ clear:both; }
.cf	{ zoom:1;}
.fpd{ padding-bottom: 150px;clear: both;}
/* Common HTML elements, fonts, and colors
------------------------------------------ */
html,
body { width: 100%; min-height: 100%; font-family: Arial, Helvetica, 'Helvetica Neue', sans-serif; font-size: 13px;line-height: 1.42em; }
body{
    background: rgb(109,0,0);
    background: url(img/top-bg.png) center top repeat-x,url(img/bottom-bg.png) center bottom repeat-x, #b00000; 
}
a { color: #640600; outline:0 none; }
a:focus { outline:none; outline-offset:-4px; }
a:visited {  }
a:hover { color: #999999; }
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 { color: #640600; font-size: 17px;}
h3 { color: #640600; font-size: 15px;}
h4 { color: #640600; font-size: 14px; }
h5 { color: #640600; font-size: 13px; }
h6 { color: #640600; font-size: 12px; }
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;border-radius: 3px;}
input[type="text"],input[type="email"],input[type="password"],textarea{ border: 1px solid #f39513;}
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: #555; font-size:0.9em; padding:20px; border: 1px solid #ccc;
    background: rgb(255,244,229)}
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; }

#tabs-3 a{
    color: red;
    font-size: 15px;
    margin-left: 19px;
    cursor: pointer !important;
}
/* Misc elements
---------------- */

.block {background-color: #FCE7CA; border: 2px solid #CCC; text-align: center; }
.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; }

.breadcrumbs {
    padding: 0;
    font-size: 15px;
    line-height: 30px;
    min-height: 30px;
    margin: 0px 0 15px 0px;
    color: #aaa;
}
.breadcrumbs a { color: #878787; margin: 0 5px;}
.breadcrumbs a:first-child{ margin-left: 0;}
.breadcrumbs a:hover,
.breadcrumbs a.active{ color: #b3b3b3; text-decoration: none;}
.breadcrumbs span.rarr { color: #ccc; margin: 0 3px; }

.tags { width: 25%; clear: left; padding-top: 15px;}
.tags a { 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
---------- */
.haggle_link,
.btn,
input[type=button],
input[type=submit] { 
    color: #fff; 
    padding: 5px 20px; 
    border: 1px solid #f49512; 
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    -o-appearance: none; 
    -ms-appearance: none; 
    border-radius: 5px;
    background: rgb(254,199,2); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYzcwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjhjMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(254,199,2,1) 0%, rgba(242,140,22,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,199,2,1)), color-stop(100%,rgba(242,140,22,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,199,2,1) 0%,rgba(242,140,22,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,199,2,1) 0%,rgba(242,140,22,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,199,2,1) 0%,rgba(242,140,22,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,199,2,1) 0%,rgba(242,140,22,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec702', endColorstr='#f28c16',GradientType=0 ); /* IE6-8 */
    outline: none;
    text-decoration: none;
	
}

.haggle_link:hover,
.btn:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background: rgb(242,140,22); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOGMxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWM3MDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(242,140,22,1) 0%, rgba(254,199,2,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,140,22,1)), color-stop(100%,rgba(254,199,2,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,140,22,1) 0%,rgba(254,199,2,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,140,22,1) 0%,rgba(254,199,2,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,140,22,1) 0%,rgba(254,199,2,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(242,140,22,1) 0%,rgba(254,199,2,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28c16', endColorstr='#fec702',GradientType=0 ); /* IE6-8 */
    cursor: pointer; 
}
.haggle_link:hover,
.btn:hover{ text-decoration: none; color: #fff;}
.haggle_link{ display: inline-block; padding: 3px 20px 2px;}
input[type=button]:active,
input[type=submit]:active {}
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; }

/* Navigation menus
------------------- */

ul.menu-v { margin: 0 0 20px; padding: 0; }
ul.menu-v li { list-style: none; padding: 0;  }
ul.menu-v li a { padding: 15px 26px 15px 16px; display: block; text-decoration: none; }
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;  font-weight: bold;font-size: 17px;}
ul.menu-h li.bold a { font-weight: bold; }

.dropdown ul li { position: relative; }
.dropdown ul li.collapsible { }
.dropdown ul li.collapsible ul.menu-v{ 
	width: 100%;
}
.dropdown ul li:hover { } 
.dropdown ul li a { display: block; }
.dropdown ul ul.menu-v { opacity: 0; position: absolute; top: -9999em; left: -9999em; background: #fff; border: 2px solid #f49c22; 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: 100%; padding: 0; margin: 0; border: none; }
.dropdown ul ul.menu-v li.collapsible { margin-right: 0 !important; }
.dropdown ul ul.menu-v li a {padding: 5px 0 5px 25px; font-size: 16px;}
.dropdown > ul > li.collapsible > ul.menu-v li a {
	position: relative;
}
.dropdown > ul > li.collapsible > ul.menu-v li a:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 9px;
	width: 5px;
	height: 8px;
	background: url(img/sprites.png) -185px -20px no-repeat;
}
.dropdown > ul > li.collapsible > ul.menu-v li a:hover:before {
		background-position: -193px -20px;
}
/* .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 { 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 { }
.dropdown ul.menu-v li.collapsible.selected:hover > a {  } 

.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%; }

ul.menu-v.category-tree{
/* border: 1px solid #ccc; */
}
ul.menu-v.category-tree > li{
    background: rgb(255,244,229); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjRlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZjZjFjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2YxY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,244,229,1) 0%, rgba(255,255,255,1) 50%, rgba(252,241,207,1) 51%, rgba(252,241,207,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,244,229,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(252,241,207,1)), color-stop(100%,rgba(252,241,207,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,244,229,1) 0%,rgba(255,255,255,1) 50%,rgba(252,241,207,1) 51%,rgba(252,241,207,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,244,229,1) 0%,rgba(255,255,255,1) 50%,rgba(252,241,207,1) 51%,rgba(252,241,207,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,244,229,1) 0%,rgba(255,255,255,1) 50%,rgba(252,241,207,1) 51%,rgba(252,241,207,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,244,229,1) 0%,rgba(255,255,255,1) 50%,rgba(252,241,207,1) 51%,rgba(252,241,207,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4e5', endColorstr='#fcf1cf',GradientType=0 ); /* IE6-8 */
    border-bottom: 1px solid #fce1ba;
}
ul.menu-v.category-tree li:hover{
    background: rgb(244,151,22); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0OTcxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y3Yjc1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2YzOTUxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzk1MTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(244,151,22,1) 0%, rgba(247,183,94,1) 50%, rgba(243,149,19,1) 51%, rgba(243,149,19,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,151,22,1)), color-stop(50%,rgba(247,183,94,1)), color-stop(51%,rgba(243,149,19,1)), color-stop(100%,rgba(243,149,19,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(244,151,22,1) 0%,rgba(247,183,94,1) 50%,rgba(243,149,19,1) 51%,rgba(243,149,19,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(244,151,22,1) 0%,rgba(247,183,94,1) 50%,rgba(243,149,19,1) 51%,rgba(243,149,19,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(244,151,22,1) 0%,rgba(247,183,94,1) 50%,rgba(243,149,19,1) 51%,rgba(243,149,19,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(244,151,22,1) 0%,rgba(247,183,94,1) 50%,rgba(243,149,19,1) 51%,rgba(243,149,19,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49716', endColorstr='#f39513',GradientType=0 ); /* IE6-8 */

}
ul.menu-v.category-tree li{ position: relative;}
ul.menu-v.category-tree > li.collapsible  ul.menu-v{
	position: absolute;
	top: -1px;
	left: 100%;
	display: none;
	background: #fff;
	border: 2px solid #f49c22;
	padding: 0;
	z-index: 110;
	margin-left: 0;
	margin-top: 0;
	width: 200px;
	z-index: 10000;
}
ul.menu-v.category-tree  li.collapsible:hover > ul.menu-v{ display: block;}
ul.menu-v.category-tree > li.collapsible > ul.menu-v > li{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}
ul.menu-v.category-tree li.collapsible > ul.menu-v > li > a {
	padding: 1px 5px 1px 25px;
	font-size: 14px;
}
ul.menu-v.category-tree > li.collapsible > ul.menu-v li a:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 9px;
	width: 5px;
	height: 8px;
	background: url(img/sprites.png) -185px -20px no-repeat;
}
ul.menu-v.category-tree > li > a{
    padding: 0 0 0 50px;
    height: 35px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}
ul.menu-v.category-tree > li > a{
    width: 280px;
   /*  position: relative; */
}
ul.menu-v.category-tree li a:hover{
    color: #fff;
}
/* ul.menu-v.category-tree > li > a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
    background: url(/wa-data/public/site/img/cats_2.png) no-repeat;
	width: 60px;
	height: 40px;
    background-position: 0px 0px;
}
ul.menu-v.category-tree > li > a:before{ background-position: 0px -950px}
ul.menu-v.category-tree > li:nth-child(2) >a:before{ background-position: 0px 0px}
ul.menu-v.category-tree > li:nth-child(3) >a:before{ background-position: 0px -50px }
ul.menu-v.category-tree > li:nth-child(4) >a:before{ background-position: 0px -100px }
ul.menu-v.category-tree > li:nth-child(5) >a:before{ background-position: 0px -150px }
ul.menu-v.category-tree > li:nth-child(6) >a:before{ background-position: 0px -200px }
ul.menu-v.category-tree > li:nth-child(7) >a:before{ background-position: 0px -250px }
ul.menu-v.category-tree > li:nth-child(8) >a:before{ background-position: 0px -300px }
ul.menu-v.category-tree > li:nth-child(9) >a:before{ background-position: 0px -350px }
ul.menu-v.category-tree > li:nth-child(10) >a:before{ background-position: 0px -400px }
ul.menu-v.category-tree > li:nth-child(11) >a:before{ background-position: 0px -450px }
ul.menu-v.category-tree > li:nth-child(12) >a:before{ background-position: 0px -500px }
ul.menu-v.category-tree > li:nth-child(13) >a:before{ background-position: 0px -550px }
ul.menu-v.category-tree > li:nth-child(14) >a:before{ background-position: 0px -600px }
ul.menu-v.category-tree > li:nth-child(15) >a:before{ background-position: 0px -650px }
ul.menu-v.category-tree > li:nth-child(16) >a:before{ background-position: 0px -700px }
ul.menu-v.category-tree > li:nth-child(17) >a:before{ background-position: 0px -750px }
ul.menu-v.category-tree > li:nth-child(18) >a:before{ background-position: 0px -800px }
ul.menu-v.category-tree > li:nth-child(19) >a:before{ background-position: 0px -850px }
ul.menu-v.category-tree > li:nth-child(20) >a:before{ background-position: 0px -900px }
ul.menu-v.category-tree > li:hover > a:before{ background-position: -74px -950px }
ul.menu-v.category-tree > li:nth-child(2):hover >a:before{ background-position: -74px 0px}
ul.menu-v.category-tree > li:nth-child(3):hover >a:before{ background-position: -74px -50px }
ul.menu-v.category-tree > li:nth-child(4):hover >a:before{ background-position: -74px -100px }
ul.menu-v.category-tree > li:nth-child(5):hover >a:before{ background-position: -74px -150px }
ul.menu-v.category-tree > li:nth-child(6):hover >a:before{ background-position: -74px -200px }
ul.menu-v.category-tree > li:nth-child(7):hover >a:before{ background-position: -74px -250px }
ul.menu-v.category-tree > li:nth-child(8):hover >a:before{ background-position: -74px -300px }
ul.menu-v.category-tree > li:nth-child(9):hover >a:before{ background-position: -74px -350px }
ul.menu-v.category-tree > li:nth-child(10):hover >a:before{ background-position: -74px -400px }
ul.menu-v.category-tree > li:nth-child(11):hover >a:before{ background-position: -74px -450px }
ul.menu-v.category-tree > li:nth-child(12):hover >a:before{ background-position: -74px -500px }
ul.menu-v.category-tree > li:nth-child(13):hover >a:before{ background-position: -74px -550px }
ul.menu-v.category-tree > li:nth-child(14):hover >a:before{ background-position: -74px -600px }
ul.menu-v.category-tree > li:nth-child(15):hover >a:before{ background-position: -74px -650px }
ul.menu-v.category-tree > li:nth-child(16):hover >a:before{ background-position: -74px -700px }
ul.menu-v.category-tree > li:nth-child(17):hover >a:before{ background-position: -74px -750px }
ul.menu-v.category-tree > li:nth-child(18):hover >a:before{ background-position: -74px -800px }
ul.menu-v.category-tree > li:nth-child(19):hover >a:before{ background-position: -74px -850px }
ul.menu-v.category-tree > li:nth-child(20):hover >a:before{ background-position: -74px -900px } */
/* Sign up & Login forms
------------------------ */

.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;  }

.wa-form { float: left; margin: 0; overflow: visible; }
.wa-form select{ width: 272px;}
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { float: left; 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-left: 180px; 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="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px;  margin:0;border: 1px solid #f39513;border-radius: 3px;padding: 3px 5px;}
.wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px;border: 1px solid #f39513;border-radius: 3px; }
.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 .strong { font-size: 1.2em; font-weight:bold;}
.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.w1 { width: 6%; }
.col.w2 { width: 12%; }
.col.w3 { width: 22%; }
.col.w4 { width: 24%; }
.col.w5 { width: 30%; }
.col.w6 { width: 36%; }
.col.w7 { width: 40%; }
.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%; }

/* Tables
--------- */

table { border-collapse: collapse; border-spacing: 0; }
table td { padding: 10px; *border: 1px solid rgba(0,0,0,0.15); }

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; }

table.payments { margin-top: 0px; width: 264px; border-spacing:0; border-collapse:collapse; }
table.payments td {padding: 1px; padding-top: 8px; padding-bottom: 8px; border: 0px rgba(0, 0, 0, 0); }

table.noformat { margin-top: 0px; border-spacing:0; }
table.noformat td {padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px; border: 0px rgba(0, 0, 0, 0); }

td.subscribe { padding: 5px; border: 0px; }
/* Search
--------- */

.search { position: relative; width: 100%; height: 33px; margin-bottom: 15px; }

.search input { width: 100%; height: 33px; padding: 0 8px; float: left; border: 0; background: #fff; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none;margin-right: 0; box-shadow: 0 0 0px 2px #610103 inset; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box;-o-box-sizing: border-box; }
.search input:focus { outline: 0; background: #fff;  }

.search input::-webkit-input-placeholder { color: #e10209; font-weight: normal; }
.search input:-moz-placeholder,
.search input::-moz-placeholder { color: #e10209; font-weight: normal; }
.search input:-ms-input-placeholder { color: #e10209; font-weight: normal; }
 
.search button { width: 130px; overflow: visible; position: absolute; right: 0px; float: left; border: 0; padding: 0; cursor: pointer; height: 31px; color: #FFF; background: url(img/sprites.png) 0px 0px no-repeat; padding: 0 0 5px 30px; font-size: 20px; filter: none;}

.search button:active,
.search button:focus {  outline: 0; }
.search button:hover:before{  }
.search button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */ border: 0; padding: 0; }

/* header
--------- */
.site{ width: 1280px; background: #fffaf4; margin: 0 auto; box-shadow: 0px 0px 15px #000;  overflow: hidden;}
.container { }
.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 {overflow: hidden; position: relative; background: url(img/header.jpg) no-repeat; height: 231px;}
/* .header {overflow: hidden; position: relative; background: url(img/header.gif) no-repeat; height: 231px;} */
.header a { text-decoration: none; }
.header h2 { float: left; display: block; padding: 5px 0 3px; color: #000; margin-top: 6px; }
.header h2 a { color: #000 !important; }
.wlcm{
    position: absolute;
    color: #999;
    left: 20px;
    top: 5px;
    width: 450px;
    height: 20px;
    font-style: italic;
    font-size: 14px;
	z-index:1;
}
.wlcm a{ font-weight: bold;}
.logo{
    position: absolute;
    left: 28px;
    top: 52px;
    background: url(img/logo.png) no-repeat;
    width: 452px;
    height: 111px;
}
footer .logo{
    top: 72px;
}
.apps {
    position: absolute;
    bottom: 9px;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    width: 100%;
	margin-left: 5px;
	text-align:center;
}

.contacts-top{
	top: 90px;
}
.contacts{
    position: absolute;
    right: 0;
    top: 120px;
    color: #fff;
    width: 370px;
    height: 60px;
}
.contacts:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 37px;
    height: 38px;
    background: url(img/2icon-bc.png) no-repeat center center;
	top:0px;
	left: -50px;
}
footer .contacts{
    top: 143px;
}
.apps li { display: inline-table; list-style: none; }
.apps li a { 
    display: block;
    padding: 0px 35px;
    margin-right: 0px;
    position: relative;
    text-decoration: none;
}
.apps li a:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 40px;
    background: url(img/menu-h.png) no-repeat;
}
.apps li:last-child a:before{ display: none; }
.apps li.selected a { }
footer .apps{
    top: 11px;
    bottom: auto;
}
.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 { 
    position: absolute;
    top: 6px;
    right: 30px;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #999;
}
.header .auth li { list-style: none; float: left; }
.header .auth li a { font-style: italic; padding: 0px 12px; }
.header .auth li:first-child a { border-right: 1px solid #999; }
.header .cart {
display: inline-block;
padding: 8px 0px 0px 0px !important;
vertical-align: top;
	/* height:83px;
	line-height: 126px;
	display:block;
	background: url('img/card.png') no-repeat center center;
    position: absolute;
    left: 50%;
    margin-left: -163px;
    width: 326px;
    font-weight: bold;
    font-size: 16px;
    text-align: center; */
}
.header .cart a {  bottom: 0; }
.header .cart a { color: #000; }
.header .cart a strong {  }
.header .cart a:hover { }
.header .cart a:hover strong { }
.header .cart .cart-just-added {}
.header .cart .cart-to-checkout {display: none;  }
.header .cart.empty a { }
.header .cart.empty a:hover { }
.header .cart.empty a:visited,
.header .cart.empty a strong {  }
.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; }
.work{
    top: 103px;
    width: 720px;
    text-align: center;
    color: #fff;
    font-size: 18px; 
	padding-top: 150px;
}
footer .work{
    top: 150px;
}
.work u{
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
}
.work b{
    color: #999;
    font-size: 14px;
    font-weight: normal;
}
.address{
    color: #fff;   
    position: absolute;
    right: -21px;
    top: 41px;
    color: #fff;
    width: 385px; 
    height: 78px;
}
.address:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 37px;
    height: 48px;
    background: url(img/1icon-bc.png) no-repeat center center;
	top:0px;
	left: -50px;
}
footer .address{
    top: 61px;
}
.address a{
    text-decoration: underline;
    text-align: right;
    color: #fff;
    /* display: block; */
    margin-right: 0px;
    font-size: 14px;
    margin-top: 0px;
}
.contacts{
    font-size: 13px;
    position: absolute;
    right: -22px;
    top: 123px;
    color: #fff;
    width: 370px;
    height: 60px;
}
.contacts-top{
	top: 90px;
}
.contacts:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 37px;
    height: 38px;
    background: url(img/2icon-bc.png) no-repeat center center;
	top:0px;
	left: -50px;
}
.contacts .bl{
    width: 173px;
    float: left;
}
.contacts strong{
    font-size: 21px;
    color: #fff !important;
}
.contacts .strong{
    font-size: 21px;
    color: #fff !important;
    font-weight: bold;
}
footer .contacts{
    
}
.header .banner {  }
.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
------- */
header.line{
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: url(img/lineN.png) -2px 0px no-repeat;
    font-size: 16px;
    color: #fff;
    padding-left: 18px;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
header.line a{ text-decoration: none; color: #fff}
header.line a:hover{ text-decoration: underline;}
header.line.b{
    background: url(img/line-b.png) left top no-repeat;
}
header.line.f{
    background: url(img/line-f.png) right top no-repeat;
    text-transform: none;
    color: #820200;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
header.line.f i{
	position: absolute;
	width: 21px;
	height: 15px;
	right: 24px;
	top: 8px;
	background: url(img/sprites.png) -337px -54px no-repeat;
	cursor: pointer;
}
header.line.f i.off{
	background: url(img/sprites.png) -317px -51px no-repeat;
	height: 21px;
	width: 15px;
	top: 4px;
}
.line.bg{
    
}
.bigSlider:after,
ul.sorting:after,
.search:after,
.page-content header.line:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 11px;
	background: url(img/slider-shadow.png) 50% 0% no-repeat;
	background-size: contain;
}
main { clear: both; margin: 0; min-height: 1562px; }
.page { position: relative; z-index: 9; }

/* Sidebar as column */

.page-nav { width: 280px; float: left; margin: 2px 0 0 11px;}
.page-content { /* padding: 0; margin-left: 310px; position: relative; margin-right: 7px; */

float: left; width: 963px; margin-left: 20px;}

.nav-sidebar { position: relative; margin-bottom: 38px;}
.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 { position: relative;}
.tags-bl:after,
.nav-sidebar-body:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 276px;
	height: 11px;
	background: url(img/bl-shadow.png) 50% 0% no-repeat;
	background-size: contain;
}
.tags-sb:after,
.nav-sidebar-body:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 276px;
	height: 11px;
	background: url(img/bl-shadow.png) 50% 0% no-repeat;
	background-size: contain;
}
.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 { }

.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 { overflow: hidden;clear: both; position: relative; z-index: 0; min-height: 40px; background: url(img/footer_n.png) no-repeat; height: 214px;} */
footer { overflow: hidden;clear: both; position: relative; z-index: 0; min-height: 40px; background: url(img/footer_n.jpg) no-repeat; height: 214px;}
footer a,
footer a:visited {}
footer a:hover { }

.footer-block { display: inline-block; margin: 65px 8px 0 30px; vertical-align: top;  color: #fff;}
.footer-block ul{ list-style: none; margin: 10px 0; padding-left: 0; font-size: 17px; line-height: 22px;}
.footer-block header{ font-size: 18px;}
.footer-block a { display: block; text-decoration: none; color: #fff; font-size: 14px;}
.footer-block a:hover{ text-decoration: underline;}
.footer-block a.top {}
.footer-block#social{
	display:block;
    left: 526px;
    color: #fff;
    width: 228px;
    margin: -140px auto;
    font-size: 19px;
    text-align: center;
}
.footer-block#social a{
	display: inline-block;
	width: 37px;
	height: 37px;
	margin: 10px 5px 0 0;
}
.footer-block#social a i{ background: url(img/sprites.png) -218px -1px; display: block;	height: 37px;}
.footer-block#social a .facebook{
	background-position: -258px -1px;
}
.footer-block#social a .vk{
	background-position: -297px -1px;
}
.footer-block#social a .twitter{
	background-position: -336px -1px;
}
.footer-block#social a .youtube{
	background-position: -376px -1px;
}
.footer-block#social a .ggl{
	background-position: -376px -40px;
}
.footer-block#social a .lj{
	background-position: -376px -80px;
}
.footer-block#social a .insta{
	background-position: -376px -119px;
}
.footer-block#social a i:hover{ opacity: 0.7;}
.footer-block#copyright {
    float: none;
    margin: 0;
    position: absolute;
    left: 149px;
    bottom: 7px;
    color: #fff;
    width: 400px;
    padding: 0;
    font-size: 14px;
}
.footer-block#copyright a { 
    display: inline;
    color: #fff;
    text-decoration: none;
}
.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; margin: 1px 10px; }
.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; }

.icon10.star,
.icon10.star-full,.icon16.star,
.icon16.star-full { background: url(img/sprites.png) -1px -93px no-repeat; width: 21px; height: 19px;}
.icon10.star-half ,.icon16.star-half {background: url(img/sprites.png) -24px -93px no-repeat; width: 21px; height: 19px; }
.icon10.star-empty,.icon16.star-empty { background: url(img/sprites.png) -47px -93px no-repeat; width: 21px; height: 19px; }
.icon10.star-hover,.icon16.star-hover { background: url(img/sprites.png) -1px -93px no-repeat; width: 21px; height: 19px; }

.icon16.remove { background: url(img/sprites.png) -199px -1px no-repeat; width: 14px; height: 16px; margin: 0;}
.icon16.remove:hover { background: url(img/sprites.png) -184px -1px no-repeat; width: 14px; height: 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 {}
.icon10.star-half { }
.icon10.star-empty { }

/* 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: #eee; }

html.my .nav-sidebar {}
html.my .nav-hotties { }
html.my .page-content {  }

/* Legacy stuff
--------------- */

#poweredby { float: right; margin: 0 50px; color: #888; }
#copyright {
	margin: 0 auto;
	height: 60px;
	background: #000;
	text-align: center;
	line-height: 40px;
	color: #fff;
	height: 160px;
	font-size: 16px;
}
#copyright a{
	text-decoration: none;
	color: #fff;
}

.bigSlider ul{
    margin: 0;
    padding: 0;
}
.bigSlider .bx-wrapper{
    border: 2px solid #fad7a6;
    position: relative;
    margin-top: 20px;
}
.bigSlider .bx-wrapper:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 100%;
    height: 36px;
    background: url(img/slider-shadow.png) 50% 0% no-repeat;
	background-size: contain;
}
.bigSlider .bx-wrapper .bx-pager{
    bottom: 7px;
    padding: 0;
}
.bigSlider .bx-wrapper .bx-pager:after{
    content: '';
    position: absolute;
    left: 50%;
    top: -12px;
    margin-left: -164px;
    width: 328px;
    height: 38px;
    background: url(img/sprites.png) 0px -115px no-repeat;
    z-index: 59;
}
.bigSlider .bx-wrapper .bx-pager.bx-default-pager a{
    background: #fff;
    width: 17px;
    height: 17px;
    border-radius: 18px;
    z-index: 62;
    position: relative;
}
.bigSlider .bx-wrapper .bx-pager.bx-default-pager a:hover, .bigSlider .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #b00000;
}
.bigSlider .bx-wrapper .bx-controls-direction a{
    height: 56px;
    width: 38px;
    opacity: 0.4;
    margin-top: -28px;
}
.bigSlider .bx-wrapper .bx-prev{
    left: 0;
    background: url(img/sprites.png) -1px -35px no-repeat;
}
.bigSlider .bx-wrapper .bx-next{
    right: 0;
    background: url(img/sprites.png) -38px -34px no-repeat;
}
.bigSlider .bx-wrapper .bx-prev:hover{
    opacity: 1;
    background: url(img/sprites.png) -1px -35px no-repeat;
}
.bigSlider .bx-wrapper .bx-next:hover{
    opacity: 1;
    background: url(img/sprites.png) -38px -34px no-repeat;
}
article.product-wrap{
}
.content{ margin-top: 15px; }
h1,
.category-name{
    color: #640600;
    font-size: 21px;
    margin-left: 0;
}
.cat-w{
    margin-left: 0;
	overflow: hidden;
}
.cat-i{
    display: table-cell;
    width: 160px;
    max-height: 120px;
    vertical-align: middle;
    text-align: center;
    float: left;
}
.cat-i{
    max-width: 100%;
    max-height: 100%;
}
.cat-w p{
    font-size: 14px;
    color: #777;
}
.sub-categories{margin: 0 0 0 -7px; padding: 0; clear: both;}
.sub-categories li{
	text-align: center;
    width: 225px;
    display: block;
    float: left;
    height: 200px;
    margin: 20px 0 20px 15px;
    border: 2px solid #ccc;
    position: relative;
    padding: 10px;
    background: none repeat scroll 0% 0% #FCE7CA;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sub-categories li:hover{ background: #fff;}
.sub-categories li:hover{border-color: #f39513;}
.sub-categories li:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 100%;
	height: 11px;
	background: url(img/item-shadow.png) 50% 0% no-repeat;
	background-size: contain;
}
.sc-image{
    display: table-cell;
    max-width: 200px;
   /* min-width: 200px;*/
    max-height: 150px;
    height: 120px;
    vertical-align: middle;
    text-align: center;
    }
.sc-image img{
    /* max-width: 100%;
    max-height: 100%;
    display: inline;
    border: 1px solid #CCC; */
	    display: table;
  width: 80%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 50px; right: 0;  border: 1px solid #CCC;
}
.sc-link{
    display: block;
    max-width: 200px;
    /*min-width: 200px;*/
    text-decoration: none;
    font-size: 16px;
    text-align: center;
	margin-top: 10px;
    vertical-align: top;
    color: #820200;
}
.sc-w{
    display: inline-block;
    height: 120px;
   /* width: 200px;*/
}
.tags-bl{
	background: #fdfbf5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmJmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWY2ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdfbf5 0%, #fef6e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfbf5), color-stop(100%,#fef6e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfbf5 0%,#fef6e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfbf5 0%,#fef6e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfbf5 0%,#fef6e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfbf5 0%,#fef6e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbf5', endColorstr='#fef6e5',GradientType=0 ); /* IE6-8 */
	border: 1px solid #CCC;
	padding: 13px 8px;
	position: relative;
	height: 408px;
	margin-bottom: 20px;
}
.tags-sb{
	background: #fdfbf5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmJmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWY2ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdfbf5 0%, #fef6e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfbf5), color-stop(100%,#fef6e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfbf5 0%,#fef6e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfbf5 0%,#fef6e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfbf5 0%,#fef6e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfbf5 0%,#fef6e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbf5', endColorstr='#fef6e5',GradientType=0 ); /* IE6-8 */
	border: 1px solid #CCC;
	padding: 13px 8px;
	position: relative;
	height: 221px;
	margin-bottom: 20px;
}
.tags-bl a{ 
	text-decoration: none;
		
}
.slider i{
	font-size: 30px;
	height: 20px;
	display: inline-block;
	position: relative;
	bottom: -2px;
	margin: 0 3px 0 0;
	color: #bbb;
	font-style: normal;
}
.smpl{ color: #777; font-size: 15px; margin-left: 15px;}
.sl-wrap .bx-wrapper  .bx-wrapper{ }
.sl-wrap .bx-wrapper .bx-wrapper .bx-viewport{ }
.sl-wrap .bx-wrapper .bx-viewport ul li a div .badge-wrapper img {  
display: table;
  width: 80%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0; max-width: 180px;
max-height: 150px; border: 1px solid #CCC;}
.sl-wrap .bx-wrapper .bx-viewport ul li a div .badge-wrapper { }
.badge-cat .badge{ position: relative; top: -7px;}
.counter-w{
	height: 40px;
	margin: 0 auto;
	text-align: center;
}
.counter-w ul{ margin: 0; padding: 0; list-style: none; display: inline-block;}
.counter-w ul li{ display: inline-block; width: 88x; height: 30px}
.cart .row.pad{ padding: 20px 0;
line-height: 20px;
overflow: hidden;}
.cart .row.pad .col{}
.def_option::before {
	content: "";
	position: absolute;
	right: 7px;
	top: 9px;
	width: 10px;
	height: 10px;
}
.def_option{
	cursor: pointer;
	background: url(/wa-data/public/site/img/filters_select.png) center top no-repeat; 
	background-size: contain;
	border: 0px solid #ccc;
	height: 23px;
	padding-left: 8px;
	line-height: 25px;
	width: 150px;
	color: #ccc;
	position: relative;
}
.select_dropdown {
    position: absolute;
    top: 57px;
    left: 0;
    background: #FBE5C6;
    border: 1px solid #F49712;
    padding: 10px;
    z-index: 20;
    min-width: 150px;
}
.sel_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.pr-wr:after,
#cart-form .purchase:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 11px;
	bottom: -11px;
	left: 0;
	background: url(img/slider-shadow.png) 50% 0% no-repeat;
	background-size: contain;
}
.wa-auth-adapters { float: left}
#page{/* float: left; */}
.ul.menu-v.brands{
	padding: 0;
	margin: 0;
}
ul.menu-v.brands li{ display: block; float: left;}
ul.menu-v.brands li a{ padding: 1px 10px 1px 1px;
color: #640600;
font-size: 10px;
font-weight: bold; }
ul.menu-v.brands li a:hover{ color: #999;}
.page #page-content #page div.brand{ 
    background: none repeat scroll 0 0 #fce7ca;
    border: 2px solid #ccc;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 150px;
    margin: 20px 15px 20px 0;
    padding: 10px;
    position: relative;
    width: 225px;
}
.page #page-content #page div.brand{ 
    text-align: center;
    color: #820200;
    font-size: 16px;
}
.page #page-content #page div.brand a img{ 
    width:100%;
    margin: 0 0 10px;
}
.page #page-content #page div.brand:after {
    background: url("img/item-shadow.png") 50% 0% no-repeat;
	background-size:contain;
    bottom: -12px;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    width: 100%;
}
#page-content div.brand{ 
    display: block; 
    float: left; 
    width: auto;
    margin-bottom: 20px;
    text-align: justify;
}
#page-content div.brand img{
    display: block;
    margin: 0 20px 0 0;
}
#page-content div.brand p {
    color: #777;
    font-size: 16px;
    margin-right: 10px;
}
.delivery-page {width:100% !important;}
.delivery-page table td{ border: none;}
.delivery-page a{font: bold 12px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #000099;}
.delivery-page a:hover{text-decoration: underline;}

.share42init{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.simplemodal-data table td { border: 0;}
table.table { width:100% !important;}
table.table tr:nth-child(odd){ background: #fce7ca}
table.table th,
table.table td{
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.15);
}
table.table.rqst a{ text-decoration: none;}
table.table.rqst tr td:nth-child(1){
	font-weight: bold;
	text-decoration: underline;
}
table.table.rqst tr td:nth-child(2) a{ color: #777;}
table.table.rqst tr td:nth-child(3) a{ color: #000;}
table.table.rqst{
	
}
table.table.rqst{
	
}
.my-nav{
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;background: #fcf1cf; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZjFjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZlZjllYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZjZjFjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2YxY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcf1cf 0%, #fef9eb 50%, #fcf1cf 51%, #fcf1cf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf1cf), color-stop(50%,#fef9eb), color-stop(51%,#fcf1cf), color-stop(100%,#fcf1cf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcf1cf 0%,#fef9eb 50%,#fcf1cf 51%,#fcf1cf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcf1cf 0%,#fef9eb 50%,#fcf1cf 51%,#fcf1cf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcf1cf 0%,#fef9eb 50%,#fcf1cf 51%,#fcf1cf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcf1cf 0%,#fef9eb 50%,#fcf1cf 51%,#fcf1cf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf1cf', endColorstr='#fcf1cf',GradientType=0 ); /* IE6-8 */
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.resUl{
	margin: 0;
	padding: 0;
	background: #fcf1cf; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZjFjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZlZjllYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZjZjFjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2YxY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcf1cf 0%, #fef9eb 50%, #fcf1cf 51%, #fcf1cf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf1cf), color-stop(50%,#fef9eb), color-stop(51%,#fcf1cf), color-stop(100%,#fcf1cf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcf1cf 0%,#fef9eb 50%,#fcf1cf 51%,#fcf1cf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcf1cf 0%,#fef9eb 50%,#fcf1cf 51%,#fcf1cf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcf1cf 0%,#fef9eb 50%,#fcf1cf 51%,#fcf1cf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcf1cf 0%,#fef9eb 50%,#fcf1cf 51%,#fcf1cf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf1cf', endColorstr='#fcf1cf',GradientType=0 ); /* IE6-8 */
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.resUl li{
	margin: 0 1px 0 0 !important;
	padding: 0 6px 0 0 !important;
}
/*ul.menu-h li.fchld:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 950px;
	
}*/
ul.menu-h li.helpdesk ,
ul.menu-h li.shop {
	line-height: 40px;
	position: relative;
}
html.my ul.menu-h li.helpdesk a,
html.my ul.menu-h li.shop a{
	display: block;
	padding: 0px 18px;
	margin-right: 0px;
	position: relative;
	text-decoration: none;
	font-size: 15px;
}
html.my ul.menu-h li.helpdesk.selected a,
html.my ul.menu-h li.shop.selected a{
	color: #ccc;
	background: transparent;
}
ul.menu-h li.helpdesk a:before ,
ul.menu-h li.shop a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 40px;
	background: url(img/menu-h.png) no-repeat;
}
.product-sidebar .services{
	width: 390px;
	float: left;
}
.product-sidebar .services .name {
	width: 390px;
}





a.compare-add.inline-link,
a.compare-remove.inline-link{float: left;}


section.btn{
	width: 180px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	height: 27px;
	line-height: 16px;
}

.more-brands{ cursor:pointer;  background: url(img/sprites.png) -79px -56px; width: 16px; height: 20px; display:block; position: absolute; right:10px; top:6px;}
.more-brands:hover{background: url(img/sprites.png) -79px -78px; height: 20px; display:block; position: absolute; right:10px; top:6px;}

.more-brands.active{-webkit-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);}
.brands-div ul.noactive{max-height: 354px; overflow: hidden;margin-bottom: 14px;}
.my-aff-plugin h2{color: #640600;font-size: 21px;margin-left: 0;}
/* Slider Bx Top*/
.bxslider_top{margin: 0px; padding: 0px;}
.sliderTop{min-height:215px; position:relative; margin-bottom:25px;}
.sliderTop .bx-wrapper{/*height:100% !important;*/ width:100% !important; left: -1px;}
.sliderTop .bx-wrapper .bx-viewport{border: 2px solid #f39513; left:1px; position:absolute; width:auto !important;}
.bxslider_top li div img{width:100% !important; height: auto !important;}
.sliderTop:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	height: 12px;
	background: url(img/slider-shadow.png) 50% 0% no-repeat;
	background-size: contain;
}
/* tel */
.t1{
	top: 53px;
	height: 38px;
	width: 285px;
}
.t2{
	width: 285px;
	height: 38px;
	top: 105px;
}
.t1-inner{
	width: 100% !important;
}
.t2-inner{
	width: 100% !important;
}

.suggestions-input{
	width: 450px !important;
}
.wa-form .wa-field .wa-value textarea.large { width:470px !important; min-width:470px !important;} 
.testy .wa-field .wa-value p {
	margin: 0 !important;
}
.menu-h + h1 {margin: 0 !important;} 
.testy input[type=submit] { width: 272px;}

#cart-form .pr-wr{
	min-height: 234px;
}
.comparediv{display:inline-block;}
.comparediv a{
	margin: 5px 0;
}
.checkoutColor .wa-field-firstname input[type="text"],
.checkoutColor .wa-field-middlename input[type="text"],
.checkoutColor .wa-field-lastname input[type="text"],
.checkoutColor .wa-field-phone input[type="text"],
.checkoutColor .wa-field-email input[type="text"]{ border: 1px solid rgb(216,19,27) !important; }
.requiredColor .wa-required input[type="text"], .requiredColor .wa-required select{ border: 1px solid rgb(216,19,27) !important; }
.testy .wa-value input[type="button"]{ width:270px;}
.testy5.testy .field:nth-child(1) { height: 70px; }
.testy5.testy + .wa-field .wa-value{margin: 0 !important}
.category-name + .brand { width: auto !important; }
.testy1 .wa-value.wa-submit{width: 270px; text-align: center;}
.autodata_FIO_input {width: 270px;}
.cartHeadMain{text-align: center; height: 26px; }
.cartHeadMain a{ display: inline-block;}
.cartHead{ background: url('./img/cart2.png') 0px 0px no-repeat; height: 26px; width: 130px; background-size: contain; }
/*blok nav*/
.blockNav li.selected a{font-weight: bold;font-size: 17px;}
.blockNav li a{padding: 0px 0px 0px 0px !important;}
/*headInfoLogo*/
.headInfoLogo{ padding: 13px 0px 0px 0px; text-align: center;}
.headInfoLogo .left{ text-align: right; width: 307px; display: inline-block; vertical-align: top; padding-right: 25px; padding-top: 22px;}
.headInfoLogo .left .text1{background: url('./img/logo-text1.png') 0px 0px no-repeat; height: 19px; width: 197px; display: inline-block;}
.headInfoLogo .left .word{}
.headInfoLogo .left .word .word1{background: url('./img/logo-word1.png') 0px 0px no-repeat; height: 31px; width:162px; display: inline-block;}
.headInfoLogo .left .word .word2{background: url('./img/logo-word2.png') 0px 0px no-repeat; height: 31px; width: 141px; display: inline-block;}
.headInfoLogo .left .text2{background: url('./img/logo-text2.png') 0px 0px no-repeat; height: 16px; width: 301px; display: inline-block;}
.headInfoLogo .center{height: 110px; width: 111px; display: inline-block; vertical-align: top;}
.headInfoLogo .center .headLogo{background: url('./img/logo-sim.png') 0px 0px no-repeat; height: 110px; width: 111px; display: inline-block;}
.headInfoLogo .right{width: 332px; display: inline-block; vertical-align: top; padding-left: 45px; text-align: left;}
.headInfoLogo .right .address{position: relative; top: 0;}
.headInfoLogo .right .address:before{content: '';position: absolute;left: 0;bottom: -38px; width: 37px;    height: 48px;    background: url(img/1icon-bc.png) no-repeat center center;	top:0px;	left: -50px;}
.headInfoLogo .right .contacts{position: relative; top: 0;}
.headInfoLogo .right .contacts:before{content: ''; position: absolute; left: 0;  bottom: -38px;  width: 37px; height: 38px;  background: url(img/2icon-bc.png) no-repeat center center;	top:0px;	left: -50px;}
.headInfoLogo .right .bl{color: #fff;}
.headInfoLogo .right .bl strong{ font-size: 21px;color: #fff !important;}
.headInfoLogo .right .bl .strong{ font-size: 21px;color: #fff !important;font-weight: bold;}
/*sliders main page*/
.hint.align-center{display: none;}
/*brends*/
.catBrend{clear: left;width: 261px;padding-top: 30px;}
.catBrend .brand{width: 100% !important; text-align: center !important; border: 1px solid #e8e7e6; background: #fcf3e5; position: relative; padding: 5px 0px 5px 0px;}
.catBrend .brand:after{content: ''; position: absolute;width: 100%;height: 11px;bottom: -11px;left: 0;background: url(img/shadow-gallery.png) center top no-repeat;background-size: contain;} 
.catBrend .brand img{margin: 0 auto !important; width: 80%;}
/*hpme.html blocks*/
.thumbs.product-list.tmb.cf{display: block;height: 350px;}
.thumbs.product-list.tmb.cf li{width: 200px;margin-right: 9px;display: inline-block; margin-top: 10px;}
/*menuMain*/
ul.menu-v.category-tree > li {height: 35px;}
ul.menu-v.category-tree > li > a{padding: 0 0 0 0px;}
ul.menu-v.category-tree > li > a span.withoutImg{line-height: 35px; vertical-align: top; padding-left: 45px;}
ul.menu-v.category-tree > li > a span.withImg{line-height: 35px; vertical-align: top; padding-left: 10px;}
ul.menu-v.category-tree > li > a img{height: 35px; width: 35px;}
/*headCart*/
div#fCart.headCart{display: block !important; color: black !important; position:relative !important; right: 0px !important; top: 120px;}
div#fCart.headCart span.fcart-total{color: black !important;}
/*product tabsNew*/
#tabsNew{font-family: Verdana,Arial,sans-serif;  font-size: 100%; margin-top: 15px;}
#tabsNew > ul{margin: 0px 0px -1px 0px !important; padding: 0px 0px 0px 10px !important; position: relative;}
#tabsNew > ul li{display: inline-block; background: #fad7a6;border: 1px solid #e8e7e6;border-radius: 10px 10px 0 0; position: relative; margin: 1px 0px 0 0px; padding: 15px 20px 5px 20px; cursor:pointer; border-bottom-width: 0;}
#tabsNew ul li.firstLi{background: #fcf3e5; cursor: default;}
#tabsNew ul li a{ font-size: 100%; text-decoration: none; font-size: 18px; color:#555555;}
#tabsNew ul li a:hover{ color:black;}
#tabsNew ul li.firstLi a{cursor: default;}
#tabsNew ul li.firstLi a:hover{color:#555555;}
#tabsNew .Inner{ }
#tabsNew .Inner > div{ display:none; background: #fcf3e5; min-height:150px; padding: 25px 20px; border: 1px solid #e8e7e6; }
#tabsNew .Inner > div.firstInner{ display:block;}
.reviews p {color:#222222;  font-size: 1.1em;}
.reviews p a{ color:#222222;  font-size: 1.1em;}
/*меню*/
div.imgsMenu{display: inline-block;	position: relative;	height: 35px;}
div.imgsMenu img.imgMenu{}
div.imgsMenu img.imgMenuHover{	display: none;}
.menu-v.category-tree.shadowbox.cts > li:hover div.imgsMenu img.imgMenuHover { display: inline-block; }
.menu-v.category-tree.shadowbox.cts > li:hover div.imgsMenu img.imgMenu { display: none; }
.widthOutImg{height: 35px;width: 35px;display: inline-block;}
/*category and slider and badge*/
.categoryProduct{overflow: visible !important;}
.categoryProduct .compare-at-price.nowrap{font-size: 14px !important;}
.categoryProduct .oldPrice{color: #000 !important;font-size: 14px !important; font-weight: bold;}
.categoryProduct .price.nowrap{color: #000 !important;font-size: 18px !important;}
.categoryProduct .price-w{float:left !important; text-align: left !important; margin: 3px 0 0 !important;}
.categoryProduct .price-w .compare-at-price{display:inline; text-align: left !important;}
.categoryProduct .price-w .price {text-align: left !important;}
.categoryProduct .starsProduct{float:none !important; width: auto !important; text-align: center !important; padding: 0px 0px 0px 0px !important;}
.bx-viewport .thumbs.product-list.tmb.cf li{margin-left: 6px !important; margin-right: 9px !important;}
/**/
.add2cart input[type=submit]{
    float: right;
    margin: 2px 12px 20px 0;
    display: block;
    width: 174px;
    height: 37px;
    background: url(img/sprites.png) -135px -62px no-repeat;
    border: none;
    text-indent: 9999px;
    filter: none;
}
.product-gallery .bx-wrapper .bx-prev{
	background: url(img/sprites.png) -134px -29px;
	left: -30px;
}
.product-gallery .bx-wrapper .bx-next{
	background: url(img/sprites.png) -157px -29px;
	right: -29px;
}
.qty-plus,
.qty-minus{
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(img/sprites.png) -115px -34px no-repeat;
    position: relative;
    bottom: -2px;
    cursor: pointer;
    margin: 0 5px;
}
.sl-wrap .bx-wrapper .bx-prev{
    background: url(img/sprites.png) -79px -56px;
}
.sl-wrap .bx-wrapper .bx-next{
    background: url(img/sprites.png) -98px -56px;
}
.sl-wrap .bx-wrapper .bx-prev:hover{
    background: url(img/sprites.png) -79px -78px;
}
.sl-wrap .bx-wrapper .bx-next:hover{
    background: url(img/sprites.png) -98px -78px;
}

article.post div.text table tbody tr td{
	min-width: 160px;
    vertical-align: top;
}

section.post div.text table tbody tr td{
	min-width: 160px;
    vertical-align: top;
}













