/* just a little gab */
#rgaccord2-nest {
	clear:both;
	width:200px;
}

/* Toggle default */
h3.rgaccord2-toggle {

  line-height: 20px;
  padding:2px 0 2px 30px;
  border: 1px solid #CCCCCC;
  cursor:pointer;
  background-color:#F2F2F2;
}

/* Toggle act item */
h3.act {
  color:#fff;
  background-color:#666;
}

/* the content */
div.rgaccord2-content {
  width:198px;
  background-image:url(images/reiter-back.jpg);
  color: #666666;
  border:1px solid #f2f2f2;
}
div.rgaccord2-content .bodytext {
	padding-left:30px;
	padding-top:15px;
	padding-right:30px;
	padding-bottom:15px;
}
/* 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;
}

