/***************************************
BUBBLE TIP - VERSIONE 1.0 - THEFOX
****************************************/


a.tt {
  position:absolute;
  z-index:100;
  text-decoration: none!important;
}

a.tt span { 
	display: none; 
}


a.tt:hover { 
	z-index:101; 
}

a.tt:hover span.tooltip {
	display:block;
	position:absolute;
	top: -130px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
	left: -100px;
}


a.tt:hover span.top {
	display: block;
	padding:3px 8px 10px;
	background: url('http://my.savethedate.it/img/bubbleblu.gif') no-repeat top;
}

a.tt:hover span.middle { 
	display: block;
	padding: 0 8px; 
	height: 85px;
	background: url('http://my.savethedate.it/img/bubble_fillerblu.gif') repeat bottom; 
}

a.tt:hover span.middle h5 { 
margin: 0 0 4px!important;
padding-bottom: 4px;
border-bottom: 1px solid #fff;
font: bold 13px arial;
color: #e60;
}

a.tt:hover span.middle p { 
margin: 0 !important;
font: normal 11px tahoma;
color: #000;
text-align: justify;
}

a.tt:hover span.bottom {
	display: block;
	padding: 30px 8px 0;
	background: url('http://my.savethedate.it/img/bubbleblu.gif') no-repeat bottom;
}