#dealerLocatorMain
{
	width: 980px; 
	height: 480px; 
	position: relative;
	border: 1px solid #a6d0e7;
}

#dealerLocatorTop
{
	width: 100%;
	height: 40px;
	border-bottom: 1px dotted #b1b1b1;
	color: #8C8C8C;
}

#dealerLocatorLeft
{
	width: 380px; 
	height: 435px; 
	float: left;
}

#dealerLocatorMap
{
	width: 600px; 
	height: 438px; 
	float: right;
}

#mainLeftArea
{
	position: relative;
	width: 351px;
}

.titleBox
{
	width: 361px; 
	padding: 15px; 
	margin: 0; 
	background-color: #f0f0f0; 
	border-bottom: 1px dotted #b1b1b1; 
	float: left; 
	font-size: 15px; 
	font-weight: bold;
}

.searchBox
{
	width: 351px; 
	height: 80px; 
	padding: 15px; 
	margin: 0; 
	color: #8C8C8C;
	float: left;
}

#defaultImage
{
	position: absolute; 
	top: 0px; 
	right: 0px;
}

#resultCount
{
	line-height: 38px;
	width: 180px;
	float: left;
	margin-left: 15px;
}

#searchRadiusDisplay
{
	width: 150px; 
	margin-right: 10px; 
	margin-top: 12px;
	float: right;
}

#searchRadius
{
	position: relative;
	float: right;
	width: 162px;
	height: 28px;
	margin-top: 14px;
	margin-right: 15px;
}

.blueLine
{
	background-image: url('images/dealerLocator/blueLine.gif');
	background-position: top left;
	background-repeat: repeat-x;
	width: 20px;
	height: 24px;
	float: left;
}

.greyLine
{
	background-image: url('images/dealerLocator/greyLine.gif');
	background-position: top left;
	background-repeat: repeat-x;
	width: 20px;
	height: 24px;
	float: left;
}

.greyLineEnd
{
	background-image: url('images/dealerLocator/greyLineEnd.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 2px;
	height: 24px;
	float: left;
}

#dragArrow
{
	background-image: url('images/dealerLocator/sliderArrow.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 14px;
	height: 24px;
	position: absolute;
	top: -7px;
}

.clear
{
	background-color: #ffffff;
}

.clear2
{
	display: block;
	background-color: #ffffff;
}

#resultsHeading
{
	height: 30px;
	color: #8C8C8C;
	padding-top: 15px;
	padding-left: 10px;
}

#resultsDetails
{
	height: 393px;
	overflow-y: scroll;
	overflow-x: none;
}

.dealerHeader
{
	background-color: #f6f6f6;
	width: 100%;
	left: 0px;
	height: 34px;
	border-bottom: 1px dotted #b1b1b1;
	border-top: 1px dotted #b1b1b1;
}

.dealerName
{
	font-weight: bold;
	font-size: 14px;
	margin: 8px;
	margin-left: 14px;
	width: 200px;
	float: left;
}

.dealerDistance
{
	float: right;
	padding: 10px;
	font-size: 10px;
	width: 80px;
}

.dealerDetails
{
	width: 150px;
	color: #8C8C8C;
	padding: 15px;
}

.dealerTel
{
	color: #8C8C8C;
	font-weight: bold;
	font-size: 16px;
}

.outerDetails
{
	position: relative;
}

.dealerServices
{
	float: right;
	margin-top: 0px;
	padding-right: 10px;
	padding-top: 15px;
}

#refineButton
{
	float: right;
	margin-top: 9px;
	margin-right: 10px;
}

.noDealerFound
{
	padding: 15px;
	color: #8C8C8C;
}

.covRedevelopment
{
	color: red;
	font-weight: bold;
	width: 280px;
}
