@charset "utf-8";
/* CSS Document */
ul.vehicle-list {
	margin:0;
	padding:0;
}
ul.vehicle-list li {
	float:left;
	list-style:none;
	width:120px;
	font-weight:10px;
	color:#666;
	padding:5px;
	margin:5px;
}
ul.vehicle-list li:hover {
	background-color:#EFEFEF;
}
ul.vehicle-images-other {
	margin:0;
	padding:0;
}
ul.vehicle-images-other li {
	float:left;
	list-style:none;
}
span.vehicle-image {
	padding:1px;
	display:inline-block;
	border:1px solid #CCC;
}
span.vehicle-brand {
	font-size:1.1em;
	font-weight:bold;
	color:#060;
	display:block;
	margin-bottom:4px;
	margin-top:4px;
}
span.vehicle-model {
	font-weight:bold;
	display:block;
}
span.vehicle-price {
	color:#F00;
	display:block;
	font-weight:bold;
}
span.vehicle-price-title {
	font-size:.8em;
	margin-top:7px;
	display:block;
}
span.vehicle-price-detail {
	color:#F00;
	display:block;
	font-weight:bold;
	font-size:12px;
}
span.vehicle-price-title-detail {
	font-size:12px;
	margin-top:17px;
	display:block;
}
span.vehicle-text {
	font-size:.9em;
}

div.vehicle-details {
	width:500px;
	float:right;
	clear:both;
}
div.vehicle-details-images {
	width:390px;
	float:left;
}
img
{
	border:0;
}
ul.vehicle-detail-list {
	margin:0;
	padding:0;
	color:#666;
}
ul.vehicle-detail-list li {
	list-style:none;
	width:120px;
	padding-right:5px;
	padding-left:5px;
}
ul.vehicle-detail-list li:hover {
	background-color:#FFC;
}
ul.vehicle-detail-list li h3 {
	width:220px;
	font-size:12px;
	display:inline;
}
ul.vehicle-detail-list li p {
	font-size:12px;
	display:inline;
}
ul.vehicle-accessories-list {
	margin:0;
	padding:0;
}
ul.vehicle-accessories-list li {
	list-style:none;
	background:url(images/tick.gif) no-repeat top left;
	margin:0;
	padding:0 0 0 15px;
	width:150px;
	float:left;
	font-weight:bold;
}
div.vehicle-accessories p
{
	background-color:#F7F7F7;
	padding:7px;
}
div.vehicle-details h1
{
	font-size:20px;
	color:#900;
	padding:3px 0 5px 0;
}
div.vehicle-details h2
{
	font-size:18px;
	padding:3px 0 5px 0;
	color:#900;
}
h2.vehicle-idno
{
	background:url(images/ilanno.gif) top left no-repeat;
	width:142px;
	height:20px;
	font-size:11px;
	padding:5px 0 0 0;
	float:right;
	text-align:center;
}
h1.vehicle-name
{
	float:left;
}
div.vehicle-body
{
	clear:both;
	float:left;
	width:900px;
}
table.vehicle-listing
{
}
table.vehicle-listing th
{
	color:white;
}
.odd
{
	background-color:#EFEFEF;
}
