/* CSS Produtos */

.tbcarrinho{
	border: 1px solid #ccc;
}
.tbcarrinho a{
	text-decoration: none;
}
.tbcarrinho td{
	background-color: #f9f9f9;
	border: 1px solid ##f5f5f5;

}
.tbcarrinho .carrinho-titulo{
	background-color: #f1f1f1;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ddd;
	padding-bottom: 2px;
}
.tbcarrinho .info-total{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}
.tbcarrinho .total{
	color: #000000;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
.tb-modulo{
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	margin: 10px 0;
}
.tb-modulo td{
	background-color: #FFFFFF;
	border: 1px solid #f1f1f1;
	color: #000000;
}
.tb-modulo .titulo{
	padding-left: 15px;
	font-weight: bold;
	font-size: 12px;
}

