.faq-content {
	display:inline-block;
	width:100%;
}

.faq-content h2 {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
	text-align: right;
	font-size: 1em;
	color: #B8B8B8;
}

.faq-content ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
	display:block;
}

.faq-content ul li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
	clear: left;
	float: left;
	background: #F9F9F9;
	border-top: 1px solid #E6E6E6;
	width: 100%;
}

h3.faq-question {
	padding: 10px;
	float:left;
	width:100%;
	cursor: pointer;
	margin: 0;
	font-size: 1.1em;
}

h3.faq-question.faq-open {
}

div.faq-answer {
	padding: 0 10px 0 10px;
	display: block;
}
