/* 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: #D6BA84;
	border-top: 1px solid #733410;
	border-right: 2px solid #733410;
	border-bottom: 2px solid #733410;
	border-left: 1px solid #733410;
	padding: 10px;		
	color: #733410;
	font-size: 11px;
	text-decoration: none;
	width: 300px;
	z-index: 100;
	top: 20px;	
	left: -30px;	
}