
table.products {
		font-size:11px;
}

table.products tr th {
		text-align:left;
		padding:3px;		
		border:0px solid #D7D7D7;
		background:#D7D7D7;
		color:#FFFFFF;		
} 

table.products tr td {
		border:0px;
		border-top:1px solid #D7D7D7;
		padding:3px;
		vertical-align:top;
}

table.products tr td table {
		width:476px;
		clear:both;
		margin-bottom:5px;
}

#left ul#sub_products {
		background:#FFFFFF;
		border-bottom:4px solid #FFFFFF;		
}

#left ul#sub_products li{
		width:177px;
		border:1px solid #BEBEBE;
		background:#E8EAED;
		height:17px;
		margin-bottom:3px;
		font-size:9px;
		padding-right:15px;

}

html>body #left ul#sub_products li{
		width:160px;

}

#left ul#sub_products li a{
		color:#616C82;
}

img.product_image {
		float:right;
		margin-left:10px;
		border:0px;
}

table#products_main tr td{
		text-align:center;
		border:0px;
}
table#products_main tr th{
		text-align:center;
		background:none;
		color:#6C6C6C;
		padding-top:0px;
}
table#products_main tr{
		margin-bottom:30px;
	}