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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal;
  color:#666666;
  height: 18px;
  border-bottom:1px solid #cccccc;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#666666;
  background:#f6f6f6;
}

/* the content */
div.rgaccord1-content {
margin-bottom:0px;
}

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

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

