/* CSS Document */

a.tooltip{		
	border-bottom: 1px dashed #85B844;
	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: #D7F0B6;
	border: 1px solid #85B844;
	padding: 10px;		
	color: #333333;
	text-decoration: none;
	width: 350px;
	z-index: 100;
	top: 20px;	
	font-size:9px;
	left: -30px;	
}
