.blocoLista{
	float: left;
	margin: 10px;
}

.listasAtivas{
	width: 815px;
	margin: 0 auto;
}


/* INTRO LISTAS */
.introListas{
	width: 970px;
	border: 1px solid #e5e5e5;
	padding: 35px 0;
	
	margin: 15px auto;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.buscaLista{
	float: left;
	width: 300px;
	padding: 111px 0px 50px;
}
.criarLista{
	float: left;
	padding:111px 99px 50px;
	width: 350px;
}

.buscaLista p,
.criarLista p{
	margin-bottom: 10px;
}

.botoesLista{
	clear: left;
}

.buscaLista input{
	display: inline-block;
	vertical-align: top;
}

.introListas h3{
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-size: 16px;
	padding: 5px 0;
	
}


#resultadoBusca{
	clear: both;
	text-align: center;
}

.resultadoTitulo{
	padding: 10px;
	color: #ccc;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

#resultadoBusca li{
	float: left;
	width: 290px;
	height: 265px;
	margin: 15px;
	border: 1px solid #e5e5e5;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#resultadoBusca li .imagem{
	padding: 10px;
	text-align: center;
}

#resultadoBusca li a{
	color:#666 !important
}

#resultadoBusca li .resultado{
	padding: 5px 0;
	color: #ff7e00;
	text-align: center;
	font-size: 14px;
}

#resultadoBusca li .complementoResultado{
	padding: 10px;
	background: #f2f2f2;
}

#resultadoBusca li .dataEvento{
	padding: 15px;
}

/* CLIENTE - MINHAS LISTAS */
	.listadePresente{
		float: left;
		width: 238px;
		background: #900;
		margin:10px 0 10px 20px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	.listadePresente .foto{
		padding: 15px 15px 5px;
	}
	
	.listadePresente .foto img{
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	.listadePresente .infos{
		color: #fff;
	}
	
	.listadePresente .infos h3{
		font-size: 16px;
		padding: 5px;
		margin: 5px 0;
		background: #600;
	}
	
	.listadePresente .infos .verLista{
		color: #fff;
		display: inline-block;
		padding: 5px;
		background: #f69c00;
		
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		
		font-style: italic;
		text-align: center;
	}
	
	.listadePresente .infos .datas{
		clear: left;
		padding: 5px 0;
		text-align: left;
	}
	
	.listadePresente .infos .datas span{
		float: left;
		width: 49%;
		font-size: 11px;
		padding: 5px 0;
		text-align: center;
	}
	
	.listadePresente .editar{
		float: left;
		margin: 3px;
	}
	
	.listadePresente .statusItem{
		float: right;
		margin: 0 3px;
	}
	
	.listadePresente .statusItem img{
		cursor: pointer;
	}
	
	
	
	/* EDITAR CADASTRAR LISTA */
	.formCadastroLista{
		width: 100% !important;
	}
	
	.cadastroLista{
		border: 1px solid #e5e5e5;
		padding-top:100px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin: 10px;
	}
	
	#frmCadastro #CadastroLista{
		text-align: left;
		padding: 20px 0;
	}
	
	#frmCadastro #CadastroLista h3{
		font-size:18px;
		padding: 10px;
		font-weight: normal;
		border-bottom:1px solid #e5e5e5;
		border-top:1px solid #e5e5e5;
		text-transform: uppercase;
		clear: left;
		
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
		background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	
	}
	
	#frmCadastro #CadastroLista label{
		float: left;
		clear: left;
		padding: 15px;
		width: 150px;
		margin: 0;
		text-align: right;
		border-right:1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		
		
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* IE10+ */
		background: linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	}
	
	#frmCadastro #CadastroLista label.labelBig{
		height: 45px;
	}
	
	#frmCadastro #CadastroLista .caixaInput.caixaBig{
		height: 61px;
	}
	
	.addMail{
		margin: 5px;
		cursor: pointer;
	}
	
	#frmCadastro #CadastroLista .caixaInput{
		background: #fff;
		float: left;
		height: 28px;
		*height: 32px;
		width: 783px;
		padding: 7px;
		border-bottom: 1px solid #e5e5e5;
	}
	
	#CadastroLista input[type=text],
	#CadastroLista input[type=file],
	#CadastroLista select{
		float: left;
	}
	
	#CadastroLista select{
		height:26px;
	}
	
	
	#blocoFoto .envieFoto{
		padding: 10px;
		background: #fff;
		border-bottom: 1px solid #e5e5e5;
	}
	
	.localEvento{
		float: left;
		width: 450px;
		resize: none;
		margin-bottom: 10px;
	}
	
	.dataFinal{
		float: left;
		padding: 8px;
	}
	
	.sessaoRadios{
		float: left;
		padding-top: 5px;
	}
	
	.sessaoRadios input[type=radio]{
		margin:0 3px;
		*float: left;
	}
	.sessaoRadios span{
		*float: left;
	}
	.incluirEmail{
		float: left;
		clear: left;
		width: 100%;
	}
	
	#validaEmail{
		float: left;
		margin:0 5px;
		padding: 8px;
		color: #FFF;
		text-transform:uppercase;
		display: inline-block;
	}
	
	#listaEmailsAutorizados{
		clear: left;
	}
	
	#listaEmailsAutorizados li{
		padding: 5px;
		float: left;
		margin: 5px;
		border: 1px solid #e5e5e5;
	}
	
	.fotoLista{
		margin: 10px;
		float: left;
	}
	
	.removeFoto{
	float: left;
	margin:45px 20px;
		cursor: pointer;
	}
	
	#listaEmailsAutorizados li span{
		float:left;
		padding:3px;
	}	
	
	#enderecoCadastro{
		background: #fff;
	}
	
	#enderecoCadastro li{
		padding: 10px;
		border-bottom: 1px solid #e5e5e5;
	}
	
	.inserEnd{
		padding: 10px;
		background: #fff;
		text-transform: uppercase;
		color:#65a011;
		font-size: 14px;
		cursor: pointer;
	}
	
	.termos{
		padding: 10px;
		background: #fff;
		border: 1px solid #e5e5e5;
		border-left: none;
		border-right: none;
	}
	
	#enderecoCadastro li input[type=checkbox]{
		margin: 0 5px;
	}
	
	.btCadLista{
		margin: 10px;
	}
	
	
	
	
	
	/* EXIBIR LISTA DE PRESENTES */
	
	.exibirLista{
		width: 960px;
		padding-top: 150px;
		margin: 15px auto;
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		text-align: left;
	}
	
	.exibirLista h3{
		font-weight: normal;
		font-size: 16px;
		letter-spacing: -0.06em;
		border: 1px solid #e5e5e5;
		border-left: none;
		border-right:none;
		margin:0 0 10px;
		text-align: left; 
		padding: 15px;
		color: #999;
		clear: left;
	}
	
	
	.fotodaLista{
		float: left;
		padding: 15px;
		margin: 15px;
		
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	#dadosLista{
		float: left;
		width: 650px;
		text-align: left;
	}
	
	#dadosLista li{
		padding: 7px;
	}
	
	#dadosLista li.nomeCliente{
		padding: 15px;
		font-size: 15px;
		padding-bottom:0;
	}
	
	#dadosLista .nomesdasListas{
		float: left;
		width: 250px;
	}
	
	#dadosLista .complementos,
	#dadosLista .dataEventos{
		float: left;
		width: 360px;
	}
	
	.linkdaLista{
		clear: left;
	}
	
	.anoteLink{
		color:#86aa26;
		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
		padding: 15px 0 0;
	}
	
	.linkLista{
		display: block;
		margin: 15px;
		text-align: center;
		font-size: 16px;
		padding: 15px;
		background: #f2f2f2;
		
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	.emailsConvidados li{
		float: left;
		padding: 10px;
		margin:0 10px 10px;
		
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	
	#enderecosEntrega{
		text-align: left;
	}
	
	#enderecosEntrega small{
		font-size: 11px;
		display: block;
		padding: 5px;
	}
	
	#enderecosEntrega li{
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin:10px;
		padding: 10px 15px;
	}
	
	.exibirLista .btAtualizar{
		margin: 5px 15px;
	}
	
	.btAdLista{
		float:left;
		margin:10px 15px;
	}
	
	.ordLista{
		float: left;
	}
	
	#presentes .pagLista{
		float: right;
		margin: 0 25px 0 0;
		padding: 5px;
		clear: none !important;
	}
	
	#presentes .pagLista a{
		width: 12px;
		height: 10px;
		padding: 5px;
		color: #fff;
		line-height: 9px;
		background: #900;
	}
	
	#pageTable,
	.jaCompradosTabela{
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin: 20px;
		width: 915px;
	}
	
	
	
	#pageTable th{
		background: #f2f2f2;
		padding: 5px;
		text-align: center;
	}
	
	#pageTable td,
	.jaCompradosTabela td{
		text-align: center;
		border-bottom: 1px solid #e5e5e5;
		padding: 10px;
	}
	
	.jaCompradosTabela td{
		text-align: left;
	}
	
	.fimCompra{
		float: right;
		margin: 10px;
	}
	
	
	
	/* ADICIONANDO A LISTA */
	#incluirEmLista .produtoPLista{
		
	}
	
	.textoItemSelecionado{
		float: left;clear: left;
		padding: 15px;
	}
	
	#incluirEmLista .produtoPLista .fotoLista{
		float: left;
		margin: 10px;
	}
	
	#incluirEmLista .produtoPLista h2{
		float: left;
		font-weight: normal;
		margin: 25px 0;
	}
	
	#incluirEmLista .atributos{
		padding: 10px;
		clear: left;
		margin: 10px;
		
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	#incluirEmLista .listasDisponiveis,
	.addNovaLista{
		padding: 10px;
	}
	
	#incluirEmLista h4{
		font-weight: normal;
		color: #FB962D ;
	}
	
	#incluirEmLista .linhaListas{
		margin: 5px 0;
		padding: 10px;
		
		font-size: 10px;
		text-transform: uppercase;
		
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	.linhaListas input[type=checkbox],
	.linhaListas input[type=radio]{
		margin-right: 10px;
	}
	
	
	.addNovaLista h3{
		color: #FB962D ;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	
	
	/* LISTA CARRINHO */
	.enderecospEntrega{
		padding: 10px;
		width: 100%;
		display: table;
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	
	.enderecospEntrega p{
		float: left;
		padding: 10px;
		width: 170px !important;
		white-space: nowrap;
	}
	
	.enderecosDisponiveis{
		float: left;
		width: 745px;
	}
	
	.enderecosDisponiveis li{
		padding: 10px;
		display: block;
		text-align: left;
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin: 0 0 7px;
	}
	
	.enderecosDisponiveis li input[type=radio]{
		margin-right: 10px;
	}