/* Table *//* Main Table */table.maintb{	width:820px; /* This determines the width of the page */}/* Product Detail Table */table.prodtb{ 	width:560px;}th.prodtb{	background-color:"#eae9e9";	font-family: Arial,Helvetica, geneva,sans-serif; 	font-size:11px;	color:#585858;}tr.prodtb{   	background-color:"#eae9e9";}td.prodtb{  	font-family: Arial,Helvetica, geneva,sans-serif; 	font-size:11px;	color:#585858;   	border-width:1px;   text-align:center;}/* Product Header Table */table.prodhdtb{	width:500px;}th.prodhdtb{	font-family: Arial,Helvetica, geneva,sans-serif; 	font-size:11px;	color:#585858;	background-color:"#C0C0C0";	text-align:center;     height:18px;}td.prodhdtb{	font-family: Arial,Helvetica, geneva,sans-serif; 	font-size:11px;	color:#585858;	text-align:left;}