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


/* Toggle default */
#contentMiddle h2.rgaccord1-toggle {
  font-weight:bold;
  color:#ffffff;
  line-height: 16px;
  height: 23px;
  background: transparent url(img/accordion_plus.png) 5px center no-repeat;
  padding:8px 0 2px 35px;
  cursor:pointer;
  margin-bottom:8px !important;
  font-size:16px;
  text-transform: uppercase;
}

/* Toggle act item */
#contentMiddle h2.accClick {
  color:#edf2f7;
  background: transparent url(img/accordion_minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:500px;
  padding:0 0 0 25px;
}

div.rgaccord1-nest {
	margin-bottom:8px;
}

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


