/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/
/* Toggle default */
h3.rgaccord2-toggle {
	font-weight:bold;
	color:#012a5f;
	font-size: 13px;
	font-family: tahoma, sans-serif;
	line-height: 34px;
	background-image: url(../images/accord_h3.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	height: 34px;
	position: relative;
	width: 311px;
	float: left;
	margin: 0;
	padding: 0 0 0 28px;
	cursor:pointer; }
h3.rgaccord2-toggle:hover {
	background-image: url(../images/accord_h3_hover.gif); }
/* Toggle act item */
h3.act {
	background-image: url(../images/accord_h3_act.gif);
	background-repeat: no-repeat;
	background-position: 0 0; }
h3.act:hover {
	background-image: url(../images/accord_h3_act.gif); }
/* the content */
div.rgaccord2-content {
	background-color: #efefef;
	background-image: url(../images/accord_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:339px;
	height: auto;
	z-index: 1;
	margin: 0 0 0;
	padding: 5px 0 15px; }
div.rgaccord2-bottom {
	background-color: white;
	background-image: url(../images/rightcol-frame1-bottom2.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	width: 339px;
	height: 10px;
	z-index: 3;
	margin-top: -10px;
	margin-bottom: 3px; }
/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}
/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h3 {
	font-family: tahoma;
	display:none; }

