	
	.tTip {
	cursor: pointer;
	color: #666;
	font-weight: bold;
	clear: left;
}
#icon1 {
	float: right;
	margin: 0px;
	padding: 0px;
}
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 130px;
	padding-top: 20px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;
}
	
.tipMid {
	background: transparent url(images/tipMid.png) repeat-y;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.tipBtm {
	background: transparent url(images/tipBtm.png) no-repeat bottom;
	height: 30px;
}
