@charset "utf-8";
/* CSS Document */
@import url(pagination.css);
@import url(postnavi.css);


#main {}




/*上方功能*/
.qa_functions { display:none; height:60px;font-size:13px;width:100%; margin:0;padding:0;
                     background:url(csspic/page_title_qa.png) repeat center bottom;}
.qa_functions li{float:left;width:485px;padding:0; margin:10px 0 0 0;}
/*下拉_類別瀏覽*/
.qa_functions li .categories{float:left; color:#333;padding:0;}
.qa_functions li .categories span{/*display:none;*/}
/*搜尋欄位*/
.qa_functions li .search{float:left; width:235px;padding:0 0 0 5px;}






/*按鈕_全部展開;全部隱藏*/
.btn_show {height:30px; margin:10px 0; }

.btn_show .showall  {float:left;margin:0 8px 0 0;}
.btn_show .showall a{display:block;text-indent: -9998px;width:70px;height:30px;background:url(csspic/icon_qa.png) no-repeat 0 -330px;}
.btn_show .showall a:hover{background:url(csspic/icon_qa.png) no-repeat 0 -360px}


.btn_show .hideall  {float:left;margin:0;}
.btn_show .hideall a{display:block;text-indent: -9998px;width:70px;height:30px;background:url(csspic/icon_qa.png) no-repeat 0 -390px;}
.btn_show .hideall a:hover{background:url(csspic/icon_qa.png) no-repeat 0 -420px}



/*----------------------------qa_list------------------------------------------------------------------------*/


/*外框寬*/
#display {width:99%; font-size:13px;}
/*滑鼠反應*/

#display .type{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	height:24px;
	color:#8D5438;
	padding:5px 0 0 24px;
	background: url(csspic/icon_qa.png) no-repeat 0 -270px;
	font-weight: bold;
}



ul.qa_list .over{
	background-color:#FFF8EC;
}
ul.qa_list .out{background-color:#FFFFFF;}
/*內容*/
ul, li {margin: 0;padding: 0;list-style: none;}
/*類別*/


/*列表*/
ul.qa_list {margin: 10px 15px 20px 20px;}
ul.qa_list li {padding:5px 0 0px 0;}
/*標題*/
ul.qa_list li .title {
	height:22px;
	color: #333;
	cursor: pointer;
	padding:0 10px 0 3px;
	font-family:微軟正黑體;
}
ul.qa_list li .title span {float:left;display:block;width:25px;height:22px;text-indent: -9999px;background:url(csspic/icon_qa.png) no-repeat 0px 0px;}
ul.qa_list li .title_on {text-decoration: underline}
/*內文*/
ul.qa_list li .qa_detail {font-size:13px;color:#333;line-height:20px;margin:3px 0 0 0;padding:0 20px 30px 0;/*background:url(csspic/icon_qa.png) no-repeat 0px -24px*/}
/*標題-A*/
ul.qa_list li .title_a {height:22px;color: #333;cursor: pointer;margin:10px 10px 0 3px;}
ul.qa_list li .title_a span {float:left;display:block;width:25px;height:22px;text-indent: -9999px;background:url(csspic/icon_qa.png) no-repeat 0 -30px}
ul.qa_list li .title_a_on {text-decoration: underline}
/*文字*/
ul.qa_list li .txt {line-height:20px;margin:3px 0 20px 28px;/*background:url(csspic/icon_qa.png) no-repeat 0px -24px*/}
/*文字標題*/
ul.qa_list li .txt_title {height:22px;color: #FD874D;cursor: pointer;}
ul.qa_list li .txt_title_on {text-decoration: underline}


/*連結*/
ul.qa_list li .link {float:left;text-indent: -9998px;;margin:0 10px 0 28px;}
ul.qa_list li .link a{display:block;width:40px;height:24px;background:url(csspic/icon_qa.png) no-repeat 0 -150px;}
ul.qa_list li .link a:hover{background:url(csspic/icon_qa.png) no-repeat 0 -180px}

/*檔案下載*/
ul.qa_list li .file {float:left;text-indent: -9998px;margin:0;}
ul.qa_list li .file a{display:block;width:80px;height:20px;background:url(csspic/icon_qa.png) no-repeat 0 -210px;}
ul.qa_list li .file a:hover{background:url(csspic/icon_qa.png) no-repeat 0 -240px}


/*按鈕_關閉*/
.close{float:right; display:block;text-indent: -9998px;width:35px;height:30px;margin:0 0 20px 0;padding:0 0 0 0}	
.close a{display:block;text-indent: -9998px;height:30px;background:url(csspic/icon_qa.png) no-repeat 0 -60px;}	
.close a:hover{display:block;text-indent: -9998px;background:url(csspic/icon_qa.png) 0 -120px}


/*內頁文字設定*/
ul.qa_list li .title_a {font-size:12px;font-weight:bold;}
ul.qa_list li .title_b {color:#0099CC}


