/* just a little gab */
#rgaccord2-nest {
  margin:10px 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  color:#F7B000;
  cursor:pointer;
  margin:0px 0px 3px 0px;
  background: #F5F3E6 url(plus.png) right center no-repeat;
  

  
}

/* Toggle act item */
h3.act {
  color:#F7B000;
  background: #F5F3E6 url(minus.png) right center no-repeat;
}

/* the content */
div.rgaccord2-content {
	padding:0px 0px 20px 10px;
}

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

.rgaccord2-toggle h1 {
	font-size:12px;
	color:#F7B000;
	padding:2px 0px 2px 10px;
	text-transform: none;
	margin-bottom:0px;
}

