#tblTrs {   
    font-family: Tahoma, Arial; font-size: 11px; color: #333;
    width: 100%; border-collapse: collapse; margin: 0px auto;
}
#tblTrs td {
    padding: 3px 5px 3px 5px; vertical-align: middle; 
    border: #bababa 1px solid;
}
#tblTrs .head {
    font-weight: bold; text-align: center; vertical-align: top;
    border-bottom: #666 1px solid;
}
#tblTrs .ean       { width: 80px;  }
#tblTrs .quantity  { width: 40px;  }
#tblTrs .package   { width: 80px;  }
#tblTrs .article   {  }
#tblTrs .uprice    { width: 40px; text-align:right; }
#tblTrs .qpkg      { width: 40px; text-align:right; }
#tblTrs .price     { width: 80px; text-align:right; }
#tblTrs .amount    { width: 80px; text-align:right;  }
#tblTrs .tdtva     { width: 15px; text-align:center;  }

.unitsOn {border: #f00 2px solid;}
.unitsOff {border:0px;}

#tbArtCt td{
    padding: 0px; 
}

#dvBottom{
   background: url("/images/stories/st-bernard/caddy.jpg") no-repeat scroll right center transparent !important;
   height: 240px !important;
   margin-right: 30px;
}


