div.rgaccord2-nest {
}

div.rgaccord1-nest{
width:100%;
height:auto;
float:left;
overflow:hidden;
margin:0 0 0 0;
padding:0 0 0 0;
}

/* Toggle default */
h3.rgaccord1-toggle {
	font-family: Georgia, Verdana, Arial; 
	font-size: 9pt; 
	color: #000000; 
	line-height: 9pt; 
	text-align: left;
	text-decoration: underline;
  font-weight: normal;
  height: 20px;
  background: white url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:12px 0px 0px 0px;
  margin-right:32px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  background:white url(img/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
 padding-left: 0px;
 padding-bottom: 0px;
 padding-right: 20px;
 padding-top: 0px;
 width:245px;
 margin:0 0 0 0;
 overflow:hidden;
 }

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


