/****************************************
 *****           Tooptip            *****
 ****************************************/

#tooltip { position: absolute; z-index: 3000; width: 241px; border: 0px; padding: 0px; height: 135px; }
#tooltip h3 { padding: 20px 20px 10px 34px; width: 187px; height: 26px; font-size: 12px; font-weight: normal; color: #ff0000; background: url(../images/tooltip_top.png) no-repeat top center; }
#tooltip div.body { width: 187px; padding: 10px 20px 20px 34px; font-size: 12px; color: white; background: url(../images/tooltip_bottom.png) no-repeat bottom center; }