.cars_SearchBar
{
	height: 59px;
	background-image: url(../Common/Images/SearchBar_Black.gif);
	background-repeat: repeat-x;
}

.cars_detailsControlTable
{
	width: 100%;
	height: 100%;
	font-size: 10px;
	table-layout: fixed;
}

.cars_detailsControlTable td
{
	overflow: hidden;
}

.cars_detailsControlTable span
{
	overflow: hidden;
	white-space: nowrap;
	width: 99%;
}

.cars_DetailsDlgCaption
{
	overflow: hidden;
	white-space: nowrap;
	width: 99%;
	font-size: 22px;
	font-weight: bold;
}

