body {
	background: transparent url(http://autosrodriguez.com/fondo-1600.gif) repeat-x scroll 0 0;
}
dt {
	font-weight:bold;
}
#vehicles {
	padding: 10px;
}
.vehicle {
	padding: 15px;
	margin:0 5px 5px 0;
}
#vehicles .vehicle {
	position:relative;
	float:left;
	width: 45%;
	height: 200px;
	border:1px solid;
}
.vehicle ul {
	list-style:none;
}
#vehicles .vehicle li span{
	font-weight:bold;
}
.vehicleImage img {
	border: 1px solid #aaa;
	padding: 1px;
}
.vehicleImage {
	float:left;
	margin: 0 5px 5px 0;
}
#vehicles .vehicle p.moreInfo{
	position:absolute;
	bottom:0;
	text-align:right;
}
.vehicleContent {
	float:left;
	width: 30%;
}

#pagination {
	padding: 10px 0;
	background: transparent;	
}
#pagination a {
	color: #036;
	text-align:center;
	display:block;
	width: 48%;	
	float:left;
}

