/* 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: none;
color: #FFFFFF;
}
/* the content */
div.rgaccord1-content {
color: #000000;
font-weight: normal;
padding: 40px 0px 0px;
}
h3.act {
background: url(../images/minus.png) no-repeat left center;
color: #FFFFFF;
}
/* 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-contentinner {
display: table;
}

