/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin:30px 0 0 0;
  width:450px;
  border-bottom:0px solid #c8e5b0;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:normal;
  font-size:100%;
  color:#00774b;
  background: #ffffff url(images/arrownorm.gif) 5px center no-repeat;
  border-bottom:1px solid #c8e5b0;
  border-left:1px solid #c8e5b0;
  padding:5px 0 5px 25px;
  margin:0 0 0 0;
  cursor:pointer;

}

/* Toggle act item */
h3.act {
  color:#00774b;
  background:#c8e5b0 url(images/arrowdown.gif) 5px center no-repeat;
  margin:0 0 0 0;
  padding:5px 0 5px 25px;
}

/* the content */
div.rgaccord2-content {
  width:450px;
  margin:0 0 0 0;
  padding:20px 0 0 0;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin:0 0 20px 0;
  padding:10px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}
