@CHARSET "UTF-8";

#main a.tooltip {
	color: #fff;
}

a.tooltip b {
	display: none;
}

a.tooltip:hover {
	border: 0;
	position: relative;
	text-decoration: none;
	z-index: 5000;
}

a.tooltip:hover b {
	background: #f3fafe;
	border: 1px solid #094681;
	color: #000;
	display: block;
	font-size: 11px;
	left: 5px;
	padding: 3px;
	position: absolute;
	top: 20px;
	width: auto;
}

a.tooltip:hover b em {
	background: transparent url(../images/tooltip.png) 0 0;
	display: block;
	font-size: 1px;
	height: 6px;
	left: 0;
	position: absolute;
	top: -6px;
	width: 11px;
}