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

.rgaccord1-nest { padding-bottom:6px; margin-bottom:6px;   border-bottom:1px solid #e0e0e0;
}


/* Toggle default */

.rgaccord1-nest .rgaccord1-toggle {
  color:#000;
  line-height: 36px;
  height:36px;
  background:  url(../img/la_accord_md.png)  center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 15px;
  cursor:pointer;
  border-bottom:1px solid #e0e0e0;
  border-bottom:1px solid #704e2b;
  font-size:14px;

}

/* Toggle act item */
.rgaccord1-nest .act {
  color:#000;
  background: url(../img/la_accord_wd.png) center no-repeat;
  margin-bottom:6px;
}

/* the content */
div.rgaccord1-content {
 
 
}

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

