/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  font-size:12px;
  color:#769cc0;

  line-height: 22px;
    /*
  height: 23px;
    margin-right:32px;
  */
  background: url(../img/plus.gif) 0px 6px no-repeat;
  border-top:1px dotted #cecdc9;
  padding:2px 0 7px 25px;
  margin:0;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#efab00;
  background: url(../img/minus.gif) 0px 6px no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:450px;
}

/* 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;
}
div.rgaccord1-content {
margin:0 0 1px 0;}

