/* AAHC Page Styles */
/*
AAHC Colors:
Brown: #663333;
Light Brown: #D1C6B9;
Very Light Brown:#EFEBE6;
Red: #CA3827;

Very Light Brown:#FFFAF4;
Background:#E0DCD7;
Links: #663300;
Text: #333333;
*/


table.productItem{
	width:100%;
	margin-bottom:20px;
	
}


table.productItem th{
	background-color:#D1C6B9;
	text-align:left;
	font-size:1.6em;
	vertical-align:top;
	padding:10px;
}

table.productItem td{
	background-color:#EFEBE6;
	padding:5px;
	vertical-align:top;
}


tr.topRow td{
	border-top-style:solid;
	border-top-color:#CA3827;
	border-top-width:10px;
}

.productItem .addToCart{
	font-weight:700;
	border-style:inset; 
	background-color:#EFEBE6;
	border-color:#EFEBE6;
	padding:5px;
	margin:10px;	
}