/* Fading Tooltips By Frank Bueltge*/
body div#toolTip {
	position:absolute;
	z-index:1000;
	min-width:10px;
	background:#000000;
	border: 0;
	text-align:left;
	padding:5px;
	padding-top: 2px;
	padding-bottom: 2px;
font-size: 11px;
	font-family: "Century gothic", "Lucida Grande", "Lucida Sans Unicode", Hummanst521 BT, Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
	min-height:1em;
	-moz-border-radius:3px;
}



body div#toolTip p {
	margin:-4px 0;
	padding:0;
	color:#ff3366;
	font-family: "Futura Bt Bk", "Century gothic", "Lucida Grande", "Lucida Sans Unicode", Hummanst521 BT, Verdana, Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 2px;
	font-weight:bold;
}

body div#toolTip p img, body div#toolTip img{
width;15px;
height:15px;
margin-top:4px;}

body div#toolTip p em {
	display:block;
	margin-top:3px;
	color:#fff;
	font-style:normal;
	font-weight:normal;
}

body div#toolTip p em span {
	font-weight:bold;
	color:#fff;
}
