/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#675425;
  line-height: 21px;
  font-size:14px;
  height: 23px;
  background: #EFFCFF url(accordion_01_FILES/plus.gif) 5px center no-repeat;
  border-top:1px solid #eee;
  padding-left:25px;
  margin-bottom: 8px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  border-top:1px solid #BBBBBB;
  color:#675425;
  background:#2BA0FD url(accordion_01_FILES/minus.gif) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  margin-top: -7px;
  width:350px;
  padding-bottom: 8px;
 /* border-right:1px solid #ccc;*/
}

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

