/* CSS Document */



/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#8c8dad;
  line-height: 26px;
  height: 23px;
  background: #f2f2f2 url(/fileadmin/system/sysPics/plus_03.png) 5px center no-repeat;
  border-top:1px solid #fff;
  padding:2px 0 2px 25px;
  margin-right:32px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#edf2f7;
  background:#8c8dad url(/fileadmin/system/sysPics/minus_03.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:300px;
padding: 5px 2px
  
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom: 0px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}



