#product h1 {
	font-size: 36px;
}

#product h3 {
	font-size: 16px;
	margin-bottom: 6px;
margin-top: 20px;
}

.enquire-now {
	text-transform: uppercase;
	background-color: #42AD9D;
	color: #FFF;
	padding: 3px 4px;
	font-size: 11px;
	font-weight: bold;
}

.big-enquire-now {
	font-size: 16px;
	padding: 4px 20px;
}

.product-list-item {
	padding: 10px 0;
	margin-bottom: 5px;
}

.product-list-image {
	width:100px;
	float:left;
}

.product-list-detail {
	margin-left: 10px;
	float:left;
	width: 340px;
}

.product-list-detail h3 {
	margin: 0;
	font-weight: normal;
}

.specifications-table {
	font-size: 12px;
}

.specifications-table td {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
}

.specifications-table tr.underlined td {
	border-bottom: 1px solid #BBB;
}

.product-left {
	width: 230px;
	float: left;
}

.product-right {
	width: 220px;
	float: left;
	padding-left: 10px;
}

div#product {
	
}

div#product img {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.download-list {
	list-style: none;
}

.download-list li {
	margin-left: 0;
	padding-bottom: 5px;
}

.download-list a {
	padding-left: 24px;
	font-size: 16px;
	background-image: url(/images/core/icons/PDF_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.pricing {
	border: 2px solid black;
	background-color: white;
	position: relative;
	float: right;
	padding: 10px;
	top: -40px;
}

.pricing p {
	margin: 0;
}

.old-price {
	color: #F00;
	font-size: 12px;
}

.current-price {
	font-size: 24px;
}

.variants label {
	display: block;
	font-weight: bold;
}

.ordering {
	border: 2px solid black;
	padding: 10px;
	background-color: #D9DCDE;
}

.ordering h2 {
	margin-bottom: 0;
}


.checkout-meter {
	background-color: #42AD9D;
}

.checkout-meter li {
	display: inline;
	padding: 5px 5px;
	margin-left: 0;
	margin-right: 30px;
	}
.checkout-meter li.you-are-here {
	color: #ff0;
	}
	.checkout-meter span {
		padding-right: 5px;
		}
	.checkout-meter a {
		background: url(checkmark.gif) center left no-repeat;
		padding-right: 5px;
		color: #fff;
		}
.product-list-item {
	clear: both;
}

.read-more {
	text-transform: uppercase;
	background-color: #3280AD;
	color: #FFF;
	padding: 3px 4px;
	font-size: 11px;
	font-weight: bold;	
}
