#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #9a9a9a;
	background-color: #fff;
	padding: 5px;
    padding-bottom: 0px;
	font-weight:normal;
	color:#666;
	white-space: nowrap;
    text-align: left;
	width: 120px;
}
#tooltip h3, #tooltip div { margin: 0; padding: 0; color:#666; }
#tooltip h3 { font-weight: normal; text-align: left; font-size: 11px ; }

#tooltip .url { position:relative; top: 5px; _top:14px; height:5px; width:20px; background: url(../../template/img/tooltip.gif) 5px 0px no-repeat; display: block !important;}

