@import url("carrinho.css");

.box-acompanhamento h4 {
	background-color: #FFF;
	padding: 10px;
	margin-bottom:0;
}

.linha {
	border-bottom: 2px solid #CCC;
	padding-bottom:5px;
}

br { margin-bottom:4px; }

.p-5 p { margin-bottom:7px; }

.p-5 strong { font-weight:700; }

.ptrbl-10 { padding: 10px; }

.box-acompanhamento {
	background-color:#F7F7F7;
	border: 1px solid #CCC;
	margin-bottom:5px;
}
.box-itens {
	background-color:#FFF;
	border: 1px solid #DFDFDF;
	padding:10px;
	margin-bottom:5px;
}

.tabela-pedidos {
	line-height:46px;
}
.tabela-pedidos tbody td, .tabela-pedidos thead td{
	padding-left:10px;
}
.tabela-pedidos tbody td{
	padding-left:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.tabela-pedidos thead td{
	font-weight:700;
}
.tabela-pedidos img {
	vertical-align:middle;
}
.tabela-pedidos a {
	color:#063;
	font-weight:700;
	font-size:12px;
}
.bstatus-1{ background-color: #C4E7B8; }
.bstatus-2{ background-color: #FFF3C4; }
.bstatus-3{ background-color: #FFEE1A; }
