.pagination {
    font-size: 90%;
}

    .pagination a {
        text-decoration: none;
        /*border: solid 1px #AAE;*/
        color: #15B;
    }

    .pagination a, .pagination span {
        display: block;
        float: left;
        padding: 0.6em 0.5em;
        margin-right: 3px;
        margin-bottom: 5px;
    }

    .pagination .current {
        background: #26B;
        color: #fff;
        border: solid 1px #AAE;
        border-radius: 3px;
    }

    .pagination .prev, .pagination .next {
        padding: 0.6em 1em;
        border-radius: 3px;
        color: #FFF;
        /*border-color:#999;*/
        background: #006dc0;
    }

    .pagination span {
        color: #006dc0;
    }

.bsBox {
    display: none;
    z-index: 100000001;
    font-size: 12px;
    background: url(../images/background-opaque-dark.gif) !important;
    padding: 6px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bsClose {
    _overflow: hidden;
    cursor: pointer;
    position: absolute;
    z-index: 10000000;
    color: #666;
    font-weight: bold;
    font-family: Helvetica,Arial;
    font-size: 14px;
    line-height: 20px;
}

.bsTop {
    color: #666;
    background: #f2f2f2;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #e8e8e8;
}

    .bsTop span {
        float: left;
    }

.bsFrameDiv, #bsMorePanel {
    border: none;
    background: #fff;
}

.bsReturn {
    float: right;
    *margin-right: 20px;
    margin-right: 36px;
    text-align: right;
    cursor: pointer;
    line-height: 24px;
    color: #666;
    opacity: 0.5;
}

#bsReturn:hover {
    text-decoration: underline;
    opacity: 1;
}
