@charset "utf-8";



.tooltip {
	width: 207px; 
	color: #000000;
	font: bold 12px/1.3 Tahoma, Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: center;
	cursor: default;
}



.tooltip span.top {
	/*padding: 40px 8px 0px;*/
	padding: 40px 8px 0px;
    background: url(images/tooltip_bubble.gif) no-repeat top;
}

.tooltip > span.top { /*mozilla*/
    background: url(images/tooltip_bubble.png) no-repeat top;
}



.tooltip b.bottom {
	padding: 3px 8px 15px;
	font-size: 11px;
	color: #666;
    background: url(images/tooltip_bubble.gif) no-repeat bottom;
}



.tooltip > b.bottom { /*mozilla*/
	background: url(images/tooltip_bubble.png) no-repeat bottom;

}
