html{/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:scroll;
	overflow-x:auto;
	overflow:moz-scrollbars-vertical;
	height:100%;}

body {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
height:100%;
}

a {
color:#D356FE;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

#head, #head a {
color:#C0C0C0;
text-decoration:none;
font-size:14px;
}

#centro {
background:url(img/bg_centro.jpg) repeat-y;
width:41px;
}

#footer, #footer a {
color:#C0C0C0;
font-size:10px;
text-decoration:none;
}

#menu {
background:url(img/bg_menu.jpg) no-repeat;
width:199px;
height:19px;
}

#menu_h {
background:url(img/bg_menu_h.jpg) no-repeat;
width:199px;
height:19px;
}

#menu a, #menu_h a, #smenu a, #smenu_h a, #smenu_2 a {
font-size:14px;
color:#FFFFFF;
text-decoration:none;
}

#ssmenu a {
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}

#ssmenu_h a {
font-size:11px;
color:#D356FE;
text-decoration:none;
}

#smenu {
background:url(img/bg_smenu.jpg) no-repeat;
width:199px;
height:19px;
}

#smenu_2 {
background:url(img/bg_smenu2.jpg) no-repeat;
width:199px;
height:19px;
}

#smenu_h {
background:url(img/bg_smenu_h.jpg) no-repeat;
width:199px;
height:19px;
}

#ssmenu {
background:url(img/bg_ssmenu.jpg) no-repeat;
width:199px;
height:19px;
}

#ssmenu_h {
background:url(img/bg_ssmenu_h.jpg) no-repeat;
width:199px;
height:19px;
}

.titolo {
font-size:18px;
color:#D356FE;
}

.sottotitolo {
font-size:14px;
color:#D356FE;
}

#menu_feature a {
color:#FFFFFF;
text-decoration:none;
}

#pagine a {
color:#C0C0C0;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

/* style for category menu */

div#wn	{ 
	position:relative;
	width:160px; height:300px; 
	overflow:hidden;
	text-align:center;	
	}

div#scrollbar { 
    display:none;
    }
	
div#scrollbar { 
    position:relative; 
    width:16px; height:300px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }

div#track { 
    position:absolute; left:0; top:16px;
    width:16px; height:270px; 
    background: #ffffff;
  }
div#dragBar {
    position:absolute; bottom:1px; top:1px; right:1px;
    width:16px; height:10px; 
    background-color:#EEEEEE;
  } 
  
div#up { position:absolute; left:1px; top:0; }  
div#down { position:absolute; left:1px; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
	
/* end style for category menu */

