/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin:10px 0;
}

/* Toggle default */
div.rgaccord2-toggle {
  font-weight:bold;
  background: #fff url(img/plus.png) 5px 2px no-repeat;
  padding:4px 0 4px 25px;
  margin: 0 32px 0 0;
  cursor:pointer;
}

/* Toggle act item */
div.act {
  background:#efc url(img/minus.png) 5px 2px no-repeat;
  border: 1px solid #ab8;
  padding: 4px 0 4px 25px;
}

/* the content */
div.rgaccord2-content {
  padding: 0 25px;
}

/* 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;
}

