/* Shopping.css */
/* __________________
Contains all styles needed for the Shopping Cart
Version 2.0
__________________*/


#ShoppingCart {
	background-color: #f5e0c5;
	border: #000000 solid 2px;
}
#ShoppingCart h3{
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #000000;
	text-align:center;
}
#ShoppingCart h4{
	margin: 0px;
	padding: 0px;
	color: #000;
}
#ShoppingCart td{
}


.ShoppingCart a:link, .ShoppingCart a:visited{
	font-family: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;
}
	
