/***************************
 *  Styles for the
 *  EXT rgaccordion
 *  by Ringer Georg (just2b)
 ***************************/  
/* Toggle default */
/*h3.rgaccord1-toggle {
	font-size: 1.0em;
	color: #fff;
	background: #935100 url(../images/plus.gif) 5px center no-repeat;
	padding: 5px 0 5px 20px;
	cursor: pointer;
}
*/
/* Toggle act item */
h3.rgaccord1-toggle {
	color: #000;
	font-size: 1.0em;
	margin-top: 0;
	cursor: pointer;
}
/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1, div.rgaccord1-content h2, div.rgaccord1-content h3, div.rgaccord1-content h4, div.rgaccord1-content h5, div.rgaccord1-content h6 {
	display: none;
}