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


/* Toggle default */
h3.rgaccord1-toggle {
  font-size: 1em;
  font-weight:bold;
  color:#475425;
  line-height: 18px;
  height: 18px;
  background: url(../images_layout/icons/plus.png) 5px center no-repeat #D3EBEF;
  border-top:1px solid #55AFBF;
  padding:2px 0 2px 25px;
  margin:0px 5px 10px 5px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  font-size: 1em;
  color:#edf2f7;
  background:#C6654C url(../images_layout/icons/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:855px;
  padding:10px;
}

/* 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;
}

.rgaccord1-nest {margin-bottom:-5px;}
*+HTML .rgaccord1-nest {margin-bottom:-5px;}
.abstand {margin:10px;}
*+HTML .abstand {padding:5px;clear:both;}
