/* Toggle default */
div#content_column h3.rgaccord1-toggle {
	/*width: 575px;*/
	width: 685px;
	font-weight:bold;
	color:#dcdcdc;
	font-size: 11px;
	height: 18px;
	background: #333 url(../img/buttonbox_icon.gif) 5px center no-repeat;
	/*border-top:1px solid #eee;*/
	padding:3px 0 1px 25px;
	cursor:pointer;
	margin: 3px 0 0 0;
}


/* Toggle act item */
div#content_column h3.rgaccord1-toggle:hover {
  color:#fff;
  background: #c80000 url(../img/buttonbox_icon_red.gif) 5px center no-repeat;
}
div#content_column h3.act {
  color:#fff;
  background: #c80000 url(../img/buttonbox_icon_redopen.gif) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
	width: 600px;
}

/* 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, div#content_column div.rgaccord1-content div.downloadlist h1, div#content_column div.rgaccord1-content div.memberlist h1 {
  display:none;
}

