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



/* Toggle default */
h3.rgaccord1-toggle   { color: #0f2486; font-size: 1.07em; font-weight: bold; line-height: 18px; background-image: url("../img/accordion/plus.png"); background-repeat: no-repeat; background-attachment: scroll; background-position: 5px center; cursor: pointer; margin-top: 3px; margin-right: 0; margin-bottom: 0; padding: 2px 0 2px 25px; width: 153px !important; height: 18px }


h3.rgaccord1-toggle:hover  { background-color: #fff }

/* Toggle act item */
h3.act   { color: #595e62; background:  url("../img/accordion/minus.png") no-repeat 5px center; }

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

 }

/* 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  {margin:0}
