/* Start custom CSS */form[name=pShoppingCartFormBean], 
    table tbody > tr:nth-child(2n+1) > td, 
    table tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}

form[name=pShoppingCartFormBean], 
    table td,
    table th {
    border: none;
}

form[name=pShoppingCartFormBean], 
    table tbody tr td {
    background-color: transparent;
    border: 1px solid #red;
}/* End custom CSS */