

div.carSearchContainer
{
	margin: 0 10px 0 10px;
}
h5.sectionTitle
{
	font-size: 11px;
	font-weight: bold;
}


div.searchFilterContainer
{
	width: 150px;
	background: transparent url(images/SearchFilterBg.gif) repeat-y;
	margin: 0 0 10px 10px;
}
div.searchFilterContainer div.sfHeader
{
	background: transparent url(images/SearchFilterHeaderBg.gif) no-repeat;
}
div.searchFilterContainer div.sfHeader h4
{
	background: transparent url(images/SearchFilterHeader.gif) no-repeat;
	display: block;
	width: 150px;
	height: 35px;
	overflow: hidden;
	text-indent: -1000px;
}
div.searchFilterContainer div.sfHeader p
{
	width: 142px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0 0 5px 4px;
}
div.searchFilterContainer div.sfHeader p.totalResults
{
	background: transparent url(images/SearchFilterTextBg.gif) no-repeat;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	color: #21255b;
	font-size: 24px;
	font-weight: normal;
}
div.searchFilterContainer div.sfHeader a.showResults
{
	background: transparent url(images/SearchFilterShowResultsBttn.gif) no-repeat;
	width: 127px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	margin: 0 0 3px 12px;
}

div.searchFilterContainer div.sfFilters p
{
	font-size:13px;
	font-weight: bold;
	color: #fff;
	width: 142px;
	text-align: center;
	margin: 0 0 5px 4px;
}
div.searchFilterContainer div.sfFilters div.filterItems
{
	background: #fff url(images/SearchFilterItemsBg.gif) no-repeat;
	width: 142px;
	margin: 0 0 5px 4px;
}
div.searchFilterContainer div.sfFilters div.filterItems div.filterItem
{
	border-top: 1px solid #e1e1e1;
}
div.searchFilterContainer div.sfFilters div.filterItems div.filterItem a.filterItemRemove
{
	background: transparent url(images/SearchItemRemove.gif) no-repeat 114px 1px;
	display: block;
	color: #21255b;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	width: 142px;
	overflow: hidden;
	line-height: 27px;
	text-indent: 5px;
}
div.searchFilterContainer div.sfFilters div.filterItems div.first a.filterItemRemove
{
	background: transparent url(images/SearchItemRemoveFirst.gif) no-repeat 114px 1px;
}


div.searchFilterContainer div.filterClear p
{
	font-size:11px;
	color: #fff;
	width: 142px;
	text-align: center;
	margin: 0 0 5px 4px;
}
div.searchFilterContainer div.filterClear a.clearFilters
{
	background: transparent url(images/SearchFilterClearFiltersBg.gif) no-repeat;
	width: 127px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	margin: 0 0 3px 12px;
}

div.searchFilterContainer div.sfFooter
{
	background: transparent url(images/SearchFilterFooterBg.gif) no-repeat;
	height: 8px;
	line-height: 0em;
	font-size: 0em;
}
