/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
#content h3.rgaccord1-toggle {
	font-weight:bold;
	font-size:12px;
	color:#ff3d2c;
	line-height: 20px;
	padding:2px 0px 2px 25px;
	cursor:pointer;
	background: url(../images/plus.png) 5px center no-repeat;
	text-decoration:underline;
}

#content h3.rgaccord1-toggle:hover {
	text-decoration:none;
	color:#e4d95b;
}


/* the content */
div.rgaccord1-content {
	padding: 10px 10px 10px 10px;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
	margin-bottom:20px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
	display:none;
}

