/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  line-height: 26px;
 /* height: 23px;*/
  background: url(../images/accordion-close.gif) 0 center no-repeat;
  border-top:1px solid #D5D5D3;
  padding:13px 0 14px 30px;
  margin-right:32px;
  cursor:pointer;
  font-size:190%; color:#7B2927;font-family:"Helvetica Neue", Arial,verdana,sans-serif;font-weight:normal;
  width:100%;
  
}

/* Toggle act item */
h3.act {
  background:url(../images/accordion-open.gif) 0 center no-repeat;
  font-size:190%; color:#7B2927;font-family:"Helvetica Neue", Arial,verdana,sans-serif;font-weight:normal;
  border-top:1px solid #D5D5D3;
  width:100%;
}

/* the content */
div.rgaccord1-content {
  width:auto;
  /*border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  */
}

/* 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 .csc-default {padding-bottom:1em;}

* html #rgaccord1-nest .csc-default {padding-bottom:auto}
* html h3.act {width:auto}
* html h3.rgaccord1-toggle {width:auto}
* html div.rgaccord1-content  {width:500px;}
