/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
.rgaccord1-nest {

margin-left:5px;
overflow:visible;
width:500px;
}

/* Toggle default */
h3.rgaccord1-toggle {

  margin-bottom:10px;
  font-weight:bold;
  color:#003478;
  line-height: 25px;
  height: 23px;
  background: url(img/plus.png) 0px center no-repeat;
  padding:2px 0 2px 25px;
  margin-right:32px;
  cursor:pointer;
  margin-right:50px;
  width:auto;
  width:500px;
 
}

h3.rgaccord1-toggle:hover {

  width:auto;
  font-weight:bold;
  color:#003478;
  line-height: 25px;
  height: 23px;
  background: #dfdfdf url(img/button-closed-hover.png) 0px center no-repeat;
  background: url(img/button-closed-hover.png) 0px center no-repeat;
  padding:2px 0 2px 25px;
  cursor:pointer;
  margin-right:50px;
  width:auto;
  width:500px;
}

/* Toggle act item */
h3.act {


  color:#003478;
  background:#d7dfe6 url(img/button-opened-selected.png) 0px center no-repeat;
  background: url(img/button-opened-selected.png) 0px center no-repeat;
  width:auto;
  padding-right:0px;
  overflow:display;
  margin-right:50px;
  width:500px;

}

h3.act:hover {

  color:#003478;
  background:#dfdfdf url(img/button-opened-hover.png) 0px center no-repeat;
  background: url(img/button-opened-hover.png) 0px center no-repeat;
  overflow:display;
  width:500px;

}

/* the content */
div.rgaccord1-content {
  
  width:490px;
  background:white;
  border-top:#d7dfe6 solid 3px;
  margin-left:-10px;
  padding-left:5px;
  padding-top:10px;
  margin-top:-11px;
  
  
  padding-right:10px;
  overflow:display;
  width:500px;
  padding-bottom:5px;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {

  margin-bottom:0;
  width:500px;
}

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

