﻿.OrderMenu div {
    width: 32%;
    /*border:1% white solid;*/
    height: 30px;
    line-height: 30px;
    /*background-color:gray;*/
    text-align: center;
    float: left;
}

.sub {
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    padding: 8px 8px 8px 12px;
    border: 1px #d3d3d3 solid;
    border-radius: 5px;
    color: #808080;
    overflow: auto;
    width: 98%;
}

    .sub span {
        color: red;
        font-size: 18px;
        font-weight: bold;
    }

a {
    text-decoration: none;
    color: #b3b3b3;
}

#divPage {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-top: 1px #d3d3d3 solid;
}

    #divPage div {
        float: left;
        /*width:18%;*/
    }

        #divPage div input {
            border: 1px #cfcfcf solid;
            background-color: #f0f0f0;
            height: 25px;
            width: 90%;
        }

#divPageIndex span {
    width: 10px;
}

.divT {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.divpno div {
    float:left;
    padding-right:3px;
}
    .divpno div img {
        vertical-align:middle;
        height:13px;
        width:auto;
    }