body {
	background-color:#FFFFFF;
	padding:50px;
	padding-top:20px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:11px;
	line-height:18px;
}

div#test-accordion{
	padding:10px;
	margin: auto;
	top:50px;
}

div.accordion {
	position: relative; /* required for bounding */
	width:800px;
	margin-top:40px;
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background-color:#7EC5EB;
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFFFFF;
	cursor: pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	border-top:1px solid #FFF;
	font-family:Arial, Helvetica, sans-serif;
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-color:#CBEDFF;
	color:#333333;
}

div.accordion-content{
	overflow: hidden;	/* required for effect */
	background: #FFFFFF;
	padding-left:5px;
	color:#666666;
	border-bottom:1px solid #FFF;
}

footer {
	width:800px;
	margin:auto;
	margin-top:20px;
}
 
