function add_cart_css() {
    $('#cart table tbody > tr:even').addClass('alt');
}

$(document).ready(add_cart_css);