/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  line-height: 26px;
  height: 23px;
  font-size: 1em;
  background: #fff url(../img/plus.png) 0px 7px  no-repeat;
  padding:2px 0 2px 25px;
  margin-right:32px;
  cursor:pointer;
  margin: 2px 0px;
}

/* Toggle act item */
h3.act {
  background: #fff url(../img/minus.png) 0px 7px no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:418px;
}

.rgaccord1-content P, .rgaccord1-content ul {
	margin: 0px auto;
}

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


