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


/* Toggle default */
h3.rgaccord1-toggle {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #99004f;
	letter-spacing:2px;
  /*background: url(img/plus.gif) 5px center no-repeat;*/
  background-image: url(img/plus.gif);
  background-repeat: no-repeat;
  background-position: 10px;
  padding: 2px 0 2px 25px;
  cursor: pointer;
  font-weight: normal;
  margin-top: 0px;
  height:9px;
}

/* Toggle act item */
div.act {
  background-image: url(img/minus.gif);
  background-repeat:no-repeat;
  background-position:10px;
}

/* the content */
div.rgaccord1-content {
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  padding-left:10px;
  padding-right:10px;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0px;;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}
