#placeframe{
	width:426px;
	height:300px;
	background-color:#efefef;
	background: url(../images/back_map.png) repeat-y;
	float:left;
}


#mapback {
	position: absolute;
	display: block;
	padding: 5px 13px;
	bottom: 0px;
	right: 0px;
	background-image: url('../images/map/back.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family: arial, sans-serif;
}
#map a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('../images/map/bullet.png');
	background-repeat: no-repeat;
	z-index: 2;
}
#map a.bullet:hover { text-decoration: none; }

#map div.popup{
	display: none;
	position: absolute;
	top: 67px;
	left: 176px;
	width: 180px;
	background: url(../images/map/popup_bg.gif) no-repeat;
	z-index: 10;
	color: #444444;
}

#map div.popup h3 {
	display: block;
	padding: 0px 4px 4px 13px;
	color: #ffffff;
	font-size: 14px;
	clear:both;
	
}
#map div.yellow h3 { color: black; }

#map div.popup div.popupcontent{
	padding: 0 8px 8px 8px;
	overflow: auto;
	overflow: visible; /* Thanks Kevin Mario! */
	font-family: arial;
	line-height: 120%;
	font-size: 85%;
}
#map div.popup div.popupcontent p{
	margin: 0px 10px 0px 5px;
	text-align:left;
	width: 150px;
}
#map div.popup div.popupcontent a {
	color: blue;
	border-bottom: 1px dotted blue;
}
#map div.popup div.popupcontent a:hover {
	text-decoration: none;
	}
#map div.popup a.close{
	position:absolute;
	display: block;
	top: 6px;
	margin-left: 153px;
	clear:both;
	font-size: 85%;
	color:white;
	cursor: pointer;
}
#map div.popup a.close img{
	border: none;
	z-index: 100;
}