@charset "utf-8";
/* CSS Document */



*:focus {outline: none;}

*{ 
	margin: 0; 
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-style: normal;
}


/*
html { height:100%;}
body { height:100%;}
*/
body {
	background-color:#fff;	
}

#geral {
	min-height:100%;
	width:100%;
	position:relative;
	background-color:#fff;
	
}
* html #geral {
	height: 100%; /* hack para IE6 que trata height como min-height */
}


.center {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 960px;
	position:relative;
}
.center2 {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 1150px;
	position:relative;
}
.clear {
	clear:left;	
}

/* TOPO ---------------------------------------------------------------- */
/* TOPO ---------------------------------------------------------------- */
/* TOPO ---------------------------------------------------------------- */
#geral #topo {
	top: 0;
	height: 100px;
	width: 100%;
	position:fixed;
	background-color:#F1F1F1;
	z-index: 100;
}
#geral #topo .center {
	height: 100px;
	width: 960px;	
	margin-left: auto;
	margin-right: auto;		
}
	#geral #topo .center .logo {
		width: 230px;
		height: auto;
		float:left;
		padding-top: 15px;
		padding-left: 10px;
}
	#geral #topo .center .opcoes {
		margin-top: 25px;
		width: 165px;
		height: auto;
		float:right;
	}
	#geral #topo .center .opcoes ul {
		float:left;
		list-style: none;
		margin: 0;
	}
	#geral #topo .center .opcoes li {
		position: relative;
		display:inline-block;
		width:35px;
		height: 26px;
		margin-top: 14px;
		text-align:center;
	}
	#geral #topo .center .opcoes .pedidos {
		background-color: #e82f23;
		height: 50px;
		width: 100px;
		border-radius: 10px;
		float: right;
		background-image: url(../../img/carrinho.jpg);
		background-repeat: no-repeat;
		background-position: 10px; center;
		color:#FFF;
		color:#FFF;
		font-size: 20px;
		font-weight:bold;
		text-align:center;
		font-style:italic;
		text-align:center;
	}



/* MENU ---------------------------------------------------------------- */
/* MENU ---------------------------------------------------------------- */
/* MENU ---------------------------------------------------------------- */


/* SUB MENU ---------------------------------------------------------------- */
/* SUB MENU ---------------------------------------------------------------- */
/* SUB MENU ---------------------------------------------------------------- */


/* CONTEUDO ---------------------------------------------------------------- */
/* CONTEUDO ---------------------------------------------------------------- */
/* CONTEUDO ---------------------------------------------------------------- */

#geral #conteudo {
	padding-bottom: 0px;
}
#geral #conteudo .topico{
	padding:60px 0px 30px 0px;
	font-size:20px;
	text-align:center;
	font-weight:bold;
}
#geral #conteudo .produto {
	width: 950px;
	/* height: 380px;  400px para adicionar o 'De R$ 0,00 por' */
	border-radius: 10px;
	border: 2px solid #F1F1F1;
	background-color: #fff;
	float:left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align:center;
	padding: 20px 0 20px 0;
}
#geral #conteudo .produto .imagem {
	max-width: 350px;
	height: 300px;
	padding-bottom: 20px;	
}
#geral #conteudo .produto .titulo {
	padding: 0 5px 0 5px;
	font-size: 17px;
	color:#333;
	height: 30px;
}
#geral #conteudo .produto .editora {
	font-size: 12px;
	color:#999;
	padding-bottom: 10px;
}
#geral #conteudo .produto .de {
	font-size: 12px;
	color:#999;
	padding-bottom: 10px;
}
#geral #conteudo .produto .por {
	font-size: 24px;
	color: #e82f23;
	padding-bottom: 10px;
}
#geral #conteudo .produto .desconto {
	font-size: 15px;
	color:#999;
	padding-bottom: 20px;
	color:#000;
}
#geral #conteudo .produto .incluir-protudo {
	width: 100%;
	height: 50px;
}
#geral #conteudo .produto .incluir-protudo .incluir-produto-adicionar {
	width: 82px;
	height: 39px;
	background-color:#e72f23;
	padding-top: 10px;
	border-radius: 5px;
	float:left;
	margin-right: 10px;
	margin-left: 405px;
}
#geral #conteudo .produto .incluir-protudo .incluir-produto-incluso {
	width: 82px;
	height: 39px;
	background-color:#666;
	padding-top: 0px;
	border-radius: 5px;
	float:left;
	margin-right: 10px;
	margin-left: 405px;
}

#geral #conteudo .produto .incluir-protudo .incluir-produto-ampliar {
	float:left;
	width: 52px;
	height: 39px;
	background-color:#f1f1f1;
	padding-top: 10px;
	border-radius: 5px;
	float:left;
}	
#geral #conteudo #regulamento p {
	padding-bottom: 20px;	
}
#geral #conteudo #regulamento ul li {
	margin-left: 20px;
	margin-bottom: 20px;	
}

/* BUSCA ---------------------------------------------------------------- */
/* BUSCA ---------------------------------------------------------------- */
/* BUSCA ---------------------------------------------------------------- */
#geral #conteudo .resultado {
	padding-bottom: 40px;	
	
}



/* RODAPE ---------------------------------------------------------------- */
/* RODAPE ---------------------------------------------------------------- */
/* RODAPE ---------------------------------------------------------------- */
