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


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

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

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

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

/* 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 table.contenttable td.td-0 {
width:170px;
}