/***********************************************/
/* Tooltip styles for justfigures.co.uk      */
/***********************************************/

.tipDiv a {
	border-bottom:1px dotted #000;
	text-decoration:none;
}
.tipDiv a:hover {
	position:relative;
	cursor:help;
}
.tipDiv a span {
	display:none;
}
.tipDiv a:hover span {
	display:block;
   	position:absolute;
	top:15px;
	left:15px;
   	padding:5px;
	margin:5px;
	background:#FFFF99;
	border:1px dotted #000;
	z-index:4;
}

/********************* end **********************/
