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


/* Toggle default */
h3.rgaccord1-toggle {
  width: 320px;
	text-align: left;
	font-size: 12px;
  font-weight: normal;
  color: #000;
  line-height: 16px;
  /*background: #acc95f url(img/plus.png) 5px center no-repeat;*/
  background: url(img/plus.gif) no-repeat right 2px;
  /*border-top: 1px solid #eee;*/
  padding: 2px 25px 2px 0;
  margin: 0 32px 0 0;
  cursor: pointer;
}
* html h3.rgaccord1-toggle {/* IE 5.x und IE 6.0 */
  margin-right: 3px;
}
* html h3.rgaccord1-toggle {/* nur IE 6.0 */
  mar\gin-right: 32px;/* wie original */
}
div.rgaccord1-nest {
  vertical-align: top;
  margin: 0 0 12px 0;
}

/* Toggle act item */
h3.act {
  width: 320px;
  color: #000;
  /*background: #6899ce url(img/minus.png) no-repeat 0px 2px;*/
  background: url(img/minus.gif) no-repeat right 2px;
}

/* the content */
div.rgaccord1-content {
  width: 336px;
  padding: 0 3px 0 3px;
  margin: 0 0 0 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
* html div.rgaccord1-content {/* IE 5.x und IE 6.0 */
	width: 320px;
}
* html div.rgaccord1-content {/* nur IE 6.0 */
	wid\th: 336px;/* wie original */
}

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

