h1 {
	margin-bottom: 10px;
	padding: 5px;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #660000;
	color: white;
}
h2 {
	clear: both;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #660000;
}
h3 {
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #660000;
}

p.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	dtext-transform: uppercase;
	text-decoration: none;
}
p.item {
	padding-left: 10px;
}
p.description {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p.description img {
	float: right;
}
p.price {
	height: 12px;
	padding: 10px;
	background-color: #ededc8;
	color: #666666;
	margin-bottom: 18px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.price span.left {
	float: left;
}
p.price span.right {
	float: right;
}
/*
form input.text {
	width: 500px;
	height: 20px;
	background-color: #ededc8;
	border-color: #FFFFFF;
	border-style: none;
	border-width: 0px;
}
form select {
	background-color: #ededc8;
}
*/