/* CSS Document */

#etichetta-sherbet {
	display: block;
}

#hover-hotdrink img, #hover-bianco, #hover-granita img, #hover-frigodrink img {
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#hover-hotdrink:hover img, #hover-sherbet img, #hover-granita:hover img, #hover-frigodrink:hover img {
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}

#menu-prodotti-sherbet {
	display: block;
}

h1 {
	color: #EE008B;
	border-bottom: none;
}

h2, h2 a {
	clear: both;
	color: #EE008B;
	text-decoration: none;
}
h2 a:hover {
	color: white;
	background-color: #EE008B;
}
h2 {
	border-bottom: 1px dotted #EE008B;
}