/* Start Map CSS
=====================================================================*/
#mapback {
	position: absolute;
	display: block;
	padding: 7px 15px;
	bottom: 0px;
	right: 0px;
	background: #5c4339;
	color: white;
/*	font-family: arial, sans-serif;*/
}
#map a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('/images/dealer-map/bullets_2.png');
	background-repeat: no-repeat;
	z-index: 2;
	text-decoration: none;
}
#map a.yellow {  background-position: 0px -15px; }
#map a.green   {  background-position: 0px -30px; }
#map a.blue     {  background-position: 0px -45px; }
#map a.purple {  background-position: 0px -60px; }

#map a.bullet:hover { text-decoration: none; }

#map div.popup{
	display: none;
	position: absolute;
	top: 25px;
	left: 170px;
	width: 225px;
	height: 150px;
	background: url(/images/dealer-map/popup.png) no-repeat;
	z-index: 10;
	color: #9a8882;
	border: 1px solid #856553;
}

#map div.yellow { background-position: -225px 0px } 
#map div.green   { background-position: -450px 0px } 
#map div.blue     { background-position: -675px 0px } 
#map div.purple { background-position: -900px 0px } 

#map div.popup h3 {
	display: block;
	padding: 0px 0px 13px 3px;
	color: white;
	font-size: 15px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: normal;
}
#map div.yellow h3 { color: black; }

#map div.popup div.popupcontent{
	position: absolute;
	top: 54px;
	height: 95px;
	padding: 0 15px;
	overflow: auto;
	overflow: visible; /* Thanks Kevin Mario! */
/*	font-family: arial;*/
	font-size: 13px;
	line-height: 18px;
}
#map div.popup div.popupcontent p{
	margin: 10px 0;
	width: 195px;
	line-height: 14px;
}
#map div.popup div.popupcontent a {
	color: #9a8882;
}
#map div.popup div.popupcontent a:hover {
	text-decoration: none;
	}
#map div.popup a.close{
	display: block;
	position: absolute;
	top: 130px;
	left: 15px;
}
#map div.popup a.close img{
	border: none;
	z-index: 100;
}

