@charset "UTF-8";
/* CSS Document */

#faqsearch{
	text-align: center;
	padding-bottom: 1.5em;
}

#faqsearch input {
	margin-right: 5px;
}

#categories {
	position: relative;
	top: 23px;
	float: left;
	background: #414141;
	border: solid 1px #b8b5a4;
	padding: 1px;
	width: 175px;
	margin: 0 20px 1em 0;
	
}
#categories a {
	text-decoration: none;
	padding: .3em .5em .3em .5em;
	clear: left;
}

.question {
	margin-bottom: 2.5em;
	font-weight: bolder;
	cursor: pointer;
}

.question a{
	font-weight: bold;
	text-decoration: none;
}
.answer {
	margin-top: -1.5em;
	margin-bottom: 2.5em;
	color: #cfcfcf;
}

.faqtitle {
	text-align: center;
	margin: 0;
	font-size: 24px;
}


