.fe_carrinho {
    border-collapse:collapse;
    width: 100%;
}

.fe_carrinho_cabecalho {
    background-color: gray;
    color: white;
}

.fe_carrinho_linha_impar {
    background-color: white;
}

.fe_carrinho_linha_par {
    background-color: silver;
}

.fe_carrinho_item {
    text-align: center;
}

.fe_carrinho_descricao {
    width: 50%;
}

.fe_carrinho_unitario {
    text-align: right;
    width: 80px;
}

.fe_carrinho_total {
    text-align: right;
    width: 80px;
}
.fe_carrinho_input_quantidade {
    width: 35px;
    text-align: center;
    border-style: outset;
}

.fe_carrinho_submit_quantidade {
    background: transparent url(images/fe_ecommerce/ok.png) no-repeat;
    overflow: hidden;
    border: 0;
    margin-left: 5px;
    text-indent:-9999em;
    width: 22px;
    height: 22px;
}

.fe_carrinho_excluir {
    text-align: center;
    width: 30px;
    padding-top: 4px;
}

.fe_carrinho_rodape {
    background-color: gray;
    color: white;
}
