@charset "UTF-8";
body {
	background-image: url(/dealerfinder/images/mobgrip/tile.jpg);
	color:#33A02C;
}
h1, h2, h3 {
	color: #FFFFFF;
}
#container {
	color: #FFFFFF;
	width:900px;
	height:600px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #33A02C;
}
input, select {
	color: #33A02C;
}
#left {
	width:260px;
	top:5px;
	left:5px;
	position:absolute;
}
#dealermap {
	color: #33A02C;
	width:600px;
	top:5px;
	left:295px;
	position:absolute;
}
#banners {
	width:624px;
	top:5px;
	left:270px;
	height:590px;
	overflow:auto;
	position:absolute;
}
.banner {
	margin: 6px;
	height: 60px;
	width: 300px;
	padding: 0px;
}
#banners img {
	width:300px;
	height:60px;
}
#map {
	overflow: hidden;
	width:600px;
	height:240px;
}
.buy_df_address {
	color:#FFFFFF;
	width:164px;
	height:66px;
	font-size:10px;
	line-height:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.buy_df_address:hover {
	background-color:#FFFFFF;
	color:#33A02C;
	border-right-color: #33A02C;
	border-bottom-color: #33A02C;
}