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

/* just a little gab */
div.rgaccord2-nest {
  margin:10px 0;
/*   border-bottom:1px solid #f28e00; */
  padding-left:10px;
  padding-right:10px;

}

/* Toggle default */
h3.rgaccord2-toggle, h1.rgaccord2-toggle {
  font-weight:bold;
  color:#f28e00;
  line-height: 26px;
  height: 26px;
 background: #fff url(../../../../fileadmin/styles/02_layouts_2col/img/design/col3_accordion_plus.gif) no-repeat;
 /* background: #fff url(../../../../fileadmin/styles/02_layouts_2col/img/design/plus.png) 5px center no-repeat;*/
/*   border-top:1px solid #eee; */
  padding:0 0 0 25px;
  margin-right:32px;
  cursor:pointer;
  border: 0px solid #f28e00;
  width:335px;
  font-size:14px;
  margin-bottom:1px;

}

/* Toggle act item */
h3.act, h1.act {
  color:#f28e00;
/*  background:#fff url(../../../../fileadmin/styles/02_layouts_2col/img/design/minus.png) 5px center no-repeat;*/
 background: #fff url(../../../../fileadmin/styles/02_layouts_2col/img/design/col3_accordion_minus.gif)  no-repeat;
border-bottom:1px solid #f28e00;
/* padding-top:2px; */

/*   font-size:13px; */
}

/* the content */
div.rgaccord2-content {
  background: transparent url(../../../../fileadmin/styles/02_layouts_2col/css/images/sliding_door/round/topbg.gif) top repeat-x;
  width:360px;
/*   border-left:1px solid #f28e00; */
/*   border-bottom:1px solid #f28e00; */
  border-right:0px solid #ccc;


/*   margin-bottom:4px; */
}


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

