body {
	margin: .6in;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	color: #333;
}
/* hide */
#header, #vehicle-search, 
#enquiry-form,
a.print{
	display: none;
}
#content{
	width: 600px;
}
h1{
	font-size: 14pt;
}
h2{
	font-size: 11pt;
}
th{
	text-align: left;
}
p.note{
	clear: both;
	font-size: 8pt;
	padding-top: 10px;
}
#column-1{
	float: left;
	width: 48%;
}
#column-2{
	float: right;
	width: 48%;
}

#truck-details{
	clear: both;
}
#truck-details h2{
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.listing-details-data{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.listing-details-data th, .listing-details-data td{
	width: 50%;
	font-size: 8pt;
	border-bottom: 1px solid #ccc;
}

#listingimage{
	float: left;
}
#listing-thumbs{
	float: left;
	width: 210px;
}
#listing-thumbs li{
	list-style: none;
}
