#faq_category_show {
	border: 1px solid #dddddd;
	width: 250px;
}

#faq_category_show .faq_title {
	background-image: url('images/bg_tieude.png');
	background-repeat: repeat-x;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	color: white;
}

#faq_category_show .faq_item {
	margin: 5px;
	border-bottom: 1px dotted gray;
}

#faq_category_show .faq_item a {
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	text-align: justify;
}