


/*  */

#tooltip{
	position:absolute;
	padding:2px 5px;
	color:#fff;
	display:none;
	width:505px;
	height:86px;
	background : url(../images/tooltip/bg.png) no-repeat;
	font-size:11px;
	}
	


#tooltip #tooltipTable{
	width:480px;
	margin:15px 0px 0px 5px;
}

#tooltip #tooltipTable th{
	font-weight : bold;
	text-align : left;
}


#tooltip #tooltipTable td, #tooltip #tooltipTable th{
	padding:4px;
}

