/* tooltip at POI on map */
.markerTooltip {
  background: #fff;
  color:#000;
  padding: 6px 0px;
  white-space: nowrap;
  border: #333 solid 1px;
//  -moz-border-radius:10%;
//  -moz-opacity: 85%;
  opacity: 0.85;
  z-index:80;
  width:100%;
  position: middle;
//  right: 20px;
}


#poitab {
	margin: 0;
	padding: 0 0 20px 0 !important; padding:0;

	width:220px;
border-bottom: 1px solid #9FB1BC;
}

#poitab li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#poitab a, #poitab a:link, #poitab a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;  	
}

#poitab .act a, #poitab a:link.active, #poitab a:visited.active, #poitab
#a:hover {
	color: #000;
	background: url(square.gif) no-repeat bottom center;
}

.poi-content {
clear:both;
height:80px;
overflow:auto;
}

.poi-content .address {
  padding:3px 0;
}
