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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color: #4C65C7;
  line-height: 24px;
  height: 21px;
  background: #F4F7FE url(img/plus.png) 5px center no-repeat;
  border: 2px solid #7F91D7;
  padding:2px 0 2px 25px;
/*  margin-right:32px; */
  cursor:pointer;
  margin-left: .25em;
  width: 95%;
}

/* Toggle act item */
h3.act {
  color: #4C65C7;
  background:#E6EEFF url(img/minus.png) 5px center no-repeat;
  border: 2px solid #7F91D7;
}

/* the content */
div.rgaccord1-content {
  width: 96%;
  background-color: #F4F7FE;
  border:1px solid #7F91D7;
  margin-left: 1em;
  padding: .5em;
}

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


