body
{
	background-color:#161A21;
	margin:0;
	padding:0;
	color:#f1f1f1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	width:700px;
	margin:0 auto;
	padding-top:15px;
}

h2
{
	text-align:center;
}

hr
{
	border:0;
	height:1px;
	background: url(divider.png) no-repeat;
	margin-top:10px;
}

.spacer
{
	height:25px;
}

*
{
	margin:0;
	padding:0;
}

div.carEntry
{
	margin-top:10px;
	min-height:100px;
}

.carEntry h3
{
	font-weight:700;
	font-size:16px;
	color:#B5D6FF;
	padding-bottom:5px;
}

.carEntry p
{
	padding-left:120px;
	padding-right:130px;
	font-size:11px;
}

.carEntry img.carImg
{
	float:left;
	width:110px;
}

.carEntry div.carPrice
{
	float:right;
	width:120px;
	height:50px;
	font-size:22px;
	font-weight:700;
	margin-top:0px;
	color:#B5D6FF;
	text-align:center;
}

div.carPrice div.viewDetailsBtn
{
	font-size:11px;
	text-align:center;
	margin-top:5px;
	background-color:#ededed;
	border:1px solid #fefefe;
	color:#333333;
	padding-top:2px;
	padding-bottom:2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

div.carPrice div.carKm
{
	text-align:center;
	font-weight:700;
	font-size:10px;
	color:#f1f1f1;
	line-height:10px;
}

div.viewDetailsBtn a
{
	color:#333333;
	text-decoration:none;
}

div.viewDetailsBtn a:hover
{
	color:#000000;
}

.error
{
	color:#990000;
	font-size:18px;
}