/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight: normal;
  color: #000000;
  line-height: 16px;
  background: url(images/plus.png) 5px center no-repeat;
  border-top: 1px solid #01B8D9;
  border-bottom: 0px solid #01B8D9;
  padding: 2px 20px 2px 25px;
  margin-right: 0px;
  cursor:pointer;
  font-size: 11px;
}

.rgaccord1-nest h3 {
	margin: 0px;
}

/* Toggle act item */
h3.act {
  color: #01B8D9;
  background: url(images/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width: 465px;
  border-bottom: 1px solid #01B8D9;
  border-right:0px solid #ccc;
  padding-left: 25px;
  margin-bottom: 5px;
  padding-right:0px;
  padding-bottom: 3px;
}

/* 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;
}

