a.tooltip { 
	font-weight:normal; 
}

a.tooltip span { 
	display:none; 
	padding:4px 4px 0 4px;
	width:auto;
	height:auto; 
}

a.tooltip img { 
	float:inherit;
	margin:1px; 
	padding:1px; 
}

a.tooltip:hover span{ 
	display:inline; 
	position:absolute; 
	background:#efefef; 
	border:1px dotted #cccccc; 
	color:#555;
	font-size:14px; 
	font-weight:normal; }

