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


.rgaccord1-nest {
	margin-bottom:1em;
}

/* Toggle default */
.rgaccord1-toggle {
	text-decoration:underline;
	cursor:pointer;
    background: #fff url(img/plus.gif) left center no-repeat;
    padding:2px 0 2px 20px;
/*  font-weight:bold;
  color:#fff;
  line-height: 1.5em;
  height: 23px;
  margin:0;
  cursor:pointer;*/
}

/* Toggle act item */
.rgaccord1-nest .act {
/*  color:#edf2f7; */
  background:#fff url(img/minus.gif) left center no-repeat;
}

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

/* 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;
}


