﻿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 ul
{
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}

div.faq div.answer ul 
{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.faq div.answer ul li
{
	list-style-position: outside;
    margin-left:40px;
}

div.faq li.gray_arrow
{
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}

div.faq a.question {
	color: #870000;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;	
}


div.faq .question-active {
	color: white;
	padding: 2px;
	padding-left: 8px;
	font-weight:bold;
	background-color: #FF9D0E;
	font-size: 11px;
	margin: 0px;
}

div.faq div.answer{
	color: white;
	padding: 8px;
	background-color: #760000;
	font-size: 11px;
	margin: 0px auto 0px auto;
}

div.faq div.answer p {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

div.faq .questionholder {
	display: none;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.faq div.answer a
{
	color:#ff9d0e;
}