
/* just a little gab */
#rgaccord1-nest {
  margin:0;
  
}
/* Toggle default */
h3.rgaccord1-toggle {
	color:#FFF;
	font-weight:bold;
	line-height: 26px;
	height: 23px;
	border-top:1px solid #eee;
	padding:2px 0 2px 25px;
	margin-right:32px;
	cursor:pointer;
	width:480px;
	background-color: #72a705;
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size:110%;
}

div.rgaccord1-content p, div.rgaccord1-content ul, div.rgaccord1-content ol{
	margin:10px 10px;
	padding:20px;}
/* Toggle act item */
h3.act {

  color:#edf2f7;
  background:#2291FF url(../img/minus.png) 5px center no-repeat;
}
h3.rgaccord1-toggle {
	
	margin:0;
	
}

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


