/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#000000;
  line-height: 22px;
  height: 20px;  
  padding:0px 0 0px 25px;
  cursor:pointer;
  width:685px;
  margin:0px 0px 3px 0px;
  background:#c0c0c0 url(images/plus.png) 5px center no-repeat;
}

/* Toggle act item */
h3.act {
  color:#000000;  
  background:#EEEEEE url(images/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:650px;
  /*padding:5px 10px 10px 10px;*/
  float:left;
  display:block;
}

/* 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;
}

.rgaccord1-nest {
	margin:0px;
	padding:0px;
	width:710px;
}