/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h2.rgaccord1-toggle {
  color:#333;
  background:#d0d0d0 url(../bg/plus.png) 5px center no-repeat;
  padding:8px 0 8px 26px;
  margin-bottom:0;
  cursor:pointer;
	border:1px solid #6D6E71;
	font-size:1em;
}

/* Toggle act item */
h2.act {
  color:#333;
  background:#d0d0d0 url(../bg/minus.png) 5px center no-repeat;
  cursor:pointer;
	border:1px solid #6D6E71;
}

/* the content */
div.rgaccord1-content {
	width:100%;
	margin-top:10px;
	/*padding-left:5px;*/
	padding-bottom:0.8em;
}

/* remove margin of a CE */
/* correct margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h2 {
  display:none;
}