/* Shopping.css */
/* __________________
Contains all styles needed for the Shopping Cart
Version 2.0
__________________*/


.ShoppingCart, .ShoppingCart a:link, .ShoppingCart a:visited{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 5px;
	text-decoration:none;
}

.Receipt{
	width:90%;
	border: 1px solid #000;
}

.letterHead{
	padding: 0px 30px 0px 30px;
}

.required{
	font-size: 18px;
	font-weight: bold;
	color: Red;
}
	
