/* LISTINGS */
.listings {
    text-align: center;
    float: right;
    clear: both;
    font-family: Myriad Pro, Arial;
    height: 18px;
    width: 98%;
    font-size: x-small;
    border: 1px solid #000;
    background-color: white;
    background: #CCC;
    margin: 6px 0 6px 0;
    padding: 1px 0 1px 1px
    }
.listings .page {
    float: left;
    width: 100px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #000;
    background: #CCC;
    margin: 0;
    padding: 0 3px 0 3px;
    font-weight: bold
    }
.listings a.first {
    float: left;
    width: 70px;
    height: 18px;
    line-height: 18px;
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
    background: #CCC;
    margin: 0;
    padding: 0 3px 0 3px
    }
.listings a:hover.first {
    float: left;
    width: 70px;
    height: 18px;
    line-height: 18px;
    display: block;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: #FFF;
    margin: 0;
    padding: 0 3px 0 3px
    }
.listings a.last {
    float: left;
    width: 70px;
    height: 18px;
    line-height: 18px;
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin: 0;
    padding: 0 3px 0 3px
    }
.listings a:hover.last {
    float: left;
    width: 70px;
    height: 18px;
    line-height: 18px;
    display: block;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: #FFF;
    margin: 0;
    padding: 0 3px 0 3px
    }
.listings a {
    float: left;
    width: 10px;
    height: 18px;
    line-height: 18px;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000;
    background: #CCC;
    margin: 0;
    padding: 0 3px 0 3px
    }
.listings a:hover {
    float: left;
    width: 10px;
    height: 18px;
    line-height: 18px;
    display: block;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: #FFF;
    margin: 0;
    padding: 0 3px 0 3px
    }
.listings a.active {
    float: left;
    width: 10px;
    height: 18px;
    line-height: 18px;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-weight: bold;
    background: #FFF;
    margin: 0;
    padding: 0 3px 0 3px
    }