#tooltip {
	position: absolute;
	z-index: 9999;
	display: none;
	background: url(../images/layout/bg-tooltip.png);
	padding: 6px 0px 0px 6px;
	width: auto;
	color: #f7d017;
	font-size: 1.1em;
}
* html #tooltip {
	behavior: url("css/iepngfix.htc");
}
#tooltip.ShowTooltip {
	display: block !important;
}
#tooltip .Name {
	font-weight: bolder;
}
#items li p {
	display: none;
}
.TitleLocation{
	font-style: italic;
}
#tooltipInner {
	padding: 4px 5px 10px 6px;
	border-bottom: 1px solid #252525;
	border-right: 1px solid #252525;
}
