/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
#content h3.rgaccord1-toggle {
  font-weight:bold;
  color:#000;
  line-height: 26px;
  height: 23px;
  background: #FFF url(img/plus.png) 0 center no-repeat;
  padding:0 0 0 25px;
  margin-right:32px;
  cursor:pointer;
}

/* Toggle act item */
#content h3.act {
  color:#000;
  background: #FFF url(img/minus.png) 0 center no-repeat;
}

/* remove margin of a CE */
div.rgaccord1-content {
  margin-bottom: 0px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}