#tooltip {
	position: absolute;
	z-index: 200;
	width: 230px;
	/*background: url(../images/ev_inf_down.png) top left no-repeat;*/
	color: #fff;
	padding: 20px 20px 20px 20px;
	border: 1px solid #e3e5e5;
	

}


#tooltip h3, #tooltip div {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}

#tooltip h3{
	padding: 0 0 10px 0;
/*	background: url(../images/white_line.png) bottom left no-repeat;	*/
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin-bottom:10px;
		font-size: 14px;

	}

