/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */

.tooltip{
	width: 150px;
	color: #669933;
	text-decoration:none;
	text-align:center;
	font-size: 12px;
	line-height: 1.3em;
}

.tooltip span.top{
	font-weight: bold;
	background-image: url(../img/bt.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 35px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.tooltip b.bottom{
	color: #ffffff;
	background: url(../img/bt.gif) no-repeat bottom;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 8px;
}

