#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #b5babe;
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
    width: 230px;
}


#tooltip h4{
	margin: 0px auto;
	color: #87bd04;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: bold;
}



#tooltip div { 
	margin: 0px auto;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #404040;
	width: 230px;
}

.prezzoSi{
	color: #3f95d1;
	font-weight: bold;
	padding-left: 10px;
}


#tooltip .spiega{
	width: 220px;
	border-bottom: 8px solid #ededed;
	padding-bottom: 8px;
	font-size: 11px;
	color: #555555;
	text-transform: none;
	text-align: left;
	line-height:18px;
    font-weight:normal;
}

