.infobox {
	margin-bottom: 10px;

}

.heading, 
.productListing-heading {
	background-color: #908D35;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
}

.infoBoxHeading {
	font-weight: bold;
}
.infoBoxContents {
	font-size: 0.85em;
}

#page_content h1 {
	font-size: 2.0em;
}


// thumbnail image
#product_image {}

// options div
#product_options {}

// no idea
#product_url {}

// Customers who bought this product also bought...
#also_purchased {}

.stockWarning,
.paymentError {
	background-color: #FFCCCC;
	border: 1px solid #CC0000;
	color: #CC0000;
	padding: 15px;

}