.rgaccord1-nest table
{
width: 372px;
}

.rgaccord1-nest .content-element
{
padding: 0 0 15px 0;
}

.rgaccord1-content
{
	margin: 0 0 0 -70px;
	overflow: visible;
}

.rgaccord1-nest
{
	margin: 0 0 0px 70px;
	overflow: visible;
}

/* Toggle default */
h3.rgaccord1-toggle {
font-size: 12px;
  font-weight:bold;
  color: #2a4d9b;
  line-height: 20px;
  height: auto;
  background: url('plus.gif');
  background-repeat: no-repeat;
  background-position:	0px;
  padding: 0 0 0 15px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color: #2a4d9b;
  background: white url(minus.gif) 0px center no-repeat;
}

h3

/* the content */
div.rgaccord1-content {
  width:342px;
  overflow:	visible;
}

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


