/*@import url(../css/dropdown_menu.css);
@import url(../css/form.css);*/
/*+clearfix {*/
#content .search .sbox:after, #sidebar UL#news LI:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#content .search .sbox, #sidebar UL#news LI
{
	display: inline-block;
}
#content .search .sbox, #sidebar UL#news LI
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
HTML, BODY
{
	border: 0;
	margin: 0;
	padding: 0;
}
BODY
{
	font: 90%/1 arial, helvetica, sans-serif;
	background: url(../images/bg_repeat.jpg) repeat 0 0;
	line-height: 130%;
	width: 100%;
	min-width: 970px;
}
/***** Common Formatting *****/
H1, H2, H3, H4, H5, H6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#content .contact_form
{
	margin: 0 0 0 15px;
}
P
{
	margin: 0;
	padding: 0 0 18px;
}
#header #main_banner
{
	height: 90px;
	margin-top: 5px;
	padding-left: 32px;
}
UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
BLOCKQUOTE
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	margin: 10px 20px;
	display: block;
}
BLOCKQUOTE SPAN.open
{
	background: url(../images/quote_open.gif) no-repeat left top;
	padding: 0 0 0 15px;
}
BLOCKQUOTE SPAN.close
{
	background: url(../images/quote_close.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}
CODE
{
	display: block;
	background-color: #F5F4F3;
	border: 1px solid #E2DBD8;
	color: #666666;
	padding: 3px 5px;
	margin: 10px 15px;
	font-size: 1.2em;
}
PRE
{
	padding: 1em;
	border: 1px dashed #2F6FAB;
	color: #000000;
	background-color: #F9F9F9;
	line-height: 1.1em;
	font-size: 1.2em;
}
SMALL
{
	font-size: 0.85em;
}
BIG
{
	font-size: 1.4em;
}
.red
{
	color: #FF0000;
}
/***** Links *****/
A
{
	text-decoration: none;
	color: #0099CC;
}
A:hover
{
	text-decoration: none;
	color: #00CCFF;
}
#content A:hover
{
	text-decoration: underline;
}
A IMG
{
	border: none;
/*remove border for linked images*/
}
/***** Global Classes *****/
.clear
{
	clear: both;
}
.alignleft
{
	display: block;
	float: left;
}
.alignright
{
	display: block;
	float: right;
}
.aligncenter
{
	display: block;
	text-align: center;
	margin: 0 auto;
}
.endOfSection
{
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/*images*/
IMG
{
	border: none;
}
IMG.alignleft, IMG.alignright, IMG.aligncenter
{
	display: block;
	padding: 3px;
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
}
IMG.alignleft
{
	float: left;
	margin: 0 10px 2px 0;
}
IMG.alignright
{
	float: right;
	margin: 0 0 2px 10px;
}
IMG.aligncenter
{
	margin: 5px auto;
}
/***** Main Layout ****/
#container
{
	width: 100%;
	height: 100%;
	text-align: center;
/*IE fix to center the page*/
	background: url(../images/bg.jpg) repeat-x 0 0;
	position: relative;
	z-index: 0;
}
#wrapper
{
	width: 960px;
	background: url(../images/bg_content.jpg) repeat-y top left;
	margin: 0 auto;
/*center the page in Firefox*/
	text-align: left;
	position: relative;
	z-index: 2;
}
/***** TOP PAGE *****/
#top
{
	height: 90px;
	padding: 0 25px;
	background: #F4F4EA url(../images/bg.jpg) repeat-x 0 0;
}
#top .ylin
{
	width: 468px;
	float: right;
	margin-top: 20px;
	margin-right: 25px;
	height: 60px;
}
#top .logo
{
	width: 360px;
	height: 25px;
	float: left;
	clear: left;
	margin-top: 45px;
	margin-left: 20px;
	background: url(../images/logo.jpg) no-repeat;
}
#top .logo A SPAN
{
	color: #66FF00;
}
#top .logo A
{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 1.6em;
	padding-left: 50px;
	line-height: 25px;
}
#top .logo A:hover
{
	color: #FFFFFF;
}
/*Login*/
#top UL.login
{
	height: 36px;
	width: auto;
	float: right;
	clear: right;
	font-weight: bold;
	line-height: 36px;
	margin-right: 50px;
	color: #FFFFFF;
	font-size: 80%;
	text-align: center;
	background: url(../images/login_r.jpg) no-repeat right 0;
	padding-right: 40px;
}
#top UL.login LI.left
{
	background: url(../images/login_l.jpg) no-repeat left 0;
	height: 36px;
	width: 40px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#top UL.login LI
{
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 36px;
	background: url(../images/login_bg.jpg) repeat-x 0 0;
}
#top UL.login LI A
{
	color: #8EF433;
}
#top UL.login LI A:hover
{
	color: #FFFFFF;
}
/***** HEADER *****/
#header
{
	width: 100%;
	height: 182px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	z-index: 1;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
#header .intro
{
	width: 600px;
	height: 55px;
	padding: 22px 0 0 30px;
}
#header .intro H1
{
	font-size: 1.8em;
	padding: 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}
#header .intro H2
{
	font-size: 1.8em;
	padding: 5px 0;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}
#header .intro P
{
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	color: #333;
}
/***** Search Box *****/
#header #searchform
{
	position: absolute;
	z-index: 2;
	left: 600px;
	top: 180px;
	width: 205px;
}
#header #searchform .searchField
{
	border: none;
	background: transparent;
	width: 158px;
	height: 23px;
	line-height: 23px;
}
#header #searchform .searchSubmit
{
	background: transparent url(../images/searchButton.jpg) no-repeat 0 0;
	width: 40px;
	height: 26px;
	border: none;
	cursor: pointer;
}
/***** CONTENT *****/
#content .intro
{
	font-size: 1.1em;
}
#content
{
	display: block;
	float: left;
	clear: left;
	width: 635px;
	padding: 5px 20px 20px;
	margin: 0 0 30px;
	clear: both;
	text-align: justify;
	font-size: 0.9em;
}
#content TABLE.manufacturer_list
{
	width: 635px;
}
/*[clearfix]*/#content .search .sbox
{
	border: 3px solid #DBD7D4;
	padding: 10px 5px 15px 15px;
	margin: 5px 0 0;
}
#content TD
{
	padding-left: 15px;
}
.search .item LABEL
{
}
#content H1
{
	background: #F8F7F3 url(../images/post_h1.jpg) no-repeat 0 bottom;
	border: 1px solid #EEEEDF;
	height: 20px;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px 0 0 30px;
	margin: 15px 0;
	color: #006699;
}
#content H2
{
	background: #F8F7F3 url(../images/post_h2.jpg) no-repeat 0 bottom;
	border: 1px solid #EEEEDF;
	height: 20px;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px 0 0 30px;
	margin: 20px 0 10px;
	color: #66C10E;
}
#content H2.review
{
	background: no-repeat 0 bottom;
	border-top: 1px solid #CCC;
	/*[disabled]border:1px none #EEEEDF;*/
	height: 20px;
	font-size: 1.4em;
	font-variant: normal;
	font-weight: bold;
	padding: 20px 0 10px 0px;
	margin: 10px 0 0px;
	color: #65C80B;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#content H3
{
	font-size: 1.4em;
	color: #4A4A4A;
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 5px 0 0px 15px;
}
#content .search H3
{
	margin-bottom: 0;
	padding-left: 15px;
}
H3#minus
{
	background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 0px 5px 30px;
}
H3#plus
{
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 0px 5px 30px;
}
#content H4
{
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	margin: 10px 0 10px 20px;
}
A.clean
{
	text-decoration: none;
	font-size: 1.1em;
}
P#breacrumbs
{
	/*+placement:shift 0px -35px;*/
	position: relative;
	left: 0px;
	top: -35px;
	color: #65BD1D;
	text-transform: capitalize;
	font-size: 1.1em;
	z-index: 3;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0;
}
P#breacrumbs A
{
	text-decoration: none;
	font-size: 1em;
	z-index: 3;
	font-weight: bold;
	font-variant: small-caps;
	color: #66BE1E;
	text-transform: capitalize;
}
P#breacrumbs A:hover
{
	text-decoration: underline;
}
#content A#grey
{
	color: #9B9B9B;
	text-decoration: none;
}
#content A:hover#grey
{
	text-decoration: underline;
}
P#alignright, SPAN#alignright
{
	text-align: right;
}
#content A#headerlink
{
	text-decoration: none;
	color: inherit;
}
#content A:hover#headerlink
{
	text-decoration: underline;
	color: #0295C9;
}
#content P
{
	padding: 5px 0 5px 15px;
	/*[empty]width:;*/
	/*[empty]height:;*/
}
#content UL, #content OL
{
	padding: 5px 0 5px 20px;
	margin-left: 15px;
}
#content UL LI
{
	/*[disabled]background:url(../images/bullet.jpg) no-repeat 0 6px;*/
	/*[disabled]padding-left:15px;*/
	list-style-type: none;
}
#content UL.disc LI
{
	list-style-type: disc;
}
#content UL LI.header
{
	background: none;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
}
/*Back to top*/
#content A.backToTop
{
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
	margin-top: -5px;
	margin-bottom: 4px;
	background: url(../images/content_backToTop.jpg) no-repeat right 0;
}
#content A:hover.backToTop
{
	border: none;
	background: url(../images/content_backToTop.jpg) no-repeat right -20px;
}
/*content typography*/
#content .error, #content .flash
{
	display: block;
	width: 585px;
	min-height: 35px;
	/*[disabled]float:left;*/
	margin: 10px 0;
	padding: 7px 10px 5px 40px;
	border-top: 1px solid #EBE8D7;
	border-bottom: 1px solid #EBE8D7;
	line-height: normal;
	font: 17px arial, helvetica, sans-serif;
	color: #323232;
}
#content .error
{
	background: #FF9D9D url(../images/error.png) no-repeat 5px 4px;
	border-top: 1px solid #FF3300;
	border-bottom: 1px solid #FF3300;
	min-height: 20px;
}
#content .flash
{
	background: #C4F29B url(../images/ok.png) no-repeat 5px 4px;
	border-top: 1px solid #50A007;
	border-bottom: 1px solid #4F9F06;
	min-height: 20px;
}
/***** SIDEBAR *****/
#sidebar
{
	display: block;
	float: left;
	width: 255px;
	padding-left: 15px;
	margin-bottom: 30px;
	font-size: 0.8em;
	background: url(../images/sidebar_bg.jpg) no-repeat 0 0;
}
#sidebar H2
{
	font-size: 1.4em;
	font-variant: small-caps;
	color: #66C10E;
	border-bottom: 1px solid #CCC;
	width: 255px;
	font-weight: bold;
	margin: 30px 0 10px;
}
#sidebar UL#search LI
{
	margin-bottom: 3px;
}
#sidebar #search SELECT
{
	width: 250px;
	margin-bottom: 2px;
}
/*News*/
/*[clearfix]*/#sidebar UL#news LI
{
	line-height: normal;
	border-bottom: 1px dotted #CCC;
	margin: 0 0 5px;
	padding: 0px 0 5px;
}
#sidebar UL#news LI A IMG
{
	display: block;
	float: left;
	border: 1px solid #EDEBE9;
	background: #F5F4F3;
	padding: 3px;
	margin: 0 5px 0 0;
}
#sidebar UL#news LI A:hover IMG
{
	border: 1px solid #CCC;
	background: #EEE;
}
#sidebar UL#news LI H3
{
	color: #CC3300;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	display: block;
	float: left;
	width: 188px;
	padding: 0;
}
#sidebar UL#news LI P
{
	margin: 0;
	padding: 0 0 5px;
}
#sidebar UL#news LI A
{
	text-decoration: underline;
}
#sidebar UL#news LI H3 A
{
	text-decoration: none;
	color: #CC3300;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	display: block;
	float: left;
	width: 188px;
	padding: 0;
}
/***** FOOTER *****/
#footer
{
	clear: both;
	width: 960px;
	height: 150px;
	background: #F4F4EA url(../images/footer_bg.jpg) repeat-x 0 0;
	color: #999;
	font-size: 0.9em;
}
#footer A
{
	color: #999;
	border-bottom: 1px dotted #555;
}
#footer A:hover
{
	color: #BBB;
	border-bottom: none;
}
#footer .foot_l
{
	background: url(../images/footer_l.jpg) no-repeat left top;
	width: 80px;
	height: 74px;
	float: left;
}
#footer .foot_l A
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 0;
}
#footer .foot_r
{
	background: url(../images/footer_r.jpg) no-repeat right top;
	width: 26px;
	height: 74px;
	float: right;
	clear: none;
}
#footer .foot_content
{
	display: block;
	clear: none;
	width: 800px;
	float: left;
	clear: none;
	padding: 10px 0 0;
	text-align: center;
}
#footer .foot_content P
{
	margin: 0;
	padding: 0;
	line-height: 20px;
}
#footer .foot_content .logo
{
	display: block;
	width: 196px;
	height: 38px;
	margin-top: 3px;
	float: left;
}
#footer .foot_content .logo A
{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: none;
	background: url(../images/footer_logo.jpg) no-repeat 0 0;
}
#footer .foot_content .logo A:hover
{
	display: block;
	background: url(../images/footer_logo.jpg) no-repeat 0 -38px;
}
#footer .foot_info
{
	display: block;
	clear: both;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
	line-height: normal;
}
/*Back to top*/
#footer .backToTop
{
	display: inline;
	width: 40px;
	height: 74px;
	float: right;
}
#footer .backToTop A
{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: url(../images/footer_backToTop.jpg) no-repeat 0 0;
}
#footer .backToTop A:hover
{
	border: none;
	background: url(../images/footer_backToTop.jpg) no-repeat 0 -74px;
}
#footer UL LI
{
	display: inline;
}
/*Search List*/
#container UL#result-list LI
{
	border-bottom: 1px dotted #CCC;
	background: 0;
	margin: 5px 0px 0px;
	height: 50px;
	padding: 0px 5px 10px;
}
#container UL#result-list LI A IMG
{
	/*[disabled]display:block;*/
	/*[disabled]float:left;*/
	border: 1px solid #EDEBE9;
	background: #F5F4F3;
	padding: 3px;
	margin: 0 10px;
	vertical-align: middle;
}
#container #result-list P
{
	padding: 0px;
}
#container UL#result-list LI A:hover IMG
{
	border: 1px solid #CCC;
	background: #EEE;
}
/*Compare View*/
#container #compare TR.odd
{
	background-color: #E1F5CF;
}
#container #compare TD
{
	padding: 3px 10px;
}
#container #compare TD.comp
{
	width: 75px;
}
#content TD.center
{
	text-align: center;
}
/*Product View*/
#content .product TR.odd
{
	background-color: #E1F5CF;
}
#content .product TD
{
	padding: 3px 5px;
}
#content .product TD.unit
{
	width: 20px;
	text-align: left;
	padding-left: 3px;
	padding-right: 2px;
	background-color: #FEFEFE;
}
#content .product TD.param
{
	width: 50px;
}
#content TD.param.img
{
	text-align: center;
}
#content .product TD.titlerow
{
	width: 225px;
}
#content .product TD.param.measure
{
	text-align: right;
}
/*Manufacturer List*/
.manufacturer_list .row
{
	margin-left: 15px;
	margin-bottom: 3px;
}
.manufacturer_list .model
{
	min-width: 170px;
	font-weight: bold;
	margin-left: 0;
}
.manufacturer_list .category
{
	color: #444444;
	font-size: 0.85em;
	width: 345px;
}
/*Search FULL*/
.search .item
{
	float: left;
	width: 198px;
	/*[disabled]border:1px solid #E1E1E1;*/
	margin-bottom: 5px;
	margin-right: 5px;
}
.search .item_checkbox
{
	float: left;
	width: 306px;
	border: 1px solid #E1E1E1;
	margin-bottom: 4px;
	margin-right: 4px;
}
.search INPUT
{
	vertical-align: middle;
}
.search INPUT#submit_search
{
	width: 635px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
}
.search FIELDSET
{
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px none #000000;
	border-right: 1px none #000000;
	border-left: 1px none #000000;
}
/*CSS BUTTON*/
.btn
{
	display: block;
	line-height: 120%;
	position: relative;
	background: #AAA;
	padding: 5px;
	float: left;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.btn *
{
	font-style: normal;
	background-image: url(../images/btn2.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.btn.small
{
	line-height: 60%;
	font-size: 0.85em;
}
.btn.wide
{
	float: none;
	min-width: 100px;
	max-width: 490px;
	margin: 0px auto;
}
.btn I
{
	background-position: top left;
	position: absolute;
	margin-bottom: -5px;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
}
.btn SPAN
{
	background-position: bottom left;
	left: -5px;
	padding: 0 0 5px 10px;
	margin-bottom: -5px;
}
.btn SPAN I
{
	background-position: bottom right;
	margin-bottom: 0;
	position: absolute;
	left: 100%;
	width: 10px;
	height: 100%;
	top: 0;
}
.btn.small SPAN I
{
	#height: 85%;
}
.btn SPAN SPAN
{
	background-position: top right;
	position: absolute;
	right: -10px;
	margin-left: 10px;
	top: -5px;
	height: 0;
}
.btn.small SPAN SPAN
{
	#top: -1px;
}
* HTML .btn SPAN, * HTML .btn I
{
	float: left;
	width: auto;
	background-image: none;
	cursor: pointer;
}
.btn.blue
{
	background: #2AE;
}
.btn.green
{
	background: #9D4;
}
#content .small A.btn
{
	line-height: 8px;
}
.btn.pink
{
	background: #E1A;
}
.btn:hover
{
	background-color: #A00;
	color: #FFF;
}
.btn:active
{
	background-color: #444;
}
.btn[class]
{
	background-image: url(../images/shade.png);
	background-position: bottom;
}
* HTML .btn
{
	border: 3px double #AAA;
}
* HTML .btn.blue
{
	border-color: #2AE;
}
* HTML .btn.green
{
	border-color: #9D4;
}
* HTML .btn.pink
{
	border-color: #E1A;
}
* HTML .btn:hover
{
	border-color: #A00;
}

