.tTip {width: 222px;  cursor: pointer; color: #666; text-decoration:underline;}
.tip {color: #333;}
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/
.tip {width: 202px; height:120px;
overflow: hidden; padding:3px 0 0 20px; line-height:13px;
	display: none; color:#fff;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tt.gif) no-repeat top right; margin:90px 0 0 150px}
	
.tipMid_del {background: transparent url(images/tipMid.png) repeat-y right;}
.tipBtm_del {background: transparent url(images/tipBtm.png) no-repeat bottom right; height: 27px;}