/*@import url(../css/dropdown_menu.css);
@import url(../css/form.css);*/

/*drop down menu - Main Navigation
http://dev.visualdrugs.net/mootools/dropdown_menu.html*/
#nav
{
	display: block;
	background: transparent url(../images/nav_bg.jpg) repeat-x left top;
	padding: 0;
	margin: 0;
	height: 34px;
	z-index: 100;
	position: relative;
	width: 100%;
	list-style: none;
	text-align: center;
}
#nav LI
{
	text-align: center;
	display: block;
	float: left;
	height: 34px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../images/nav_sep.jpg) no-repeat 0 0;
}
#nav LI A
{
	float: left;
	height: 25px;
	padding: 0 15px;
	padding-top: 9px;
	color: #CCC;
	font-size: 0.9em;
	margin-left: 2px;
}
#nav LI A:hover
{
	background: url(../images/nav_over.jpg) repeat-x 0 0;
	color: #FFFFFF;
}
#nav LI A.active
{
	background: url(../images/nav_over.jpg) repeat-x 0 0;
	color: #99D8E9;
	font-weight: bold;
}
#nav LI.sep
{
	background: url(../images/nav_sep.jpg) no-repeat 0 0;
	width: 2px;
	height: 34px;
	float: left;
}
#nav LI.left
{
	background: url(../images/nav_l.jpg) no-repeat left top;
	width: 36px;
	height: 34px;
	float: left;
}
#nav LI.right
{
	background: url(../images/nav_r.jpg) no-repeat right top;
	width: 36px;
	height: 34px;
	float: right;
}
#nav LI UL
{
	display: none;
	width: 170px;
	position: absolute;
	top: 34px;
	left: 0;
	margin: 0;
	padding: 0;
	/* Transparent background for drop down menu */
  	background:transparent filter: alpha(opacity=90);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  	opacity: 0.90;
}
#nav LI UL LI
{
	border: 0;
	height: 25px;
	color: #99FF00;
	background: #111;
	margin: 0;
}
#nav LI UL LI A
{
	display: block;
	height: 25px;
	width: 140px;
	padding: 0 20px 0 15px;
	border-top: 1px solid #333;
	white-space: nowrap;
	background: #000;
	color: #FFFFFF;
	text-align: left;
	line-height: 25px;
	font-weight: normal;
}
#nav LI UL LI A:hover
{
	color: #99FF00;
	background: #111;
}
#nav LI.auth
{
	float: right;
}
#nav LI.auth A
{
	color: #66FF00;
	font-family: "Trebuchet MS";
}
#nav LI.auth A.logged_in
{
	background: none;
}
#nav LI.auth A:hover.logged_in
{
	padding-top: 5px;
}
#nav LI.auth A.logged_in SPAN
{
	line-height: 5%;
	color: #777;
	font-size: 0.8em;
}
#nav LI.auth A:hover.logged_in SPAN
{
	color: #FFFFFF;
	font-size: 1em;
	line-height: 20%;
}
/*Hacks for Opera to fix the drop down menu problem*/
HTML:first-child #nav LI A
{
	float: none;
	height: 34px;
	padding-top: 0;
	line-height: 34px;
	display: block;
}
HTML:first-child #nav LI UL LI A
{
	height: 25px;
	line-height: 25px;
}


/*+clearfix {*/
#content .search .sbox:after, #content H2:after, #sidebar .button:after, #sidebar UL#news LI:after, #content #input_review .item:after, #content #review .reviewtitle:after, #content #review .exclude:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#content .search .sbox, #content H2, #sidebar .button, #sidebar UL#news LI, #content #input_review .item, #content #review .reviewtitle, #content #review .exclude
{
	display: inline-block;
}
#content .search .sbox, #content H2, #sidebar .button, #sidebar UL#news LI, #content #input_review .item, #content #review .reviewtitle, #content #review .exclude
{
/*\*/
	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;
	/*[empty]font-family:;*/
}
#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;
}
HR
{
	color: #FFFFFF;
}
/***** Links *****/
A
{
	text-decoration: none;
	color: #0787BC;
}
A:hover
{
	text-decoration: none;
	color: #99D7E9;
}
#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: 0px 25px 0;
	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: 50px;
	float: left;
	clear: left;
	margin-top: 30px;
	margin-left: 0px;
	background: url(../images/oranssilogo8.png) no-repeat top left;
}
#top .logo A SPAN
{
	color: #99D8E9;
	display: none;
}
#top .logo A
{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 1.6em;
	padding-left: 35px;
	line-height: 35px;
	display: none;
}
#top .logo A:hover
{
	color: #FFFFFF;
	display: none;
}
/*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: 203px;
	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: 700px;
	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;
	display: none;
}
#header .intro P
{
	font-size: 1.2em;
	padding: 10px 0 0;
	margin: 0;
	color: #333;
	display: none;
}
/***** 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;
}
#stickybox
{
	position: absolute;
	top: 330px;
	border: 2px solid #ADADAD;
	width: 230px;
	height: 65px;
	background-color: #F1F0EB;
	-moz-border-radius: 15px;
	margin-left: 665px;
	padding: 5px 13px;
	z-index: 100;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
#stickybox #sb_row1
{
	height: 28px;
	margin-bottom: 2px;
	margin-top: 5px;
}
#stickybox #sb_row2
{
	height: 26px;
}
#stickybox #sb_hits
{
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #2A84EE;
	margin-right: 0px;
	font-style: italic;
	margin-left: 35px;
	font-size: 1.8em;
	z-index: 101;
	position: static;
}
#stickybox #sb_wait
{
	width: 22px;
	height: 22px;
}
#stickybox #sb_wait IMG
{
	visibility: hidden;
}
#stickybox #sb_title
{
	font-size: 1.4em;
}
#stickybox #sb_clear A
{
	margin-left: 75px;
	margin-top: 3px;
	color: #727272;
}
#empty_search
{
	height: 70px;
}
.bottom_box
{
	min-width: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 2px solid #DBD7D4;
	border-left: 2px solid #DBD7D4;
	font-size: 90%;
	padding-right: 5px;
	color: #787472;
}
/***** 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;
	position: relative;
}
#content TD
{
	padding-left: 15px;
}
.search .item LABEL
{
}
#content H1
{
	/*[disabled]background:#F7F6F2 url(../images/post_h6.png) no-repeat 0 bottom;*/
	/*[disabled]border:1px solid #EEEEDF;*/
	height: 30px;
	font-size: 2.2em;
	/*[disabled]font-variant:small-caps;*/
	/*[disabled]font-weight:bold;*/
	padding: 5px 0 0 30px;
	margin: 30px 0 0px -15px;
	color: #141D3C;
	font-family: "Trebuchet MS";
	font-style: italic;
	line-height: 25px;
}
/*[clearfix]*/#content H2
{
	border: 1px solid #FEFEFE;
	height: 20px;
	font-size: 1.6em;
	/*[disabled]font-variant:small-caps;*/
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-style: italic;
	padding: 5px 0 0 15px;
	margin: 15px 0 5px;
	color: #000000;
}
#content H1.review
{
    font-size: 2.1em;
}
#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: #2F2F2F;
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 5px 0 0px 15px;
}
#content .search H3
{
	margin-bottom: -5px;
	padding-left: 15px;
	font-size: 1.2em;
}
#content .search LABEL STRONG
{
	color: #383838;
}
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 P.plus
{
	background: url(../images/plus.gif) no-repeat center left;
	padding: 5px 0px 5px 18px;
	margin-left: 15px;
}
#content P.minus
{
	background: url(../images/minus.gif) no-repeat center left;
	padding: 5px 0px 5px 18px;
	margin-left: 15px;
}
#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: #0087BF;
	border-bottom: 1px solid #CCC;
	width: 255px;
	font-weight: bold;
	margin: 30px 0 10px;
	/*[empty]font-family:;*/
}
#sidebar UL#search LI
{
	margin-bottom: 3px;
}
#sidebar #search SELECT
{
	width: 250px;
	margin-bottom: 2px;
}
/*[clearfix]*/#sidebar .button
{
	margin: 5px 0px 0px 5px;
	float: left;
}
#sidebar .full_search
{
	margin: 5px 5px 0 0;
	background: url(../../images/search.gif) no-repeat;
	height: 22px;
	padding-left: 25px;
	padding-top: 3px;
	float: right;
}
/*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;
	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;
	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;
	padding: 0;
}
#sidebar .sideimage
{
	float: left;
}
#sidebar .sideinfo
{
	width: 186px;
	float: right;
}
/***** 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: #FFF;
	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: #D1E5FE;
}
#container #compare TD
{
	padding: 3px 10px;
}
#container #compare TD.comp
{
	width: 75px;
}
#content TD.center
{
	text-align: center;
}
/*Review*/
/*[clearfix]*/#content #input_review .item
{
	/*[disabled]width:500px;*/
	margin-bottom: 5px;
	background-color: #E3F2F6;
	padding: 2px 5px;
}
#content #input_review .item.red_item
{
	background-color: #FF9D9D;
}
#content #review .item .title_other
{
	min-width: 280px;
	float: left;
}
/*[clearfix]*/#content #review .reviewtitle
{
	font-family: Georgia;
	padding-left: 5px;
	margin-top: 20px;
	font-weight: bold;
	color: #444343;
}
#content TD.param.img
{
	text-align: center;
}
#content #review .reviewtitle SPAN
{
	font-weight: normal;
	float: right;
}
#content #review .item .title
{
	float: left;
	width: 447px;
	margin-right: 5px;
	text-align: left;
}
#content #review .item .review
{
	float: right;
	min-width: 155px;
}
#content #review .item .review_other
{
	float: right;
	min-width: 175px;
}
/*[clearfix]*/#content #review .exclude
{
	background-color: #9DC3E5;
}
#content .show_review SPAN
{
	margin-left: 10px;
}
#content .show_review IMG
{
	vertical-align: middle;
}
.percent
{
	font-size: 120%;
	color: #0787BC;
	font-weight: bold;
}
.review .date
{
	color: #767676;
	font-size: 90%;
}
#content H2.review_title
{
	height: auto;
	margin-top: 0px;
}
UL#review_leave_reason LI
{
	list-style: disc;
}
UL#review_leave_reason
{
	margin-bottom: 15px;
	border-bottom: 1px solid #E3E2E2;
	border-top: 1px solid #E3E2E2;
	padding-bottom: 5px;
}
/*Product View*/
#content .product .odd
{
	background-color: #E3F2F6;
}
#content .product
{
	padding: 3px 5px;
	width: 290px;
}
#content .product .subheader
{
	margin-top: 20px;
}
#content .product .row
{
	width: 100%;
}
#content .product .unit
{
	width: 20px;
	text-align: left;
	padding-left: 3px;
	padding-right: 2px;
	background-color: #FEFEFE;
}
#content .product .param
{
	min-width: 40px;
	/*[disabled]border-left:1px solid #000000;*/
	text-align: center;
	float: right;
}
#content .product .titlerow
{
	padding: 3px 5px;
}
#content .product .titlerow .disclimer
{
	border: 1px dashed #444444;
	display: block;
	padding: 3px;
	color: #434343;
	font-size: 0.9em;
	margin-bottom: 2px;
}
#content .product .param.measure
{
	text-align: center;
	width: auto;
}
#content P.categories
{
	margin-top: -5px;
	font-weight: bold;
}
/*Manufacturer List
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: top;
}
.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;
}
/*Seat Categories*/
DIV#categories
{
	margin-left: 15px;
	margin-top: 10px;
}
DIV.category
{
	border: 3px solid #D8D8D8;
	width: 290px;
	float: left;
	min-height: 280px;
	padding: 0 10px 0 0;
	margin-bottom: 5px;
}
DIV.category.second
{
	margin-left: 5px;
}
.category IMG
{
	float: left;
	margin-right: 5px;
	width: 60px;
}
/*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: #56CEF0;
}
.btn.compared
{
	background: #FD4D15;
}
.btn.green
{
	background: #56CEF0;
}
#content .small A.btn
{
	line-height: 8px;
}
.btn.pink
{
	background: #E1A;
}
.btn:hover
{
	background-color: #D6B18E;
	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: #56CEF0;
}
* HTML .btn.green
{
	border-color: #9D4;
}
* HTML .btn.pink
{
	border-color: #E1A;
}
* HTML .btn:hover
{
	border-color: #A00;
}
/*ToolTIP*/
.lightTip
{
}
.lightTip .content
{
	width: 310px;
	padding: 10px;
	border: 6px solid #E2E2E2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFFFFF;
	color: #020202;
}
.lightTip .bottom
{
	height: 14px;
	background: url(../images/notch-white.png) no-repeat top center;
}

