/* 
    Document   : admin
    Created on : 2012-03-29, 09:26:19
    Author     : tech-prog
    Description:
        Admin CSS in shared filehost folder
*/


input.addToCart { background: url('images/button-add-2-cart.png') no-repeat top left; padding: 7px 0 0 0; width: 50px; margin-left: 0; height: 27px !important; }
input.addToCart:hover { background-position: left center; }
input.addToCart:active { background-position: left bottom; }

input.addToCarton { background: url('images/button-add-2-cart-carton.png') no-repeat top left; padding: 7px 0 0 0; width: 50px; margin-left: 0; height: 27px !important; }
input.addToCarton:hover { background-position: left center; }
input.addToCarton:active { background-position: left bottom; }

div.important, a.important { background-image: url('images/ico-atention.png'); background-repeat: no-repeat; background-position: top left; padding: 4px 2px 4px 12px; }
/*
div.icoNewUser, a.icoNewUser { background-image: url('images/ico-new-user.png'); background-repeat: no-repeat; background-position: top left; padding: 4px 2px 4px 12px; }
*/
div.icoNewUser, a.icoNewUser { background-image: url('images/new.png'); background-repeat: no-repeat; background-position: top left; padding: 1px 16px 4px 20px; }
td.important { color: #f00 !important; }
table.list thead td.important { background-image: url('images/ico-atention.png'); background-repeat: no-repeat; background-position: center center }
table.list thead td.important a { padding: 4px 8px 4px 8px; }

.s_new { color: #01A1D9; }
.s_cancelled { color: #777; }
.s_complete { color: #006C00; }
.s_awaiting { color: #C71F1F; }
.s_in_progress { color: #006A9D; }

