.stock-item {
	display: block;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
	position: relative;
	top: 0;
}

.stock-item .image {
	float: left;
	width: 170px;
}

.stock-item .content {
	float: left;
	width: 550px;
}
.stock-item h3 {
	margin-top: 0;
}
.stock-item h3 span {
	float:right;
	font-weight: bold;
}
.stock-item p {
	margin: 0;
	margin-bottom: 3px;
}
.stock-item .link {
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 5px;
}
.paging {
margin-bottom: 25px;
}
h2.pageHeading {
	font-size: 24px;
}
#rentals {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
}
#rentals img {
	width: 154px;
	border: 0;
}
#rentals .rental {
	float: left;
	width: 187px;
	margin: 12px;
	background: #fff;
	height: 170px;
	text-align: center;
}
#rentals h3 {
	background: #ECE2C4;
	margin: 1px;
}
#rentals h3 a {
	font-size: 14px;
	color: #40331E;
	display: block;
	height: 34px;
	line-height: 40px;
}
#rentals .rental div {
	margin-top: 15px;
	height: 105px;
	overflow: hidden;
	margin-bottom: 10px;
}
#rentals .rental div a {
display:block;
}

#vehicle {
	overflow: hidden;
}
#vehicle h3 {
	margin-top: 22px;
	border-bottom: 1px solid #D2D2BB;
}
#vehicle ul {
	overflow: hidden;
}
#vehicle ul li {
	float: left;
	width: 300px;
}
#vehicle th {
	text-align: left;
	padding: 2px 10px;
}
#vehicle td {
	padding: 2px 20px;
	width: 100px;
}
#vehicle label {
	display: block;
	margin-top: 10px;
}
#vehicle input[type="text"] {
	display: block;
	margin-top: 5px;
	width: 300px;
}

#vehicle textarea {
	display: block;
	margin-top: 5px;
	width: 500px;
	height: 200px;
	font-family: Arial,sans-serif;
	font-size: 12px;
}
#vehicle input[type="submit"] {
	margin-top: 15px;
}

#vehicle img {
	height: 113px;
}
#openingtimes {
	text-align: center;
color: rgb(132, 131, 90);	line-height: 20px;
}
