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

/* just a little gab */
#rgaccord2-nest {
  margin:5px 0;
}

#rgaccord2-nest .bodytext {
	margin:0;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  font-size:12px;
  color: #ff9933;
  line-height: 26px;
  height: 23px;
  background: url(arrow.gif) 5px center no-repeat;
  border-bottom: 1px dotted silver;
  padding-left:25px;
  margin:0px;
  cursor:pointer;
  width:575px;
}

/* Toggle act item */
h3.act {
  color:#000;
   background: url(arrowdown.gif) 5px center no-repeat;
   margin-bottom:5px;
}

/* the content */
div.rgaccord2-content {
/*  width:573px; */
  width:575px;
  height:inherit;
  margin-left:25px;
/*  border-left:1px solid #ccc;
  border-right:1px solid #ccc; */
}

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

