/* Toggle default */
h3.rgaccord1-toggle {
  font-weight: bold;
  color: black;
  line-height: 26px;
  height: 23px;
  background-image: url(../images/picto_accordion_inactive.gif);
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding: 2px 0 2px 15px;
  cursor:pointer;
  border-bottom: 1px solid #CCCCCC;
}

/* Toggle act item */
h3.act {
  background-image: url(../images/picto_accordion_active.gif);
}

/* the content */
div.rgaccord1-content {
  width: 523px;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #CCCCCC;
}
* html div.rgaccord1-nest div.rgaccord1-content {
  width: 543px; 
}

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

div.rgaccord1-nest { width: 543px; margin-left: 134px; }
div.rgaccord1-nest div.csc-header { float: none; width: auto; margin-right: 0; }
div.rgaccord1-nest div.bodytext { float: none; margin-bottom: 0; width: auto; }

