/* CSS Document */
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent url(../img/tooltip_box.gif) no-repeat scroll 0 0;
	height:112px;
	padding:0px;
	width:205px;
	font-size:11px;
	display:none;
	color:#F8B530;
}

/* tooltip title element (h3) */
div.tooltip p {
	margin:0;
	font-size:11px;
	color:#F8B530;
	padding:15px;
	line-height:17px;
}



