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

/* just a little gab */
rgaccord2-nest {
  margin:0px;
  margin-top:10px;
  border-bottom:0px solid #eee;
}

/* Toggle default */
h3.rgaccord2-toggle {
	#font-weight:bold;
	color:#3E3E3E;
	height: 15px;
	background: transparent url(img/arrowright.png) -5px 0px no-repeat;
	padding:2px 0 0px 0px;
	margin-top:0px;
	margin-bottom:10px;
	padding-left:20px;
	cursor:pointer;
	border-top:0px solid #E4E4E4;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	#font-variant: normal;
	#text-transform: uppercase;
	#letter-spacing: 0.2em;
	font-weight: bold;
}

/* Toggle act item */
h3.act {
    color:#3E3E3E;
	background:transparent url(img/arrowdown.png) -3px center no-repeat;
	margin-bottom:10px;
}

/* the content */

div.rgaccord2-content{
  width:780;
  #height:0px;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  #border-bottom-width:5px;
  #border-bottom-color:#CCCCCC;
  #border-bottom-style:solid;
  #padding-top:10px;
  margin-top:0px;
  margin-left:20px;
  margin-bottom:0px;
  padding-bottom:10px;
  
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
  height:0px;
}

csc-header{
  display:none;
  height:0px;
}

