/* Toggle default */
div#content_column h3.rgaccord1-toggle {
	/*width: 425px;*/
	font-weight:bold;
	color:#333;
	/*line-height: 26px;*/
	height: 20px;
    line-height:20px;
	background: #ffcc00 url(../img/buttonbox_icon_y1.gif) 5px center no-repeat;
	border-top:1px solid #eee;
	padding:3px 0 3px 25px;
	cursor:pointer;
	margin: 3px 0 0 0;
}

/* Toggle act item */
div#content_column h3.act, div#content_column h3.rgaccord1-toggle:hover {
  color:#000;
  background: #ffbe00 url(../img/buttonbox_icon_y1open.gif) 5px center no-repeat;
}

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

/* 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 {
  display:none;
}

