.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(images/brown.gif) no-repeat top;
   padding: 30px 8px 0;
}

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