#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 10px;
	opacity: 1;
	width: 600px;
	heigh: auto;
	font-size: 11px;
	line-height: 17px;
}

#tooltip div {
	margin: 0;
}

#tooltip h3 {
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #999;
	font-size: 12px;
	line-height: 16px;
}

#tooltip i {
	padding: 0;
	margin: 0;
	color: #663300;
	font-style: normal;
}
