a.tooltip {
	font-family: tahoma;
	font-size: 11px;
	font-style: italic;
}

div#tooltip {
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	font-style: italic;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	height: 64px;
	background: transparent url(../images/tooltip/tt_pointer.png) no-repeat center bottom;
}
div#tooltip_left { 
	height: 51px;
	width: 13px;
	float: left;
	background: transparent url(../images/tooltip/tt_left.png) no-repeat left top;
}
div#tooltip_right { 
	height: 51px;
	width: 13px;
	float: right;
	background: transparent url(../images/tooltip/tt_right.png) no-repeat right top;
}
div#tooltip_center { 
	height: 51px; 
	line-height: 51px;
	float: left;
	background: transparent url(../images/tooltip/tt_center.png) repeat-x center top;
}