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

/* just a little gab */
#rgaccord2-nest {
  margin:0px 0 0;
}

.accordionContainer h2 {display:none;}
.accordionContainer h3 {font-weight:normal !important; font-size:16px !important;margin-bottom:0 !important;}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;  
  /*line-height: 26px;
  height: 23px;*/
  
  background:url(img/bg-accordion.gif) repeat-x bottom left;
  padding:0px 0 17px 0px;
  cursor:pointer;
}
h3.rgaccord2-toggle span {
  display:block;
  background:url(img/plus.gif) 0px 4px no-repeat;
  padding-left:15px;
}


/* Toggle act item */
h3.act {
  color:#7f7f7f;
  background:url(img/minus.gif) 0px 5px no-repeat;
  padding-bottom:7px;
}
h3.act span{background:none;}

/* the content */
div.rgaccord2-content {
  background:url(img/bg-accordion.gif) repeat-x bottom left;
  margin-bottom:0;
}

#rgaccord2-nest p {padding-bottom:25px !important;}

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


