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

/* just a little gab */
#rgaccord2-nest {
  margin:0;
  padding:0;
  width: 210px;
  border-top:1px solid #999;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:normal;
  color:#000;
  height: 30px;
  border-bottom:1px solid #999;
  padding:16px 0 6px 0;
  text-align:center;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
border-bottom:none;
  color:#999;
}

/* the content */
div.rgaccord2-content {
	text-align:left;
	width:210px;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}

