/******************************************************************************************************************* */
/* FAQs Specific CSS for Furryplay                 */
/* Version 2.00                                    */
/* Last Modified: 2009-05-10                       */

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* Category Listing */
#FAQsCategoryList {
	margin-bottom: 20px;
	border: #CCCCCC 1px solid;
}

table#FAQsCLTable {
}

.FAQsCLTRow0, .FAQsCLTRow1 {
}

.FAQsCLTRow0 td, .FAQsCLTRow1 td {
	padding: 4px 8px;
}

.FAQsCLTRow0 {
	background-color: #444444;
}

.FAQsCLTRow1 {
	background-color: #666666;
}

.FAQsCTLCategory, .FAQsCTLCategoryOn {
	font-size: 11pt;
}

.FAQsCTLCategory {
}

.FAQsCTLCategory a:link, .FAQsCTLCategory a:active, .FAQsCTLCategory a:visited {
	font-weight: normal;
}

.FAQsCTLCategory a:hover {
	font-weight: normal;
}

.FAQsCTLCategoryOn {
}

.FAQsCTLCategoryOn a:link, .FAQsCTLCategoryOn a:active, .FAQsCTLCategoryOn a:visited {
	text-decoration: none;
}

.FAQsCTLCategoryOn a:hover {
	text-decoration: none;
}


/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* List of FAQs */
#FAQsHeading {
	font-size: 12pt;
	font-weight: bold;
}

#FAQsFAQList {
	margin-top: 12px;
}

.FAQQuestion {
	margin-top: 12px;
	border-top: #000000 1px solid;
	padding-top: 12px;
	font-weight: bold;
	color: #FF8888;
}

.FAQQuestion.First {
	margin-top: 12px;
	border-style: none;
	padding-top: 0px;
}

.FAQAnswer {
	margin-top: 8px;
}

.FAQContent {
}


/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* Page Bottom */
#FAQsBackToTop {
	margin-top: 20px;
}