body {
	font-size:11px;
	line-height:18px;
}

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

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

div.accordion-toggle {
	position: relative;
	height:30px;z-index: 10;
	line-height:30px;
	border-bottom:1px solid #eaeaea;
	width:751px;
	background-color:#fafafa;
/*	background-image: url(images/menu-links-a-bg.gif);
	background-repeat:no-repeat;
	background-position:11px center;
	background:url(http://sijben.smartinternetmedia.nl/images/menu-links-a-bg.gif) #fafafa no-repeat 11px center;
*/	font-weight:bold;
	font-size:14px;
	padding-left:29px;
	overflow:hidden;
	color:#000000;
}

div.accordion-toggle:hover {
	color:#9a9a9a;
/*	background:url(http://sijben.smartinternetmedia.nl/images/menu-links-a-bg-hover.gif) #fafafa no-repeat 11px center;
*/
}

div.accordion-toggle-active {
	color:#9a9a9a;
/*	background:url(http://sijben.smartinternetmedia.nl/images/menu-links-a-active.gif) #fafafa no-repeat 11px center;
*/
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #eaeaea;
	padding:10px;
	color:#1a171b;

}
