/* menu centro commerciale */
div#MENU{
    color: #FFFFFF;
    width: 160px;
}
div.TITOLO{
    position: Relative;
    color: #ffffff;
    font: bold 12px Arial, Helvetica, Sans-serif;
    padding: 4px;
    cursor: Pointer;
	text-transform:uppercase;
	text-align:left;
	margin-top:3px;
}
div.TITOLO a {
    color: #ffffff;
}
span.VOCI{
    display: None;
    font: normal 13px Arial, Helvetica, Sans-serif;
	border-top: 1px dashed #ffffff;
	margin-bottom:3px;
}
a.MENU{
    display: Block;
	border-bottom: 1px dashed #ffffff;
    position: Relative;
    color: #fff;
    text-decoration: None;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left:5px;
	padding-right:5px;
}
a.MENU:hover{
    display: Block;
    position: Relative;
	background:#FFFFFF;
	color:#000000;
    text-decoration: None;
	filter:alpha(opacity:50); 
	-moz-opacity:0.50; 
	opacity:0.50;
}

/* tabelle centro commerciale */
table#contenuto_centrocomm{
width:674px;
margin-bottom: 10px;
}
table#accesso_centrocomm{
background:#e6e6e8;
width:674px;
height: 35;
margin-bottom: 10px;
}
table#accesso_centrocomm td {
padding-left: 15px;
}
table#titolo_in_vetrina{
width:504px;
height:18px;
margin-top:2px;
text-align:center;
}
table#vetrina_centrocomm{
background: url(../img/centro_commerciale/bg_vetrina1.gif) no-repeat top left;
width:514px;
height:180px;
margin-bottom: 5px;
border:1px solid #999999;
}
table#vetrina_centrocomm2{
background: url(../img/centro_commerciale/bg_vetrina1.gif) no-repeat top left;
width:514px;
height:94px;
margin-bottom: 5px;
border:1px solid #999999;
}
td.logocliente_verticale{
width:180px;
text-align:center;
}


