#tooltip {
	position: absolute;
	z-index: 3000;
	background: url(../images_site/bg-tooltip.jpg) fixed;
	color: #b7b7b7;
	padding: 15px;
	font-size: 8pt;
	width: 350px;
	line-height: 150%;
	border: 1px black solid;
	font-family: 'tahoma', 'arial';
	text-transform: lowercase;
}

	#tooltip h3 { 
		color: #edab0b !important;
		font-size: 11pt !important;
		margin: 0; 
		font-family: 'georgia';
	}
	#tooltip ul {
		margin: 0px;
		padding-left: 10px;
	} 
	
		#tooltip ul li {
			margin: 0px;
			padding-left: 0px;
		} 
		
	#tooltip p {
		margin: 0px;
		margin-bottom: 5px;
		margin-top: 5px;
	} 