/******* CSS SHOW CATEGORY *********/
  
.box-faqs {
	padding:0px;
	vertical-align:top;
	} 
.box-faqs .box-item{
	background: url("../images/icon_faqss.gif") left 15px no-repeat;
  padding-left: 65px;
  padding-bottom: 20px;

	}
.box-item .box-item_title{
	padding:10px 0px;
	}
.box-item .box-item_title p {
  color: #8c8c8c;

}
.box-item .box-item_title a { text-decoration:none; font-weight:bold;}	
.box-item .box-item_title a:hover{
	color:#d40c02;
	/*font-weight:bold;*/
}
.box-item .box-item_content{
	padding:10px;
  border: 1px solid  #ccc;
  color: #636363;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

.box-item .box-item_content:after, .box-item .box-item_content:before {
  bottom: 100%;
  left: 3%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.box-item .box-item_content:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}
.box-item .box-item_content:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 6px;
  margin-left: -6px;
}


.box-item .box-item_content .tit_rep {
  font-weight: bold;
}

.box_request {
  padding: 15px 0;
}
.box_request .fl {
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  width: 710px;
}

/*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; }
.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;
}

#banner_footer li {
	padding:0px 8px;	
	float:left;
}
 