#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #d9d9b3;
	background-color: #ffffe0;
	font-size:11px;
	padding: 10px;
	line-height:20px;
	opacity: 0.85; 
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip ul {
	float:left;
	width:95%;
	padding-left:5%;
	list-style:outside inherit;
}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('../img/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('../img/shadow2.png');
	padding-top: 5em;
	height: 100px;
}

