* {
	margin:0;
	padding:0;
}
#accordion {
	width:280px;
	margin-bottom: 50px;
}
.accordion {
	width:280px;
}
.accordion dt {
	width:280px;
	padding:0px;
	margin-top:10px;
	cursor:pointer;
}
.accordion dt:hover {
}
.accordion dd {
	overflow:hidden;
	background:#fff;
}
.accordion span {
	display:block;
	width:270px;
	padding:5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
