div#test-accordion{

	
	font-size:14px;
	padding-right:0;
}

div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	font-weight:bold;
    cursor: pointer;
	width:100%;
	border-bottom:1px solid #bababa;
	border-top:1px solid #bababa;
	padding: 3px 0 3px 0;
	width:259px;
	height:auto;
}

div.accordion-toggle-active{
	background-image:url(http://house.batteryinteractive.com/EnergyRecoverySystems/site/images/peopletabback.png);
	background-repeat:repeat-y;
	background-position:right; 	
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #F4F4F4;
	padding:9px;
	width:241px;
}