﻿     #showAllCategory {
        width: 100px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #d8d8d8;
        background: #fff;
        margin: 10px auto 0;
        text-align: center;
    }

    .Atitle {
        font-size: 12px;
    }

    .spanred {
        display: block;
        height: 15px;
        line-height:15px;
        width: 15px;
        text-align: center;
        background-color:#0062ac; /*#CD0000;*/
        color: white;
        font-weight: 400;
        border-radius: 2px;
        float: left;
        margin:auto;
    }

    .spangrey {
        float: left;
        display: block;
        height: 15px;
        line-height:15px;
        width: 15px;
        text-align: center;
        background-color: #ccc;
        font-weight: 400;
        margin:auto;
        border-radius: 2px;
    }