#principal {
	background: url(../img/bg_principal.gif) top repeat-x;
	border-top: 4px solid #e5e5e5;
	margin-left:173px;
	padding: 10px;
}
#principal h1 {
	font-size: 18px;
	color: #000066;
	margin-bottom:30px;
}
#rastro {
	font-size: 10px;
	padding:0px;
}
#rastro span, #rastro span a {
	color: #d70b00;
}
#paginacao {
	float: left;
	margin: 30px 0px 30px 0px;
	text-align: center;
	width:100%;
}
#paginacao .selected {
	color: #fa1918
}
#paginacao a {
	font-weight: bold;
	color: #1d61a6;
}
.produtos {

}
.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;
	text-align:left;
}
.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;	
}
