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

/* just a little gab */
#rgaccord2-nest {
	background: none;
	color: #797a7c;
	padding-top: 0.5em;
}

/* Toggle act item */
#content h3.act, h3.rgaccord2-toggle {
	font-size: 1.4em;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 1em;
	border: 1px dotted #00A2ED;
	border-left: none;
	border-right: none;
	color:#00A2ED;
	margin: 0 0 1em 0;
	background: none;
}

/* the content */
div.rgaccord2-content {
	padding: 0 1em 1em 0;
}

#content div.rgaccord2-nest p.bodytext {
	margin-bottom: 0em;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom: 2em;
}

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


