﻿.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
{
	height:1px;
	color:#ccc;
	margin:10px 0 20px 0;
}


.faq li
{
	margin:10px 0 20px 35px;
}
	
	.faq a
	{
		color:#000;
		line-height:22px;
	}
	.faq a:hover
	{
		text-decoration:none;
	}
	.faq .question
	{
		font-weight:bold;
		line-height:22px;
	}
	.faq .answer
	{
		margin: 3px 0 25px 0;
	}