/* Toggle default */
h3.rgaccord1-toggle {
font-weight:bold;
background: url(../images/plus.png) no-repeat left center;
padding:2px 0px 2px 20px;
cursor:pointer;
text-decoration: underline;
color: #000000;
font-size: 13px;
font-style: normal;
line-height: 18px;
}
/* the content */
div.rgaccord1-content {
padding-right: 20px;
padding-left: 20px;
}
h3.act {
background: url(../images/minus.png) no-repeat left center;
color: #000000;
}
/* remove margin of a CE */
div.rgaccord1-content .ce {
margin-bottom:0px;
}
/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
display:none;
}
.rgaccord1-nest {
border: 1px solid #CCCCCC;
padding: 5px;
margin-bottom: 5px;
}

