html{
	font-size: 11px;
}

a{
    text-decoration: none;
}

article{
	width: 98%;
    margin: 0 1%;
}

header{
    font-size: 14px;
    margin: 1% 1% 1% 0;
    padding: 2px 0 2px 4px; 
    
    cursor: pointer;
    _cursor: hand;
    background-color: #ededed;    
}

header,
footer{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.dealerInfo{
	float:left;
	width:200px;
	margin: 0 5px;
}

.vehicle{    
    float:left;
    width: 180px;
    height: 170px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ababab;
    background-color: #ededed;
    color: #000;
    position: relative;
}

.vehicle .thumb{
	width: 180px;
	height: 135px;
	border: 1px solid #ababab;
}

.vehicle .detail{
	/*float: left;*/
	margin: 3px 1px 0 5px;
	color: #676767;
}

.detailLink{
	width: 180px;
	height: 14px;
	overflow: hidden;
	margin: 0 0 2px 0;
}

.vehicle a{
	color: #000;	
}

.vehicle .ymmt{
	margin: 0 0 0 5px;
	font-size: 12px;
	
}

.vehicle .sold{
	position: absolute;
	top: 6px;
	left: 6px;
	width: 180px;
}

.vehicle .price{
	float: right;
}

.pagingWrapper{
	text-align: right;
	width: 98%;
	margin: 1% 0;
}

.clear{
    clear: both;
}

.searchFilters span{
	margin: 0 3px;
}

ul.searchForm{
	list-style-type: none;
	margin: 10px 0;
	padding: 0 0 0 5px;	
}

ul.searchForm li{
	float: left;
	width: 200px;
}

ul.searchForm li select{
	width: 194px;
}

img.customHeader{
	width: 98%;
	margin: 0 1px;
}