/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

span.tTip {
	cursor:pointer;
}

.tip {
	width: 202px;
	height: 110px;
	padding-top: 27px;
	padding-right:10px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background-image: url(../images/tooltipback.png);
	background-repeat: no-repeat;
}
	
.tipMid { repeat-y; padding: 0 25px 20px 25px;}
.tipBtm { no-repeat bottom; height: 32px;}