
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent url(../images/tooltip/black_arrow_big_reverse.png) no-repeat scroll 0 0;
	font-size:14px;
	height:153px;
	padding:30px;
	padding-top:50px;
	width:310px;
	font-size:0.8em;
	display:none;
	color:#fff;
}


/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;

	color:#fff;
}

/* tooltip links (a) */
div.tooltip a 
{
	text-decoration:none;
	color:#fff;
}
/* tooltip links (a:hover) */
div.tooltip a 
{
	text-decoration:underline;
	color:#fff;
}
