html, body {
    margin: 0;
    padding: 0;
}

body {
    font: 15px Verdana, "simsun", Arial, Helvetica, sans-serif;
    table-layout: fixed;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #fff;
}

a {
    text-decoration: none;
    outline: none;
    hlbr: expression(this.onFocus=this.blur());
    border: 0;
    font-weight: normal;
}

img {
    border: 0;
}

h1 {
    color: #D0353D;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

th {
    font-weight: bold;
}

#header {
    width: 100%;
    padding: 10px 0;
    background-color: #555;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    color: #ff0;
}

    #header a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
    }

#banner {
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #dcdcde;
    top: 38px;
    background-image: url(images/123456.jpg);
    background-size: 300px  100px;
    background-repeat: no-repeat;
    background-position: center right;
}

#side {
    width: 240px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 9;
    overflow: hidden;
    background: #C9242C;
    background-image: url(images/bg_bw.png);
    background-repeat: repeat-x;
    -moz-box-shadow: 0 0 5px #CCCCCC;
    -webkit-box-shadow: 0 0 5px #CCCCCC;
    box-shadow: 0 0 10px #CCCCCC;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=0, strength=6)\
                progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=90, strength=6)\
                progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=180, strength=6)\
                progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=270, strength=6)";
    *filter: progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=0, strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=90, strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=180, strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=270, strength=6);
}

#mark {
    font-size: 72px;
    color: #000;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 15px #fff, 0 0 5px #000, 0 0 5px #000;
    position: absolute;
    z-index: 99;
    top: 35px;
    left: 28px;
    font-weight: bold;
}

#content {
    font: 15px "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei";
    font-weight: lighter;
    letter-spacing: 0.5px;
    position: absolute;
    top: 158px;
    left: 280px;
    line-height: 1.5;
    padding-left: 30px;
    width: calc(100% - 310px);
    height: calc(100% - 190px);
    background-image: url(images/watermark.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

    #content .productTypeBox {
        margin: 10px;
        width: 95%;
    }

        #content .productTypeBox label {
            display: block;
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            border-left: 8px solid #a00;
            border-bottom: 1px solid #a00;
            margin-bottom: 5px;
            padding-left: 4px;
        }

        #content .productTypeBox img {
            padding: 4px;
            width: 320px;
        }

        #content .productTypeBox p {
            color: #333;
            font-size: 14px;
            text-align: justify;
            -ms-text-justify: inter-word;
            text-justify: inter-word;
        }

    #content .submenu {
        list-style: none;
        padding: 0;
        margin: 20px 0 -10px 0;
        border-bottom: 2px solid #b200ff;
        height: 29px;
        width: 95%;
        font-weight: normal;
    }

        #content .submenu li {
            display: inline-block;
            float: left;
        }

            #content .submenu li a {
                display: inline-block;
                border: 1px solid #999;
                border-bottom: 0;
                padding: 2px 8px;
                margin: 0 3px 0 0;
                height: 24px;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                background-color: #fff;
                color: #000;
            }

                #content .submenu li a.selected {
                    border: 1px solid #b200ff;
                    background-color: #b200ff;
                    color: #fff;
                }

    #content .photo_box {
        width: 320px;
        float: left;
        margin: 0 10px 10px 10px;
    }

        #content .photo_box .photo {
            border: 1px solid #ccc;
            padding: 4px;
        }

        #content .photo_box .title {
            text-align: center;
            font-weight: bold;
            font-size: 17px;
            height: 50px;
        }

#footer {
    width: 100%;
    background-color: #444;
    position: absolute;
    bottom: 0;
    padding: 0;
}

    #footer p {
        position: relative;
        z-index: 99;
        left: 0;
        color: #fff;
        font-size: 11px;
        margin: 10px;
        text-align: center;
    }

#current_page {
    display: none;
}
