body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #46492E;
	background-color: #d9d8c6;
	
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #46492E;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #46492E;
}
td.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
p.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #46492E;
}
p.oops {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
}
p.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #46492E;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #373529;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #373529;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
	
#purchase-info {
	display: block;
	position: relative;
	float: right;
	width: 300px;
	padding: 20px;
	background-color: #D8D7C5;
	border: 2px #373529 solid;
}

.purchase-select {
	display: block;
	position: relative;
	float: right;
	width: 450px;
	height: 44px;
	padding: 20px;
	background-color: #D8D7C5;
	border: 2px #373529 solid;
	margin-bottom: 20px;
}

.purchase-select:hover {
	background-color: #F3F2E8;
	border: 2px #000 solid;
}
#counter {
	color: #003300;
	font: 15px bold Verdana, Helvetica, Arial, sans-serif;
	text-shadow: #B6B4A5 2px 2px 2px;
}