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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#009914;
  line-height: 26px;
  height: 23px;
  background: #e1f2e6 url(img/plus.png) 5px center no-repeat;
  padding:2px 0 2px 25px;
  /*margin-right:32px;*/
  cursor:pointer;
  border: 1px solid #009914;
}

/* Toggle act item */
h3.act {
  color:#009914;
  background:#fff url(img/minus.png) 5px center no-repeat;
  border: 1px solid #009914;
}

/* the content */
div.rgaccord1-content {
  margin-top: 0;
  width:565px;
  /*border-left:1px solid #009914;
  border-right:1px solid #009914;*/
}

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

h1 {
  margin-bottom: 10px;
}

hr {
	width: 586px;
	height: 1px;
	font-size: 1px;
	border: 0;
	border-bottom: 1px solid #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -10px
}

*+html {
   margin-top: -5px;
   margin-bottom: -5px;
}