div#map_canvas {
	width: 600px;
	height: 500px;
	float: right;
	border: 3px solid #d7d7d7;
}

div#map_canvas p.info {
	font-size: 12px;
	font-family: Arial, Helvetica;
}


div#findPane {
	display: inline;
	float: left;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 20px;
	clear: left;
	width: 300px;
}

input#addr {
	width: 250px;
	border: 1px solid #c7c7c7;
	font-family: Arial, Helvetica;
	float: left;
	margin-right: 10px;
	padding: 3px;
}

#findBtn {
	float: left;
	display: block;
}

#findBtn a {
	position: relative;
	width: 19px;
	height: 19px;
	overflow: hidden;
	display: block;
	outline: none;
}

#findBtn a img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

#findBtn a:link img,#find a:visited img {
	top: 0px;
}

#findBtn a:hover img {
	top: -19px;
}

div#resultPane {
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica;
	width: 280px;
	min-height: 400px;
}

div#resultPane div.dealer,div.dealerHi {
	width: 100%;
	float: left;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

html>body div#resultPane div.dealer,div.dealerHi {
	height: 40px;
}

div#resultPane img {
	behavior: url('/sitejs/iepngfix.htc');
	float: left;
	margin: 1px 10px;;
}

div#resultPane div.dealerHi {
	background-color: #fdf;
}

div#resultPane div.info {
	width: 230px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.col3 {
	width: 31%;
	margin-right: 20px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica;
	margin-bottom: 20px;
}

.right {
	margin-right: -20px;
}

.col3 h3 {
	color: #870C0F;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

.col3 a {
	color: #870c0f;
}

.col3 a:visited,.col3 a:link {
	text-decoration: none;
}

.col3 a:hover {
	text-decoration: underline;
}

div#dealerList div.dealerNav {
	font-size: 10px;
	font-family: Arial, Helvetica;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
	width: 160px;
}

div.dealerNav a {
}

div.dealerNav a.prev {
	background-image: url('images/page_prev.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
}

div.dealerNav a.next {
	background-image: url('images/page_next.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
