/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-size: 16px;
  color: #d3222a !important;
  line-height: 16px;
  height: 16px;
  background: url(plus.png) 0 top no-repeat;
  border-bottom:1px solid #EFEFEF;
  padding: 0 0 2px 20px;
  margin-left: 0;
  margin-bottom: 12px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#d3222a !important;
  background: url(minus.png) 0 top no-repeat;
}

/* the content */
div.rgaccord1-content {
  width: auto;
/*  width:573px; */
  padding: 0;
}

/* 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;
}


