/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  padding: 0px 0px 2px 25px;
  line-height: 26px;
  height: 23px;
  background: #edf0f1 url(plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  background:#96c6c7  url(minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  background-color:#f7f9f9:
}

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

