.tTip {
	width: 16px;
	height: 16px;
	position: absolute;
	cursor: pointer;
	color: #666;
	font-weight: bold;
}

.tTipSmall {
	width: 7px;
	height: 13px;
	position: absolute;
	cursor: pointer;
	color: #666;
	font-weight: bold;
}

#tootip1 {
	width: 16px;
	height: 16px;
	position: absolute;
	cursor: pointer;
	color: #666;
	font-weight: bold;
}

#tootip3 {
	width: 16px;
	height: 16px;
	position: absolute;
	cursor: pointer;
	color: #666;
	font-weight: bold;
}
#tootip2 {
	width: 7px;
	height: 13px;
	position: absolute;
	cursor: pointer;
	color: #666;
	font-weight: bold;
}

.tip {
	color: #333;
}

.tip {
	width: 300px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tooltip/tipTop.png) no-repeat top;
}

.tipMid {
	background: transparent url(../images/tooltip/tipMid.png) repeat-y;
	padding: 0 14px 20px 20px;
	font-size: 9px;
	text-align: left;
}

.tipBtm {
	background: transparent url(../images/tooltip/tipBtm.png) no-repeat
		bottom;
	height: 32px;
}
.tTip a {
	border: 0px;
	text-decoration: none;
}