﻿@charset "utf-8";
/* CSS Document */

/* Basic Styling for the car lists */

.cv-vehicles {
	clear:both;
	padding:0;
	margin:0;
	list-style-type:none;
	border-top:1px solid #666;
	padding-top:1em;

}
.cv-vehicles li {
	border-bottom:1px solid #666;
	margin-bottom: 1em;
}
.cv-vehicles img {
	float:left;
}

/* Basic Styles for the singular car pages!*/

.cv-single-vehicle h2 {
	float:left;
}
.cv-single-vehicle h3 {
	float:right;
}

.cv-photos {
	clear:both;
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:center
}
.cv-photos * {
	display:inline;
	text-decoration:none;
	border:0;
	background:#fff;
}
.cv-photos a img {
	padding:5px;
	border: 1px solid #666;
}
.cv-photos a {
		margin:5px;
}
.cv-photos a:hover {
	text-decoration:none;
	background:#fff;

}

ul.cv-vehicle-meta li {
	clear:none;
}

.cv-car-data {
	width:100%;
		clear:both;
}
.cv-car-data th {
	width:25%;
	text-align:left;
	border
}
.cv-car-data td {
	width:75%;
}