/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin:2px 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:normal;
  font-size: 10pt;
  color:#000;
  line-height: auto;
  height: auto;
  background: #acacac url(img/plus.png) 5px center no-repeat;
  border-bottom:0px solid #31ae90;
  padding:2px 0 2px 25px;
  margin:2px;
  cursor:pointer;
}

h3.rgaccord2-toggle:hover {color:#fff;}

/* Toggle act item */
h3.act {
  color:#000;
  background:#d90013 url(img/minus.png) 5px center no-repeat;	
}

/* h3.act:hover {color:#96554f;} */

/* the content */
div.rgaccord2-content {
  width:100%;
/*  border-left:1px solid #ccc;
  border-right:1px solid #ccc;	*/
  padding: 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;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h2 {
  display:none;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h3 {
  display:none;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h4 {
  display:none;
}

