/* Styles specific to FAQs page using page-www template */
#feature-bg {
	background-image:url(/faqs/_content/page-www/_images/bg-page-faq.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	overflow: visible;
}
#feature-content {
	height: 253px;
}
.hr {
	background-color: #bfbfbf;
}

.hr {
	background-color: #bfbfbf;
}
.faqs h2 {
	color: #ffffff;
	background-color: #bfbfbf;
	padding: 4px 0px 4px 11px;
	margin: 0px 0px 5px -16px;
	position: relative;
}
.faqs-main .faqs {
	display: block;
	clear: both;
}
.faqs .faq {
	margin: 0px 0px 4px;
	border-bottom: 1px solid #bfbfbf;
}
.faqs .question {
	color: #f90;
	margin: 0px 10px 4px 0px;
	font-weight: bold;
	padding-left: 13px;
	background-image: url(/_templates/page-www/_images/icon-plus-sqr-grey-00.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.faqs .answer {
	display: none;
	padding: 3px 10px 3px 0px;
	margin-left: 20px;
}
.faqs .ctrl-expand .answer {
}
.faqs .ctrl-expand .question {
	background-image: url(/_templates/page-www/_images/icon-minus-sqr-grey-00.gif);
}