/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  font-size:11px;
  color:#003366;
  line-height: 20px;
  height: 21px;
  background:transparent url(img/plus.png) 5px center no-repeat;

  border-bottom:1px dotted #003366;
  padding:2px 0 2px 24px;
  margin:0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#003366;
    border-bottom:1px dotted #003366;
  background:#ff9900 url(img/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
margin:0px;
padding-top:0px;
padding-bottom:12px;

    border-bottom:1px dotted #003366;

  
  
}

/* 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;
}

