p{
	margin-top: 0px;
	float: left;
}

form.sort{
	float: right;
}

.cars{
	width: 590px;
}

.cars a{
	text-decoration: none;
}

.cars .car{
	padding: 10px;
	height: 62px;
	background-color: #f9f9f9;
	margin-bottom: 2px;
}

.cars .car img{
	margin-right: 5px;
	width: 80px;
	height: 60px;
	border:1px solid #666;
	float: left;
}

.cars .car .info{
	width: 400px;
	float: left;
}

.cars .car .info h1{
	margin: 0px;
	font-size: 16px;
	color: #00A0DB;
}

.cars .car .price, .cars .car .sold{
	margin-left: 5px;
	margin-right: 10px;
	float: right;
}

.cars .car .sold span{ color: #ff0000; }
.cars .car .price span, .cars .car .sold span{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
