
.rgaccord1-nest {
	width: 544px;
	margin-bottom: 10px;
}

/* Toggle default */

.rgaccord1-nest h3.rgaccord1-toggle {
	margin: 0;
	padding: 0 0 0 35px;
	height: 42px;
	width: 509px;
	background-image: url(../images/rgacBG.png);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	color: #fff;
	font-weight: bold;
	font-size: 13pt;
	line-height: 34px;
	cursor:pointer;
}

.rgaccord1-nest h3.rgaccord1-toggle:hover { color: #333 !important; background-position: 0 0px; }

/* Toggle act item */

.rgaccord1-nest h3.act {
	background-image: url(../images/rgacBG_act.png);
	background-position: 0 0px;
	color: #333;
}





/* the content */

div.rgaccord1-content {
	width:500px;
	padding: 10px 12px 1px 12px;
}

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

