﻿#left_content {
    float: left;
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
    width: 597px;
}

#right_content {
    float: left;
    margin: 10px 0 0 0;
    padding: 5px 0 0 5px;
    width: 315px;
}

/* Title Box */
.titleBox {
    margin-bottom: 17px;
    width: 306px;
    background: url(../img/index/lis_b.jpg);
    -moz-background-size: 306px;
    -o-background-size: 306px;
    -webkit-background-size: 306px;
    background-size: 306px;
    background-repeat: repeat-y;
}

    /* top */
    .titleBox .top {
        height: 35px;
    }

        .titleBox .top h1, .titleBox .top h2 {
            margin: 0 auto;
            padding: 8px 0px 11px 10px;
            width: 307px;
            height: 35px;
            color: #fff;
            font-weight: normal;
            font-size: 19px;
            line-height: 19px;
        }

        .titleBox .top h1 {
            background: url(../img/index/h1_bg.png) no-repeat;
        }

        .titleBox .top h2 {
            background: url(../img/index/h2_bg.png) no-repeat;
        }

    /* bottom */
    .titleBox .bottom {
        height: 10px;
        background-color: #FFF;
    }

        .titleBox .bottom h2 {
            margin: 0px 0px 0px 0px;
            width: 306px;
            height: 15px;
            background: url(../img/index/lis_d.jpg) no-repeat;
            -moz-background-size: 306px 15px;
            -o-background-size: 306px 15px;
            -webkit-background-size: 306px 15px;
            background-size: 306px 15px;
        }

/* 客戶服務 */
#tb_service {
    margin-top: 5px;
    width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

    #tb_service td, #tb_service img {
        padding: 0px;
        border-spacing: 0;
        border-collapse: collapse;
    }

    #tb_service A:active, #tb_service A:link, #tb_service A:visited {
        color: #0066cc;
        text-decoration: none;
    }

    #tb_service A:hover {
        color: #ff0000;
        text-decoration: underline;
    }

/* 最新消息 */
#tb_news {
    margin-top: -10px;
    margin-bottom: -20px;
}

    #tb_news ul {
        list-style: none;
    }

        #tb_news ul li {
            margin-left: -10px;
            width: 95%;
            border-bottom: 1px #e7e7e7 solid;
            list-style-image: url(../img/index/icon2.png);
            font-size: 12px;
            line-height: 25px;
        }

            #tb_news ul li a {
                color: #0066cc;
                text-decoration: none;
            }

                #tb_news ul li a:hover {
                    color: #ff0000;
                    text-decoration: underline;
                }

/* 常見問題 */
.tabBox {
    position: relative;
    background: url(../img/index/tabs_bg.jpg) left top no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

    .tabBox .title {
        float: left;
        line-height: 40px;
    }

        .tabBox .title h3 {
            margin: 0 !important;
            padding-top: 5px;
            padding-left: 12px;
            color: #222;
            -webkit-text-shadow: #fff 0 1px 1px;
            text-shadow: #fff 0 1px 1px;
            font-weight: normal;
            font-size: 19px;
            line-height: 35px;
        }

    .tabBox .tabs {
        float: right;
        margin: 0 !important;
        padding: 0 8px 0 0;
        height: 42px;
        background: url(../img/index/tabs_bg.jpg) right top;
        line-height: 40px;
    }

        .tabBox .tabs li {
            display: block;
            float: left;
            margin: 0;
            list-style: none;
            text-align: center;
        }

            .tabBox .tabs li a {
                display: block;
                width: 51px;
                height: 42px;
            }

                .tabBox .tabs li a:hover {
                    cursor: pointer;
                }

        .tabBox .tabs .current {
            background: url(../img/index/tabs_active_bg.gif) 0 0 no-repeat;
        }

        .tabBox .tabs li[class=current] a:hover {
            cursor: default;
        }

    .tabBox .tabcontent {
        clear: both;
        border: 1px solid #d6d6d6;
        border-top: none;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        background: #fffce9;
        font-size: 12px;
        line-height: 18px;
    }

        .tabBox .tabcontent h3 {
            margin: 5px 0 10px 0;
            color: #2e88c7;
            font-size: 15px;
        }

        .tabBox .tabcontent img {
            border: 1px solid #dfdfdf;
        }

        .tabBox .tabcontent .inner {
            padding: 5px;
        }

        .tabBox .tabcontent td, .tabBox .tabcontent img {
            padding: 0px;
            border-spacing: 0;
            border-collapse: collapse;
        }

        .tabBox .tabcontent p {
            margin: 5px 0 5px 0;
            line-height: 18px;
        }

        .tabBox .tabcontent ul {
            margin: 5px 0 5px 0;
            padding: 0 0 0 20px;
            list-style: none;
        }

            .tabBox .tabcontent ul li {
                width: 100%;
                list-style-image: url(../img/index/icon2.png);
                font-size: 12px;
                line-height: 21px;
            }

                .tabBox .tabcontent ul li a {
                    color: #0066cc;
                    text-decoration: none;
                }

                    .tabBox .tabcontent ul li a:hover {
                        color: #ff0000;
                        text-decoration: underline;
                    }

/* slides */
#slide {
    width: 585px;
    height: 231px;
    background: url(../img/index/flow-back.gif) no-repeat left top;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}

    #slide .images {
        position: absolute;
        margin-top: 15px;
        margin-left: 10px;
        width: 356px;
        height: 192px;
        border: #ddd 5px solid;
    }

        #slide .images img {
            width: 356px;
            height: 192px;
            position: absolute;
            display: none;
        }

    #slide .controller {
        position: absolute;
        margin-top: 225px;
        margin-left: 10px;
    }

        #slide .controller span {
            position: relative;
            top: -33px;
            left: 15px;
            margin-right: 6px;
            padding: 3px 10px;
            background: url(../img/index/overlay.png) top left;
            color: #FFF;
            font-weight: bold;
            cursor: pointer;
        }

        #slide .controller .selected {
            background: #336699;
        }

    #slide .intro {
        position: absolute;
        margin-top: 30px;
        margin-left: 390px;
        width: 182px;
        height: 192px;
    }

        #slide .intro .title {
            color: #FFF;
            font-weight: bold;
            font-size: 20px;
        }

        #slide .intro .text {
            margin-top: -10px;
            color: #d2d2d2;
            line-height: 21px;
        }

/* service */
#service {
    padding-top: 5px;
    width: 585px;
    margin-top: 10px;
    background: url(../img/index/bg2.jpg) repeat left top;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: left top;
}

    #service .images {
        margin-left: 11px;
        margin-top: 5px;
        margin-bottom: -8px;
        width: 580px;
    }

        #service .images img {
            width: 175px;
            height: 90px;
            border: none;
        }

    #service .links {
        margin-left: 11px;
        margin-top: 0px;
        width: 580px;
    }

        #service .links table {
            background-color: #ECECEC;
            border: none;
            border-collapse: collapse;
            border-spacing: 0;
            padding: 0px;
            width: 175px;
        }

            #service .links table .icon {
                width: 13px;
            }

                #service .links table .icon img {
                    width: 13px;
                    height: 25px;
                }

            #service .links table .text {
                padding-left: 3px;
                padding-top: 4px;
            }

                #service .links table .text a {
                    text-decoration: none;
                    color: #727272;
                }

            #service .links table td, #service .links table img {
                text-align: left;
                vertical-align: top;
                padding: 0px;
                border-collapse: collapse;
                border-spacing: 0;
            }

/* linkbox */
#linkbox {
    width: 585px;
    padding-top: 10px;
}

    #linkbox .intro {
        width: 50%;
        padding-left: 10px;
    }

        #linkbox .intro h2 {
            padding: 3px 0;
            color: #85bb23;
            font-weight: normal;
            line-height: 20px;
            margin: 0;
        }

        #linkbox .intro p {
            margin: 0;
            padding: 0;
            line-height: 18px;
            overflow: hidden;
            margin-bottom: 10px;
            width: 270px;
        }

        #linkbox .intro img {
            border: 0;
            width: 270px;
            height: 140px;
        }

/* fix for non-ie */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .titleBox .top h1, .titleBox .top h2 {
        padding: 6px 0px 11px 10px;
    }

    .tabBox .title h3 {
        padding-top: 0px;
        line-height: 40px;
    }
}
