#faq {
	font-size: 1em;
}

#faq td {
	font-size: 1em;
}

#sort {
	color: #000; 
	text-align: right;
}

.theme {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}

.title {
	background-color: #D2D5E4;
	margin: 20px 0 0 0;
	padding: 0 0 0 5px;
	text-align: left;
	font-weight: bold;
}

.date {
	background-color: #D2D5E4 url(../images/date_bg.gif) right repeat-y;
	margin: 20px 0 0 0;
	padding: 0 5px 0 0;
	color: #fff; 
	text-align: right;
}

.question {
	padding: 10px 0 10px 0;
}

.answer {
	border-bottom: 1px #22b dotted;
	padding-bottom: 20px;
	margin: 0 0 30px 0;
}