/* ZMI Accordion CSS */  


/* Toggle default */
h1.rgaccord1-toggle {
  cursor: pointer;
  background-image: url(../pics/plus.gif) !important;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px;
  width: 280px !important;
  color:#2B00B2 !important;
font-size: !important 1.2em;
margin-bottom:15px  !important;
margin-top:10px  !important;
  /*display: inline;*/
}

/* Toggle act item */
h1.rgaccord1-toggle.act {
  cursor: pointer;
  background-image: url(../pics/minus.gif);
  background-repeat: no-repeat;
  background-position: right;
  /*display: inline;*/
  padding-right: 25px;
}

/* the content */
div.rgaccord1-content {
  /*width:573px;
  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;
}


