@CHARSET "UTF-8";

/*----------- Search form -------------*/


#search select {
	width: 140px;
}

#search #powerunit {
	width: 50px;
}

#exactmodel {
	width: 136px;
}

#constyear_s, #constyear_e{
	width: 40px;
}

#power_s, #power_e {
	width: 27px;
}

#search dl, #search dd, #search dt {
	margin:0;
	padding:0;	
	text-align: left;
}

#search dd {
	margin-bottom: 10px;

}




#searchbox {
	float:left;
	width:150px;
	border: 0;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}

#searchresultbox {
	float:left;
	width:460px;
}


/*----------- Search results -------------*/
.searchresults {
	margin-bottom: 20px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.searchresults th {
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #ccc;
}

.searchresults td {
	height: 66px;
	text-align: center;
    border-bottom: 1px solid #ccc;
}

.searchresults .description, .searchresults .owner {
	text-align: left;
}

.searchresults th a	{
	text-decoration: none;
	color:#666;
}

.searchresults th a:hover {
	text-decoration: underline;
}
