/* --- TOOLTIPs --- */
.show_tooltip.active_tooltip {
	/*cursor: help;*/
}
.show_tooltip.active_tooltip strong {
	background: none; /* IE 6- bugfix */
	/*color: #900;*/
}
.tooltip {
	FONT-FAMILY : Verdana, Arial;
	background: #333333;
	border: 1px solid #ff9900;
	color: #ffffff;
	font-size: 100%;
	position: absolute;
	text-align: left;
	padding: 4px 4px 4px 4px;
	width: 250px;
}
