/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-size: 100%;

  line-height: 26px;
  height: 23px;
  background:#f3f3f3 url(images/plus.png) 5px center no-repeat;

  padding:2px 0 5px 25px;

  cursor:pointer;
  border-bottom: #ccc solid 1px;
}

/* Toggle act item */
h3.act {
  color:#333;
  background:#F4C100 url(images/minus.png) 5px center no-repeat;
  padding-bottom: 5px; 
  border-bottom: #ccc solid 1px;
    font-weight: bold;
}

/* 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;
}

div.rgaccord1-nest {margin: 10px 0;overflow: visible;}


