table {
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-bottom: 25px
}
col.price {
width:50px;
}
col.cart {
width: 80px
}
thead th{
	background: #786018;
	font: 14px Verdana, Arial, sans-serif;
	font-weight:bold;
	color: #ffffff;
	text-align: center;
	border-width: 1px;
	border-style: none none solid solid;
	border-color: #ccc;	
}

td {
background: #ffffe6;
border-width: 1px;
border-style: none none solid solid;
border-color: #ccc;
padding:2px 5px;
}
tbody td{
font:12px Arial, Helvetica, sans-serif
}
td.subhead{
background-color: #f1ce85;
padding-left:3px;
font-weight:bold;
}
.tablecap {
	color: #786018;
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 110%;
}