/*
================================================
	Reset v 2.1 [s3-mod]
================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul, menu {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a img {
border: 0 none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sub, sup {
	font-size: 65%;
	line-height: 1;
	vertical-align: baseline;
}
sup {
	vertical-align: top;
}
sub {
	vertical-align: bottom;
}

/* Elements of Form */
input:focus, textarea:focus, select:focus {
	outline: none;
}
input, select, button {
	vertical-align: baseline;
}
textarea {
	resize: vertical;
	min-height: 100px;
	max-width: 100%;
	overflow: auto;
}
textarea, select[multiple] {
	vertical-align: top;
}
input[type="color"] {
	vertical-align: middle;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0 4px;
}

/* Pablex Object */
object video {
	display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	object video {
		display: block !important;
	}
}


/*
================================================
	Default Tags Properties
================================================
*/
.row-vspace,
h1, h2, h3, h4, h5, h6,
hr, p, ul, ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	padding: 0;
}


/*
================================================
	Selectors Utility
================================================
*/
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}

.hide {
	display: none !important;
}
.show {
	display: block !important;
}

.invisible {
	visibility: hidden !important;
}
.visible {
	visibility: visible !important;
}

.fixed {
	position: fixed !important;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

.clear-both {
	clear: both;
}

/* Tables */
table.table0 td,
table.table1 td,
table.table2 td,
table.table2 th {
	padding: 5px;
	border: 1px solid #cecece;
	vertical-align: top;
}
table.table0 td {
	border: none;
}
table.table2 th {
	padding: 8px 5px;
	background: #4e8535;
	border: 1px solid #4e8535;
	border-bottom-color: #cecece;
	font-weight: normal;
	text-align: left;
	color: #fff;
}

/* Clear */
.clear-container {
	clear: both;
	height: 0;
	overflow: hidden;
	width: 100%;
	line-height: 0;
	font-size: 0;
}


/*
================================================
	Design Styles
================================================
*/
html, body {
	position: relative;
	height: 100%;
	min-width: 980px;
	*min-width: 1020px;
}
html {
	overflow-y: scroll;
}
body {
	font: normal 14px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
	background: url(body-bg.jpg) 50% 0 no-repeat fixed;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font: inherit;
}

h1 {font-size: 22px; line-height: 1;}
h2 {font-size: 20px; line-height: 1;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5, h6 {font-size: 14px;}
h4, h5, h6 {font-weight: bold;}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {margin-top: 0;}

a {outline: none; color: #08c;}
a:hover {text-decoration: none;}



.wrapper {
	background: #fff;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	max-width: 1020px;
	*width: 1020px;
	margin: 0 auto -220px auto;
}
.wrapper-clear {
	height: 220px;
}

.top-line {
	background: #e0edba;
	line-height: 0;
	font-size: 0;
	height: 6px;
	width: 100%;
}


header,
footer,
.content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}


/* ***** Header ***** */
header {
	min-height: 184px;
}
header p {
	padding: 0;
	margin: 0;
}
header > aside {
	background: #4f8635 url(header.jpg) 50% 0 no-repeat;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	height: 100px;
	color: #c2db76;
	clear: both;
}
header > aside a {
	color: #fff;
}
header .pull-left {
	width: 670px;
	min-height: 84px;
}
header .pull-right {
	width: 290px;
	min-height: 74px;
	padding-bottom: 10px;
}


/* ***** Footer ***** */
footer {
	background: url(footer-s.jpg) 50% 100% no-repeat;
	padding-bottom: 40px;
	min-height: 180px;
	font-size: 11px;
}
footer p {
	padding: 0;
	margin: 0;
}
footer > aside {
	background: #4e8535 url(footer.jpg) 50% 0 no-repeat;
	border-bottom: 4px solid #3e6a2a;
	padding: 0 20px;
	min-height: 176px;
	color: #eaffab;
}
footer > aside a {
	color: #fff;
}
footer .pull-left {
	padding-bottom: 10px;
	padding-top: 30px;
	width: 230px;
}
footer .pull-right {
	text-align: right;
	padding-bottom: 10px;
	padding-top: 30px;
	width: 300px;
}


/* ***** Content ***** */
.content {
	background: url(header-s.jpg) 50% 0 no-repeat;
}
.content .sidebar,
.content .textbody {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.content .sidebar {
	width: 220px;
	padding: 0 0 40px 0;
}
.content .textbody {
	padding: 20px 0 60px 30px;
}




/* ***** Blocks in Header ***** */
/* Login Top */
.login-top {
	height: 44px;
	line-height: 44px;
	font-size: 11px;
	color: #4e8535;
	background: url(login-icon.png) 0 50% no-repeat;
	padding-right: 36px;
	padding-left: 16px;
	float: left;
}
.login-top a {
	color: #4e8535;
}

/* Phone Top */
.phone-top {
	padding: 11px 0;
	overflow: hidden;
}
.phone-top .phone-title {
	float: left;
	padding-right: 8px;
	padding-top: 4px;
	font-size: 12px;
	color: #999;
}
.phone-top .phone-body {
	float: left;
	font-size: 16px;
	color: #333;
}

/* Nav Top */
.nav-top,
.nav-top li,
.nav-top ul {
	list-style: none;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.nav-top {
	clear: both;
	float: left;
	background: #e6e6e6 url(nav-top-x.png) 0 0 repeat-x;
}
.nav-top ul {
	float: left;
	background: url(nav-top-right.png) 100% 0 no-repeat;
	padding-right: 30px;
}
.nav-top ul li {
	display:inline-block; vertical-align:top; *display:inline; *zoom:1;
}
.nav-top ul li a {
	float: left;
	display: block;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	font-size: 12px;
	text-decoration: none;
	color: #666;
}
.nav-top ul li a:hover,
.nav-top ul li a.active {
	text-decoration: underline;
	color: #4e8535;
}
.nav-top ul li.home {
	width: 40px;
	height: 40px;
	padding: 0;
}
.nav-top ul li.home a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-indent: -1000px;
	background: url(home-icon.png) 0 0 no-repeat;
	overflow: hidden;
}

/* Cart Top */
.cart_top {
	float: right;
	background: #e0edba url(cart-icon.png) 0 0 no-repeat;
	-webkit-border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
	border-radius: 0 0 8px 0;
	min-width: 170px;
	height: 68px;
	padding: 4px 14px 0 64px;
	line-height: 1;
	font-size: 13px;
	color: #666;
}
.cart_top span,
.cart_top strong {
	color: #333;
}
.cart_top strong {
	font-size: 16px;
}
.cart_top a {
	display: inline-block;
	cursor: pointer;
	padding-right: 8px;
	background: url(order-arrow.png) 100% 5px no-repeat;
	line-height: normal;
	font-size: 12px;
}
.cart_top p {
	padding: 2px 0;
}

/* Card Top */
.visiting-card-top {
	padding: 24px 20px 22px 20px;
	min-height: 50px;
	display: inline;
	float: left;
	width: 368px;
}
.visiting-card-top .logo {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}
.visiting-card-top .logo img {
	display: block;
	border: none;
}
.visiting-card-top .company-name {
	line-height: 1;
	font-size: 24px;
	overflow: hidden;
	padding: 3px 0;
}
.visiting-card-top .company-name span {
	color: #fff;
}
.visiting-card-top .business-type {
	line-height: normal;
	font-size: 13px;
}

/* Search Top */
.search_top {
	width: 322px;
	float: left;
	display: inline;
	margin: 30px 30px 10px 0;
}
.search_top .example {
	padding: 0 12px;
	line-height: 20px;
	font-size: 12px;
	height: 20px;
	clear: both;
}
.search_top form {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.search_top form > span {
	float: left;
}
.search_top form > span.textfield {
	width: 252px;
	height: 32px;
	margin-right: 8px;
	background: url(textfield.png) 0 0 no-repeat;
}
.search_top form > span.submit {
	width: 62px;
	height: 32px;
}
.search_top input {
	background: transparent;
	vertical-align: top;
	border: none;
	padding: 0;
	margin: 0;
}
.search_top input[type="text"] {
	float: left;
	width: 228px;
	padding: 9px 12px 8px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #999;
}
.search_top button,
.search_top input[type="button"],
.search_top input[type="submit"] {
	background: url(search-btn.png) 0 0 no-repeat;
	text-indent: -1000px;
	cursor: pointer;
	height: 32px;
	width: 62px;
}
.search_top button:hover,
.search_top input[type="button"]:hover,
.search_top input[type="submit"]:hover {
	background-position: -70px 0;
}
.search_top button:active,
.search_top input[type="button"]:active,
.search_top input[type="submit"]:active {
	background-position: -140px 0;
}

/* Search Top Extended */
.search_toggle_button {
	height: 32px;
	width: 182px;
	background: url(expand-btn.png) 0 0 no-repeat;
	float: left;
	display: inline;
	margin: 30px 0;
	cursor: pointer;
}
.search_toggle_button:hover {
	background-position: 0 -40px;
}
.search_toggle_button:active {
	background-position: 0 -80px;
}
.search_toggle_button.opened {
	background-position: -190px 0;
}
.search_toggle_button.opened:hover {
	background-position: -190px -40px;
}
.search_toggle_button.opened:active {
	background-position: -190px -80px;
}

.search_top_extended {
	position: absolute;
	width: 180px;
	padding: 20px;
	background: #fff;
	z-index: 1000;
	font-size: 12px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	display: none;
	right: 50%; 
	top: 104px; 
	margin-right: -481px;
}
.search_top_extended .search_toggle_button {
	margin: 0 -1px 30px -1px;
	display: block;
	float: none;
}
.search_top_extended input[type=text].small {width: 52px;}
.search_top_extended input[type=text] {width: 96.5%;}
.search_top_extended select {width: 100%;}
.search_top_extended div.row {line-height: 16px; padding: 5px 0}
.search_top_extended div.row span {color: #afafaf;}
.search_top_extended div.submit {padding: 10px 0 0;}
.search_top_extended div.submit input {
	background: url(search-btn.png) 0 0 no-repeat;
	vertical-align: top;
	text-indent: -1000px;
	cursor: pointer;
	width: 62px;
	height: 32px;
	border: none;
	padding: 0;
	margin: 0;
}
.search_top_extended div.submit input:hover {
	background-position: -70px 0;
}
.search_top_extended div.submit input:active {
	background-position: -140px 0;
}




/* ***** Blocks in Footer ***** */
/* Nav Bot */
.nav-bot,
.nav-bot li,
.nav-bot ul {
	list-style: none;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.nav-bot {
	min-height: 40px;
	border-bottom: 1px solid rgba(255,255,225,0.2);;
}
.nav-bot li {
	display: inline-block;
	padding: 15px 20px 14px 0;
	*display: inline;
	*zoom: 1;
}
.nav-bot li a {
	display: inline-block;
	cursor: pointer;
	line-height: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #fff;
}
.nav-bot li a:hover,
.nav-bot li a.active {
	text-decoration: none;
	color: #eaffab;
}

/* Sitename */
.sitename {
	float: left;
	display: inline;
	width: 200px;
}

/* Shared Bot */
.shared-bot {
	float: left;
	display: inline;
	margin: 20px 0 0 0;
	width: 200px;
	clear: left;
}
.shared-bot a,
.shared-bot a:hover {
	text-decoration:none;
}
.shared-bot .title {
	margin: 0 0 4px 0;
}

/* Contacts Bot */
.contacts-bot {
	float: left;
	display: inline;
	width: 260px;
	padding-top: 30px;
}
.contacts-bot p {
	margin: 0;
}

/* Copyright */
.copy {
	text-align: right;
	height: 30px;
	padding: 4px 40px 0 0;
	background: url(mega.png) 100% 0 no-repeat;
	float: right;
	width: 140px;
}
.copy span[style] {
	font-size: 11px !important;
}
.copy a {
	display: block;
}

/* Counters Bot */
.counters-bot {
	padding-top: 20px;
	text-align: right;
	clear: both;
}




/* ***** Blocks in Sidebar ***** */
/* Nav Main */
.nav-main,
.nav-main li,
.nav-main ul {
	list-style: none;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.nav-main {
	margin: 20px 0;
	padding: 10px 0;
	background: #e0edba;
	border-bottom: 4px solid #c9d5a7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.nav-main > li {
	/*border-bottom: 1px solid #c9d5a7;*/
}
.nav-main > li:first-child {
	/*border-top: 1px solid #c9d5a7;*/
}
.nav-main > li > a {
	display: block;
	cursor: pointer;
	line-height: normal;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	padding: 8px 8px 8px 20px;
	/*background: url(nav-main-normal.png) 100% 11px no-repeat;*/
}
.nav-main > li > a:hover,
.nav-main > li > a.active {
	background-color: #c2db76;
	/*background-image: url(nav-main-hover.png);*/
	text-decoration: none;
	color: #4e8535;
}

.nav-main > li > ul {
	/*border-top: 1px solid #c9d5a7;*/
	background: #eaeaea;
}

.nav-main ul {
	padding: 4px 20px;
}

.nav-main li li {
	width: auto;
}
.nav-main li li a {
	display: block;
	cursor: pointer;
	padding: 4px 4px 4px 12px;
	line-height: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #4e8535;
}
.nav-main li li a:hover,
.nav-main li li a.active {
	background: #fff;
	text-decoration: none;
	color: #4e8535;
}

.nav-main ul ul {
	padding: 0 0 0 12px;
}

/* Block Text */
.block-text {
	margin: 20px 0 32px 0;
	padding: 4px;
	width: 212px;
	position: relative;
	background: #eee;
	border-bottom: 4px solid #d6d6d6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.block-text .block-title {
	font-size: 18px;
	color: #ffffff;
	padding: 5px 8px 4px 16px;
	background: #ff5400 url(block-title.png) 0 0 repeat-x;
	border-bottom: 3px solid #cc4300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: #c4c4c4 1px 1px 0, #c4c4c4 -1px -1px 0, #c4c4c4 1px -1px 0, #c4c4c4 -1px 1px 0;
}
.block-text .block-body {
	margin: 14px 16px 16px 16px;
	font-size: 16px;
}
.block-text .block-body p {
	margin: 10px 0;
}

.block-text .block-s {
	background: url(block-s.png) 50% 0 no-repeat;
	position: absolute;
	left: 0;
	top: 100%;
	width: 220px;
	height: 32px;
	margin-top: 4px;
}

/* News Block */
.block-news {
	margin: 20px 0;
	padding: 0 20px;
	font-size: 12px;
}
.block-news .block-title {
	font-size: 22px;
	color: #333;
	line-height: 1;
	margin-bottom: 15px;
}
.block-news .all-news {
	font-size: 11px;
}
.block-news article {
	margin: 15px 0;
}
.block-news article > time {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 11px;
}

/* Block Informers */
.block-informers {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
}
.block-informers .block-title {
	font-size: 22px;
	color: #333;
	margin: 0 0 10px 0;
}




/* ***** Blocks in Content ***** */
/* Slider Top */
.slider_top {
	height: 294px;
	width: 704px;
	margin: 0 auto 20px auto;
	position: relative;
	border: 3px solid #c2db76;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.slider_top .steps {
	position: absolute;
	float: left;
	right: 0;
	bottom: 0;
	padding: 5px 5px 10px 10px;
	line-height: 0;
	font-size: 0;
	list-style: none;
	margin: 0;
}
.slider_top .steps li {
	height: 11px;
	width: 11px;
	background: url(steps.png) -16px 0 no-repeat;
	float: left;
	display: inline;
	margin: 5px 5px 0 0;
	cursor: pointer;
}
.slider_top .steps li.current {
	background-position: 0 0;
}

.slider_top .slider {
	position: relative;
	overflow: hidden;
	height: 294px;
	width: 704px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.slider_top .stripe {
	float: left;
	width: 500000px;
}
.slider_top .image {
	float: left;
	height: 294px;
	width: 704px;
	overflow: hidden;
	display: block;
}
.slider_top .image img {
	border: none;
	height: 294px;
	width: 704px;
}

/* Site Path */
.site-path {
	font-size: 11px;
	margin: 0 0 10px 0;
}


/* K.Y. */
.comment-body.comment-body22 {background: #D6D6D6;}



#message { 
	position:fixed; bottom:200px; right:30px;
	z-index:4;
	display:block;
	display:none;
}
#message a img { border:none;}

div.tpl-product-list-v-23 form.product-item .product-compare{
	margin: 2px 0; font-size: 14px; display: block; line-height: 18px; padding: 0 10px
}