#tooltip {	
	position: absolute;
	z-index: 3000;
	opacity: 1;
	background: white;
	width: auto;
	font-family: arial;
	font-size: 12px;

}

#tooltip .fumetto{
	left: -10px;
	top: 43px;
	position: absolute;
	z-index: 3002;
	background-color: #ffffff;
}

#tooltip img.toolthumb{
	disply: block;
	float: left;
	width: 60px;
	height: 60px;
	padding-right: 20px;
}

#tooltip div.contenitoretool{
	border: 1px solid #9ba5bb;
	background: white;
	padding: 10px;
	position: absolute;
	z-index: 3001;
	width: 250px;
}

#tooltip div.contenitoretool .testo{
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	color: #58646e;
	font-weight: normal;
	float: left;
	background: white;
	width: 165px;
}

#tooltip div.contenitoretool div.continua {
	color: #EC009D;
	text-align: right;
	margin-top: 5px;
}
