/* Fading Tooltips By Dustin Diaz*/
body div#toolTip {
	position:absolute;
	z-index:1000;
	height: 40px;
	margin-top: 10px;
	background: url(../images/bg-tooltip.png) right no-repeat;
	text-align:left;
}
body div#toolTip p { margin:0; padding: 17px 16px 0 0; color:#fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; position: relative; z-index: 2000; }
body div#toolTip span { display: block; width: 36px; height: 40px; position: absolute; top: 0; left: -16px; background: url(../images/bg-tooltip-left.png); }
