/*accordion 1 */



/* Toggle default */
h3.rgaccord1-toggle {
font-size:1em;
text-transform:uppercase;
  font-weight:bold;
  line-height: 1.2em;
  height: 1em;
  background: url(img/plus_mai.png) 95% center no-repeat;
  border-top:1px solid ;
  padding:0.75em 0 0.5em 0;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  background: url(img/minus_mai.png) 155px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:95%;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}



/*accordion 2 */

/* just a little gab */
#rgaccord2-nest {
  margin:0px 0 20px 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
font-size:1em;
text-transform:uppercase;
  font-weight:bold;
  line-height: 1.2em;
  height: 1em;
  background: url(img/plus_mai.png) 95% center no-repeat;
  border-top:1px solid ;
  padding:0.75em 0 0.5em 0;
  cursor:pointer;
}

h3.act {
background: url(img/minus_mai.png) 95% center no-repeat;
}

/* the content */
div.rgaccord2-content {
  /*width:95%;*/
  margin:0px 40px 2em 0px 
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}
