#map_cluster_wrapper
{
  position:absolute;
  display:none;
  width:612px;
  height:566px;
  top:50%;
  left:50%;
  margin:-200px -300px;
  overflow:hidden;
}
#map_cluster_hd
{
  height:25px;
  border-bottom:2px solid #A3A3A3;
  color:#FFFFFF;
  cursor:move;
}
#map_cluster_hd_container
{
  background-color:#ED2170;
  display:inline;
  width:100%;
  height:25px;
}
#map_cluster_rounded_top_left
{
  background-image: url("/images/ah09/bb02_top_left_innercorner.png");
  padding:0;
  width:11px;
/*      float:left;
  display:inline;
  height:25px;
*/
}
#map_cluster_rounded_top_right
{
  background-image: url("/images/ah09/bb02_top_right_innercorner.png");
  padding:0;
  width:11px;
/*      float:right;
  display:inline;
  height:25px;
*/
}
#map_cluster_title
{
/*      padding:3px;
  display:inline; */
  background-color:#ED2170;
  color:#FFFFFF;
  font-weight:bold;
}
#map_cluster_closex
{
  cursor:pointer;
  background-color:#ED2170;
}
#map_cluster_bd
{
  margin-top:-3px;
  height:391px;
  overflow:hidden;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
}
#map_cluster_ft
{
  height: 21px;
  border-top:4px solid #ED2170;
  color:#FFFFFF;
}
#map_cluster_ft_close
{
  width:80px;
  height:16px;
  background-position:center;
  background: url(/images/ah09/bb02_bottom_closer.png) no-repeat;
  color:#FFFFFF;
  margin-top:-5px;
  cursor:pointer;
  padding:0;
}
.map_cluster_img_a a:link { text-decoration:none;}


#rs_map /* iframe */
{
  margin-top:-5px;
  margin-left:-8px;
  width:625px;
  height:400px;
}


