 table.product_table {	border: 0px; 	border-collapse: collapse;	width: 99%;	font: arial;}table.product_table td.description {	margin: 5px 10px 5px 10px;	padding: 5px 10px 5px 10px;}table.product_table td.image_col {	width: 35%;	margin: 5px auto 5px auto;		text-align: center;}table.product_table td.text_col {	width: 65%;	margin: 5px 10px 5px 10px;	text-align: left;	vertical-align: top;		}* img.product_image_large {	text-align: center;	margin: 15px auto 5px auto;	border: 1px ;	border-style:solid;	border-color: black;}* img.product_image {	text-align: center;	margin: 5px auto 5px auto;			width:      300px;	border: 1px ;	border-style:solid;	border-color: black;}* img.product_image_details {	text-align: center;	margin: 5px auto 5px auto;			width:     950px;	border: 1px ;	border-style:solid;	border-color: black;}span.title {	font: arial;	font-weight: bold;	font-size: 16px;	color: #960000;}hr.product_separator {	margin: 10px 0px 10px 0px;	background-color: #960000;		height: 3px; }
