/* Импорт в корзину */
.basket-import-table tr:hover td{
    background: inherit;
}
.basket-import-table td.status-success,
.basket-import-table tr:hover td.status-success{
    background: #ccffcc;
}

.basket-import-table td.status-error,
.basket-import-table tr:hover td.status-error{
    background: #ffbbbb;
}

