﻿.page{
    list-style: none;
    margin-top: 20px;
    position: absolute;
    bottom: 30px;
    left: 25px;}
.page>li{
    float: left;
    padding: 5px 24px;
    cursor: pointer;}
.page .pageItem{
    border: solid thin #DDDDDD;
    margin: 5px;}
.page .pageItemActive{
    border: solid thin #0099FF;
    margin: 5px;
    background-color: #0099FF;
    color:white;}
.page .pageItem:hover{
    border: solid thin #0099FF;
    background-color: #0099FF;
    color:white;}
.page .pageItemDisable{
    border: solid thin #DDDDDD;
    margin: 5px;
    background-color: #DDDDDD;}