/* tooltip styles */
.tip 
{
	position: absolute;
	z-index: 100;
	visibility: hidden;
	top: 50px;
	font-size: 11px;
	line-height: 16px;
	left: 0px;
	color: #FFF;
	text-shadow: 1px 1px 1px #666;
}

#t1 {width: 230px;}
#t2 {width: 230px;} 
#t3 {width: 230px;} 
#t4 {width: 230px;} 
#t5 {width: 200px;} 


.toolTipRight {
	background-image: url(../images/tooltip_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 17px;
	float: left;
}

.toolTipLeft {
	background-image: url(../images/tooltip_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 17px;
	float: left;
	padding-top: 15px;
	padding-bottom: 27px;
}

#t4 div.toolTipLeft, #t5 div.toolTipLeft {
	padding-top: 6px;
}