
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	font-family: Arial, Helvetica, sans-serif;
	background:transparent url(/images/tooltip/blackOrange_arrow_med.png) no-repeat scroll 0 0;
	opacity: 0.8;
	font-size:14px;
	line-height: 20px;
	height:160px;
	padding:30px;
	width:310px;
	display:none;
	color:#fff;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:18px;
	color:#fff;
}
