.carrinho{
    background: transparent url('{url_imagens}tira.jpg') repeat-x;
    border-radius: 7px 7px 0 0;
}

.carrinho th{
    color: #fff;
    font-weight: bold;
}

.carrinho td,.carrinho th{
    text-align: left;
    padding: 5px 7px;
}

.carrinho tr td{
    background-color: #fff;
}

.carrinho tr:nth-child(odd) td{
    background: #e8e8e8;
}

.carrinho a{
    color: #292929;
}

.carrinho img{
    float: none;
    margin: 0;
}

.total{
	border-top:1px solid #ccc;
}
