/* PAGINAZIONE ------------------------------------- */
div.pagination {
    margin-bottom:1.5em;
}

div.pagination div.digits {
    height:30px;
    padding-top:10px;
}

div.pagination div.digits a,
div.pagination div.digits span,
div.pagination div.digits strong  {
    background-color:#eee;
    border-bottom:1px solid #ccc;
    color:#333;
    float:left;
    height:20px;
    line-height:20px;
    margin-right:3px;
    padding:0 8px;
    text-decoration:none;
}

div.pagination div.digits a.digit:hover  {
    background:#EA881B;
    border-bottom:1px solid #9F5B13;
    color:#fff;
}

div.pagination div.digits strong.current {
    background:#EA881B;
    border-bottom:1px solid #9F5B13;
    color:#fff;
}

div.pagination div.digits a.previous, div.pagination div.digits a.next, div.pagination div.digits span.previous,div.pagination div.digits span.next {
    background:#eee url(../images/paginationIcons.png) no-repeat 0 0;
    overflow:hidden;
    padding:0;
    text-indent:-999em;
    width:20px;
}

div.pagination div.digits a.previous {
    background-position:0 0;
}

div.pagination div.digits a.next {
    background-position:0 -20px;
}

div.pagination div.digits span.previous {
    background-position:0 0;
}

div.pagination div.digits span.next {
    background-position:0 -20px;
}

div.pagination div.digits a.previous:hover {
    background-color:#EA881B;
    border-bottom:1px solid #9F5B13;
    background-position:0 -80px;
}

div.pagination div.digits a.next:hover {
    background-color:#EA881B;
    border-bottom:1px solid #9F5B13;
    background-position:0 -100px;
}

div.pagination div.pageInfo {
    color:#444;
    height:25px;
    line-height:25px;
    font-size:12px;
}

div.pagination span.pageNumber {
    border-right:1px solid #ccc;
    display:inline;
    float:left;
    height:25px;
    line-height:25px;
    margin-right:10px;   
    padding-right:10px;
}

div.pagination span.pageTotal {
    border-right:1px solid #ccc;
    display:inline;
    float:left;
    height:25px;
    line-height:25px;
    margin-right:10px;
    padding-right:10px;
}

div.pagination span.pageSize {
    display:inline;
    float:left;
    height:25px;
    line-height:25px;
}

div.pagination span.pageSize select {
    font:inherit;
    margin:0 4px;
}

div.pagination span.gotoPage {
    border-right:2px solid #ccc;
    display:inline;
    float:left;
    height:25px;
    line-height:25px;
    margin-right:10px;
    padding-right:10px;
}

div.pagination div.pageInfo input {
    vertical-align:middle;
}

div.pagination div.pageInfo strong {
    color:#000;
    font-weight:bold;
    font-size:13px;
}

div.pagination div.pageInfo input.gotoInput {
    border:1px solid #ccc;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    padding:1px;
    width:30px;
}

div.pagination div.pageInfo input.gotoButton {
    background-color:#EA881B;
    border:1px solid #9F5B13;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
