/*---------- bubble tooltip -----------*/
a.result_tt{
    position:relative;
    z-index:24;
    text-decoration:none;
}
a.result_tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.result_tt:hover{ z-index:25; background:;}
a.result_tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	  padding: 10px 0 0 0;
	  width:200px;
	  text-align: left;
	  color: #000000;
	  filter: alpha(opacity:80);
	  KHTMLOpacity: 1.0;
	  MozOpacity: 1.0;
	  opacity: 1.0;
}
a.result_tt:hover span.top{
	display: block;
	font-weight: bold;
	text-decoration: underline;
	padding: 20px 8px 0px;
  background: url(/web/images/result_bubble.gif) no-repeat top;
}
a.result_tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/web/images/result_bubble_filler.gif) repeat bottom; 
}
a.result_tt:hover span.bottom{
	display: block;
	padding: 20px 8px 10px;
	font-size: 12px;
  background: url(/web/images/result_bubble.gif) no-repeat bottom;
}
.resultcontent {
  padding: 0px 0px;
  height: 11px;
  font-size: 9px;
  margin: 0px;
  text-align: left;
  width: 180px;
  
}
