/* 
    Created on : 25-Jan-2017, 11:38:59
    Author     : philhughes
*/
.output-frame {
    border:none;
    margin:0px;
    padding:0px;
    width:200px;
    height:540px;
    border:solid 1px #444;
}

#output {
    float:left;
    width:200px;
    height:540px;
    margin:0px 10px 0px 0px;
}
#output-wrap {
    float:left;
    width:200px;
    height:540px;
    margin:0px 10px 0px 0px;
    background-color:#eef;
    color:#111;
}
#output-wrap a {
    text-decoration:none;
    color:#999;
}
#output-wrap a:hover {
    color:#555;
}
.top-row {
    background-color:#efe;
}
#order-body {
    float:left;
    width:100%;
    background-color:#fff;
    font-family: Courier;
    font-weight:bold;
    overflow:hidden;
}
#order-body table {
    color:#333;
    width:100%;
}
#order-body tr {
    cursor:pointer;
}
#order-body tr:hover {
    background-color:#eee;
}
#order-body td {
  /*  text-align:left; */
    vertical-align:text-top;
    font-size:13px;
}
#order-sumy {
    background-color:#fee;    
}
#order-body p {
    color:#00f;
    font-family: Courier;
}

.cost {
    text-align:right;
}

#total-row {
    background-color:#fee;
    padding:10px 0px 10px 0px;
}

// end