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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold !important;
  padding:0.5em !important;
  cursor:pointer;
  border:none !important;
  font-style:normal !important;
  font-size:11px !important;
  color:#666!important;
  background:url(../images/square.gif) no-repeat center left;
  padding-left:10px!important;
}

/* Toggle act item */
h3.act {
}

/* the content */
div.rgaccord1-content {
	padding:0 10px;
	font-size:11px !important;
}

/* 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{
	border-top:1px dashed #d7d7d7;
	background:#fafafa;
	padding:0 2em;
}

