
/************************************
 * Minha conta
 ***********************************/
 .box-servico{ margin-bottom:40px;}
 .icone-servico{ float:left; border-right:1px solid #c0c0c0; width:125px; }
 .dados-servico{ float:left; margin-left:30px; width:500px; }
 .dados-servico h2{ margin-bottom:20px; font-size:18px; }
 #lista-botao-servico{ padding-top: 10px; }
 #lista-botao-servico li{ list-style:none; background:url(../imgs/btn-minhaConta.jpg) top left no-repeat; width:137px; line-height:19px; text-align:center; padding-top:2px; padding-bottom:5px; float:left; padding-right:60px; }
 #lista-botao-servico li a{ color:#555; text-decoration:none; }
 
 .subtituloMinhaConta{
    font-size:16px;
    font-weight:normal;
    margin-bottom:20px;
 }
 .btnCadastro{
	text-align:right;
	padding-top:20px;
}
 .boxEndereco{ background:#f3f3f3; margin-bottom:10px; }
 .boxEndereco .boxEndereco-content{ padding:20px; position:relative; } 
 .boxEndereco .boxEndereco-boxEntregar{ position:absolute; right:30px; top:50px; }
 .boxEndereco .boxEndereco-footer{ padding:3px 20px; text-align:right; background:#dedede; }
 .boxEndereco .boxEndereco-footer a{ color:#333; text-decoration:none; }
 .boxEndereco .boxEndereco-footer a:hover{ text-decoration:underline; }
 #boxBtnAddEnd{ text-align:right; padding-bottom:20px; }	
 
 .tablePedidos{
		width:100%;
	}
	.tablePedidos thead tr{
		height:25px;
		background:#D4CFC5;
	}
	.tablePedidos tbody tr{
		background:#E8E8DB;		
	}
	.tablePedidos tbody tr td{
		padding:10px 5px;
        border-bottom:solid 1px #FFFFFF;
	}
	.boxDetalhes{		
		background: #E8E8DB;
	}
	.boxDetalhes td{
		padding:20px;
	}
	.boxDetalhePedido{
		background: #fff;
		padding:15px;
	}
	.boxDetalhePedido h3{
		font-size: 14px;		
		border-bottom: solid 1px #999;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	
	.tablePedsProds{
		width:100%;
	}
	.tablePedsProds thead tr{
		background:none;
	}
	.tablePedsProds tfoot tr{
		background:none;
	}
	.tablePedsProds thead th{
		text-align: left;
		border-bottom: solid 1px #dcdcdc;
	}
	.tablePedsProds tbody tr{
		background:none;
	}
	.tablePedsProds tbody tr td{
		border-bottom: solid 1px #dcdcdc;
	}
    
#minhaConta-boxNumeroPedido{
	width:177px;
	height:116px;
	background:url(../imgs/bg-confirmacaoPedido.jpg) left top no-repeat;
	padding:10px 5px 5px 5px;
	text-align:center;
	float:left;
	margin-bottom:40px;
}
#minhaConta-boxNumeroPedido h3{
	color: #fff;
	font-size:14px;
}
#minhaConta-boxNumeroPedido span{
	color:#201a96;
	display:block;
	font-size:30px;
	padding:10px 0;
}
#minhaConta-boxDadosPagamento{
	width:490px;
	height:117px;
	padding:10px 5px 5px 20px;
	background:url(../imgs/bg-confirmcaoDadosPagto.gif) right top no-repeat;
	float:right;
	margin-bottom:40px;
}
#minhaConta-boxDadosPagamento h2{
	font-size:16px;
	margin-bottom:10px;
	color:#414142;
}
