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


/* Toggle default */
h3.rgaccord1-toggle {
  color:#BDD47C;
  line-height: 26px;
  height: 23px;
  background: #ffffff url(img/plus.png) 0px center no-repeat;
  padding:0px 0 2px 25px;
  letter-spacing:1px;
  text-transform:uppercase;
  font-size:12px;
  font-family:Arial,Helvetica,sans;
  font-weight:normal;
  margin-right:32px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#6899ce;
  background:#ffffff url(img/minus.png) 0px center no-repeat;
  border-bottom:1px solid #6899ce;
  
}

/* the content */
div.rgaccord1-content {
  width:500px;

}

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


