
#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 10px;
	width: 200px;
	margin: -10px -10px 0 0;
	background: #fffdcd;
	border: 1px solid #bbbbbb;
	text-align: left;
}
#tooltip h3, #tooltip div { 
	margin: 0; 	
	font-family: Arial, Sans-Serif;
	font-weight: normal !important;
	font-size: 8pt !important;
}


#old_tooltip {
	position: absolute;
	z-index: 3000;
	width: 224px;
	height: 94px;
	margin: -35px -240px 0 0;
	padding: 6px 6px 6px 16px;
	background: url("/img/cat_info.png") no-repeat;
	text-align: left;
}
#old_tooltip h3, #old_tooltip div { 
	margin: 0; 	
	font-family: Arial, Sans-Serif;
	font-weight: normal !important;
	font-size: 8pt !important;
}
