/* RESOURCES PAGES */

#qa_preview {
	font-size: .9em;
	padding-bottom: 10px;
}
#qa_preview .question {
	font-style: italic;
	padding: 5px 10px;
}
#qa_preview .answer {
	font-style: italic;
	padding: 5px 10px 0 10px;
}
#col_left .box .title {
	color: #135e57;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	padding: 5px 10px 0 10px;
	background: url('images/col_left_li_bg.jpg') 1px 0px repeat-y;
	border-bottom: 1px dotted #135e57;
}
#qa_preview p:first-child {
	margin: 0 0 .5em 0;
}
.answer .count {
	text-align: right;
}
.answer .count a {
	color: #af969b;
	font-style: normal;
}
.answer .count a:hover {
	color: #9c1c1f;
	text-decoration: none;
}

#qa_filter fieldset {
	padding: 0 10px 10px 10px;
	margin: 10px 0 20px 0;
}
#qa_filter fieldset legend {
	color: black;
	font-weight: bold;
	margin-bottom: 10px;
}
#qa_filter .button {
	float: right;
}

.qa_title a {
	color: #333333;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}
.qa_title a:hover {
	color: #9c1c1f;
	text-decoration: none;
}
.qa_date {
	float: right;
	width: 100px;
	color: #af969b;
	text-align: right;
	font-weight: normal;
	font-variant: normal;
	font-style: italic;
	margin-right: 10px;
}
.qa_question {
	font-style: italic;
	padding: 1px 10px 1px 55px;
	border-top: 1px dashed #af969b;
	border-left: 1px dashed #135e57;
	background: url('images/qa_question_bg.gif') 10px 10px no-repeat #dbebca;
}
.qa_answer {
	font-size: .9em;
	padding: 1px 0 0 55px;
	margin: 0 0 20px 0;
	border-left: 1px dashed #135e57;
	background: url('images/qa_answer_bg.gif') 10px 10px no-repeat;
}
