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


/* Toggle default */
.rgaccord1-nest > h3.rgaccord1-toggle {
 background: url("img/conten_ok.png") no-repeat scroll 20px 10px transparent;
    border: 2px solid #F59C00;
    color: #00305D;
    cursor: pointer;
font-size: 2em;
    font-weight: bold;
    height: 60px;
  margin: 5px 32px 0 20px;
    padding-left: 125px;
    padding-right: 0;
    padding-top: 1.5em;
text-transform:uppercase;     
}

/* Toggle act item */
h3.act {
  color:#00305D;
  background:transparent url(img/conten_ok.png) 20px 10px no-repeat;
font-size: 2em !important;
}

/* the content */
div.rgaccord1-content {
 border: 2px solid #F59C00;
    margin-left: 10px !important;
    margin-top: 0 !important;
    padding-left: 55px;
    width: 87.2% !important;
padding-top: 20px;
border-top:0;   
/*padding-right:1em;   */
}

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

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


div.rgaccord1-nest{
margin-bottom:50px; 

}

div.rgaccord1-content > div > ul > li {
padding-left: 30px;
font-size: 2em;
padding-left: 10px;
}

div.rgaccord1-content > div > ul  {
margin:0;
padding-bottom: 30px;
}
.rgaccord1-nest > div {
margin:0;       }
