/* CSS Document */
a.tooltip {	
	/*border-bottom: 1px dashed green;*/
	text-decoration: none;	
}
a:hover.tooltip {
	padding: 0;
} 
.tooltip:hover span span {
	display: block;
}
.tooltip span {
	position: absolute;
	text-decoration: none;
}
.tooltip span span {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	text-decoration: none;
	z-index: 100;
	top: 20px;
	left: -30px;
	font-size:12px;
	color:#666666;
	width:670px; 
	padding:10px;
	background-color: #FFFFFF;
	border:1px solid #666666;
	line-height:16px;
}