/* CSS Document */

body
{
	font-family: Tahoma;
	font-size: 12px;
	color: #666;
	background: #fff url(i/bg.gif) repeat-x fixed top ;
	padding: 0 0 0 0;
	margin: 30px 0 50px 0;
		height:100%;
}

a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{	
	color: #900;
	text-decoration: underline;
}
a.arrow
{
	padding-left: 10px;
	background: url(i/arrow.gif) no-repeat left;
}

#main
{
	position: relative;
	margin: 10px auto 0 auto;
	padding: 0;
	width: 970px;

	color :#666;
}

#nav
{
	position: relative;
	padding: 0;
	margin: 0;
	
	width: 970px;

}

#navleft /* actual width : 200px */
{
	float: left;
	padding: 30px 0 10px 30px;
	width: 170px; /* 200px - 30px*/
}

#navleft_body
{
min-height: 400px;
margin: 0 0 0 200px;
padding: 0px 20px 30px 20px;
/* background-color: #900; */
}

#navleft_collections,#navleft_categories 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 30px;
}

#navleft_collections a, #navleft_categories a
{
	font-size: 12px;
	display:block;

	font-weight: bold;
}

#header, #footer
{
	position: relative;
	z-index: 1;
	left:0;
	top:0;
	padding: 0;
	margin: 0;
	
	width: 970px;
}

#body_main
{
	position: relative;
	left: 0;
	top: 0;
	padding: 0 0px 0 0px;
	margin:0;
	width: 970px;
	background: #fff url(i/bg_body.gif) repeat-y;
}
#body_main.navleft
{
	background: #fff url(i/navleft_bg.gif) repeat-y;
}

#body_para
{
	padding: 0 30px 0 30px;
	/*background-color: #e00;	*/
}

#body_para img.left
{
	margin: 10px 15px 10px 0; 
	float: left;	
}

#body_para img.right
{
	margin: 10px 10px 15px; 
	float: right;	
}

#body_para p
{
	margin-bottom: 20px;
}

#body_col_r
{
	float: right;
	width: 300px;
	margin: 30px 30px 10px 30px;
	padding: 10px;
	background-color: #eee;
}

#body_col_r ul
{
	list-style-type: none;
	margin: 10px 0 0 0 ;
	padding:0;
}
#body_col_r ul li
{
	margin-bottom: 10px;
}

h2
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 5px;
	margin: 20px 0 5px 0;
	color: #900;
}

h6
{
	font-size: 14px;
	font-weight: bold;
	color: #900;
	padding: 0;
	margin: 0;
}

td
{
	vertical-align: top;
}

#body_product_info
{

}

#body_product_info b,
#body_product_info strong
{
	margin: 20px 0 0 0;
	display: block;
	color: #ccc;
}

p
{

}

p.headline
{
	color: #c00;
	font-size: 20px;
	font-weight: bold;
}

p.headline b
{
	font-size:10px;
	size: 10px;
	color: #063;
}

p.sub-category2
{
	font-size: 12px;
	font-weight: bold;
	padding: 3px 30px 5px 10px;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	color: #666;
	text-align: center; w

}

p.sub-category
{
	font-size: 12px;
	font-weight: bold;
	padding: 3px 30px 5px 10px;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	display: inline; 

}

p.product_headline
{
	font-size: 10px;
	font-weight: bold;
	padding: 3px 30px 5px 10px;
	margin-top: 50px;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	display: inline;
}

.thumblist
{
	margin-top: 20px;
	width: 730px;
	overflow: auto;
}

.thumblist div
{
	font-size: 10px;
	float:left;
	overflow: hidden;
	width: 170px;
	height: 180px;
	text-align: center;
	
	border-bottom: 0px #eee solid;
	margin-bottom: 10px;

}

.thumblist div img
{
	margin: 0 0 10px 0;
}

.thumblist div a
{
	display:block;
	padding: 10px 0 10px 0;
	border: 1px dashed #fff;
}

.thumblist div a:hover
{
	text-decoration: none;
	color: #090;
	border: 1px solid #eee;
}

table.tb_product_details
{
	border: 0px #000 dashed;
	padding-top: 10px;
	clear: both;
}

table.tb_product_details th,
table.tb_product_details td
{
	vertical-align: top;
	text-align:left;
	padding: 5px 5px 5px 10px;
}


table.tb_dealers
{
	border: 0px #000 dashed;
	padding-top: 10px;
	clear: both;
	text-align: right;
	width: 380px;
}

table.tb_dealers th,table.tb_dealers td
{
	padding: 5px 3px 3px 3px;
	border-bottom: 1px #e6e6e6 solid;
	margin: 0;
	text-align: left;

}
