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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold !important;
  color:#fff !important;
  line-height: 33px !important;
  height: 33px !important;
  width: 480px !important;
  background-color: #b0b1b2 !important;
  /* background: #b0b1b2 url(../px/plus.png) 5px center no-repeat; */
  padding:2px 0 2px 10px !important;
  cursor:pointer !important;
}

/* Toggle act item */
h3.act {
  color:#fff !important;
  background-color:#e00e1b !important;
  /* background:#e00e1b url(../px/minus.png) 5px center no-repeat; */
}

/* the content */
div.rgaccord1-content {

}

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

