#PageTitle {
	background-position: 10px -338px;
}

#CONTAINER {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	min-height: 300px;
	padding-top: 10px;
}
#QCenter ul {
	text-align: justify;
}
#QCenter li {
	/* [disabled]background-image: url(../images/question-pic.png); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: left top; */
	cursor: pointer;
}
.QTitle {
	padding-left: 45px;
	font-size: 16px;
	line-height: 20px;
	color: #313131;
	padding-top: 3px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B0B0B0;
	margin-bottom: 10px;
	background-image: url(../images/question-pic.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.QTitle:hover {
	color: #2166b9;
}
.QDesc {
	padding-left: 45px;
	font-size: 16px;
	color: #313131;
	padding-bottom: 20px;
	padding-top: 5px;
	background-image: url(../images/question-pic.png);
	background-repeat: no-repeat;
	background-position: 0px -150px;
	line-height: 22px;
	display: none;
	letter-spacing: 1px;
	text-align: justify;
}
