.wintab_item {
        text-align:center;
        height:29px;
        line-height:26px;
        width:60px;
        color:#aaa;
        text-decoration:none;
        font-size:11px;
        font-weight:bold;
        cursor:pointer;
        background:url(/images/blank.gif) no-repeat 0 0;
        padding:0px 24px 0px 24px;
        /* border: solid 1px #ff0000; */
        border:none;
}

.wintab_item.hover{
        background:url(/images/blank_over.gif) no-repeat 0 0;
        color:#fff;
}

.wintab_item_g {
        text-align:center;
        height:29px;
        line-height:26px;
        width:110px;
        color:#aaa;
        text-decoration:none;
        font-size:11px;
        font-weight:bold;
        cursor:pointer;
        background:url(/images/blank.gif) no-repeat 0 0;
        padding:0px 24px 0px 24px;
        /* border: solid 1px #ff0000; */
        border:none;
}

.wintab_item_g.hover{
        background:url(/images/blank_over.gif) no-repeat 0 0;
        color:#fff;
}

