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


/* Toggle default */
div.rgaccord1-toggle {background:url(img/acc-top.gif) no-repeat}

h3.rgaccord1-toggle {
  font-weight:bold;
  background: url(img/acc-plus.gif) no-repeat;
  cursor:pointer;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  color:#57082e;
  display:block;
  width:730px;
  height:31px;
  padding-top:5px;
  padding-left:32px;
}

/* Toggle act item */
h3.act {
  background:url(img/acc-minus.gif) no-repeat;
}


/* the content */
div.rgaccord1-content {
  width:705px;
  background:url(img/acc-bottom.gif) no-repeat bottom;
  padding-bottom:15px;
  padding-left:32px;
  margin-bottom:15px;
}

/* 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 h2  {
  display:none;
}


