body {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
/*	background-color: #666666;	*/
}

#sidebar {
	position: relative;
	margin: 0px;
	padding: 4px;
	width: 200px;
	color: #eee;
	text-align:center;	
}

#sidebar h1 {
	font-size: 18px;
}

.map {
	position: absolute; 
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}


.map_list {
	position: absolute;
	top: 15px;
	left: 55px;
	width: 22px;
	height: 22px;	
	overflow: hidden;
	box-shadow: 0 1px 7px #999;
	background: #f8f8f9;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
	z-index:999;	
}

.map_list h2 {
	padding: 0;
	margin: 0;
}

#map_list_icon {
	padding-left: 0px;
	padding-right: 18px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.map_info {
	margin: 2px;
	padding: 6px;
	background-color:#eee;
	width: 210px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	

}

.map_button {
	display: inline-block;
	width:100%;
	height:100%;
}

h1 {
  font-size: 0.95em;
  display: inline;
}

.routeinfo {
  position: absolute; 
	top: 16px; 
	left: 108px;
  height: 32px;
  width: 480px;
	padding-top: 0px;
	font-size: 0.95em;
	visibility: auto;
 
  
  box-shadow: 0 1px 7px #999;
	background: #f8f8f9;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;  
  
  z-index: 999;
}

.copyright {
	position: absolute; 
	bottom: 4px; 
	left: 8px;
	padding-top: 8px;
	font-size: 0.95em;
	visibility: hidden;
}

.copyright_bottom {
	position: absolute; 
	bottom: 24px; 
	left: 8px;
	padding-top: 8px;
	font-size: 0.95em;
	visibility: auto;
  z-index: 999;
}

.gads {
	position: absolute;
	bottom: 45px;
	left: 10px;
	width: 200px;
	height: 700px;	
	box-shadow: 0 1px 7px #999;
	background: #f8f8f9;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
	overflow:hidden;
}


.absolute {
	position: absolute;
	bottom: 45px;
	left: 10px;
	width: 200px;
	height: 700px;	
}
