/***************************
 *  Styles rgaccordion
 *  PR
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
   font-size:14px;
  text-transform:uppercase;
  font-weight:lighter;
  color:#00b2dc;
  width:545px;
  background: #fff url(../images/blue-plus.gif) top left no-repeat;
  border-top: #00b2dc solid 1px;
  border-bottom: #00b2dc solid 1px;
  cursor:pointer;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
     padding-right:15px;
}

/* Toggle act item */
h3.act {
   color:#00b2dc;
  background: url(../images/blue-minus.gif) top left no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:550px;

}

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

