* html #acc li {
	list-style-type: none;
	margin-left: 0px;
}

* html #acc .faq-content {
	border-style: none;
	color: #5b556c;
	padding: 15px;
	width: 555px;
}

* html #options {
	display: none;
}

* html #options a {
	display: none;
}

#options {
	color: #988eb4;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 525px;
}

#options a {
	color: #988eb4;
	list-style-type: none;
	padding: 3px;
	text-decoration: none;
}

#options a:hover {
	color: #fff;
}

#acc {
	color: #033;
	list-style: none;
	margin: 0 auto 40px;
	width: 600px;
}

#acc li {
	list-style-type: none;
	margin-left: -20px;
}

#acc h3 {
	background-color: #e6ecf0;
	border: 1px solid #ced9e1;
	color: #714e92;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	list-style-image: none;
	margin-top: 5px;
	padding: 6px 6px 8px;
	width: 563px;
}

#acc h3:hover {
	background-color: #5b556c;
	color: #fff;
}

#acc .faq-section {
	overflow: hidden;
}

#acc .faq-content {
	background: #fff;
	border: 1px solid #ced9e1;
	border-top: none;
	color: #5b556c;
	padding: 15px;
	width: 545px;
}