/*
// HTML source written by Cory Dorning
// Visit www.corydorning.com/blog/jquery-faqs-scroll-and-highlight-tutorial
// for original source code and tutorial
*/
@charset "utf-8";


#questions {
	margin-bottom: 20px;
	padding-left: 0;
	margin-left: 20px;
}

#questions li {
	background: url(../images/question-mark.png) no-repeat left center;
	line-height: 14px;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 5px 0 5px 30px;
}

div.faq-a {
	border-bottom: dotted 2px #ddd;
	padding: 10px 0 7px;
}

.return-top {
	float: right;
	cursor: pointer;
	padding-left: 20px;
}
