﻿.categoryName
{
	background-color:#241407;
	border-bottom:1px solid #CB741F;
	border-top:1px solid #CB741F;
	color:#DFD4AA;
	font-weight:bold;
	padding:1px 1px 1px 10px;
}

.openQuestion
{
	display:none;
}

.faq
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.faq li
{
	margin:0px;
	padding:0 0 10px 0;
}
	.faq .question
	{
	}
	.faq .answer
	{
		font-weight:bold;
		background:#CAC192;
		padding:5px;
	}
	.faq a
	{
		color:#000;
		line-height:22px;
	}
	.faq a:hover
	{
		text-decoration:none;
	}
	
/*Static Category Page*/

.category
{
	margin:20px 30px 0 30px;
	padding:0 0 20px 0;
	border-bottom:1px #bfbfbf solid;
}
	.category .header
	{
		margin:0 0 10px 0;
	}
		.category .header a
		{
			font-size:18px;
			font-weight:bold;
			color:#2f3717;
			text-decoration:none;
		}
		.category .header a:hover
		{
			text-decoration:underline;
		}

	.category .description
	{
	}
	.category .viewQuestions
	{
		float:right;
	}

/*Subscription Page*/
.thanks a
{
	color:#896207;
}
.thanks a:hover
{
	text-decoration:none;
}
