
/* TOOLTIP */

.toolTip { margin:0;padding: 0 0 1px 20px;background: transparent url('http://www.radicalbuy.com/facebook/images/help_red_icn.gif') no-repeat right;color: #3366FF;cursor: help; position: relative; } 
.toolTipWrapper { width: 175px;position: absolute; top: 16px;display: none; color: #FFF;font-weight: normal;font-size: 8pt; z-index:999; }
.toolTipTop { width: 175px;height: 35px;background: transparent url('http://www.radicalbuy.com/facebook/images/bubbleTop.gif') no-repeat; }
.toolTipMid {  padding: 8px 15px; background: #a81e22 url('http://www.radicalbuy.com/facebook/images/bubbleTile.gif') repeat-x top; }
.toolTipBtm {  height: 13px; background: transparent url('http://www.radicalbuy.com/facebook/images/bubbleBtm.gif') no-repeat;}
		
		
		
		
