.mapnest {
	width:530px;
}

.maptop {
	Xpadding:10px;
}

.mapcat {
	display:none;
	width:200px;
	height:450px;
	overflow:auto;
	float:left;
	padding:5px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#map {
	float:left;
	padding:5px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

.mapbottom {
	clear:both;
	margin-left:0px;
	padding-top:10px;
	width:480px;
	color:#ccc;
}

.mapbottom ul {
	padding:5px;
	margin-top:5px;
	border:1px solid #ccc;
	height:200px;
	overflow:auto;
}


#resultdiv ul li {
	padding-left:5px;
	line-height:20px;
	list-style-type: none;
}

#infobox {
	border:1px solid #b2bb1c;
	width:300px;
	position:absolute;
	background:#fff;
	z-index:998;
	display:none;
}

#infobox a {
	color:#bbb;
}
#infobox a:hover {
	color:#999;
}


/*
.tx-rgpopup-Nest {
	position:absolute;
	border: 1px solid #CC3333;
	width:350px;
	border:10px solid blue;
	z-index:5;
}*/
	
.tx-rgpopup-dragbar {
	background-color: #b2bb1c;
	cursor:hand; 
	cursor:pointer;
	padding: 2px 0 4px 10px;
	height:15px;
}
.tx-rgpopup-left {
	font-size : 13px; 
	font-weight: bold;
	color: white;
	float: left;
	padding-left: 5px;
}
		
.tx-rgpopup-right {
	text-align:right;
	padding-right: 1px;
}
.tx-rgpopup-mainNest {
	text-align: left;
	padding: 10px;
	background-color: white;
}	

/* tooltip at POI on map */
.markerTooltip {
	background: #fff;
	color:#000;
	padding: 3px 6px;
	white-space: nowrap;
	border: #333 solid 1px;
	-moz-border-radius:10%;
	-moz-opacity: 85%;
	opacity: 0.85;
	z-index:4;
}


#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:100px;
	overflow:auto;
}

.poi-content table, .poi-content form, .poi-content input, .poi-content textarea {
	margin:0px;
	padding:3px;

}
.poi-content input, .poi-content textarea {
	width: 150px;

}
/*
#rggooglemap-largeoverview div {
	position:relative;
}
#map_overview {
	position:relative;
	top:0px;
	left:0px;
}
*/
