/*
 * {margin:0; padding:0; font:12px Verdana,Arial} 
code {font-family:"Courier New",Courier}
*/
/* ----------------------------------------- */
/* Seleziona/Deseleziona                     */
/* ----------------------------------------- */
#accordion_sel_desel {
  margin: 2px auto; 
	text-align: right;
	font-size: 0.6em;
	font-family: arial, verdana; 
  font-weight: bold; 
  color: #9ac1c9;
}
#accordion_sel_desel a {
  text-decoration: none; 
  color: #9ac1c9;
}
#accordion_sel_desel a:hover {
  color: #033;
}
/* ----------------------------------------- */
/* Accordion di 1^ Livello                   */
/* ----------------------------------------- */
#acc {
  list-style: none; 
  color: #033; 
  margin: 0 auto 20px 
}
#acc h3 {
  border: 1px solid #9ac1c9; 
  padding: 3px 3px 4px; 
	text-align: left;
	font-size: 0.9em;
	font-family: arial, verdana; 
  font-weight: bold; 
  margin-top: 1px; 
  cursor: pointer; 
  background: url(img_accordion_header.gif)
}
#acc h3:hover {
  background: url(img_accordion_header_over.gif)
}
#acc .acc-section {
  overflow: hidden; 
  background: #fff;
	height: 1px; 
}
#acc .acc-content {
  padding: 1px;
  border: 1px solid #9ac1c9; 
  border-top: none; 
  background: #fff;
}
/* ----------------------------------------- */
/* Accordion di 2^ Livello (interno)         */
/* ----------------------------------------- */
/*
#nested {width:425px; list-style:none; color:#033; margin-bottom:15px}
#nested h3 {width:411px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(img/img_accordion_header.gif)}
#nested h3:hover {background:url(img/img_accordion_header_over.gif)}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:393px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#nested .acc-selected {background:url(img/img_accordion_header_over.gif)}
*/

