@charset "utf-8";

/* Links */
a {
	color:#333333;
	text-decoration: none;
}

a:visited{
	color:#333333;
}

a:hover {
	color:#9E7441;
	text-decoration: underline;
}

div#address a {
	color:#FFFFFF;
	text-decoration: none;
}

div#address a:visited{
	color:#FFFFFF;
}

div#address a:hover {
	color:#333333;
	text-decoration: underline;
}

/* Elenchi puntati */
ul li {
	list-style-image: url(../images/button/elenco_puntato.gif);
	margin-bottom: 5px;
}

div.transOFF { 
	cursor: pointer;
}
div.transON {
	width: 100%;
	background-color: white;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	cursor: pointer;
}
div.trans25 {width: 80px; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25; }
div.trans75 {width: 80px; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;}
