#accordion{
	float: left;
	margin:0;
	padding:0;
	width:306px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	list-style-type:none;
	line-height:120%;
	font-family: 'Verdana','Arial';
	font-size: 11px;
}

#accordion ul.pane{
	float: left;
	overflow: visible;
	margin: 0;
	padding: 0;
}

#accordion li{
	float: left;
	margin:0;
	padding:0;
	list-style-type:none;
}

#accordion a.header{
	z-index: 100;
	display:block;
	font-weight:normal;
	text-decoration:none;
	width:296px;
	padding:8px 5px 0px 5px;
	height:24px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
}

#accordion a.header.closed{
	border-bottom-width:1px;
	border-bottom-style:dotted;
}

#accordion a.header.opened{
	border-bottom-width:1px;
	border-bottom-style:dotted;
}

#accordion li.pane{
	float: left;
	z-index: 10;
	border-left-width:1px;
	border-right-style:solid;
	padding: 10px;
	width: 284px;
	height: 282px;
	list-style-type: none;
	margin: 0;
	overflow: visible;
}
