/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

.rgaccord1-nest, rgaccord1-toggle, div.rgaccord1-content {
  margin:0;
  padding:0;
}
div.rgaccord1-content h4 {
  display:none;
}
/* Toggle default */
#columnRight h3.rgaccord1-toggle {
    font-weight:400;
    color:#D47906;
    line-height: 1.2em;
    height: 1.3em;
     background: transparent url(rgaccordion1_FILES/plus.gif) 0 bottom no-repeat;
    /*border-top:1px solid #eee;*/
   padding:0 0 0 0.9em;
    margin-right:32px;
    margin-bottom:0;
    margin-top:10px;
    cursor:pointer;
    border-bottom: 0.1em solid #D8DD5B;
}
h3.rgaccord1-toggle {
  font-size:1em;
    font-weight:400;
    /*color:#D47906;*/
  color:#004671;
    line-height: 1.1em;
    height: 1.1em;
     background: transparent url(rgaccordion1_FILES/plus_g.gif) 0 bottom no-repeat;
    /*border-top:1px solid #eee;*/
   padding:0 0 0 0.9em;
    margin-right:32px;
    margin-bottom:0;
    margin-top:10px;
    cursor:pointer;
    border-bottom: 0.1em solid #D8DD5B;
}
/* Toggle act item */
#columnRight h3.act {
    color:#485245;
    background:transparent url(rgaccordion1_FILES/minus.gif) 0 bottom no-repeat;
    padding-bottom:0;
    margin-bottom:0;
}
h3.act {
    color:#000;
    background:transparent url(rgaccordion1_FILES/minus_g.gif) 0 bottom no-repeat;
    padding-bottom:0;
    margin-bottom:0;
}
/* the content */
div.rgaccord1-content {
    /*width:573px;*/
    /*border-left:1px solid #ccc;
    border-right:1px solid #ccc;*/
    padding:0.2em 0.2em 1em 0.5em;
    margin:0 2em 1em 0;
    /*background:#E4EAE4;*/
}
div.rgaccord1-content img {
  padding-bottom:0.4em;
}
div.rgaccord1-content a {
  height:1px;
  padding:0;
    margin:0 0 0 0;
}
/* remove margin of a CE */
  div.rgaccord1-content .ce {
  
}
/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h2 {
    display:none;
}


