#rgaccord1-nest {
  margin:10px 0;
}

/* Toggle default */
h3.rgaccord1-toggle {
  
  color:#666;
  line-height: 26px;
  height: 26px;
  background: transparent url(/fileadmin/system/pics/plus.png) 5px center no-repeat;
 font-size: 12px;
  padding:2px 0 2px 25px;
  margin-right:32px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#666;
  background: transparent url(/fileadmin/system/pics/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:535px;
  
}

/* 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;
}