ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#qaContent {
	overflow: auto;
}

#qaContent ul.accordionPart {
	margin: 0px;
	padding: 0px;
}
#qaContent ul.accordionPart li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d1d1d1;
	border-right-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	border-left-color: #d1d1d1;
	margin: 0px;
	padding: 0px;
}
#qaContent ul.accordionPart li .qa_title {
	padding: 0px;
	margin: 0px;
}
#qaContent ul.accordionPart li .qa_title a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
	display: block;
	font-size: 13px;
	padding: 8px;
	background-image: url(../images/arrow11.gif);
	background-repeat: no-repeat;
	background-position: 935px;
	background-color: #FFF;
}
#qaContent ul.accordionPart li .qa_title a:hover {
	text-decoration: none;
	color: #A256B5;
	background-image: url(../images/arrow11.gif);
	background-repeat: no-repeat;
	background-position: 930px;
	background-color: #fef8ff;
}
#qaContent ul.accordionPart li .qa_content {
	background-color: #FFFFFF;
	font-size: 13px;
	color: #999999;
	line-height: 22px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}
