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


/* Toggle default */
h3.rgaccord1-toggle {
  color: #9c9469;
  line-height: 26px;
  height: 23px;
  background: #ffffff url(img/plus.png) 5px center no-repeat;
  padding: 2px 0 2px 25px;
  margin: 0px;
  cursor: pointer;
  font-weight: normal;
  border-top: 1px dotted #9c9469;
}

/* Toggle act item */
h3.act {
  color:#e2660c;
  background: #ffffff url(img/minus.png) 5px center no-repeat;
  font-weight: normal;
  border-bottom: none !important;
}

/* the content */
div.rgaccord1-content {
  width: 420px;
  padding: 0 0 0 25px;
}

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