

div#test-accordion{
    border: 1px solid #343230;
	background-color:#21201f;
	padding:10px;
}

div.accordion {
	position: relative; /* required for bounding */
	width:600px;
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;
	background-repeat:repeat-x;
	background-position:bottom;
	color:#0000FF;
	cursor: pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	border-top:1px solid #5d5852;
	background-color: #666666;
	text-decoration: underline;
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-color:#999999;
	border-top:1px solid #a06b55;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #ffffff;
	padding:9px 24px 6px 24px;
	color:#000000;
	border-bottom:1px solid #000000;
}