/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#ffffff;
  line-height: 30px;
  width: 585px;
  text-indent:25px;
  height: 30px;
  margin-bottom:3px;
  background: #333333 url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#ffffff;
  background:#94A1E2 url(img/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
	width:583px;
	overflow:hidden;
	border:1px solid #cccccc;
padding-left:15px;
padding-right:15px;
	margin-bottom:2px;
	background-image:url(img/accordback.gif);
	background-repeat : no-repeat;
}

html>body div.rgaccord1-content {
	width:553px;
	overflow:hidden;
	border:1px solid #cccccc;
	margin-bottom:2px;
        padding-left:15px;
        padding-right:15px;
	background-image:url(img/accordback.gif);
	background-repeat : no-repeat;
}

/* 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-nest table{
	position:relative;
	top:15px;
	padding-bottom:15px;
	width: 500px;
	border-spacing:0px;
	border-collapse:collapse;
	}
	
div.rgaccord1-nest td {
	font-size:11px;
	font-weight: normal;
	color:#000000;
	vertical-align:top;
	}
	
	
div.rgaccord1-nest TR TD{
	line-height:20px;
	border-bottom:1px solid #999999;	
	}
	
	
div.rgaccord1-nest .td-0 {
	font-weight:bolder;
	width:100px;
	padding-left:0;	
}
	
div.rgaccord1-nest .td-1 {
	padding-left:10px;
	width:200px;
	
	}

div.rgaccord1-nest .td-2 {
	width:250px;
	}

div.rgaccord1-nest TR.tr-0  TD{
	border-bottom:1px solid #333333;
	border-spacing:10px;
	font-weight:bolder;
	}

	
