/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
div.rgaccord2-nest {
}

div.rgaccord1-nest {
width:100%;
height:auto;
float:left;
overflow:hidden;
margin:0 0 0 0;
padding:0 0 0 0;
}


/* Toggle default */
  h3.rgaccord1-toggle {
  color:#383025;
  line-height: 16px;
  font-size:12px;
  font-weight:normal;
  height: 21px;
  background:#f4f3d5;
  background-image:url(img/plus.png);
  background-position:6px center;
  background-repeat:no-repeat;

  border-right-style: none; 
  border-right-width: 0; 
  border-bottom-style: none; 
  border-bottom-width: 0; 
  border-left-style: none; 
  border-left-width: 0;
  padding:5px 0 2px 32px;
  margin:0 0 0 0;
  
  cursor:s-resize;
  font-family:"Lucida Grande", Geneva, Verdana, Arial, sans-serif;
}


/* Toggle act item */
  h3.act {
  color:#ffffff;
 cursor:n-resize;
  background:#f4aaaa url(img/minus.png) 6px center no-repeat;
}

/* the content */
 div.rgaccord1-content {
 width:auto;
 padding:0px 0px 8px 0px;
 margin:0 0 0 0;
 overflow:hidden;

}

/* 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;
}


