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


/* Toggle default */
.rgaccord1-toggle {
  font-weight:bold;
  background: url(img/plus.png) 5px top no-repeat;
  padding:2px 0 2px 25px;
  margin-right:32px;
  cursor:pointer;
}

/* Toggle act item */
.act {
  color:#000;
  font-weight:bold;
  background: url(img/minus.png) 5px top no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:470px;
  padding:0;
  margin:0;

}

div.rgaccord1-content p {
  margin:0;
  padding:2px 0 2px 25px;

}

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