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

/* just a little gab */
#rgaccord2-nest {
  margin-top: 65px;
  margin-left: 28px;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  text-transform: uppercase;
  font-size: 12px;
  color:#ED7900;
  line-height: 26px;
  height: 23px;
  background: #FFF;
  background-image: url(../images/layout/boxO.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom:1px solid #ED7900;
  padding-left:55px;
  cursor:pointer;
}

/* Toggle act item */
h3:hover {
  color: #0E4097;
  background: #FFF;
  background-image: url(../images/layout/boxB.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom:1px solid #0E4097;

}
/* Toggle act item */
h3.act {
  color: #0E4097;
  background: #FFF;
  background-image: url(../images/layout/boxB.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom:1px solid #0E4097;

}

/* the content */
div.rgaccord2-content {
  width:100%;
  margin-bottom: 4px;
  padding-bottom: 25px;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}


