/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-size:11px;
  font-weight:bold;
  color:#474747;
  line-height: 150%;
  height: 16px;
  background: #f2f2f2 url(../../../../fileadmin/images/plus.gif) 8px center no-repeat;
  border:1px solid #cbcbcb;
  padding:6px 0 5px 30px;
  margin-right:30px;
  margin-left:30px;
  cursor:pointer;
  margin-top:-1px;
}

/* Toggle act item */
h3.act {
  color:#ffffff;
  background:#00418d url(../../../../fileadmin/images/minus_us.gif) 8px center no-repeat;
  border:0px;
 border:1px solid #00418d; 
}

.rgaccord1-nest div div,
 div.rgaccord1-nest 
{
	margin:0;	

}

 .rgaccord1-nest div{
	width:559px;	
}

/* the content */
div.rgaccord1-content {
  width:557px;	
  border-left:1px solid #cbcbcb;
  border-right:1px solid #cbcbcb;
  border-bottom:1px solid #cbcbcb;
  margin:0 30px 0 30px;
  padding:0;
}

/* 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;
}

#colnormal div.rgaccord1-content ul li {
 line-height:150%;
 margin-left:30px;
 padding:0 0 3px 0;
 vertical-align:bottom;
}

div.rgaccord1-content ul {
 line-height:150%;
 padding:12px 60px 8px 20px;
 margin:0 30px 10px 20px;
 vertical-align:bottom;
}

#colnormal div.rgaccord1-content table {
 max-width:100%;
 margin:8px 0pt 20px 30px;
}

#colnormal .contenttable table {
margin-bottom:15px;
}