
.wrapper {
    width: 1000px;
    margin: auto;
}

.wid-f {
    width: 100%;
}

.hei-f {
    height: 100%;
}

.of-h {
    overflow: hidden;
}

.fat-l {
    float: left;
}

.fat-r {
    float: right;
}

.pat-5 {
    padding-top: 5px;
}

.pat-10 {
    padding-top: 10px;
}

.mat-5 {
    margin-top: 5px;
}

.mat-10 {
    margin-top: 10px;
}

.fot-arial {
    font-family: 'Arial';
}

.icon {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}



.ico-bar_edge {
    background-position: 0 -42px;
}


.nav-main {
    background-color: #0f3fa1;
}

    .nav-main ul.wrapper > li {
        /*background: url('../../images/themes/simple/nav_main-split.gif') center left no-repeat;*/
    }

        .nav-main ul.wrapper > li a {
            color: #fff;
        }

        .nav-main ul.wrapper > li:hover a {
            color: #fed958;
        }

[class^='tibar-'] > .bar > a {
    color: #fff;
}

    [class^='tibar-'] > .bar > a:hover {
        color: #fed958;
    }

[class^='tibar-'] > .edge {
    background-color: #0f3fa1;
}

.tibar-simple {
    background-color: #e95546;
}

.list-aggregate li {
    border-bottom-color: #e5e5e5;
}

    .list-aggregate li a {
        color: #000;
        
    }

        .list-aggregate li a:hover {
            color: #3134e7;
        }

    .list-aggregate li p {
        /*color: #fff;*/
        /*padding:0 10px;*/
    }

    .list-aggregate li:hover {
        /*background-color: #fc6d58;*/
    }
/*==============*/
.list-aggregate > li > a {
    width: 85%;
    /*height: 25px;
    line-height: 25px;
    display: block;*/
    text-align: center;
    margin: 7px auto;
    font-size: 13px;
    overflow: hidden;
}

.list-aggregate > li {
    padding: 10px;
    border-bottom: solid 1px transparent;
    transition: ease-in-out background-color .15s .05s;
}

ul, li {
    list-style: none;
}

.list-wrpaaer {
    position: relative;
    overflow: hidden;
}

.list-aggregate {
    padding: 0px;
}
