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

#flexCObjAccordion {
	clear: both;
	width: 454px;
}

.rgaccord1-nest {
	width: 454px;
        margin-bottom: 5px;
}
/* Toggle default */
h3.rgaccord1-toggle {
/*  color: #2968a5; */
  line-height: 17px;
  background: transparent url(img/plus.gif) no-repeat 5px 2px;
/*  border-bottom:1px solid #eee; */
  padding:2px 0 2px 30px;
  cursor:pointer;
  font-size: 13px;
	width: 420px;
}
/* Toggle act item */
h3.act {
  color: #accc51;
  background:#ffffff url(img/minus.gif) 5px 2px no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:418px;
  margin-top:3px; 
/*  border-left:1px solid #eee; */
/*  border-right:1px solid #eee; */
   padding:0px 2px 0px 30px;
}

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

div.rgaccord1-content div.element.style {
	margin: 0px;
}
/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}
