@charset "utf-8";

/* Links */
a{
	color:#000;
	text-decoration: none;
}

a:visited{
	color:#000;
}

a:hover{
	color:#990000;
	text-decoration: none;
}

div#menufooter a{
	color:#FFFFFF;
	text-decoration: none;
}

div#menufooter  a:visited{
	color:#FFFFFF;
}

div#menufooter  a:hover{
	color:#000000;
	text-decoration: none;
}


.menuist {
	font-size: 11px;
	color: #000;
	float: left;
	margin-right: 20px;
	background-image: url(../images/puntatoremenu.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 8px;
	cursor:pointer;
}

.menuIstRoll {
	font-size: 11px;
	color:#990000;
	float: left;
	margin-right: 20px;
	background-image: url(../images/puntatoremenu_f2.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 8px;
	cursor:pointer;
	text-decoration: none;
}


.menucarrello {
	font-size: 11px;
	color: #000;
	float: right;
	background-image: url(../images/puntatoremenu.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 8px;
	cursor:pointer;
}

.menucarrelloRoll {
	font-size: 11px;
	color:#990000;
	float: right;
	background-image: url(../images/puntatoremenu_f2.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 8px;
	cursor:pointer;
	text-decoration: none;
}

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;
}
