/* Toggle default */
h3.rgaccord1-toggle {
font-weight:bold;
background: url(../images/plus.png) no-repeat left center;
padding:2px 0 2px 20px;
cursor:pointer;
text-decoration: underline;
color: #585955;
font-style: normal;
}
/* the content */
div.rgaccord1-content {
}
h3.act {
background: url(../images/minus.png) no-repeat left center;
color: #585955;
}
/* 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;
}

