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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#888;
  line-height: 26px;
  height: 23px;
  background: #fff url(img/plus.gif) 5px center no-repeat;
  border-top:1px dashed #32659A;
  padding:2px 0 2px 25px;
  cursor:pointer;
  margin-top:0px;
}

/* Toggle act item */
h3.rgaccord1-toggle.act {
  color:#2D6099;
  background:#fff url(img/minus.gif) 5px center no-repeat;
  margin-bottom:0px;
}
h3.rgaccord1-toggle.act:hover {
  color:#888;
  background:#fff url(img/minus.gif) 5px center no-repeat;
  margin-bottom:0px;
}

h3.rgaccord1-toggle:hover {
background:#fff  url(img/plus.gif) no-repeat scroll 5px center;
color:#2D6099;
cursor:pointer;

}
/* the content */
div.rgaccord1-content {
  padding:10px 10px 10px 24px;
}

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

