/* MENU ÁREA DO USÚARIO */
.menu-areadousuario a{
	text-align:center;
	width:100%;
	margin-bottom:20px;
}
.contorno-menu + .contorno-menu{
	padding-left:10px;	
}
.contorno-menu{
	width:20%;
	float:left;
}

@media only screen and (max-width: 767px) {
	.contorno-menu{
		width:100%;
		padding-right:0px !important;	
	}	
	.menu-areadousuario a{
		margin-bottom:10px !important;
	}
	.contorno-menu + .contorno-menu{
		padding-left:0px;	
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.contorno-menu a{
		font-size:11px !important;
		padding-left:20px !important;
		padding-right:20px !important;	
	}
}

/* END - MENU ÁREA DO USÚARIO */

/* START - PEDIDOS PRINCIPAL */
.pedidos-conteudo{
	text-align:left;	
}
.pedidos-titulo{
	margin-top:5px;
	margin-bottom: 15px;	
}
.pedidos-conteudo-total{
	min-height:100px;
	margin-bottom:10px;
	margin-top: 10px;
	text-align:center;
}
.cabecalho-pedidos{
	padding: 0px !important;
}
.cabecalho-pedidos li{
	border:1px solid #BFBFBF;
	height:40px;
	line-height:40px;
	margin-bottom:7px;
}
.total-verpedido{
	text-align:center;	
}
.botao-verpedido{
	margin:0 auto;
	width:130px;
	float:none;
	height:30px;
	line-height:30px;
	margin-top:4px;
}
.nenhum-pedido{
	width:100%;
	text-align:center;
	border:1px solid #DDDDDD;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;	
}
.nenhum-pedido a{
	display:table;
	margin:0 auto;
	color:#FFF;
	float:none;
	margin-top:20px;
}
@media only screen and (max-width: 767px) {
	.botao-verpedido{
		margin-bottom:20px !important;
		width:100% !important;	
	}
	.cabecalho-pedidos li{
		border:0px !important;	
	}
	.content-xs{
		color:#000 !important;
		border-left:1px solid #BFBFBF;
		border-bottom:1px solid #BFBFBF;
		border-right:1px solid #BFBFBF;
	}
	.title-xs{
		font-size:11px;
		border-left:1px solid #BFBFBF;
		border-bottom:1px solid #BFBFBF;
	}
	.borda-xs{
		border-top:1px solid #BFBFBF;	
	}
}
/* END - PEDIDOS PRINCIPAL */

/* START - VER PEDIDOS */
.listagem-verpedido{
	border-top:0px;
	margin-bottom: 20px !important;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
}
.listagem-verpedido li{
	border-top:1px solid #BFBFBF;
	min-height: 39px;
	clear:both;
}
.status-xs{
	padding:10px;
}
.b-left{
	min-height: 38px;
	border-left:1px solid #BFBFBF;
}
.h-right{
	text-align: right;
}
.botao-pagamento{
	width:270px;	
	float:left;
	margin-bottom:15px;
	text-align:center;
}
.botao-pagamento.btn-off{
	background:#AAAAAA;
}
.btn-place{
	display:table;
	margin:0 auto;	
}
.botao-pagamento.btn-off:hover{
	background:#959595;	
}
.botao-pagamento + .botao-pagamento{
	margin-left:10px;
}
.linha-produto{
	background:url(../imagens/linha-pedidos.jpg) top left repeat-y;	
}
.b-both{
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;	
}
@media only screen and (max-width: 767px) {
	.botao-pagamento + .botao-pagamento{
		margin-left:0px !important;
	}
	.b-bottom{
		min-height: 38px;
		border-bottom:1px solid #BFBFBF;
	}
	.status-xs{
		font-size:10px !important;
		text-align: center;
	}
	.d-pedidos{
		border-left:0px !important;
	}
	.h-right{
		text-align: center !important;
	}
	.b-quant{
		border-left:1px solid #BFBFBF;
	}
	.botao-pagamento{
		width:100%;	
	}
	.xs-clear{
		clear:both;	
	}
	.linha-produto{
		background:none;	
	}
}
@media only screen and (max-width: 767px) {
	
}