/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-family:"trebuchet ms",arial,sans-serif;
  font-size:210%;
  color:#60a2df;
  line-height: 28px;
  height: 30px;
  background: #e4f0ff url(../img/plus.png) 5px center no-repeat;
  border-top:2px solid #e4f0ff;
  padding:2px 0 6px 25px;
  margin:0px 0px 3px 0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  font-family:"trebuchet ms",arial,sans-serif;
  font-size:210%;
  color:#fc0300;
  background:#fff url(../img/minus.png) 5px center no-repeat;
  border-top:2px solid #fff;
  border-bottom:7px solid #60a2df;
}

/* the content */
div.rgaccord1-content {
  width:573px;
  border-left:0px solid #ccc;
  border-right:0px 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;
}

