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




/* Toggle default */
  h3.rgaccord1-toggle {
  font-family:Verdana;
  font-size:15px;
  font-weight:bold;
  color:#ffffff;
  width:350px;
  line-height: 17px;
  height: 17px;
  /*background: #938e88 url(img/plus.png) 5px center no-repeat;*/
  background: #9fc78b;
  border-top:2px solid #ffffff;
  padding:2px 0 2px 10px;
  margin-right:32px;
  cursor:pointer;
  display:block;
}

/* Toggle rollover item */
h3:hover {
   font-family:Verdana;
  font-size:14px;
  font-weight:bold;
  color:#edf2f7;
  /*background:#9fc78b url(img/minus.png) 5px center no-repeat;*/
  background:#938e88;
}

/* Toggle act item */
h3.act {
   font-family:Verdana;
  font-size:14px;
  font-weight:bold;
  color:#edf2f7;
  /*background:#9fc78b url(img/minus.png) 5px center no-repeat;*/
  background:#938e88;
}

/* the content */
  div.rgaccord1-content {
   font-family:Verdana;
  font-size:11px;
  font-weight:normal;
  color:#000000;
  padding:2px 0 2px 10px;
  width:375px;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
}

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


