/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
h1.csc-firstHeader {
  margin:0px 0px;
	padding:0px 0px 10px 0px;
	border-top:0px solid #464646;
}
 
h1 {
  margin:0px 0px;
	padding:20px 0px 10px 0px;
	border-top:1px solid #464646;
}
 
div.rgaccord1-nest {
  margin:0px 0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #464646;
	border-left:1px solid #464646;
  border-right:1px solid #464646;
}

/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
	font-size:14px;
  color:#ff9933;
  line-height: 26px;
  height: 23px;
  background:transparent url(img/plus_neu.png) 5px center no-repeat;
  
  padding:2px 0 2px 25px;
  margin-right:0px;
  cursor:pointer;
	border:0px solid #464646;
}

/* Toggle act item */
h3.act {
  border-top:1px solid #464646;
	background:#464646 url(img/minus_neu.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:520px;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
  border-left:1px solid #464646;
  border-right:1px solid #464646;
	border-bottom:0px solid #fff;
	background:#fff;
	color:#333;
}

div.rgaccord1-content-spacer {
  height:10px;line-height:10px;
	border:0px solid #464646;
}
div.rgaccord1-content-spacer2 {
  height:10px;line-height:10px;
	border:0px solid #464646;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
	padding:10px 10px 10px 10px;
	border:0px solid #464646;
}

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

div.rgaccord1-content p.csc-header-date {
  display:none;
}