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

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

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:normal;
  color: #A0A0A0;
  line-height: 26px;
  height: 23px;
  background: #EDECEA;
  border-top:0px solid #eee;
  padding:0px 0 0px 10px;
  margin-right:0px;
  cursor:pointer;
  margin:0;
  font-size:13px
}

/* Toggle act item */
h3.act {
  color:#0066AA;
  background:#E6E4E1;
}

/* the content */
div.rgaccord2-content {
  width:auto;
  border-left:0px solid #ccc;
  border-right:0px 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 h2 {
  display:none;
}

* html #rgaccord2-nest .csc-header{
	margin-top:10px;
	background: transparent url(../../../../fileadmin/img/flyoutboxheaderinactive.gif) no-repeat scroll 0px 0px;
}
#rgaccord2-nest >.csc-header{
	margin-top:10px;
	background: transparent url(../../../../fileadmin/img/flyoutboxheaderinactive.gif) no-repeat scroll 0px 0px;
}
#rgaccord2-nest .csc-header h4{
  color: #0066AA;
  font-weight:normal;
  line-height: 26px;
  height: 23px;
  border:0px solid #eee;
  padding:0px 0 0px 10px;
  margin-right:0px;
  margin:0;
  font-size:13px; 
  font-style:italic;
}

#col2_content  h3:first-child{
  background: transparent url(../../../../fileadmin/img/flyoutboxheaderinactive.gif) no-repeat scroll 0px 0px;
  font-weight:normal;
  color: #A0A0A0;
  line-height: 26px;
  height: 23px;
  border-top:0px solid #eee;
  padding:0px 0 0px 10px;
  margin-right:0px;
  cursor:pointer;
  margin:0;
  font-size:13px

  }

#col2_content h3.act:first-child{
  background: transparent url(../../../../fileadmin/img/flyoutboxheader.gif) no-repeat scroll 0px 0px;
    color: #0066AA;

}