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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color: #656565;
  line-height: 23px;
  height: 23px;
  background: transparent url(../img/ext/rgacc_plus.gif) 0px 0px no-repeat;
  padding: 0px 0 0px 28px;
  cursor:pointer;
  margin: 0 0 5px 0;
}

/* Toggle act item */
h3.act {
  color: #656565;
  background: transparent url(../img/ext/rgacc_minus.gif) 0px 0px no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:385px;
  padding: 5px;
}

/* 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;
}



