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


/* Toggle default */
h3.rgaccord1-toggle {
  padding-bottom: 15px;
  font-weight:normal;
  color:#d4131c;
  line-height: 160%;
  height: 13px;
  cursor:pointer;
  font-size: 100%;
}

/* Toggle act item */
h3.act {
  padding-bottom: 5px;
  color:#d4131c;
}


/* the content */
div.rgaccord1-content {
  width:440px;
  padding-bottom: 15px;
}

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



