#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #BFA73B;
	background-color: #FFFDB5;
	padding: 2px 5px;
	opacity: 0.9;
	font-weight: bold;
	font-size: 1em;
	color: #4F330F;
}
#tooltip h3, #tooltip div { 
background: url(../../images/bullet.gif) no-repeat 0 7px;
margin: 0;
padding: 0 0 0 8px;
}
#tooltip h3 {
font-size: 1em;
padding-bottom: 5px;
}
