@charset "utf-8";
/* POS Ordering */
#posorder-sumry-table { width:680px; background-color:#FCF6E8; margin-bottom:20px; }
#posorder-sumry-table td,th{ padding:4px; }
#posorder-sumry-table td{ height:30px; }
.posorder-sumry-lbl-name { background-color:#FFFFFF; }
.posorder-sumry-lbl-quanity { background-color:#FFFFFF; }
.posorder-sumry-item-number { width:2%; }
.posorder-sumry-description { width:75%; }
.posorder-sumry-qty-number { width:23%; }
.posorder-step-text { font-size:130%; color:#660000; font-weight:bold;}

/* POS orering forms */
.pos-form { width:680px; border:1px solid #F9E8D4; margin-top:20px;}
.pos-form thead td.cell-1 { width:160px;}
.pos-form thead td.cell-2 { width:520px;}
.pos-form tbody td { height:30px; padding:8px;} /* height:20px; in IE fix style sheets */
.pos-form tbody td.cell-1 { width:160px; padding-left:20px;}
.pos-form tbody td.cell-2 { width:520px; margin:1px;}
.pos-form tfoot td.cell-2 { width:520px; padding:10px 0px 0px 10px;}
.pos-form .textbox {border:1px solid #81B8D6; width:300px; height:18px; }
.pos-form .textbox2 {display:none;border:1px solid #81B8D6; width:300px; height:18px; }
.pos-form .textbox-city {border:1px solid #81B8D6; width:149px; height:18px; }
.pos-form .textbox-zip {border:1px solid #81B8D6; width:50px; height:18px; }
.pos-form .textarea-comments {border:1px solid #81B8D6; width:300px; height:200px; }
.pos-form .select {border:1px solid #81B8D6; height:20px; }
.pos-form .button { border:1px solid #81B8D6; margin:4px 0 0 4px; }
