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

div.rgaccord1-nest {
	background: none;
}

div.rgaccord1-nest div.rgaccord1-content {
	padding: none;
}
#content div.rgaccord1-nest p.bodytext {
}

/* Toggle default */
h3.rgaccord1-toggle {
	font-weight: bold;
	cursor: pointer;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	padding-left: 0.8em;
	background: url(images/acc.gif) no-repeat left;
}
h3.rgaccord1-toggle:focus, h3.rgaccord1-toggle:hover {
	text-decoration: underline;
}

/* Toggle act item */
h3.act {
/*  color:#edf2f7;
  background:#6899ce url(img/minus.png) 5px center no-repeat;*/
  background: url(images/acc_open.gif) no-repeat left;
}

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

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

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


