﻿.category
{	font-size:12px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
	.category li
	{
		list-style-type:none;
	}
		
	.category .backToTop
	{
		float:right;
	}
		.category .backToTop a
		{
			color:#000;
		}
		.category .backToTop a:hover
		{
			text-decoration:none;
		}

.categoryName
{
	font-size:14px;
	font-weight:bold;
}

.divider
{
	background:#fff;
	height:1px;
	margin:10px 0 20px 0;
	
}

.faq li{padding:0; margin:0 0 10px; list-style:url(/images/site/faqArrows.jpg);}
.faq a{color:#790000; line-height:22px; text-decoration:none;}
.faq a:hover{text-decoration:underline;}
.faq .question{font-weight:bold; line-height:22px;}
.faq .answer{margin: 3px 0 25px 0;}
	
.openQuestion
{
	display:none;
}