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


/* Toggle default */
h3.rgaccord1-toggle {
	padding:0;
	margin:0;
  font-weight:bold;
  color:#526c87;
  line-height: 20px;
	height:auto;
	width:475px;
  background:#e4edf0 url(grafik/menue/plus.gif) 5px 5px no-repeat;
  border-top:2px solid #ffffff;
  padding:2px 0 2px 25px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#526c87;
  background:#e4edf0 url(grafik/menue/minus.gif) 5px 5px no-repeat;
}

/* the content */
div.rgaccord1-content {
	padding:0;
	margin:0;
	width:auto;
	padding-left:25px;
	padding-bottom:25px;
  border-left:1px solid #e4edf0;
  border-right:1px solid #e4edf0;
}

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

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


