/* CSS Document */
#principal {
	margin: 0px;
}
.carrinhoTable {
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
	font-weight: bold;
}
.carrinhoTable a {
	color: #1d61a6;
	text-decoration: underline;
}
.carrinhoTable td {
	padding: 4px;	
	border: 1px solid #c9cbb5;
}
.carrinhoTable th {
	background: url(../img/bg_carrinho_th.gif) repeat-x;
	height: 30px;
	border: 1px solid #c9cbb5;
	border-top: 0px;

}
input[type="text"] {
	background-color: #f5f5f5;
	border: 1px solid #7f7f7f;
	padding: 2px;

}
.carrinhoTable input[type="text"] {
	width: 30px;
}
.carrinhoTable .subTotal {
	border-left: 0px;
	text-align:right;
	color: #f00;
	font-weight: bold;
}
.carrinhoTable .tTotal {
	background-color: #e6e7df;
	text-align:right;
	color: #f00;
	font-weight: bold;	
}
#calculoFrete {
	border: 1px solid #c9cbb5;	
	border-top: 0px;
	float: left;
	height:200px;
	margin-top: 10px;
	margin-bottom:15px;
	width: 350px;
}
#calculoFrete p{
	clear:both;
}
#calculoFrete h3 {
	background: url(../img/bg_carrinho_th.gif) repeat-x;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
}
#calculoFrete input[type="text"] {
	width: 100px;
}

#calculoFrete p {
	padding: 6px;
}
#acoes {
	margin: 10px 0px 150px 370px;
	border: 1px solid #c9cbb5;	
	padding: 6px;
	text-align: right;
}
