@charset "utf-8";
/* CSS Document */

/* =====================================================================
*    knowledge (知識查詢)
*    ---
*    1. base (基本樣式)
*    2. font (文字樣式)
*    3. layer area (區塊樣式)
*
* =================================================================== */

/*======================================================================

     knowledge (知識查詢)

======================================================================*/


/*   1. base (基本樣式)
***********************************************************************/



/*   2.font (文字樣式)
***********************************************************************/


/*   3. layer area (區塊樣式)
***********************************************************************/
/* content */
.right_content .tl_knowledge { background:url(../images/knowledge/tl_knowledge.jpg) 0 0 no-repeat; float:left;}/*title*/

.right_content .knowledge { width:634px; list-style:none; background:url(../images/knowledge/bg_knowledge_top.png) 0 0 no-repeat; padding-top:57px; float:left;}/*右側區塊 知識查詢*/
.right_content .knowledge li   { display:inline; width:599px;/*634-35*/ height:25px;/*37-12*/ background:url(../images/knowledge/bg_question.png) 0 0 no-repeat; padding:12px 0 0 35px; float:left;}
.right_content .knowledge li p { display:inline; color:#625233; margin-left:80px;}
.right_content .knowledge li p:hover { color:#dbd5ca;}

.right_content .bg_answer { display:block; width:60px; height:22px; background:url(../images/knowledge/bg_answer.png) 0 0 no-repeat; margin:0 0 13px 0;}/*回答ICON圖示*/

.right_content .knowledge_content { width:564px;/*634-70*/ padding:13px 35px 0 35px; background:#FFF; float:left;}/*內容區塊*/
.right_content .knowledge_buttom  { width:634px; height:55px; background:url(../images/knowledge/bg_knowledge_buttom.png) 0 0 no-repeat; float:left;}/*知識查詢底部*/