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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  line-height: 26px;
  height: 23px;
  background:  url(img/plus.png) 5px center no-repeat;
  padding: 0px;
  margin: 0px;
  padding:2px 0 2px 25px;
font-weight:normal;
  cursor:pointer;
  font-size: 10px;
}

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

/* the content */
div.rgaccord1-content {
  width:708px;

}

/* 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-content h2{
	display: none;
}


