h3.rgaccord2-toggle {
  height: 40px;  
  line-height: 40px;
  background: transparent url(pics/bg_accordeon_1_close.gif) left top no-repeat;
  margin: 0;
  padding: 0 24px;
  font-size: 15px;
  font-weight: normal;
  cursor:pointer;  
}

h3.act {
  background: transparent url(pics/bg_accordeon_1_open.gif) left top no-repeat;  
}

div.rgaccord2-content {
  margin-bottom: 7px;
  padding: 0 24px;
  background: transparent url(pics/bg_accordeon_open.gif) left bottom no-repeat;
}

div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}

.rgaccord-height {
  height: 212px;
  margin-top: 18px;
  overflow: hidden;
}


