/* CSS Document */
/** Carrinho */
.tbCartTtl{
	margin-bottom: 5px;
	margin-top: 10px;
}
.tbCartTtl td{
	text-align: center;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	line-height: 28px;
	border: 0;
	background-color: #bfbfbf;
	background-image: url(../images/bgs/bg_menu.jpg);
	background-position: 0 center;
}
.tbCart{
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.tbCart td{
	font-size: 11px;
	color: #323232;
	background-position: 0 center;
	background-color: #fff;
	border: 1px solid #CCC;
}
.tbCart p.frete{
	font-size: 12px;
	margin: 0 0 10px 15px;
	color: #252525;
	font-weight: bold;
}
.tbCart p.frete .info{
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
.tbCart p.frete .val{
	color: #900;
	font-weight: bold;
}
.imgSpace{
	padding: 10px;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.tbCart tr.zebra td{
	background-color: #f3f3f3;
}
.preco{
	display: block;
	margin-right: 5px;
}
.precoT{
	font-weight: bold;
	display: block;
	margin-right: 5px;
	color: #900;
}
.subTotal{
	color: #900;
	font-size: 18px;
	font-weight: bold;
}
.vazio{
	font-size: 14px;
	font-weight: bold;
	color: #F30;
}
h3.pedido{
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	margin-left: 5px;
}
.infoPedido{
	margin: 5px;
	border: 1px dotted #CCC;
	padding: 5px;
	background-color: #F5f5f5;
}
#CxNPedido{
	color: #900;
	font-size: 24px;
	font-weight: bold;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
#CxPedidoConluido{
	width: 640px;
	margin: 0 auto;
	border: 1px solid CCC;
	padding: 15px;
	color: #000;
}
