/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

 
/* just a little gab */
#rgaccord2-nest {
	width: 665px;
	margin: 20px 0 0 155px;
	background-position: center top;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  font-size: 12px;
  color:#00138b;
  line-height: 20px;
  height: 22px;
  background: transparent url(img/plus.png) 5px center no-repeat;
  padding:4px 0 0 40px;
  margin-right:32px;
  cursor:pointer;
  border-top: 1px solid #00138b;
}

/* Toggle act item */
h3.act {
  color: #6ea7c2;
  background:transparent  url(img/minus.png) 5px center no-repeat;
  height: 60px;
  margin-top: 8px;
}

h3:hover {
	color: #fff;
}

/* the content */
div.rgaccord2-content {
  width:573px;
  margin-left: 50px;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}

#Accordion LI {
	margin-left: 50px;
	list-style: circle;
	line-height: 140%;
	color: #00138b;
	font-size: 10pt;
}

blockquote p.bodytext {
	margin-left: 30px;
	line-height: 150%;
	color: white;	
}

.gfh3 {
	margin-top: -5px;
	margin-left: 25px;
}
