.breadcrumbs {
	margin-bottom: 15px;
}
div.new {
	position: inherit;
	text-align: left;
	background: none;
}
#body h1 {
	margin: 10px 0;
	font-size:1.8em;
	color: #fff;
}
#body h2 {
	margin: 0 0 30px 0;
	font-size:1.4em;
	color: #fff;
}

#product_images {
	float: left;
	width: 320px;
	margin-bottom: 15px;
}
#product_images img {
	border: 3px solid #dede44;
}
.product_details {
	float: right;
	width: 280px;
}
.price {
	font-size: 1.6em;
	margin: 0 0 20px;
	color: #dede44;
	font-weight: bold;
} 
.exVat {
	font-size: 0.6em;
	color: #BBB;
	font-weight: normal;
	margin: 0 5px;
} 
.productstatus, .product_option {
	margin: 20px 0;
}
.product_option label {
	margin-right: 5px;
}
.order {
	text-transform: uppercase;
	margin-bottom: 15px;	
	width: 190px;
	/*background: #981414;*/
	background: #dede44 url(../images/shoppingcart.gif) 10px 5px no-repeat;
	color: #000;
	font-weight: bold;
	display: block;
	height: 25px;
}
.product_links {
	clear: both;
	margin: 15px 0;
	padding: 15px;
	background: #333;
}
.description {
	clear: both;
	margin: 15px 0;
}
.features {
	margin: 15px 0;
}
table.customfields {
	display: block;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
table.customfields td{
	padding: 5px 15px 5px 0;
	color: #fff;
}
td.fieldlabel {
}
td.fieldvalue {
}

