﻿
/* --- questions --- */
#FAQQuestions {
	margin: 1em 0px 2em;
	padding: 0px 0px 2em 0px;
	background-image: url(../../../images/common/blue-dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	list-style-type: none;
}
#FAQQuestions li {}

.question {
	margin-bottom: 0.2em;
	padding: 7px 0px 7px 30px;
	background-image: url(../../../images/common/faq-q.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
}
.question a { color: black; }

/* --- answers --- */
#FAQAnswers {
	margin: 1em 0px;
	padding: 0;
	list-style-type: none;
}
#FAQAnswers li {
	margin-bottom: 2em;
	text-align: left;
}

.answer {
	margin-bottom: 0.2em;
	padding: 7px 0px 7px 30px;
	background-image: url(../../../images/common/faq-a.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.links {
	margin: 0.5em 0px;
	padding-left: 30px;
}
.links a {
	font-weight: bold;
	color: black;
}

