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

/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#6995C7;
  background:#fff url(/fileadmin/img/icons/plus.gif) 0px center no-repeat;
  cursor:pointer;
  margin: 0;
  padding: 0px 0px 0px 25px;
}

/* Toggle act item */
h3.act {
  color:#6995C7;
  background:#fff url(/fileadmin/img/icons/minus.gif) 0px center no-repeat;
  margin: 0 0 15px 0;
  padding: 0px 0px 0px 25px;
}

div.rgaccord1-nest {
  border:1px #ddd solid;
  padding:7px;
  margin-bottom:7px;
}  

/* the content */
div.rgaccord1-content {
}

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

