@charset "utf-8";
/* CSS Document */
#tooltip {
	display: none;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	width: 184px;
	background: #f3f3f3;
    border:1px solid #8f95a3;
	background:url(../../_images/tooltip.gif) repeat-x bottom #f3f3f3;
}
.tooltipflip {
	position: absolute;
	right: 0;
	top: -28px;
}
.tooltip {
	left: 0;
	position: absolute;
	top: -28px;
}