.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pager {
    max-width: 800px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    margin-top: 36px;
}

.pager a {
    cursor: pointer;
}

.pager a,
.pager span {
    width: 44px;
    height: 26px;
    margin-left: -1px;
    line-height: 28px;
    float: left;
    text-decoration: none;
    margin: 0 2px;
    border-radius: 2px;
    border: 1px solid #DADADA;
    font-size: 14px;
    color: #4A4A4A;
    margin-right: 10px;
}

.pager a:hover,
.pager span:hover {
    border-color: #4CA397;
    color: #4CA397;
    position: relative;
    z-index: 1;
}

.pager span.current {
    color: #fff;
    border-color: #4CA397;
    position: relative;
    z-index: 1;
    background: #4CA397;
}




.pager span.els {
    border-color: transparent;
}

.pagerHtmlWrap {
    width: 800px;
    margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
    width: 100%;
    height: 35px;
    padding: 5px 0;
    border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
    color: #454545;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
    display: inline-block;
    width: 25%;
    text-align: left;
    margin: 0;
}
