/* 前台收银 */
body
{
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}

th
{
    text-align: center;
}
.container
{
    width: 800px;
    border: 1px solid #f1f1f1;
    padding:0px 20px 20px 20px;
    background-color: #fff;
}

.below-title-meta {
    background: none repeat scroll 0 0 #f7f7f7;
    line-height: 25px;
}
.content
{
    padding-top: 20px;
}

.bottom
{
	font-size:16px;
    padding-top: 5px;
    padding-bottom: 15px;
    background: none repeat scroll 0 0 #f7f7f7;
}

.goodsSel
{
    position: absolute;
    bottom: 25px;
    background-color: #CCFFFF;
    width: 100%;
}
.goodsSelCon li
{

}
li.on{background:#9CD9FF; color:#fff;}

.orderListAct
{
    background:#9CD9FF;
}
.twoDisDiv .td
{
    background: none repeat scroll 0 0 #ebf5ff;
    border-color: #fff #adbece #adbece #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: -1px 0 1px #94a7ba;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 23px;
    margin-right: 1px;
    vertical-align: middle;
}

.twoDisDiv .td-on
{

    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.amount
{
    line-height:  24px; height: 28px; font-size: 20px
}

.payAmount
{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.goodInput .form-control
{
    height: 40px;
    font-size: 16px;
}

.goodInput
{
    min-width:300px;
}


.twoDisDiv .ui-widget-header {
    background: none repeat scroll 0 0 #428bca;
    border: 1px solid #008cba;
    color: #fff;
    font-weight: 700;
}