#content .padding {
	width: 636px;
	padding: 0 0 50px; /* This allows space for the micro-text */
}
#content-top .previous, #content-top .next {
	width: 150px;
	margin: 10px 0 0;
	float: left;
}
#content-top .previous a, #content-top .next a {
	font-weight: normal;
	text-align: center;
	line-height: 20px;
	width: 78px;
	height: 20px;
	display: block;
}
#content-top .previous a {
	background: #ABA565 url(images/btnPrevious.gif) no-repeat left top;
}
#content-top .next a {
	background: #ABA565 url(images/btnNext.gif) no-repeat left top;
}
#content-top .previous a:hover, #content-top .next a:hover {
	text-decoration: none;
	background-position: left bottom;
	background-color: #E7AF44;
}
#title h1 {
	color: #593527;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 8px;
	border-bottom: 1px solid #9F9856;
}
#photo {
	text-align: right;
	width: 400px;
	float: left;
}
#photo img {
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #9F9856;
}
#description {
	color: #634934;
	width: 215px;
	float: right;
}
#description h2 {
	color: #634934;
	margin: 0;
}
#description h3 {
	color: #634934;
	margin: 0;
}
#description p, #description ul, #description ol {
	margin: 0 0 10px;
}
#description ul, #description ol {
	margin: 0 0 10px 16px;
	padding: 0;
}
#subcat-buttons {
	color: #9F9856;
	clear: both;
	padding: 10px 0;
	position: relative;
}
#subcat-buttons .email, #subcat-buttons .print {
	padding: 5px 0 5px 25px;
	margin: 0 10px;
}
#subcat-buttons .email {
	background: url(images/iconEmail.gif) no-repeat left center;
}
#subcat-buttons .print {
	background: url(images/iconPrint.gif) no-repeat left center;
}
#subcat-buttons .email:hover, #subcat-buttons .print:hover {
}
#products {
	color: #634934;
	width: 550px;
}
#products h2 {
	font-size: 16px;
	margin: 0 0 5px;
	border-bottom: 1px solid #9F9856;
}
#products table {
	margin: 0 0 10px;
}
#products th {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}
#products td {
	text-align: center;
}

.on-sale {
	font-weight: normal;
	width: 100px;
	display: block;
	position: absolute;
	right: 100px;
	top: 0;
}
.on-sale:hover {
}
.on-sale strong {
	color: #B53C41;
	text-transform: uppercase;
}
