/* ######## jQuery CSS ############################################## */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff5e1;
	padding: 5px;
	opacity: 0.85;
	font-size: 10px;
	font-weight: normal;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	font-size:12px; 
	color:#7B7B7A; 
	font-weight:normal; 
}