#map_canvas {
	width: 962px;
	height: 316px;
	overflow:hidden;
	margin-top: 5px;
}
div.google_left {
	position:absolute;
	left:50%;
	margin-left: -482px;
	top: 79px;
	background: url(../images/google_left.gif);
	height:  316px;
	width: 10px;
} 
div.google_right {
	position:absolute;
	left:50%;
	margin-left: 471px;
	top: 79px;
	background: url(../images/google_right.gif);
	height:  316px;
	width: 10px;
}

div.google_left2 {
	position:absolute;
	left:50%;
	margin-left: -482px;
	top: 400px;
	background: url(../images/google_left.gif);
	height:  316px;
	width: 10px;
} 
div.google_right2 {
	position:absolute;
	left:50%;
	margin-left: 471px;
	top: 400px;
	background: url(../images/google_right.gif);
	height:  316px;
	width: 10px;
}
.google_bing {
	position:absolute;
	left:50%;
	margin-left: -150px;
	top: 360px;
	background: #555555;
	height:  19px;
	width: 300px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	color: white;
	display: none;
	padding-top: 6px;
	
}

.dealer_list {
	width:300px;
	float:left;
	margin-left:20px;
	margin-bottom:3px;
	color: white;
	overflow:hidden;
}
.demo {
	float:right;
	margin-right:10px;
	background: silver;
	padding:1px 3px;
	color: black;
	font-size: small;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.dealer_group {
	width:300px;
	margin-top: 5px;
	float:left;
	margin-left:15px;
	color: silver;
	font-weight: bold;
	overflow:hidden;
}

.dealer_list a {
	text-decoration: none;
	color: white;
	width:100%;
	padding:3px 5px;
	display:block;
}
.dealer_list a:hover {
	color: silver;
	background-color: #444;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.detail {
	width:170px;
	height:18px;
	float:left;
	margin-left:20px;
	color: white;
	
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.detail a {
	color: white;
}
.detail_title {
	clear: both;	
	width:100px;
	height:15px;
	float:left;
	margin-left:20px;
	color: white;
	
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.detail_wide {
	width:270px;
	float:left;
	margin-left:25px;
	color: white;
	
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.detail_wide .detail_title {
	float: none;
	width: 100%;
	margin-left: -5px;
}
.detail_address {
	height: auto;
}
.detail_clear {
	width:100%;
	height: 2px;
	clear: both;
}

