/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
#content .rgaccord1-nest { width:530px;}
#content  h3.rgaccord1-toggle {
  font-weight:bold;
  color:#a21514;
  line-height: 23px;
  height: 23px;
  background: #ffffff url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #a21514;
  padding:2px 0 2px 25px;
  margin-right:32px;
  cursor:pointer;
  font-size:13px;
}

/* Toggle act item */
#content h3.act {
  color:#a21514;
  background:#ffffff url(img/minus.png) 5px center no-repeat;
}
/* the content */
#content div.rgaccord1-content {
  width:530px;
  padding-bottom:20px;
  height:auto;
  border-left:none;
  border-right:none;
  font-size:13px;
	line-height:18px;
}
/* remove margin of a CE */
#content div.rgaccord1-content .ce {
  margin-bottom:0;
}
/* remove the header inside the CE, twice is not nice */
#content div.rgaccord1-content h1 {
  display:none;
}