﻿#spares {
	position: relative;
	}

#spares img {
	float: none;
	margin: 0;
	}

#sparesDesc {
	width: 230px;
	font-size: 1.1em;
	height: auto !important;
    height: 175px;
    min-height: 175px;
	}
	
#sparesHire, #hondaSparesImg {
	position: absolute;
	top: 0;
	left: 250px;
	width: 410px;
	border: 1px solid #36c;
	}
	
#sparesHire h3 {
	background-color: #36c;
	color: #fff;
	margin: 0 ;
	padding: 3px;
	}
	
.hireItem {
	margin: 5px;
	text-align: center;
	width: 195px;
	float: left;
	}
	
* html .hireItem {
	width: 190px;
	}
	
#sparesOrder {	
	border: 1px solid #36c;
	width: 663px;
	margin-top: 10px;
	}
	
#sparesOrder h3 {
	background-color: #36c;
	color: #fff;
	margin: 0 ;
	padding: 3px;
	}
	
#sparesOrder p {
	margin: 10px 3px;
	}
	
#sparesOrder strong {
	font-size: 1.1em;
	}
	
#spares table {
	margin-top: 10px;
	margin-bottom: 0;
	}
	
#spares table h4{
	margin: 0;
	}
	
#spares th {
	border: 1px solid #36c;
	}
	
#spares td input {
	width: 25px;
	}
	
#spares #vat {
	margin-top: 0;
	}
	
#spares form {
	border-top: 2px solid #36c;
	border-bottom: 2px solid #36c;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.sparesCol {
	width: 328px;
	float: left;
	}
	
#sparesCol1 {
	margin-right: 6px;
	}
	
#sparesCol2 p {
	margin-bottom: 10px;
	}
	
#spares legend {
	font-weight: bold;
	color: #36c;
	}
	
#spares fieldset {
	border: 1px solid #36c;
	margin-bottom: 20px;
	font-size: 1.1em;
	padding: 9px;
	}
	
#spares textarea {
	width: 300px;
	border: 1px solid #36c;
	margin-top: 10px;
	margin-left: 0;
	}
	
#spares #contactdetails label {
	display: block;
	width: 7em;
	}
	
#spares #contactdetails input {
	width: 300px;
	border: 1px solid #36c;
	}
	
#spares #submitButton {
	text-align: right;
	margin-top: 10px;
	}
	
#spares #submitButton input {
	background-color: #36c;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #000;
	}
	
#spares #submitButton input:hover {
	color: #36c;
	background-color: #fff;
	}
	
#otherfeatures {
	clear: left;
	}