/* just a little gab */
#rgaccord2-nest, #rgaccord3-nest, #rgaccord4-nest {
  margin: 0;
}

#content-left #rgaccord2-nest {
  margin: 0 0 0 20px;
}

/* Toggle default */
h3.rgaccord2-toggle {
  color: #333;
  cursor: pointer;
  font-weight: normal;
  font-size: 12px;
  background: #CDD8DC url(../img/plus.gif) 170px center no-repeat;
  height: 20px;
  padding: 2px 0 0px 5px;
  line-height: 20px;
}

h3.rgaccord2-toggle {
	margin: 0;
	margin-top: 5px;
}

/* Toggle act item */
h3.act {
  background: #CDD8DC url(../img/minus.gif) 170px center no-repeat;
  font-weight: bold;
}

/* the content */
div.rgaccord2-content {
	background: #fff;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
  visibility: hidden;
}

.js div.rgaccord2-content { height: 0; }
