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

.rgaccord1-nest  {
	width:529px;
	overflow: hidden;
	}


/* Toggle default */
h3.rgaccord1-toggle {
  height: 35px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  line-height: 35px;
  border-top:1px solid #eee;
  margin-right: 0px;
  cursor: pointer;
  border-top:1px solid #FF7C00;
}

h3.rgaccord1-toggle img {
	position:relative;
	top:2px;
}


/* Toggle act item */
h3.act {
	font-weight: bold !important;
}

.rgflashacc { display: none; height: 250px; position: relative; }
.activaflash .rgflashacc { display: block !important;}

.activaflash { padding: 0 0 250px 0 !Important;}

/* the content */
div.rgaccord1-content {
  padding: 0 5px 5px 0;
  width: auto;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
}

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

hr.rgaccor-lastline {
	width:529px;
	border-color:#FF7C00;
	margin:0;
	padding:0;
	background:transparent none repeat scroll 0 0;
	border-style:none none solid;
	border-width:0 0 1px;
	color:#FFFFFF;
}


