/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  
.rgaccord1-nest h3 {
	width: 100%;
	float: left;
}

/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#475425;
  line-height: 26px;
  height: 23px;
  background: #f8f8f8 url(/typo3conf/ext/rgaccordion/res/img/plus.png) 0px center no-repeat;
  border-top:0px solid #eee;
  padding:2px 0 2px 18px;
  margin-right:22px;
  cursor:pointer;
  float: left;
}

/* Toggle act item */
h3.act {
  color:#edf2f7;
  background:#f8f8f8 url(/typo3conf/ext/rgaccordion/res/img/minus.png) 0px center no-repeat;
}

/* the content */
/* the content */
div.rgaccord1-content {
  float: left;
}

div.tx-flvplayer2-pi1 {
	float: left;
	width: 500px;
}

/* 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;
}

div.rgaccord1-content {
  border-left:0px solid #CCCCCC;
  border-right:0px solid #CCCCCC;
}

div.rgaccord1-nest {
	float:left;
	width:530px;
}