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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight: bold;
  display:block;
  font-size:100.01%;
  color:#292525;
  line-height: 1.4em;
  background: #fff url(../img/plus.gif);
  background-repeat:no-repeat;
  background-position: 9px 4px;
  border:1px #979340 solid;
  padding:0 9px 0 29px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#FFF;
  background:#979340 url(../img/nosub.gif);
  background-repeat:no-repeat;
  background-position: 9px 4px;
  border-bottom:none;    
}

/* the content */
div.rgaccord1-content {
  width:99.8%;
  border-left:1px solid #979340;
  border-right:1px solid #979340;
  border-bottom:1px solid #979340;
}

div.rgaccord1-content li a {
  font-size:100.01%;
}

div.rgaccord1-content div.rgtabs-wrapper {
  border-left:none;
  border-right:none;
  border-bottom:none;
}

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


