/* ******************************** */
/* ******************************** */
/* CLASSE SLOT */
/* ******************************** */
/* ******************************** */

#slot { 
	border:0px;
	/*background-image:url(images/fondo_contenitore.jpg);
    background-position:top;
    background-repeat:repeat-x;*/
    background-color:#fff;
} 

/* CLASSE SLOT - TESTO NORMALE, p, p a, p a:hover */
/* ******************************** */
#slot , #slot p, #slot .testo { font-size:13px;    font-family: Arial, Helvetica, sans serif;    color:#7D7D7D;    text-align:left;    line-height:20px;}
#slot a, #slot .testo a { color:#006A91;}
#slot a:hover, #slot .testo a:hover { color:#9ec7d5;  }
#slot p a, #slot .testo p a { color:#006A91;}
#slot p a:hover, #slot .testo p a:hover { color:#9ec7d5;  }


/* CLASSE SLOT - li, ul*/
/* ******************************** */
#slot li {
  line-height:20px;
	margin:0; padding:0;
	padding-left:18px;
	background:url(images/arrow.gif) no-repeat;
	background-position:-5px 3px;
	list-style: none;
	}
#slot ul {
	margin:0; padding:0
}


/* ******************************** */
/* HEADERS + stili dei contenuti  */
/* ******************************** */


h6 { font-family:Arial, Helvetica, sans-serif; padding:0px; margin:0px; text-align:left; font-weight: bold; font-style:normal; font-size: 14px; border-top: 1px solid #CCCCCC; display:block; width:100%; padding-top: 10px; padding-bottom: 10px;  background:#FFFFFF url(Images/icona_open.gif) right center no-repeat; cursor: pointer; }
h6 a { text-decoration:none; }
h6.selected { background:#FFFFFF url(Images/icona_close.gif) right center no-repeat; } 
body#beta h6 { color:#006A91; }
body#beta h6.selected { color:#006A91;  }body#beta h6:hover { color:#9ec7d5; }