* {

}#accordion {
	width:350px;
}
.accordion {
	width:325px;
	font-size:100%;
	line-height:1.5em;
	font-family:tahoma, arial;
	color:#8e8e8e;
}
.accordion dt {
	width:300px;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background-image:url(images/arrow_down.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.accordion dt:hover {
	text-decoration:underline
}
.accordion dd {overflow:hidden; }
.accordion span {
	display:block;
	width:300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

