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


/* Toggle default */
.rgaccord1-nest h3.rgaccord1-toggle {
  font-weight:bold;
  color:#333333;
  margin:0px;
  height: 20px;
  background: url(../img/content_dropdown_02.gif);
  border-top:1px solid #eee;
  padding:0px 20px 0px 10px;
  cursor:pointer;
  width:420px;
  font-size:11px;
}

/* Toggle act item */
.rgaccord1-nest h3.act {
  color:#333333;
  background:url(../img/content_dropdown_01.gif);
}


/* the content */
.rgaccord1-nest div.rgaccord1-content {
  padding:10px 20px 10px 0px;
  /* background:#e6e6e6; */
  margin:0px;
}


.rgaccord1-nest .rgaccord1-nest {
width:282px;
font-size:11px;
}

.rgaccord1-nest div.rgaccord1-content p.bodytext {
padding:0px;
color:#333333;
}

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


