#btn_addcarrinho {
	background: url("../../img/layout/btn-add-carrinho.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 32px;
    left: 44px;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    text-indent: -1000px;
    top: -44px;
    width: 208px;
}
#btn_fecharpedido {
	padding: 5px;
	margin: 5px;
	height: 30px;
}
#inp_qtd {
	background: none repeat scroll 0 0 #C39F6F;
    border: 1px solid #777777;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    left: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    top: -45px;
    /*width: 20px;*/
    width: 40px;
}
#add_carrinho {
	text-align: left;
}
.seta-add-carrinho {
	width: 54px;
	height: 61px;
	background: url('../../img/layout/seta-add-carrinho.png');
	display: block;
    margin-left: -20px;
}