/*Somente para Safari e Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
   #safari {
	border: 1px solid #000;
	text-align: center;
   }
}



body, html { height:100%; } /* Necessário */

a, a:visited, a:hover { cursor: pointer; }

body {
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	width: 100%;
}

/**************************************************
 * TOP
*/

#top {
	width: 930px;
	height: 100px;
	z-index: 9999;
}

#logado {
	margin-top: 15px;
	text-align: right;
	background-color: #fff;
	padding: 5px;
	margin-bottom: -40px;
	z-index: 9999;
}

/**************************************************
 * DIVs PRINCIPAIS DO SITE
*/
#wrap {
	width: 100%;
	position:relative;
	min-height:100%; /* Para browsera modernos */
	height:auto !important; /* Para browsera modernos */
	height:100%; /* Para o IE6 */
}

#site {
	width: 930px;
	margin: 0px auto 0px auto;
}
	#conteudo {
		margin-top: 39px;
		width: 100%;
		padding-bottom:150px; /* Esse padding é o mesmo valor da altura do rodapé */
	}
	#inicial {
		width: 930px;
		height: 400px;
		z-index: 4444;
	}

/**************************************************
 * PAGINA INTERNA CATALOGO, LANCAMENTOS
*/
#esquerda {
	float: left;
	width: 514px;
	display: block;
}

	
#sub_esquerda {
	height: 315px;
}

#direita {
	float: right;
	width: 395px;
	display: block;
	margin-left: 5px;
}

/**************************************************
 * PAGINAS INTERNAS DO SITE
*/
#conceito {
	width: 370px;
	height: 325px;
	*height: 380px;
	_height: 380px;
	margin-top: 50px;
	font-family: arial;
	font-size: 12px;
}
#div_outlet {
	font-size: 18px;
}
#historico {
	width: 100%;
	margin-top: 39px;
	margin-bottom: 17px;
}

#historico_vazio {
	width: 400px;
	margin-top: 39px;
}

/**************************************************
 * CLASSES
*/


.icone {
	margin: 10px 22px 10px 22px;
}
.justify {
	text-align: justify;
}

table.busca_noivos {
	border: 1px solid #ccc;
	padding: 10px;
}

.produtos {
	float: left;
	width: 162px;
	height: 97px;
	text-align: center;
	margin-right: 0px;
	padding: 4px;
}

	.produtos:hover {
		float: left;
		width: 161px;
		height: 95px;
		text-align: center;
		margin-right: 0px;
		border: 1px solid #ccc;
		padding: 4px;
	}
	
	.produtos:active {
		float: left;
		width: 161px;
		height: 95px;
		text-align: center;
		margin-right: 0px;
		border: 1px solid #000;
		padding: 4px;
	}

.produtos_nome {
	_margin-top: -10px;
	*margin-top: -10px;	
}	
	
.mensagem_dos_noivos {
	color: #821000;
	font-size: 16px;
	font-style: italic;
}

.thumb_p { float:left; text-align: center; }
.thumb_p2 { float:left; text-align: center; }
div.thumb_p:hover { cursor: pointer; }

.thumb_p_foto { margin: 2.805px; }

/**************************************************
 * Links
*/

a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
/**************************************************
 * Validacao ajax
*/
fieldset {
    width:260px;
    margin:0 auto;
    padding:30px;
}

.texto {
    width:250px;
    border:1px solid gray;
}

.erro {
    width:250px;
    border:1px solid red;
}

.alerta2 {
    border:1px solid gray;
}



/**************************************************
 * PAGINAÇÃO
*/

#div_pag {

}

.paginacao_atual {
	background-color: #000;
	border: 1px solid #000;
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
	float: left;
	margin: 3px 3px 3px 3px;
}

.paginacao_navegar {
	border: 1px solid #000;
	padding: 5px;
	color: #000;
	font-size: 12px;
	float: left;
	margin: 3px 3px 3px 3px;
}

.paginacao_atual {
	border: 1px solid #000;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	float: left;
	margin: 3px 3px 3px 3px;
}
.paginacao_separadores {
	border: 1px solid #000;
	padding: 5px;
	color: #000;
	font-size: 12px;
	float: left;
	margin: 3px 3px 3px 3px;
}

/**************************************************
 * RODAPE
*/

#rodape { 
	position:absolute;
	bottom:0 !important;
	width: 100%; 
	height: 150px; 
	background-color: #000;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	padding-top: 15px;
}

	#rodape a:link, #rodape a:visited, #rodape a:hover {
		color: #fff;
	}
	#rodape_logo {
		float: left;
		margin-left: 217px;
		margin-right: 30px;
	}
	
	#rodape_texto {
		position: absolute;
		width: 900px;
		margin-left: 50%;
		left: -450px;
	}
	
	.rodape_lojas {
		float: left;
		padding: 5px;
		margin-bottom: 0px;
		margin: 5px 16px 0px 16px;
	}
	
	#rodape_menu {
		position: absolute;
		_position: relative;
		*position: relative;
		color: #555555;
		top: 52px;
		*top: 5px;
		_top: 5px;
		text-align: center;
		margin-bottom: 15px;
		margin-left: 90px;
	}
	
		#rodape_menu ul {
			margin-left: 55px;
		}
	
		#rodape_menu ul li {
			float: left;
			list-style: none;
			margin-left: 10px;
			margin-right: 10px;
			margin-bottom: 15px;
		}
		
		#rodape_menu ul li a:link, #rodape_menu ul li a:visited, #rodape_menu ul li a:hover{
			color: #555555;
			text-decoration: none;
		}
	
	#rodape_menu2 {
		position: absolute;
		top: 73px;
		*top: 83px;
		_top: 83px;
		text-align: center;
		clear: both;
	
	}
		#rodape_menu2 ul {
			margin-left: 55px;
		}
	
		#rodape_menu2 ul li {
			float: left;
			list-style: none;
			margin-left: 10px;
			margin-right: 10px;
			margin-bottom: 15px;
		}
		
		#rodape_menu2 ul li a:link, #rodape_menu2 ul li a:visited, #rodape_menu2ul li a:hover{
			color: #fff;
			text-decoration: none;
		}

	#copyright {
		position: absolute;
		top: 113px;
		left: 300px;
		clear: both;
	}
/**************************************************
 * FORMS
*/
input {
	border: 1px solid;
}

textarea {
	border: 1px solid;
}

.submit {
	background-color:#000;
	color: #fff;
}

.submit2 {
	border: none;
}

/**************************************************
 * Titulos
*/

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

