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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal !important;
  color:#515056 !important;
  line-height: 26px;
  height: 23px;
  background: url(img/plus.jpg) left center no-repeat;
  border-top:0px solid #ffffff;
  padding:0 0 3px 30px;
  margin-bottom:2px !important;
  margin-top:0;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#f9b105 !important;
  font-weight: bold !important;
  background: url(img/minus.jpg) left center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:450px;
  background-color: transparent;
}

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


