/* Tool Tips */
#tooltip, #tooltip2, #tooltip3, #tooltip4, #tooltip5, #tooltip6, #tooltip7, #tooltip8, #tooltip9, #tooltip10{
	display: inline;
}
.tooltip{
	width: 200px;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;	
	text-decoration: none;
	text-align: left;
}

.tooltip span.top{
	padding: 30px 8px 0;
    background: url(../images/IMG-Bubble.gif) no-repeat top;
}

.tooltip b.bottom{
	padding: 3px 8px 15px;
    background: url(../images/IMG-Bubble.gif) no-repeat bottom;
}
