﻿ul.greybuttons {
    padding: 0px;
    font-size: 14px;
    cursor: pointer;
}

    ul.greybuttons li {
        display: inline-block;
        float: left;
        list-style-type: none;
        margin: 5px 10px;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
        background: #eee;
        padding: .25em 1em;
        font-weight: normal !important;
    }

        ul.greybuttons li.active {
            background: #ccc;
            font-weight: 600;
            color: #666;
            box-shadow: none;
            margin: 7px 8px 3px 12px;
        }



.data-home-box {
    width: 100%;
    display: block;
    height: 50px;
    margin-top: 10px;
}

.page-fooer-partner {
    width: 100%;
    height: 200px;
    background: #eeeeee;
    padding-top: 20px;
    margin-top: 5px;
}

    .page-fooer-partner ul li {
        float: left;
        margin-right: 25px;
        height: 23px;
        width: 230px;
    }


.chars-title2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight:700;
    margin-bottom: 10px;
}

#main {
    width: 900px;
    height: 635px;
    margin: 0px auto;
    max-height: 900px;
    max-width: 900px;
    margin-bottom: 20px;
    margin-top: -50px;
    margin-bottom: -20px;
}