
/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  font-size:120%;
  color:rgb(15,101,97);
  /*line-height: 26px;*/
  height: 23px;
  background:url(../img/plus.png) 5px top no-repeat;
  border-top:1px solid #eee;
  padding:0px 0px 0px 25px;
  margin-right:32px;
  margin-top:1px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  font-weight:bold;
  color:rgb(15,101,97);
  background: url(../img/minus.png) 5px center no-repeat;
  text-decoration:underline;   
}

/* the content */
div.rgaccord1-content {
  width:440px;
  }

/* 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;
}


