@charset "utf-8";
/* CSS Document */

#tooltip {
	width:350px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #CC9B59;
	background-color: #FDEDD7;
	padding: 5px;
	margin: 5px;
	/*opacity: 0.85;*/
}
#tooltip img{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	
}
#tooltip h3, #tooltip div { 
margin: 0; 
}


