a.tooltip{
    position:		relative; 
    z-index:		24; 
    text-decoration:none
}

a.tooltip:hover{
	z-index:		25;
	cursor:			help;
	text-decoration:none!important
}

a.tooltip span{
	display: 		none;
}

a.tooltip:hover span{
    display:		block;
    position:		absolute;
    top:			-32px; 
    background:		url(../images/ttip-btm.png) left top no-repeat;
	height:		    13px!important;		
	font-size:      11px;
	line-height:    11px;
    text-align: 	left;
	padding:        5px 5px 5px 5px;
	color:			#fff;
	font-weidght:   normal;
	white-space:    nowrap;
}


