﻿
/* The encapsulating FAQ Block used to auto margin the text itself */
div.innerFAQBlock
{
	width: 600px;
	margin: auto;
}

/* The actual faqs block */
div.FAQs
{
	width: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* An individual FAQ Item */
div.FAQItem
{
	width: inherit;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Contains the question mark image for the FAQ item */
div.FAQImage
{
	width: 30px;
	height: 58px;
	float:left;
	margin-right:10px;
	background-repeat:no-repeat;
	background: url(Question_mark_small.png); 
}

/* Contains the text that is present in the FAQ Question */
div.FAQText
{
	width: 540px;
	float:left;
	height:auto;
	margin-bottom:10px;
}

/* An FAQ Image item */
image.FAQ
{
	
}

/* The faq header question */
span.faqHeader
{
	font-weight:bold;
	color: #CCCC33;
}