/* NEW */

.poi-image {
float:right;
}
.poi-name{
font-size:18px;
letter-spacing:1px;
font-family:times new roman;

}
.poi-text {
padding-top:5px;
font-size:11px;
}

.poi-link {
text-align:center;
}

/*******************
 *   POI
 *******************/ 
#poi {
xborder:1px solid red;
}
#poitab {
	margin: 0;
	padding: 0 0 0px 0 !important; padding:0;
	width:490px;
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 {

	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:170px;
overflow:auto;
width:490px;
padding:10px;
}

/* 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;
}



/* map icons */
.rggmicons {
border:1px solid #ccc;
	background:#e7e7e7;
	padding:0px 0 0 10px;
height:60px;
}
.rggmicons img {
margin:4px 2px;
}

.rggmicons2 {
	display:inline;

}
.rggmicons2 img {
margin-bottom:20px;


}


/* map */
#map {
  height:450px;
  width:100%;
}

/* cat + records below map */
.rggm-nest {
  width:100%;
  padding-top:10px;


}

.rggm-catheader {
  background:#f8bb3e;
  color:#fff;
  padding:5px 17px;
  font-weight:bold;
	xdisplay:none;
}

.rggm-cat {
position:absolute;
z-index:100;
margin-top:78px;
margin-left:0px;
padding-bottom:5px;
background:#fff;
	xdisplay:none;
}

/* nest records */
.rggm-records {
  float:right;
width:100%;  
}

/* category at the left side*/
#treemenu1 {
  padding:0;
  margin:0;
}

#treemenu1 li{
  font-size:11px;
  padding:3px 0px;
  margin:1px 20px 1px 5px;

}

#treemenu1 li img {
  display:none
}

/* records at the right side */
.rggm-statistic {
  text-align:right;
}

.rggm-recordlist {


}

.rggm-recordlist li {
  list-style:none;
  
  font-size:12px;
  padding-top:5px;
  margin:1px;
  padding:5px 5px;


border-top:1px solid; border-color:#f7c65d;
}


.rggm-recordlist li img{
  
display:block;


}
.rggm-recordlist li a{
 
font-size:11px;

}

.tx-rggooglemap-pi1 > a {display:none;}
