.pager-zz
{
    /*text-align: center;*/
    list-style: none;
    color: #E3451E;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}
.pager-zz:after
{
    content: "";
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
}
.pager-zz .page-links
{
    display: inline-block;
    float: left;
}
.pager-zz a
{
    font-family: "Georgia", Arial, sans-serif;
    margin: 0 4px;
    text-decoration: underline;
    border-bottom: none;
}
.first.hidden, .prev.hidden,.previous.hidden, .next.hidden, .last.hidden {
    text-decoration: none;
    color: #CECACA;
    cursor: default;
}
.pager-zz .pages, .pager-zz .recperpage
{
    display: inline-block;
}
.pager-zz .pages
{
    text-align: center;
    margin: 0 25px;
}
.pager-zz .pages a
{
    margin: 0;
    font-family: Arial, sans-serif;
    border: 0;
    text-decoration: none;
    color: #000;
    /*background-color: #F2F2F2;*/
    padding: 7px 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.pager-zz .pages a.current
{
    color: #E3451E;
    background-color: #F2F2F2;
}
.pager-zz .pages a:hover
{
    background-color: #F2F2F2;
}
.pager-zz .pages a.devider:hover
{
    background: none;
}
.pager-zz .recperpage
{
    float: right;
    font-size: 16px;
    color: black;
    min-width: 200px;
}
.pager-zz .recperpage .jq-selectbox .select
{
    width: 30px;

}
.pager-zz .jq-selectbox .dropdown {
    width: 70px;
}
.pager-zz select
{
    width: 20px;
}
/* SORTER */
.list-view .sorter
{
    margin: 30px 0;
    text-align: center;
}
.list-view .sorter ul li
{
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
}
.list-view .sorter ul li a
{
    font-size: 16px;
    font-style: italic;
}
.list-view .sorter ul li a.desc,.list-view .sorter ul li a.asc
{
    background-color: #E7E7E7;
    padding: 8px 22px 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    border: 0;
    color: black;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.list-view .sorter ul li a.desc {
    background: url("../images/icon-sort-desc.png") no-repeat 94% center #E7E7E7;

}
.list-view .sorter ul li a.asc {
    background: url("../images/icon-sort-asc.png") no-repeat 94% center #E7E7E7;

}