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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:white;
  line-height: 26px;
  height: 23px;
  background: #8097a8 url(../img/tpl/bg/plus.png) 5px center no-repeat;
  border:1px solid #023152;
  margin: 0;
  padding: 0;
  padding:0px 0 2px 25px;
  margin-right:32px;
  margin-bottom: 0.5em;
  cursor:pointer;
  width: 516px;
}

/* Toggle act item */
h3.act {
  color:white;
  background:#8097a8 url(../img/tpl/bg/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:100%;
}

/* 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 h3, div.rgaccord1-content caption {
  display:none;
}
