#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #929292;
	background:url(../images/ec_fr/tooltip_bg.gif) left top repeat-x #FFFFFF;
	padding: 5px;
	color: #929292;
	font-size: 12px;
	font-weight: normal;
	
	width: 400px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	font-size: 13px;
	color: #929292;
}

