#orderContainer { background: #fff; /*height: 662px;*/ }
#orderContainer .tta { height: 630px; overflow: auto; overflow-x: hidden; }
#orderContainer .tta center { padding: 20px 0px 0px 0px; }

.bigcattable .title { float: left; font-size: 18px; font-weight: normal; color: #fa960a !important; margin-bottom: 10px;}
.bigcattable .title span { color: #444444; }
.bigcattable .title strong { font-weight: normal; }

.bigcattable .total-info { color: #fff; background-color: #709e44; text-align: right; font-size: 14px; font-weight: bold; padding: 0px; border-collapse: collapse; line-height: 14px; float: right; width: 100%; clear: both; }
.bigcattable .total-info .right { float: right; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
.bigcattable .total-info .right div { border-collapse: collapse; display: block; float: left; padding: 8px; height: 100%; }
.bigcattable .total-info .right .weight { background-color: #479200; font-size: 11px; }
.bigcattable .total-info .right .volume { background-color: #7ac92e; font-size: 11px; margin-right: 40px;  }
.bigcattable .jpager { float: left; margin: 8px 0px 0px 10px }
.bigcattable .jpager span { display: inline; float: none; font-size: 12px; color: #fff; }
.bigcattable .jpager a,
.bigcattable .jpager a:visited { font-size: 12px; padding: 0px 10px; color: #fff; text-decoration: underline; }
.bigcattable .jpager a:hover { text-decoration: none; }
.bigcattable .jpager a#prev { padding-right: 20px; }
.bigcattable .jpager a#next { padding-left: 20px; }

.bigcattable .blue { background: #4d82e4 !important; }
.bigcattable .blue .right .weight { background-color: #3667c1; font-size: 11px; }
.bigcattable .blue .right .volume { background-color: #5f93f4; font-size: 11px; margin-right: 40px;  }

#order-header { border-bottom: 1px solid #c7c7c7; float: left; width: 100%; }
#order-header div { 
    float: left;

    text-align: left; 
    vertical-align: top; 

    font-size: 11px; 
    color: #479200; 
    font-weight: normal;
    
    padding: 8px 5px 10px 5px; 
    
    border-right: 1px solid #cdcdcd; 
    overflow: hidden;

}
#order-header div a { padding: 0px 10px 0px 0px; color: #479200; font-size: 11px; font-weight: normal; text-decoration: underline; }
#order-header div a:hover { text-decoration: none; }
#order-header div.asc a { background: url(/resources/images/layout/sortasc.gif) right center no-repeat; }
#order-header div.desc a { background: url(/resources/images/layout/sortdesc.gif) right center no-repeat; }
#order-header .last { border-right: 0px; }

.tta { width: 100%; clear: left; }
#order-table { width: 100%; clear: left; }
#order-table td { 
    font-size: 11px; 
    color: #444444; 
    
    padding: 4px 5px 6px 5px; 
    border-bottom: 1px solid #cdcdcd; 
    border-right: 1px solid #cdcdcd;     
}
#order-table td.rest span { display: inline-block; width: 6px; height: 6px; margin-right: 2px; }
#order-table td .count { width: 30px; border: 1px solid #bfbfbf; padding: 2px; font-size: 11px; color: #479200; text-align: center; }
#order-table .last { border-right: 0px; }
#order-table .dark td { background-color: #dedede; }


.o-info {
    font-size: 14px;
    color: #1466ae;
    padding: 0px 0px 5px 0px;
    float: left;
}

.o-info p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;    
}

.o-info span {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.o-sum {
    font-size: 14px;
    color: #1466ae;
    padding: 0px 0px 5px 0px;
    float: right;
}

#orderSum {
    color: #f00;
    font-size: 16px;
    font-weight: bold;
}



.o-desc {
    color: #ccc;
    padding: 10px 0px 0px 0px;
}

.o-desc1 {
    color: #ccc;
    padding: 0px 0px 10px 0px;
}

.o-desc p,
.o-desc1 p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    /*color: #a4a4a4;*/
}

#buttons .btn {
    width: 100px;	
}

