﻿#questions {
	list-style: none;
	padding: 0;
	margin: 1em 0 1em 0;
}

#FAQQuestions {
	list-style-position:inside;
	list-style: none;
	margin: 0;
	padding: 0;	
	line-height: 2.5em;
	clear: both;
}

#FAQQuestions li {
	padding-left: 35px;
	background: url(../../../images/faqQ.gif) no-repeat;
	font-size: 1.2em;
}

#questions li {
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	font-size: 110%;
}

#answers {
	list-style: none;
	margin: 0;
	padding: 0;
}

#answers li {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	text-align: left;
}

#answers div.questionletter, #FAQQuestions div.questionletter {
	width: 27px;
	height: 27px;
	background: url(../../../images/faqQ.gif) no-repeat;
}

#answers div.answerletter {
	width: 27px;
	height: 27px;
	background: url(../../../images/faqA.gif) no-repeat;
}

#answers a {
	color: #007BBF;
	text-decoration: none;
}

#answers a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	height: 1px;
	margin: 10px 0px 10px 0px;
	color: #d3d3d3;
	background-color: #d3d3d3;
	clear: left;
}

.answerstable {
	font-size: 1.2em;
	width: 100%;
}

.answerstable .qcell, .acell {
	height: 27px !important;
	width: 27px !important;
	vertical-align: top;
}

.answerstable .headingcell, .introcell {
	padding-left: 10px;
}

a.moreinfo {
	font-size: 1.2em;
	display: block;
	margin-top: 5px;
}

a.uptoquestions {
	font-size: 1.2em;
	display: block;
	margin: 5px 0 1em 0;
}

#FAQQuestions li a
{
	color: #007bbf;
}
