/* CSS Document */

/**** menu ****/
.concertina {
  background-color:          #fff;
  border:                    1px solid #666;
  border-top-width:          3px;
  border-bottom-width:       3px;
  margin:                    0 auto 1em;
  max-width:                 100%; /*40em;*/
  max-height:				 100%; 	
  }	
.concertina .trig {
  background: 				 #7e969f; /* COLORE DI SFONDO MENU' NON SELEZIONATO */
  border-top:                1px solid #f5f5f5;
  border-bottom:             1px solid #ccc;
  color:					 #000000; /* COLORE DI SFONDO CARATTERI*/
  cursor:                    pointer;
  display:                   inline-block;
  margin:                    0;
  padding:                   2px 5px;
  position:                  relative;
  text-indent: 				 12px;
  font-weight: 				 bold;
  font-size: 				 14px;
  line-height: 				 31px;
  font-family: 				 arial;
  cursor: 					 pointer;
  text-align:				 center;
  }
.concertina .trig {
  display:                   block;
  }
.concertina .open {
  background:                #FFEBA9;/*#bebebe;*/ /* COLORE SFONDO MENU SELEZIONATO */
  cursor:                    pointer;
  }
.concertina .trig:hover {
  background:                #A0CCAF;/*#f1f1f1;*/
  }
.concertina .targ {
  border-top:                0 !important;
  border-bottom:             0 !important;
  margin-top:                0 !important;
  margin-bottom:             0 !important;
  padding-top:               0 !important;
  padding-bottom:            0 !important;
  position:                  relative !important;
  background:                #E8EAD0;/* COLORE SFONDO MENU  */
  display:                   inline-block;
  height:                    100%; /*100px;*/
  margin:                    0;
  overflow:                  auto;
  padding:                   0 5px 0 0;
  }
.concertina .targ {
  display:                   block;
  }



