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


/* Toggle default */
h3.rgaccord1-toggle {
  line-height: 16px;
  height: 20px;
  background: transparent url(img/plus.png) 2px center no-repeat;
  padding:4px 0 2px 20px;
  margin-right:22px;
  cursor:pointer;
  font: 13px/17px arial,verdana,sans-serif normal;
  font-weight: bold;
  color: #889EAB;
}

/* Toggle act item */
h3.act {
  color:#6E8593;
  background: transparent url(img/minus.png) 2px center no-repeat;
}

/* the content */
div.rgaccord1-content {
   width:530px;
	height: auto;
	padding:  20px; 40px; 20px; 20px;
	background: #E2E9EE;
	
  
}

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