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


/* just a little gab */


#rgaccord2-nest {

  margin: 0;

}



/* Toggle default */


h3.rgaccord2-toggle {

  font-size: 1.2em;
  font-weight: bold;

  color: #000;

  /*line-height: 1.2em;

  height: 1.2em;*/

  background: #FFC20E url(img/plus.gif) 5px center no-repeat;

  border: 1px solid #000;

  padding: 1px 0 3px 25px;

  cursor: pointer;

  margin: 2px 0;
}



/* Toggle act item */


h3.act {

  background: #FFFF80 url(img/minus.gif) 5px center no-repeat;

}



/* the content */


div.rgaccord2-content {

  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;

}



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


