.sinosplicetooltip, .tooltip, .info, .popup {
   border-bottom: 1px dotted #0af;
   cursor: help;

   /* optional effects--uncomment to activate them */
   /* background-color: #ff9; */
   /* font-weight: bold; */

}

#btc { z-index: 99999; }



/* sino here */

.sinosplicetooltip:hover {
	background-color: #CCFF99;
}

.sinosplicetooltip {
	border-bottom: 1px dotted #FF6464;
	cursor: help;
	
}

.st_tooltip {
   font-family: Arial, sans-serif;
   font-size: 11pt;
   line-height: normal;
   text-align: center;
   text-decoration: none;
   width: 347px;
}

.st_tooltip span.top {
   color: #000;
   background: url(../themes/images/brown.gif) no-repeat top;
   padding: 30px 8px 0;
}

.st_tooltip b.bottom {
   color: #FF0000;
   background: url(../themes/images/brown.gif) no-repeat bottom;
   font: bold 0.9em Arial, sans-serif;
   padding: 3px 8px 15px;
}
