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

/* Toggle default */
.rgaccord1-toggle {
  font-weight:bold;
  color:#000;
  line-height: 26px;
  width: 375px;
  height: 23px;
  background: url(img/plus.png) 5px center no-repeat;
  border-bottom:3px solid #a5d5a5;
  padding:2px 0 2px 25px;
  cursor:pointer;
  margin-bottom: 1px;
  
}

/* Toggle act item */
.act {
  color:#a5d5a5;
  background:url(img/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:400px;
  border:1px solid #afafaf;
  background: #ccc;
}

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

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

div.rgaccord1-content h2 {
  display:none;
}

div.rgaccord1-content h3 {
  display:none;
}

div.rgaccord1-content h4 {
  display:none;
}

div.rgaccord1-content h5 {
  display:none;
}

div.rgaccord1-content h6 {
  display:none;
}


