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


/* Toggle default */
h3.rgaccord1-toggle    { color: white; font-weight: bold; line-height: 20px; background: #98bf40 url("../images/accordion/plus.png") no-repeat 5px center; cursor: pointer; margin-right: 0; margin-bottom: 0; padding: 2px 0 2px 25px; width: 425px !important; height: 18px; border-top: 1px solid silver }


/* Toggle act item */
h3.act    { color: #73a333; background: #efeff0 url("../images/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: 440px!important;
width: 451px; /* 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: #8cc63f; display: none }

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