

/******* CSS SHOW CATEGORY *********/
.box-faqs {margin-bottom:0px;}
.faqs-title {
	background: #e8f8ff;
	padding: 5px 10px;
	display: block;
	line-height: 30px;
	color: #0d5aa2;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	padding-right: 30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom: 15px;
}
.faqs-title::after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f067";
	right: 0;
	top: 0;
	width: 30px;
	text-align: center;
}
.faqs-title.show::after {
	content: "\f068";
}

.faqs-content { display: none ; margin-bottom: 15px;}
.faqs-content.show {
	display: block;
}

.box-content-faqs {
	padding:10px;
}

.faqs-content .div-button {
	padding-top: 10px;
}
.faqs-content .div-button .btn-write {
	background: #e25d14;
	border: 1px solid #e25d14;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
/*BOX -faqs*/
.box-faqs ul {	list-style:none;}
.box-faqs li {background:url(../images/arr_question.gif) 0 3px no-repeat; padding:2px;	padding-left: 20px;}

/*OTHER*/
.list-other {
	padding:5px 0px;
}
.list-other h3 { font-weight:bold; padding-bottom:5px }
.list-other ul {list-style:none;padding-left:15px;}
.list-other li {background: url(../images/icon_li.gif) 0 10px no-repeat;	padding-left: 10px;}
/*DETAIL*/
.boxDetail {
	
} 
h2.title {
	font-size:14px; 
	margin-bottom:5px;	
}
.tools {
	background: url(../images/hr.gif) top repeat-x;
	padding-top:10px;
	
	margin-top:10px;
}
.hr {
	background: url(../images/hr.gif) repeat-x center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

 
/* box_sidebar */
.sidebar-faqs ul {list-style:none;padding-top:5px	;}
.sidebar-faqs li {
	background:url(../images/hr.gif) bottom repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;
}
.sidebar-faqs li.last { background:none;	} 

.sidebar-faqs div {
	background:url(../images/icon_li.gif) 0px 10px no-repeat;
	padding-left:10px;	
	
}
 
 
.sidebar-faqs h3{
	padding-top:5px;
	font-weight:bold;	
}
.sidebar-faqs .faqs-date {
	color:#7e9baf;
}
 
.faqs_other{
	color:#FF6600;
	padding-bottom:5px;
}
.f_question {
	color:#cb2100;
	padding:0px;
	padding:5px 0px;
	font-size:13px;
}
.f_question a{
	color:#3e3e3e;
	font-size:13px;
}
.f_question a:hover{
	color:#f16221;
	text-decoration:none;
}

.fDate {
	color:#3e3e3e;
	font-weight:bold;
}
.box_question {
	border-top:1px solid #e5e5e5;
	padding:5px;
	font-size:12px;
} 
.box_question_l{
	background:url(../images/box_question_l.gif) bottom no-repeat;
}
.box_question_r {
	background:url(../images/box_question_r.gif) bottom no-repeat;
}
.box_question_b {
	background:url(../images/box_question_b.gif) repeat-x;
}

.box_answer {
	background:#e9ffd5;
	border-top:1px solid #e5e5e5;
	padding:10px 5px;
	text-align:justify;
}

.box_answer_l{
	background:url(../images/box_answer_l.gif) bottom no-repeat;
}

.box_answer_r {
	background:url(../images/box_answer_r.gif) repeat-y;
}

.box_answer_b {
	background:url(../images/box_question_b.gif) repeat-x;
}

.btn_view {
	background:url(../images/btn_view_bg.gif) repeat-x;
	text-align:center;
	padding:0px 10px;
}
.btn_view a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}

.hr { background:url(../images/hr.gif) repeat-x center;padding:5px 0px ;margin:0px ; line-height:5px;overflow:hidden;}
.more_link{
		text-align:right;
}
.more_link a{
		font-weight:bold;
		color:#f16221;
		font-size:12px;
}