@charset "utf-8";

/* CSS Document */


/* productList */

#qaList {
    width: 100%;
    margin: 0 auto;
}

#qaList h2 {
    width: 300px;
    font-size: 27px;
    line-height: 30px;
    font-weight: normal;
    color: #525252;
    margin: 0;
    padding: 30px 0 37px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#qaList h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    color: #464646;
    margin: 0;
    padding: 30px 0 37px 0;
    text-transform: uppercase;
}


/*-------------qa_list---------------*/

.qa_list {
    float: left;
    width: 300px;
    list-style: none;
    /*margin: 5px 100px 100px 0;*/
}

.qa_list li {
    padding: 0;
    overflow: hidden;
    display: block;
}

.qa_list li a.tab {
    text-decoration: none;
    display: block;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 5px 0 5px 15px;
    color: #555;
    background:#f5f5f5;
}


.qa_list li a.tab.active {
    background-color: #4E4C42;
    color: #FFF;
}

.qa_list li a.tab:hover{
    background-color: #e5e5e5;
}

/*-------------qa_con---------------*/

.tab_con {
    padding: 0;
    /*width: 770px;*/
    float: left;
    height: auto;
    margin: -70px 0 0 0;
}

.tab_con dl {
    margin: 0 0 20px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #EEE;
}

.tab_con dt {
    font-size: 16px;
    background: url(../img/Q&A/q_icon.png) no-repeat left center;
    line-height: 40px;
    color: #533b26;
    padding: 0 0 0 45px;
    margin: 10px 0 20px 0;
}

.tab_con dd {
    background: url(../img/Q&A/a_icon.png) no-repeat left top;
    padding: 5px 0 0 50px;
    margin: 0 0 0 0;
    font-size: 13px;
    min-height: 35px;
}


/*search box 關鍵字搜尋*/

.search_box {
    float: right;
    background-color: #dfdfdf;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
}

.search_box form {
    margin: 0;
}

.search_box input[type="text"] {
    margin-bottom: 0;
}

.search_box .search-button {
    background: transparent url(../img/search_btn.png) 0 0 no-repeat;
    width: 58px;
    height: 30px;
    border: 0;
    float: right;
    margin-left: 10px;
    text-indent: -99999999;
}


/*搜尋結果頁*/

.search_result_key_title {
    color: #533b26;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 15px;
    margin-bottom: 30px;
}

.search_result_key_title span{
    color: #feb123;
}

.search_result_box dd span {
	color: #e60012;
	font-weight: bold;
}
/*tab*/

.search_result_box .classification {
    background: transparent url(../img/Q&A/qa_classification.png) left center no-repeat;
    padding: 0 0 0 25px;
    margin: 20px 0 0 10px;
    display: block;
    float: right;
    color: #555;
}

@media (max-width: 1024px) {
/*tab*/
    .tab_con {
        width: 100% !important;
    }
}
/**/

@media (max-width: 768px) {
    .span3,
    .span8 {
        float: none;
        width: 97%;
    }
    .span8 {
        margin: 30px 0 0 20px;
    }
    /*tab menu*/
    .qa_list{
    	width:100%;
    }
    /*search*/
    .search_box {
        margin: 15px 0 0;
    }
    /*tab*/
    .tab_con {
        width: 100% !important;
    }
}

@media (max-width: 610px) {
	.span8{
		margin: 30px 0 0;
	}
	.search_box{
		float: none;
		width: 97%;
	}
    .tab_con {
        margin: 0;
    }
}

@media (max-width:380px) {
	input, textarea, .uneditable-input{
		width: 165px;
	}
}