/* CSS Document */

pre.detail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A20018;
	font-weight: normal;
}

span.emphasis{
	color: #A20018;
	font-weight:bold;
	font-size: 12px;
}

table.productlist td{
	padding: 2px 10px 2px 10px;
	height: 20px;
	text-align: right;
}

table.productlist td#image{
	width: 210px;
	height: 210px;
	text-align: center;
	vertical-align: middle;
	/*border-top: 1px solid #000000;
	border-left: 1px solid #000000;*/
}

table.productlist td#detailimage{
	width: 310px;
	height: 310px;
	text-align: center;
	vertical-align: middle;
}

table.productlist td#title{
	background-color: #A20018;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: text-top;
	text-align: left;
}
	
table.productlist td#desc{
	vertical-align: text-top;
	height: 120px;
	padding: 10px;
	text-align: justify;
}

table.productlist td#bottom_cell{
	line-height: 23px;
	padding-bottom: 5px;
	text-align:right;
}	

table.attrGroups td{
	vertical-align: top;
	text-align: right;
}

table.totals{
	width: 100%;
}

table.totals td{
	padding: 3px 5px 3px 5px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

table.totals td.total{
	border-top: 1px solid #A20018;
	border-bottom: 3px double #A20018; 
	padding-top: 8px;
}
