html, body
{
	height:100%;
}
* {
	margin: 0;
	padding: 0;
}
body{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	background: #FFFFFF url('img/body_top_bg.png') repeat-x;
	margin: 0;
	padding: 0;
	font-size: 0.63em;
}
#wrap{
	background: url('img/body_bot_bg.png') repeat-x;
	background-position: bottom;
	min-height: 100%;
	min-width: 970px;
}
* html #wrap {
	height: 100%
}
#main{
	margin: 0 auto;
	width: 970px;
}
#container{
	width: 800px;
	color: #333333;
	padding-bottom: 10px;
	
}
#header{
	background: #FFFFFF;
	margin-top: 20px;
}
.header_low{
	width: 800px;
	height: 60px;
	background: url('img/header_low.gif') no-repeat;
}
#sidebar{
	float: right;
	width: 240px;
}
#content{
	float: left;
	width: 560px;
	font-size: 1.1em;
}
.content{
	padding: 10px 10px 0px 0px;
}
#quicksrch{
	height: 60px;
	margin-left: 560px;
	background: url('img/search_title.gif') no-repeat;
	overflow: hidden;
}
#quicksrch .srchbox{
	margin-top: 30px;
	margin-left: 2px;
	width: 189px;
	height: 17px;
	background: url('img/search_bg.gif') no-repeat;
}
#quicksrch .txtbox{
	background: none;
	font-size: 11px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #666666;
	border: none;
	width: 160px;
	height: 14px;
	margin-top: 1px;
	margin-left: 3px;
	float: left;
}
p{
	padding: 0;
	margin: 0;
	padding: 5px 0px 5px 0px;
}
img{
	border:0px;
}
form{
	padding: 0;
	margin: 0;
}
#navigation{
	background: url('img/nav_bg.gif') no-repeat;
	height: 25px;
}




#infobox{
	width: 240px;
	background: url('img/infobox_bg.gif') repeat-y;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 10px;
}
#infobox a:link, #infobox a:active, #infobox a:visited{
	text-decoration: none;
	color: #333333;
}
#infobox a:hover{
	text-decoration: underline;
}
#infobox .infobox{
	padding: 7px;
	font-size: 1.1em;
}
#infobox .title1{
	color: #FFFFFF;
	background: url('img/infobox_title1.gif') no-repeat;
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 10px;
	line-height: 2.5em;
}
#infobox .title2{
	color: #FFFFFF;
	background: url('img/infobox_title2.gif') no-repeat;
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 10px;
	line-height: 2.5em;
}
#infobox .title3{
	color: #FFFFFF;
	background: url('img/infobox_title3.gif') no-repeat;
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 10px;
	line-height: 2.5em;
}
#infobox .title4{
	color: #FFFFFF;
	background: url('img/infobox_title4.gif') no-repeat;
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 10px;
	line-height: 2.5em;
}
.feature_ad_title{
	font-weight: bold;
	color: #333333;
}
.feature_ad_img{
	width: 80px;
	height: 80px;
	background: #cccccc;
	float: right;
	margin-left: 5px;
}



#footer{
	width: 800px;
	background: url('img/footer_bg.png') no-repeat;
	font-size: 1.1em;
}
.footer{
	padding: 40px 0px 15px 0px;
	color: #666666;
	text-align: right;
}
#footer a:link, #footer a:active, #footer a:visited{
	text-decoration: none;
	color: #666666;
}
#footer a:hover{
	text-decoration: underline;
}


#product{
	height: 30px;
	background: url('img/productbox_title.gif') no-repeat;
	overflow: hidden;
	width: 550px;
}
#product .title{
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px 0px 0px 5px;
}
#star_rating{
	color: #FFFFFF;
	background: url('img/infobox_title4.gif') no-repeat;
	height: 30px;
	font-size: 1.2em;
	font-style: italic;
	text-indent: 10px;
}



#images_list img{
	float: left;
	margin-left: 4px;
}
#images_list .logo{
	border: 2px solid #0066c4;
}
.img_border img{
	border: 2px solid #ccc;
}
.img_border:hover img{
	border: 2px solid #0066c4;
}
.img_border:hover{
	color: red; /* Dummy definition to overcome IE bug */
	border-width: 0px;
}



.txtbox1{
	background: #FFFFFF;
	font-size: 11px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #D6D2C8;
	padding: 2px;
}
.txtbox2{
	background: #FFFFFF;
	font-size: 11px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #D6D2C8;
	padding: 2px;
}
.txtbox3{
	background: #FFFFFF;
	font-size: 11px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #e5e5e5;
}
.txtbox4{
	background: #0066c4;
	font-size: 11px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 0px;
	padding: 2px;
}


#legend{
	margin-top: 20px;
}
#legend img{
	display: inline;
}



#product_bar{
	width: 240px;
	margin-top: 10px;
}
#product_bar .infobox{
	padding: 7px;
}
#product_bar p{
	padding: 0;
	margin: 0;
	padding-top: 8px;
	font-size: 1.1em;
	color: #333333;
}
#product_bar a:link, #product_bar a:visited, #product_bar a:active{
	color: #0066c4;
	text-decoration: none;
}
#product_bar a:hover{
	color: #0066c4;
	text-decoration: underline;
}



.logo_box{
	

	border: 20px solid red;
	display: inline;
}






#div_recommend{
	width: 240px;
	position: absolute;
	z-index: 10;
	background: #678e00;
	margin-left: -7px;
	margin-top: -2px;
	display: none;
	color: #ffffff;
	font-size: 1.0em;
}
#div_search{
	width: 169px;
	position: absolute;
	z-index: 10;
	background: #eee;
	margin-left: 2px;
	margin-top: -1px;
	display: none;
	color: #333333;
	border: 1px solid #4d4d4d;
}


	

	




table.search a:link,
table.search a:visited,
table.search a:active{
	color: #2f8ec6;
}
table.search th{
	background: #2f8ec6;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;
}
table.search .title{
	color: #2f8ec6;
	padding-bottom: 7px;
	font-weight: bold;
}
table.search td{
	padding: 3px;
	vertical-align: middle;
}
table.search .region{
	padding-top: 4px;
	color: #2f8ec6;
	text-align:left;
}
table.search .linebar{
	height: 10px;
	background: url('img/linebar1.gif') no-repeat;
	background: position: middle center;
}



table.refinebar {
	border:1px solid #e5e5e5; 
	background:white;
}
table.refinebar form{
	padding: 0px;
	margin: 0px;
}


#search_region{
	display: none;
}
#search_prod_type{
	display: none;
}
	









.select1{
	background: white;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #ccc;
	margin-top:2px;
	width: 155px;
}







#banner_160X600{
	width: 160px;
	height: 600px;
	background: #FFFFFF url('img/advertisement.gif') no-repeat;
	background-position: top right;
	padding-top: 9px;
	position: absolute;
	margin-left: 810px;
}






a:active{
	color: #cccccc;
}




#navlist{
	margin: 0;
	padding: 10px 0px 10px 0px;
	font-size: 1.1em;
}
#navlist li{
	margin: 0;
	padding: 5px 0px 0px 20px;
	list-style-type: none;
	background: url('img/bullet4.gif') no-repeat;
	background-position: 5px 10px;
}
#navlist li span{
	color: #0066c4;
	font-weight: bold;
}
#navlist a:link, #navlist a:visited, #navlist a:active{
	color: #333333;
	text-decoration: none;
}
#navlist a:hover{
	color: #333333;
	text-decoration: underline;
}




#dhtmltooltip{
position: absolute;
left: -300px;
width: 155px;
border: 1px solid #333333;
padding: 2px;
text-indent: 4px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}





#content a:link, #content a:visited, #content a:active{
	color: #0066c4;
	text-decoration: none;
}
#content a:hover{
	color: #0066c4;
	text-decoration: underline;
}



h1{
	padding: 0px;
	margin: 0px;
	color: #2f8ec6;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}












/*  STYLES BELOW THIS COMMENT CAN BE EDITED 
	YOU CAN ALSO ADD NEW STYLES */
h2{
	padding: 0px;
	margin: 0px;
	color: #2f8ec6;
	font-size: 1.0em;
	font-weight: normal;
	margin-top: 10px;
}
h3{
	padding: 0px;
	margin: 0px;
	color: #2f8ec6;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 10px;
	clear:both;
}
h4{
	padding: 4px;
	margin: 0px;
	color: #333333;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 10px;
	display: block;
	background: #eee;
	border: 1px solid #ccc;
}
#feature_box{
	padding: 7px;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
	background: #f8f8f8;
}
#reglist{
	margin: 0;
	padding: 20px 0px 20px 0px;
	font-size: 1.0em;
}
#reglist li{
	margin: 0;
	padding: 5px 0px 0px 20px;
	list-style-type: none;
	background: url('img/bullet1.gif') no-repeat;
	background-position: 10px 10px;
}
