/* Q&A override */

div.questions_and_answers div.category, div.questions_and_answers p.prefix, div.questions_and_answers a.home {
	display: none;
}

div.questions_and_answers {
	margin: 0;
}

div.questions_and_answers div.questions_admin {
	display: block;
}

div#help div.questions_and_answers div.questions_admin {
	display: block;
}

div.questions_and_answers div.questions_list div.item {
	margin: 0;
	margin-bottom: 12px;
	border-bottom: 1px #e1e1e1 solid;
}

div.questions_and_answers div.item p {
	float: none;
}

div.questions_and_answers div.questions_list {
	margin: 0px;
	padding: 10px 18px
}

div.questions_and_answers div.question {
	margin: 0;
}

div.questions_and_answers div.question p.title {
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif;
	color: #000;
	margin-bottom: 8px;
}

div.questions_and_answers div.question p.body {
	display: none;
}

div.questions_and_answers div.answer {
	margin: 0;
	font-size: 11px;
	line-height: 17px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif;
	color: #000;
	margin-bottom: 8px;
}

div.questions_and_answers div.answer p.title, div.questions_and_answers div.answer p.body {
	display: none;
}

div.questions_and_answers div.answer p {
	padding-bottom: 8px;
}

div#help div.questions_and_answers {
	margin: 0;
	border: 0;
	background: none;
}

div#help div.category, div#help div.questions_list {
	display: none;
}

div#help div.questions_admin {
	margin: 0;
	padding: 9px 12px;
}

div#help .questions_admin .item{
	margin: 0;
	padding-left: 12px;
}

div#help div.questions_admin p {
	margin: 0;
	padding: 0;
	float: none;
	color: #67685f;
	padding-bottom: 6px;
	display: list-item;
}

div#help div.questions_admin p.number, div#help div.questions_admin p.clearer {
	display: none;
}

div#help div.questions_admin p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #67685f;
	text-decoration: none;
	font-size: 11px;
}

html>body div#help div.questions_admin p a {
	font-size: 12px;
}

div#help div.questions_admin p:hover, div#help div.questions_admin p a:hover {
	color: #004c99;
}

div#help div.questions_and_answers p.question_form {
	display: none;
}

div#help div.new_and_deleted_questions {
	display: none;
}

div#help a.category_help {
	display: none;
}