﻿body {
    background: #EFEFEF;
}

.context {
    width: 920px;
    height:600px;
    padding: 10px;
}

.leftDiv {
    width: 300px;
    float: left;
    background: #fff;
    height: 500px;
}
.treeParent {
    height:470px;
    overflow-y:auto;
    overflow-x:hidden;
}
.searchDiv {
padding:5px;
}
.rightDiv {
    width: 600px;
    margin-left: 320px;
    height: 500px;
    background: #fff;
    padding:5px;
}

/*利用div边框制造下划线*/
.divHr {
    padding-bottom: 2px;
    border-bottom: 1px solid #cccccc;
}

.blockSpan {
    min-width: 150px;
    margin: 3px 20px;
    display: inline-block;
}

#tb_FootName td {
    padding: 2px;
    padding-left: 5px;
}

#tb_FootName .rightTd {
    width: 400px;
    text-align: right;
}

#tb_FootName .footImg {
    width: 40px;
    height: 40px;
}

#tb_FootName .canEach {
    border: 1px solid #69B1E2;
    padding: 1px 3px;
    font-size: 12px;
    color: #69B1E2;
}

.foodTitle {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 900;
}

.foodContext {
    font-size: 14px;
    margin-left: 15px;
}
.foodContext.minHeight {
    min-height:30px;
}

#foodMsg {
    height: 165px;
    overflow-y:auto;
}
  
.input_select {
    width: 50px;
}

.action {
    margin-top:15px;
    padding-top:25px;
    height: 100px;
    background: #fff;
    text-align: center;
    width:900px;
}

.btn-confirm {
    width: 180px;
    border-radius: 4px;
    cursor: pointer;
    padding: 3px 10px;
    border: 1px solid #000;
    background-color: #fff;
    display: inline-block;
}
#div_Addfood {
height:50px;
padding-top:15px;
}
#foodInfo {
height:450px;
overflow-y:auto;
}
