.tooltip {
	position: relative;
	display: inline-block;
	text-decoration: none !important;
}

.tooltip span {
	display: none !important;
	position: absolute;
	right: -4px;
	bottom: 102%;
	padding: 0 0 5px 0;
	width: auto;
	_width: expression( this.firstChild.scrollWidth );
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAFCAYAAABM6GxJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAAKfqKrxBBQAAACBjSFJNAAB6XAAAgCcAAPnZAACDuAAAaLsAAOSQAAA4JwAAHw+dhnlPAAAAUUlEQVR42mJgYGAwBuK3QPwfDwbJG////58BHQMEEAMU4DPkLVSeAZsBAAHEgASwGQLXjMsAgABiQAPIhqBoxmUAQAAxYAEgTbfRNeMyACDAALhOZOeN0D7hAAAAAElFTkSuQmCC') no-repeat 100% 100%;
	z-index: 7;
	opacity: .85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);
}

.tooltip:hover span { display: block !important }

.tooltip span em {
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	font: normal 12px/normal Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, sans-serif;
	/*max-width: 200px;
	overflow: hidden;*/
	white-space: nowrap;
	text-transform: none;
	text-align: left;
	/*
	width: auto;
	_width: expression(this.offsetWidth > 200 ? 200 : '');
	*/
}

.tooltip .tooltip_title {
	display: block;
	margin: 0 0 5px -5px;
	padding: 1px 5px;
	width: 100%;
	background: #333;
	text-align: center;
}
