@charset "utf-8";
/* CSS Document */

div.map_container {
/*	position:relative;*/
}
div.map_canvas {
	position:absolute;
	width:545px; 
	height:350px;
	top:0;
	left:0;
	z-index:1;
	}

div.map_side_bar{
	position:absolute;
	top:0;
	left:545px;
	padding: 0 0 0 5px;
	background-color: #f9f9f9;
	height:350px;
	width:150px;
	font-family:Arial;
	font-size:14px;
	color: #666666;
	font-weight: bold;

}

.barline {margin: 0 0 5px 0; padding: 0px 0px 0px 3px; font-family:Arial; font-size:12px;  font-weight: normal;}
.barline a {border-bottom:1px solid #CCCCCC; text-decoration:none; color: #73c167;}
.barline a:hover {font-weight: bold;}

div.over_map {
	position:absolute;
	height:20px;
	top:310px;
	left:219px;
	background-color: white;
	z-index:2;
	filter:alpha(opacity=80);
		-moz-opacity:0.8;
	opacity:0.8;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

div.over_map a{
	text-decoration: none;
	color:#666;
	font-family:Arial;
	font-size:12px;
	line-height: 18px;
}

div.over_map a:hover{
color:#000;
}

.zz {float:left; padding: 0px 3px 0px 3px;
	color:#666;
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	line-height: 18px;
}

.zl { 
float:left;
padding: 0px 2px;
border: 1px solid #fff;
}

.zs { 
float:left;
height:20px;
background-image:url(zs.gif);
background-position:5px 0;
background-repeat:no-repeat;
padding: 0px 6px 0px 5px;
}

div.GM_InfoW {
 color:#666;
 font-family:Arial;
 font-size:12px;
}

.GM_InfoW_City {
font-weight: bold;
}

.GM_InfoW_Adress a{
text-decoration: underline;
color:#73c167;
background:transparent url(http://www.platform.com/mail_icon.gif) no-repeat scroll 0 1px;
padding:1px 0 1px 16px;
}

.GM_InfoW_Adress a:hover {
color:#8CC63F;
}
