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


/* Toggle default */
h3.rgaccord1-toggle {
  padding-left: 25px;
  font-size: 12px;
  font-weight:bold;
  color: #ffffff;
  line-height: 26px;
  background: #4e7306 url(img/plus.png) 5px center no-repeat;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color: #ffffff;
  background:#7b963a url(img/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
}
div.rgaccord1-content .bodytext {
}
div.rgaccord1-content H1 {
	font-size: 12px;
}

/* remove the header inside the CE, twice is not nice */
