/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin:0.5em 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  color:#9cf;
  background: #272727 url("../../img/shiny_buttons/background.gif") repeat-x center right;
  padding:0.5em 1em;
  margin-bottom:0.2em;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#fff;
  background: #272727 url("../../img/shiny_buttons/background_active.gif") repeat-x center right;
}

/* the content */
div.rgaccord2-content {
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1,
div.rgaccord2-content h2,
div.rgaccord2-content h3,
div.rgaccord2-content h4 {
  display:none;
}

