@charset "utf-8";

/* Links */
a{
	color:#333333;
	text-decoration: none;
}

a:visited{
	color:#333333;
}

a:hover{
	color:#2185C3;
	text-decoration: none;
}

div#sx li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	list-style-position: outside;
	list-style-image: url(../images/point2.png);
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}

div.transOFF {
	width:118px;
	cursor: pointer;
}

div.transON {
	width:118px;
	background-color: white;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	cursor: pointer;
}

div.transOFFBig {
	width:198px;
	cursor: pointer;
}

div.transONBig {
	width:198px;
	background-color: white;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	cursor: pointer;
}
a.bianco{
color:#FFFFFF;}
a.bianco:hover{

color:#2185C3;
	text-decoration: none;

}