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

/* just a little gab */
#rgaccord2-nest {
  margin: 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
	cursor:pointer;
	background-color: #E0E0E0;
	color: black;
	padding: 0.5em;
	margin: 3px 0;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-image: url(img/splay1.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	padding-left: 3em;
}

/* Toggle act item */
h3.act {
	background-color: #09B9F4;
	color: white;
	background-image: url(img/splay2.png);
}

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

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

