﻿.pager {
    float: right;
}

    .pager SPAN.command,
    .pager SPAN.current,
    .pager A.command {
        color: #5a90ce;
        padding: 0px 5px;
        text-decoration: none;
        border: none;
        font-size: 14px;
        cursor: pointer;
    }

        .pager A.command:hover {
            border: solid 2px #408BB6;
            background-color: #59A5D1;
            color: #fff;
            padding: 0px 3px;
            text-decoration: none;
            cursor: pointer;
        }

    .pager SPAN.current {
        border: none;
        font-weight: bold;
        color: #3e3e3e;
        padding: 0px 6px;
        font-size: 14px;
        cursor: pointer;
    }


.Separate {
    float: right;
    /*margin-bottom: 10px;*/
    margin-right: 10px;
    margin-top: 77px;
}

    .Separate span {
        color: Black;
        font-weight: bold;
        padding-right: 3px;
        padding-left: 3px;
    }

    .Separate a {
        color: Black;
        padding-right: 3px;
        padding-left: 3px;
        text-decoration: none;
    }

/**skin 3*/

.text-center {
    text-align: center !important;
}

.pagination {
    margin: 30px 0;
    float: right;
}

.pagination {
    float: none;
    display: inline-block;
    padding-left: 0;
        margin: 30px 0;
}
ul {
    list-style: none outside;
}

ul, ol {
    padding: 0;
}

.pagination > li {
    display: inline;
    text-align: -webkit-match-parent;
}

body .pagination > li > a, body .pagination > li > span {
    margin: 3px;
    border-radius: 8px !important;
    color: #000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

body .pagination > li > a:focus, body .pagination > li > a:hover, body .pagination > li > span:focus, body .pagination > li > span:hover, body .pagination > .active > a, body .pagination > .active > a:focus, body .pagination > .active > a:hover, body .pagination > .active > span, body .pagination > .active > span:focus, body .pagination > .active > span:hover {
    background-color: #0A4D9B;
    border-color: #0A4D9B;
    color: #FFF;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

body .pagination > li > a, body .pagination > li > span {
    margin: 3px;
    border-radius: 8px !important;
    color: #000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

/**and skin 3*/