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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal;
  color:#253b81;
  line-height: 19px;
  height: 20px;
/*  background-color:#EFECDC;*/
  border-top:1px solid #fff;
  padding:2px 0 2px 43px;
  /*margin-right:32px;*/
  cursor:pointer;
  font-size:12px;
  background:#EFECDC url(images/jay/plus.jpg) no-repeat 15px 6px;
}

/* Toggle act item */
h3.act {
  color:#253B81;
/*  background-color:#EFECDC;*/
  height:20px;
  margin-bottom:9px;
  background:#EFECDC url(images/jay/minus.jpg) no-repeat 15px 6px;
}

/* the content */
div.rgaccord1-content {
  width:434px;
  padding-left:42px;

}

/* 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-toggle act {
 
}
