@import url('/published/SC/html/scripts/css/neris.css');

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html
{
	background: url('bg.png') fixed top center;
	background: white;
}
body
{
	font: 13px Tahoma, Arial, sans-serif;
	color: #1F1A17;
	text-rendering: optimizeLegibility;
}

.bg-left,
.bg-right
{
	position: fixed;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.bg-right
{
	left: auto;
	right: 0;
}
.bg-left div,
.bg-right div
{
	position: absolute;
	top: 0;
	right: 481px;
	width: 100%;
	height: 100%;
	background: url('bg_left.jpg') no-repeat right center;
}
.bg-right div
{
	right: auto;
	left: 482px;
	background: url('bg_right.jpg') no-repeat left center;
}

#bodier
{
	width: 943px;
	margin: 0 auto;
	padding: 10px 10px 0;
	background: white;
	position: relative;
}

.logo h1
{
	background: url('logo.png') no-repeat;
	width: 287px;
	height: 110px;
	overflow: hidden;
	text-indent: -2000px;
	position: absolute;
	left: -20px;
	top: 12px;
}
.logo h1 a
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
a
{
	color: #007333;
}
a:hover
{
	color: #053700;
}

.logo address
{
	position: relative;
	text-align: right;
	padding-right: 15px;
	font-size: 14px;
}
.logo address em
{
	color: #009241;
}

.cb
{
	height: 0px;
	overflow: hidden;
	clear: both;
}
.c1
{
	float: left;
	width: 253px;
}
.c2
{
	float: right;
	width: 690px;
}
.rel
{
	position: relative;
}

.logo
{
	position: relative;
	padding-top: 105px;
}
.photo.c2
{
	height: 145px;
	background: url('photo.jpg') no-repeat top left;
}

.menu
{
	width: 100%;
}
.menuitem
{
	display: block;
	background: #1F1A17 url('menu.png') no-repeat left top;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 11px 20px;
	height: 16px;
	text-decoration: none;
	word-spacing: 2px;
	letter-spacing: 0.25px;
	text-shadow: 0 -1px 0 black;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.menuitem.active,
.menuitem:hover
{
	background-position: 0 -38px;
	color: white;
}
.c1 .menuitem,
.menuitem.first
{
	background-position: -1px 0;
}
.c1 .menuitem
{
	border-bottom: 1px solid white;
}
.c1 .menuitem.active,
.menuitem.first.active,
.menuitem.first:hover
{
	background-position: -1px -38px;
	color: white;
}
.menuitem cufon
{
	border-bottom: 1px solid #555;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.menuitem:hover cufon
{
	border-bottom: 1px solid white;
}

.content
{
	position: relative;
	top: -10px;
	//position: static;
	//top: auto;
	//margin-top: -10px;
}

.padder
{
	margin-right: 7px;
}
.c2 .padder
{
	margin: 20px;
}

ins
{
	position: absolute;
	background: url('corners.png') no-repeat;
	width: 5px;
	height: 5px;
	display: block;
	overflow: hidden;
}
ins.lb
{
	background-position: 0 0;
	left: 0;
	bottom: 0;
}
ins.rb
{
	background-position: -5px 0;
	right: 0;
	bottom: 0;
}
ins.lt
{
	background-position: -10px 0;
	left: 0;
	top: 0;
}
ins.rt
{
	background-position: -15px 0;
	right: 0;
	top: 0;
}
ins.lbg
{
	background-position: -20px 0;
	left: 0;
	bottom: 0;
}
ins.rbg
{
	background-position: -25px 0;
	right: 0;
	bottom: 0;
}

.grey
{
	background: #E9ECEA;
}

.submenu
{
	margin-bottom: 10px;
	padding: 8px 10px;
}

.submenu ul
{
	display: none;
}
.submenu a
{
	float: left;
	padding: 6px 10px;
	font-size: 16px;
	/*text-transform: uppercase;*/
	color: #3B3734;
}
.submenu a:hover
{
	color: #007333;
}
.submenu li
{
	clear: both;
	overflow: hidden;
	padding: 1px;
}
.submenu > li
{
	margin-bottom: 2px;
}
.submenu .current
{
	border: 1px solid #C6CCC8;
	background: white url('submenu.png') no-repeat center bottom;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.submenu .current .current
{
	border: 0 none;
	background: none;
}
.submenu .current a
{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #1F1A17 url('active.png') repeat-x top;
	color: white;
	text-decoration: none;
}
.submenu .current > ul
{
	display: block;
	clear: both;
}
.submenu .current ul a
{
	color: #007333;
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	background: none;
	padding: 5px 10px;
	text-decoration: underline;
	text-transform: none;
}
.submenu .current ul a.active
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.submenu .current ul a:hover
{
	color: #053700;
}
.submenu .current ul ul
{
	margin-left: 25px;
	margin-bottom: 5px;
}
.submenu .current ul ul a
{
	color: #1F1A17;
	padding: 3px 0;
}



a.daxline
{
	/*text-decoration: none;*/
}
a.daxline u
{
	/*text-decoration: none;*/
	/*border-bottom: 1px solid;*/
}
a.daxline img
{
	vertical-align: middle;
}

h3
{
	font-size: 20px;
	margin: 25px 0 12px;
}
h3 a.daxline
{
	color: black;
}
h3 a.daxline:hover
{
	color: #053700;
}
h3 a.daxline u
{
	border-bottom-width: 2px;
}

p
{
	line-height: 145%;
	margin-bottom: 0.6em;
}
.news
{
	margin: 17px 0;
}

h5
{
	font-size: 14px;
}
h5 em
{
	color: #A2A2A2;
	font-size: 11px;
}

.footer
{
	color: #73706E;
	background: #1F1A17 url('footer.png') no-repeat right center;
	margin-top: 25px;
}
.footer div
{
	padding: 30px 22px;
}
.footer a
{
	color: #73706E;
	margin-right: 10px;
}
.footer a:hover
{
	color: #298C52;
}

.pricelist td
{
	padding: 5px 0;
}
.pricelist .background1 a
{
	font-weight: bold;
	color: #3B3734;
}
.pricelist .background2 td
{
	border-bottom: 1px solid #c6ccc8;
}
.pricelist .background2:hover td
{
	background: #e9ecea;
}

.cpt_product_description td,
.cpt_product_description th
{
	padding: 5px 20px 5px 0;
	border-bottom: 1px solid #c6ccc8;
}
.cpt_product_description th
{
	font-weight: bold;
	border-color: #2F9545;
}
.cpt_product_description tr:hover td
{
	background: #e9ecea;
}

h4.bread
{
	font-size: 20px;
	display: inline;
}
h4.bread img
{
	vertical-align: middle;
}
h4.bread a
{
	color: #1f1a17;
	color: #007333;
}
h4.bread strong
{
	color: black;
}
h4.bread img {
	width: 13px;
	height: 16px;
}

#cat_top_tree
{
	background: #e9ecea;
	border: 1px solid #c6ccc8;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin: 10px 0;
	line-height: 150%;
}

#cat_product_sort
{
	background: #e9ecea;
	border: 1px solid #c6ccc8;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin: 15px 0;
	color: #73706e;
	line-height: 150%;
}
#cat_product_sort b
{
	font-weight: normal;
	margin-right: 6px;
	background: white;
	border: 1px solid #c6ccc8;
	padding: 3px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #1f1a17;
}
#cat_product_sort b i
{
	font-style: normal;
	color: #73706e;
}
#cat_product_sort b strong
{
	font-weight: bold;
}

.product_brief_block
{
	float: left;
	border: 1px solid #c6ccc8;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 25px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

.product_brief_block h4
{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 120%;
}
.product_brief_block .padder
{
	margin: 10px;
	margin-top: 5px;
}
.prdbrief_thumbnail
{
	border-bottom: 1px solid #E9ECEA;
	height: 150px;
}
.prdbrief_thumbnail img
{
	display: block;
	margin: 0 auto;
}

big.totalPrice,
div.totalPrice
{
	white-space: nowrap;
	display: inline;
	background: #139145;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 8px;
	border-radius: 0 5px 0 5px;
	box-shadow: 0 2px 0 #c8d2cc, inset 0 -1px 0 rgba(0,0,0,0.2);
	text-shadow: 0 2px 0 rgba(0,0,0,0.25);
	cursor: default;
}
.regularPrice {
	color: #5d9113;
	font-size: 15px;
	padding-bottom: 20px;
	display: inline-block;
	text-decoration: line-through;
}
.youSaveLabel,
.youSavePrice {
	color: #139145;
	padding: 12px 0 10px;
	display: inline-block;
}

.product_brief_block {
	transition: all 0.2s;
}
.product_brief_block:hover {
	box-shadow: 0 2px 0 0 #c8d2cc;
}
.product_brief_block a {
	color: #053700;
	text-decoration: none;
}
.product_brief_block:hover a {
	color: #007333;
}
.product_brief_block big.totalPrice {
	margin-left: -5px;
}

.prdbrief_options
{
	margin: 12px 0;
	font-size: 11px;
}

.pager
{
	border-top: 1px solid #c6ccc8;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}

.alert
{
	background: #e4c09b;
	border: 1px solid #ddb187;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin: 10px 0;
	line-height: 150%;
	background: -moz-linear-gradient(top, #f4e3cc 0%, #e4c09b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e3cc), color-stop(100%,#e4c09b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4e3cc 0%,#e4c09b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4e3cc 0%,#e4c09b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4e3cc 0%,#e4c09b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4e3cc 0%,#e4c09b 100%); /* W3C */
	box-shadow: inset 0 -1px 0 #bf8b5a, 0 2px 0 #ede6de;
	transition: all 0.1s;
}
.alert:active {
	box-shadow: inset 0 1px 0 #bf8b5a, 0 0 0 #ede6de;
}
.alert big
{
	font-size: 14px;
}
.alert a
{
	padding: 10px;
	display: inline-block;
	color: #5f2f00;
	line-height: 130%;
	transition: all 0.2s;
}
.alert a:hover
{
	color: #954900;
}
.alert a u {
	text-decoration: none!important;
	font-size: 15px!important;
	font-weight: normal!important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

.cpt_product_category_info,
.cpt_product_name
{
	display: inline;
}
.cpt_product_name h1
{
	/*display: inline;*/
	font-size: 18px;
	/*white-space: nowrap;*/
}
.productdesc
{
	margin: 20px 0;
}
.productdesc td
{
	vertical-align: top;
}

.cpt_product_price
{
	/*height: 35px;*/
}
.cpt_product_price big.totalPrice {
	font-size: 17px;
	padding: 8px 12px;
	border-radius: 0 7px 0 7px;
}

.cpt_product_params_fixed,
.cpt_product_params_selectable
{
	font-size: 11px;
	margin: 10px 0;
	color: #73706e;
}
.cpt_product_params_fixed td,
.cpt_product_params_selectable td
{
	padding-right: 5px;
	padding-bottom: 5px;
}

.cpt_product_params_fixed b,
.cpt_product_params_selectable b
{
	color: #1f1a17;
}

.curimg
{
	text-align: center;
	position: relative;
}
.curimg span
{
	position: absolute;
	left: 50%;
	bottom: -18px;
	margin-left: -18px;
	width: 36px;
	height: 36px;
	background: url('zoom.png') no-repeat center;
}

.cpt_maincontent h1
{
	font-size: 30px;
	margin-bottom: 10px;
}
.cpt_maincontent h1 a
{
	color: #1f1a17;
}
.cpt_maincontent h2
{
	font-size: 14px;
	margin-top: 15px;
	clear: both;
}
.cpt_maincontent p strong {
	font-weight: bold;
}
#cat_product_sort b strong {
	font-weight: normal;
}
#searchstring
{
	background: url('search.png') no-repeat right center;
	border: 0 none;
	height: 26px;
	width: 150px;
	padding: 0 0 0 5px;
	margin: 0;
}

.lcol
{
	float: left; 
	width: 530px; 
	overflow: hidden;
}
.rcol
{
	float: right; 
	width: 159px;
	border-left: 1px solid #d7d6d5;
	padding-top: 10px;
	margin-top: 20px;
}

#tinymce h1
{
	position: static;
	width: auto;
	height: auto;
	text-indent: 0;
	font-size: 18px;
}

.cpt_product_related_products
{
	margin-top: 20px;
	border-top: 1px solid #D7D6D5;
	clear: both;
}
.cpt_product_related_products h2
{
	font-size: 20px;
}

.prdbrief_brief_description
{
	margin-top: 8px;
}

#logos
{
	position: relative;
	width: 140px;
	height: 600px;
	margin: 10px auto;
}
#logos li
{
	position: absolute;
	display: none;
	width: 140px;
	height: 100px;
	text-align: center;
}

#latestproducts {
	clear: both;
	padding-top: 40px;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#latestproducts:first-child {
	padding-top: 0;
	clear: none;
}
#latestproducts:first-child h3 {
	font-size: 20px;
}
#latestproducts:before,
#latestproducts:after {
	display: block;
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background: red;
	pointer-events: none;
}
#latestproducts:after {
	left: auto;
	right: 0;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
#latestproducts:before {
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
#latestproducts .cpt_product_lists {
	overflow: hidden;
	width: 100%;
}
#latestproducts ul {
	float: none;
	display: table;
	border-spacing: 10px;
	border-collapse: separate;
}
#latestproducts li {
	float: none;
	display: table-cell;
	border: 1px solid #c6ccc8;
	transition: all 0.2s;
}
#latestproducts li a {
	display: block;
	padding: 8px;
	text-decoration: none;
	font-size: 15px;
	color: #053700;
	white-space: nowrap;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s;
}
#latestproducts li:hover {
	box-shadow: 0 2px 0 0 #c8d2cc;
}
#latestproducts li:hover a {
	color: #007333;
}
#latestproducts li table a {
	border-bottom: 1px solid #E9ECEA;
	padding: 5px;
}
#latestproducts h3 {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0;
	cursor: default;
	font-size: 16px;
}
#latestproducts .totalPrice {
	display: inline-block;
	margin-bottom: 8px;
}
#latestproducts h3 span {
	display: inline-block;
	padding: 6px;
	font-size: 13px;
	cursor: pointer;
	color: #007333;
}
#latestproducts h3 span:hover {
	color: #053700;
}
#latestproducts h3 span.scroll-left {
	margin-left: 8px;
}
#latestproducts h3 span.disabled {
	cursor: default;
	color: #aaaaaa;
}


h1,
.alert a,
.daxline,
.menuitem,
.submenu a,
h4.bread a,
.regularPrice,
h4.bread strong,
big.totalPrice,
div.totalPrice,
.youSaveLabel,
.youSavePrice,
address.daxline,
#latestproducts li a,
.product_brief_block h4,
.cpt_product_related_products h2 {
	font-family: Neris, Arial, sans-serif;
}






