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

.rgaccord1-nest div{
	
}

/* Toggle default */
h3.rgaccord1-toggle {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  background: #e7eeef url(../grafik/arrow_acc.gif) 0px -1px no-repeat;
  padding:4px 0 3px 25px;
  cursor:pointer !important;
  margin: 0px;
  border-bottom: 3px solid white;
}

h3.rgaccord1-header{
  font-weight:bold;
  background-color: #e7eeef;
  background-image: none;
  padding-left: 10px;
  cursor: default !important;
}
/* Toggle act item */
h3.act {
  background:#e7eeef url(../grafik/arrow_acc_open.gif) 0px -1px no-repeat;
  cursor:pointer !important;
}

/* the content */
div.rgaccord1-content {
  background-color:#f5f8f8;
  font-family: Helvetica, sans-serif, Arial;
  font-size: 11px;
  line-height: 15px;
  padding:12px 7px 3px 7px;
  cursor: default;
}

div.rgaccord1-image div.rgaccord1-content{
	background-color:#e7eeef;
	padding-top:0px;
}
div.rgaccord1-image table{
	margin-top:0px;
}

div.rgaccord1-image table {
	background-color: transparent !important;
}

div.rgaccord1-image h3.act{
	border-bottom: 0px !important;
}


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

