/* Toggle default */
h4.rgaccord1-toggle {
  padding: 0 20px;
  background-image: url(../../global_gfx/plus.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  height: 24px;
  cursor: pointer;
}

/* Toggle act item */
h4.act {
  background-image: url(../../global_gfx/minus.png);
  background-repeat: no-repeat;
}

/* 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;
}


