/* CSS Document */
.titleLink {
color: #AB313C;
font-weight:bolder;
text-decoration:none;
}
.titleLink:hover{
color: #AB313C;
font-weight:bolder;
text-decoration:underline;
}

.titleCategorie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9C2831;
	display: compact;
}

.menuSenzaLink{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}


/* Menu sinistro */
td.menu_leftNoImage{
width:334px;
height:243px;
}

.imgToolbarDisabled {
	border: 0px solid #336699;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
}

.imgToolbarEnabled {
	border: 0px solid #336699;
	filter:alpha(opacity=100);
	-moz-opacity:.99;
}