body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: center;
}
/* This needs to be added to the html page within the "add to cart" button.  It allows the "continue shopping" button to function on the paypal page <input type="hidden" name="shopping_url" value="http://www.holisticanimal.com/pagesmain/ShoppingCart.htm" />*/
td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
#wrapper #cart p {
	padding: 3px;
}

#wrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFF;
	width: 800px;
	text-align: left;
	padding: 10px;
	margin: 0% 10% 10%;
	border: medium solid #121366;
}
#cart {
	background: #FFFFFF;
	width: 250px;
	padding: 5px;
	height: auto;
	border: thin solid #CCDDED;
}
#wrapper th {
	background: #6699FF;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	color: #CCDDED;
	line-height: normal;
	font-weight: normal;
}
#content #paypal {
 position: absolute;
 top: 150px;
 clear: both;
 right: 175px;
 left: auto;
 bottom: auto;
}
#wrapper #cart #masthead {
	border: medium solid #121366;
	background: #121366;
}
.smalltxt {
	font: 12px Georgia, "Times New Roman", Times, serif;
}
.list-style {
	background: #CCCCCC;
	width: 175px;
	margin-left: 150px;
	list-style: inside;
	border: thin dotted #666666;
	line-height: 2em;
	color: #333333;
	font-weight: bold;
	padding: 10px;
}
