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

div.rgaccord1-nest {
	background: #e3f6fd;
	color: #797a7c;
	padding-top: 0.5em;
}

div.rgaccord1-nest div.rgaccord1-content {
	padding: 0 2em 1em 2em;
}
#content div.rgaccord1-nest p.bodytext {
	margin-bottom: 0em;
}

/* Toggle default */
h3.rgaccord1-toggle {
	font-weight: bold;
	cursor: pointer;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding-left: 1em;
	background: url(images/news.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/news_open.gif) no-repeat left;
}

/* the content */
div.rgaccord1-content {
/*  width:573px;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;*/
}

/* 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;
}


