/* CSS Document */
#info p {margin-left:15px; margin-right:20px;}
#info img {margin:15px; float:left;}
#info h1 {margin-left:15px;}
/* the style starts here */
a.tooltip {color:#026;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {
	display:block;
	position:absolute;
	top:20px;
	left:-25px;
	padding:5px;
	font-weight:normal;
	color:#000;
	border:1px solid #888;
	width:369px;
	background-color: #fff;
}
a.tooltip:hover b em {position:absolute; left:60px; top:-6px; width:11px; height:6px;background:#fff url(../img/white.gif) 0 0; display:block; font-size:1px;}
.testo .tooltip img {text-decoration: none;border: none;}
.testo .tooltip b {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}





.clear {clear:both;}


.testo {
	clear:both;
	margin: 23%;
	padding: 4px;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #444;
	background-color: #f4f4f4;
}

