﻿div.faq
{
	margin: 10px 30px 10px 30px;
	padding-bottom: 15px;
}

div.faq h1
{
	float: left;
	font-size: 17px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.faq-index
{
	position: relative;
	float: left;
	width: 100%;
}

div.faq a
{
	color: #9f0202;
}


div.faq div.text-title
{
	font-size: 12px;
	color: rgb(135,0,0);
}


div.faq div#tellafriend
{
	width: 33px;
	height: 32px;
	float: right;
	background-repeat: no-repeat;
	cursor: hand;
}

div.faq div#print
{
	width: 33px;
	height: 32px;
	float: right;
	background-repeat: no-repeat;
	cursor: hand;
}

div.faq .assets
{
	position: relative;
	float: left;
	width: 100%;
}

div.faq div.gray_arrow
{
	float: left;
	width: 9px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: hand;
}

div.faq a.question {
	color: #870000;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
	padding-left: 1px;
}


div.faq div.question-active {
	color: white;
	padding: 2px;
	padding-left: 8px;
	font-weight:bold;
	background-color: #FF9D0E;
	font-size: 11px;
}

div.faq div.answer {
	color: white;
	padding: 8px;
	background-color: #760000;
	font-size: 11px;
}

div.faq div.answer p {
	color: #FFF;
}

div.faq div.questionholder {
	display: none;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.faq div.answer a
{
	color:#ff9d0e;
}
