/* Body Info */
body, table, tr, td, p {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	margin-top: 0;  
	font-size: x-small; /* For IE 5.x */
	voice-family: "\"}\"";  /* For IE 5.x */
	voice-family:inherit;  /* For IE 5.x */
	font-size: small;
	}
html>body, table, tr, td, p { /* For Older Opera Browsers */
	font-size: small;
	}	
/* Body Info - END */

/* General */
.bannerbg { background-image:url(grygrad.jpg)}
.ylwbannerbg { background-image:url(ylwgrad.jpg)}
.yellowbg {background-color:#FFFF00;}

/* Table for Shopping Cart Buttons */
table.buyitem {
	width: 100%;
	border-bottom: 0px solid #336633;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	background-color: #FFFFFF;	
}  

table.buyitem caption {
	background: #FFCC66;
	padding: 3px 3px;
	border-bottom: 0px solid #336633;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	font-weight:bold;
}

table.buyitem tr.alt  { background-color: #FFF7E7; }

table.buyitem td {
	margin: 0;
	padding: 3px 3px;
	border-bottom: 1px solid #336633;
}

table.buyitem col.size1{
	width: 10%;
	font-weight: bold;	
}

table.buyitem col.size2{
	width: 68%;
	font-size: 50%;
}

table.buyitem col.size3{
	width: 10%;
	font-weight: bold;
	text-align: right; 
}

table.buyitem col.size4{
	width: 12%;
	text-align: right;
}

table.shopmore{border: 1px solid #336633; border-collapse:collapse}
table.shopmore td{border: 1px solid #336633}
table.shopmore th{border: 1px solid #336633; background-color:#336633; color:#FFFFFF;}
