#accordion2 {
	width:100%;
	border-top:none
}
.accordion2 {
	width:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333
}
.accordion2 dt {
	width:705px;
	padding:5px 0 12px 5px;
	cursor:pointer;
	margin:0px 0 10px 0px;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#9c9c9c;
	border-bottom:1px dashed #999;
	background:url(../images/plus-icon.gif) right 5px no-repeat;
}
.accordion2 dt:hover {
	color:#000000;
}
.accordion2 .open {
	color:#000000;
	background:url(../images/minus-icon.gif) right 5px no-repeat;
}
.accordion2 dd {
	overflow:hidden;
	background:#fff;
}
.accordion2 span {
	display:block;
	width:710px;
	border-top:none;
}
