/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#000000;
  line-height: 15px;
  height: 15px;
  background: url(img/plus.gif) 0px center no-repeat;
  padding:2px 0 2px 17px;
  cursor:pointer;
  text-decoration: underline;
}

a:hover
{
text-decoration: none ! important;
}

/* Toggle act item */
h3.act {
  color: #2E8E1E;
  background: url(img/minus.gif) 0px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:410px;
}

/* 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 h2 {
  display:none;
}
