/* =======================================
	EditFAQs
======================================== */
.Faq
{
	margin-top: 5px;
}

.FaqInterLeaved .Answer
{
	display: none;
	margin-left: 10px;
}
.FaqInterLeaved .Question
{
	cursor: hand;
	cursor: pointer;
	color: #00f;
}

.FaqInterLeaved .FaqItem
{
	margin-bottom: 5px;
	list-style-type: none;
}

.FaqConsecutive .Questions
{
	margin-bottom: 15px;
}
.FaqConsecutive .Question
{
	list-style-type: none;
}
.FaqConsecutive .Answer
{
	margin-bottom: 5px;
}
.FaqConsecutive .AnswerHead
{
	color: #00f;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.FaqConsecutive .AnswerBody
{
	margin-left: 10px;
}
.FaqConsecutive .TopLink
{
	font-size: 70%;
	text-align: right;
}

.FAQListHeader
{
	font-weight: bold;
}
.FAQManager .Answer .EntryLabel
{
	float: none;
}
.FAQManager .Answer .EntryField
{
	width: 595px;
	display: block;
}

.FAQHelp
{
	text-align: right;
}
