body	{ font:normal 11px Verdana; color:#945b01; }
td	{ font:normal 11px Verdana; }

a:link		{ font:normal 11px Verdana; color:#cf3200; }
a:visited 	{ font:normal 11px Verdana; color:#cf5028; }
a:hover		{ font:normal 11px Verdana; color:#ff6600; }

.news_header { font:normal 14px Georgia; color:#ddab00; }
.news { font:normal 11px Verdana; color:#666633; }

.footer { font:normal 11px Georgia; color:#aca07c; }

a.footer:link { font:normal 11px Georgia; color:#cf3200; }
a.footer:visited { font:normal 11px Georgia; color:#cf5028; }
a.footer:hover { font:normal 11px Georgia; color:#ff6600; }

.error { color: #ff0000; font-weight: bolder; }

.success { color: darkgreen; font-weight: bolder; }

.required { color: #ff0000; font-weight: bolder; }

.instructions { font-size: 9px; }




/* Product detail styles */

.saleprice {
	color: #ff0000;
	font-weight: bolder;
}
.clubprice {
	color: darkgreen;
	font-weight: bolder;
}

/* End Product details styles */



/* Cart Styles */

.carttext {
	background-color: #f0e5af;
	}
	/* background color behind quantity number, product name, etc. in middle of the cart */
	
.carttextheading {
	background-color: #555555;
	color: #f0e5af;
	}
	/* background color behind the headings Quantity, Product No. etc at top of the cart */
	
.cartsubtotal {
	background-color: #555555;
	color: #f0e5af;
}
	/* background color behind the section that holds the subtotal at the bottom of the cart */

/* End Cart Styles */
