/* Toggle default */
h3.rgaccord1-toggle {  
  background: #E2097B url(pics/bg_h1.gif) 0 2px no-repeat;
  color:#ffffff;
  height: 16px;
  line-height: 16px;  
  margin: 0;
  padding: 0 0 1px 10px;  
  font-size: 10px;  
  cursor:pointer; 
}

/* Toggle act item */
h3.act {
  color:#ffffff;
  background:#E2097B url(pics/bg_h1.gif) 0 2px no-repeat;
}

div.rgaccord1-nest {
  margin-bottom: 6px;
}

/* the content */
div.rgaccord1-content {
  width:200px;  
}

/* 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;
}

