div.tooltip_info
{
/*  width:300px;*/
  width:422px;
  background-color:transparent;
  overflow:hidden;
  position:relative;
  z-index:20000;
}

div.tooltip_info div.tooltip_title {
/*  width:300px;*/
  width:420px;
/*  padding-top:15px;*/
  border:1px solid #969696;
  border-right:1px solid #767676;
  border-bottom:0px;
/*  background:transparent url(../images/buuble_top.png) no-repeat scroll 0px 0px;  */
  background:transparent url();
}

div.tooltip_info div.tooltip_bottom {
/*  height:69px;*/
/*  background:transparent url(../images/buuble_bottom.png) no-repeat scroll 0px 0px;*/
  height:1px;
  background:#fff url();
  border-right:1px solid #767676;
  border-bottom:1px solid #767676;
  border-left:1px solid #969696;
  overflow:hidden;
}

div.tooltip_info div.tooltip_title div.cont {
/*  width:240px;*/
  width:400px;
  padding:6px 10px 7px 10px;
  background:#f3f3f3 url(../images/buuble_top_grad.png) repeat-x scroll 0px 0px;
  overflow:hidden;
  border-bottom:1px solid #e6e6e6;
}

div.tooltip_info div.tooltip_title h6 {
  width:224px;
  font-size:14px;
  line-height:16px;
  font-family:Georgia;
  float:left;
}

div.tooltip_info div.tooltip_title div.tooltip_close {
  width:11px;
  height:11px;
  margin-top:2px;
  float:right;
  cursor:hand;
  cursor:pointer;
  position:relative;  
}

div.tooltip_info div.tooltip_description
{
  color:#000;
  padding:1px;
/*  background:transparent url(../images/buuble_center_w.png) repeat-y scroll 0px 0px;*/
  background:#fff url();
  border-right:1px solid #767676;
  border-left:1px solid #969696;
}

div.tooltip_info div.tooltip_description div.map
{
  width:418px;
  height:298px;  
  border:0px;
}

div.tooltip_info div.tooltip_description div.text
{
  padding:6px 9px;
/*  background:transparent url(../images/bubble_center_g.gif) no-repeat scroll 0px 0px;*/
  background:transparent url(../images/bubble_center_grad.gif) repeat-x scroll 0px 0px;
  font-size:11px;
  overflow:hidden;
  color:#808080;
}

div.tooltip_info div.tooltip_description div.text a
{
  font-size:11px;
  color:#808080;
  padding-top:4px;
  display:block;
}

.tip-over{
  cursor:hand;
  cursor:pointer;
}

.tooltip {
	cursor:pointer;
}
