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


/* Toggle default */
h3.rgaccord1-toggle  { color: #00305b; font-weight: bold; line-height: 26px; background-image: url("../img/accordion/plus.png"); background-repeat: no-repeat; background-attachment: scroll; background-position: 5px center; cursor: pointer; margin-right: 0; margin-bottom: 0; padding: 2px 0 2px 25px; 
width: 466px !important; 
width: 493px ; 
height: 18px; border-top: 1px solid silver }


/* Toggle act item */
h3.act   { color: #595e62; background: #efeff0 url("../img/accordion/minus.png") no-repeat 5px center; border-top: 1px solid silver; border-right: 1px solid #c0c0c0; border-left: 1px solid #c0c0c0 }

/* the content */
div.rgaccord1-content   { padding: 5px; 
width: 481px!important;
width: 493px; /* nurr IE6*/  

border-right: 1px solid #ccc; border-bottom: 1px solid silver; border-left: 1px solid silver }

/* 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  { color: #00305b; display: none }

.rgaccord1-content #rgaccord1-nest p.bodytext  { }
