div#test-accordion{
	background-color:#ffffff;
	width: 202px;
}

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

div.accordion-toggle{
	position: relative;
	z-index: 10;
	background: #ffffff;
	background-image:url(/themes/default/images/fundo.png);
	color:#FFFFFF;
	cursor: pointer;
	height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-valign: center;
	vertical-align: bottom;
}
#space{
height:1px;
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image:url(/themes/default/images/fundo.png);
	background-color:#ffffff;
	height:18px;
}

div.accordion-content{
    overflow: hidden ;	/* required for effect */
    background: #ffffff;
	color:#000000;
}