﻿#mod-news {
    clear: both;
    margin-top:10px;
    width: 1000px;
}
#mod-product {
    clear: both;
    margin-top:10px;
    width: 1000px;
    text-align:center;
    z-index:999;
}
    #mod-product .title {
        /*border-bottom: solid 1px #ddd;*/
        clear: both;
        color: #333;
        float: left;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        padding-bottom:5px;
        text-align: left;
        width: 100%;
    }
        #mod-product .title * {
            padding: 5px 10px 5px 0px;
        }
    #mod-product div.item {
        cursor: pointer;
        float: left;
        margin-bottom: -40px;
        margin-left: 0px;
        margin-right: 8px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        z-index: 9999;
    }
        #mod-product div.item:last-child {
            cursor: pointer;
            float: left;
            margin-bottom: -40px;
            margin-left: 0px;
            margin-right: 0px;
            overflow: hidden;
            text-align: center;
            vertical-align: middle;
            z-index: 9999;
        }
    #mod-product a {
        color: #000;
        cursor: pointer;
        font-weight: normal;
        position: relative;
        z-index: 1;
    }
        #mod-product a .container {
            background-color: #000;
            color: #fff;
            position: relative;
            text-align: center;
            align-content: center;
            opacity: 0.8;
            filter: alpha(opacity=80);
            width: 100%;
            vertical-align: middle;
            height: 50px;
            margin-top: -55px;
            width: 192px;
            z-index: 3;
        }
        #mod-product a:hover .container {
            background-color: #000;
            color: #00a6eb;
            position: relative;
            text-align: center;
            align-content: center;
            opacity: 0.8;
            filter: alpha(opacity=80);
            width: 100%;
            vertical-align: middle;
            height: 50px;
            margin-top: -55px;
            width: 192px;
            z-index: 3;
        }
        #mod-product a .container ul {
            padding:3px;
            width:184px;
        }
        #mod-product a .container sup {
            vertical-align: 0.45em;
            font-size: 60% !important;
        }
    #mod-product img {
        border: solid 1px #333;
    }
    #mod-product div span, #mod-product div b {
    }
        /*#mod-product div b sub {
            font-size: 1pt !important;
        }*/
#mod-company {
    clear: both;
    height:100px;
    padding-top:60px;
    margin-bottom:20px;
    width: 1000px;
    z-index:9;
}
    #mod-company .title {
        border-top:solid 1px #d4d4d4;
        clear: both;
        color: #333;
        float:left;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 25px;
        padding-top:5px;
        text-align: left;
        width: 100%;
    }
        #mod-company .title * {
            padding: 0px 10px 5px 0px;
        }
 