/* @override http://omotion.eu/fileadmin/template/accordion1.css */

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


/* Toggle default */
h3.rgaccord1-toggle {
  color: black;
  line-height: 26px;
  height: 23px;
  background: url(img/plus.png) no-repeat 5px center;
  padding: 2px 0;
  margin-right:32px;
  cursor:pointer;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	margin-top: 0;
}

h3.rgaccord1-toggle:hover {
  color: white;
  height: 23px;
  background: url(img/plus.png) no-repeat 5px center;
  cursor:pointer;
	font-weight: normal;
	font-style: normal;
}

/* Toggle act item */
h3.act {
  color: black;
  background: url(img/minus.png) no-repeat 5px center;
}

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

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

