@import url("layout.css");
@import url("tipografia.css");
@import url("links.css");


/*   z-index  --- configure todos os z-index nesta area para nao se confundir mais tarde de quem esta por cima de quem  */



#busca{
	z-index:2;
}


/* _____________________________________________________________  define o z-index  _________________________________________________________ */


/*   comum a todas as areas  */

#tb_central {
	width:784px;
	height:100%;
	margin-left:180px;
	position:relative;
	z-index:1;
	padding-top:80px;	
	
}

/* HACK PARA O CRHOME POREM O FIREFOX TB TA PEGANDO */


body:nth-of-type(1) #tb_central{
	display:block;
    padding-top:70px;
	height:100%;
}

#tb_central2 {
	width:784px;
	height:540px;
	margin-left:180px;
	position:relative;
	z-index:1;
	padding-top:80px;	
	
}

body:nth-of-type(1) #tb_central2{
	display:block;
    padding-top:70px;
	height:540px;
}

#titulo {
	display:block;
	
	
}



#tb_central_centro{
	display:block;
	height:100%;
	top:0px;
}


#alinha_menu2{
	position:relative;
	top:20px;
	right:-5px;
	z-index:0;
	
}


/* _____________________________________________________________  comum a todas as areas  _________________________________________________________ */


/*  home page  */

#foto_principal {
	position:relative;
	height:247;
	left:-150px;

}

#alinha_noticia_pesquisa {
	width:480px;
	height:156px;
	position:relative;
	top:15px;
	left:190px;

}

#noticia, 
pesquisa{
	width:223px;
	display:block;
	position:relative;
}


#pesquisa {
	margin-top:-105px;
	_margin-top:-115px;
	
	
	margin-left:240px;
	
}
#noticia p,
pesquisa p{
	width:203px;
	padding-left:10px;
	margin-top:3px;

}


#menu_busca img	{
	position:relative;
	margin-right:15px;
	margin-left:7px;
	float:right;
}


#busca_box {
	position:relative;
	display:inline;
	top:30px;
	float:right;
	right:10px;
}


#busca_box img {
	margin-right:5px;
	margin-left:5px;

}


#busca_box input, #busca_box select {
	background-color:#C1D864;
	font-size:11px;
	border:none;
	height:18px;
}

#busca_box select {
	width:100px;
}

#form_pesquisa input, #form_pesquisa select {
	background-color:#C1D864;
	font-size:9px;
	border:none;
}
#form_pesquisa select {
	width:115px;
}



/* _____________________________________________________________  home___________________________________________________________ */



/*   vitrine  */
.vitrine_display,
.vitrine_display_final {
	width:280px;
	margin-top:15px;
	margin-left:10px;
	padding-bottom:10px;
	border-bottom: 2px dotted #C1D864;
	
}

.vitrine_display_final {
	border-bottom: none;
}


.vitrine_display img{
	position:relative;
	float:right;
	margin-right:10px;
}


.vitrine_display_final img{
	position:relative;
	float:right;
	margin-right:10px;
}


.vitrine_display  P,
.vitrine_display_final p{
	width:170px;
	padding-left:10px;

}


.vitrine_display  p:first-line {
	font-weight:bold;
	font-size:12px;
}


.vitrine_display_final p:first-line {
	font-weight:bold;
	font-size:12px;
}

.vitrine_preco {
	font-weight:bold;
	font-size:12px;
	color:#FF6600;
}


.linha_horizontal_hone_01,
.linha_horizontal_hone_02 {
		border-top: 2px dotted #C1D864;
		top:-265px;
		position:relative;
		width:280px;
		margin-right:10px;
		margin-left:10px;
}


.linha_horizontal_hone_02 {
			top:-140px;

}


/* _____________________________________________________________  vitrine  ___________________________________________________________ */




/*   Produto  */


#produto {
	position:relative;
	top:20px;
	padding-bottom:30px;
	/*padding-left:50px;*/

}


#tabela_produtos {
		width:804px;
}


#tabela_produto_central {
	margin-left:40px;

}



.vitrine_produto {
	width:280px;
	margin-top:15px;
	margin-left:-10px;
	
}


.vitrine_produto  P {
	width:170px;
	padding-left:10px;

}


.vitrine_produto  p:first-line {
	font-weight:bold;
	font-size:12px;
}


.divisoria {
	position:relative;
	border-top: 2px dotted #C1D864;
	width:110%;
	height:2px;
	display:block;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:-10px;

}



/* _____________________________________________________________  produto  ___________________________________________________________ */


/*   informacao  */

#lista_sac ul {
	position:relative;
	top:-15px;

}

#lista_sac li {
	margin:0px;
	padding:0px;
	margin-left:-40px;
	list-style:none;
	line-height:15px;

}

/* _____________________________________________________________  informacao  ___________________________________________________________ */


/*   contato  */

#tb_contato {
	position:relative;
	top:20px;

}

#tb_contato input, #tb_contato textarea{
	background-color:#FFFFFF;
	font-size:9px;
	border:solid 2px #C1D864;
	height:18px;
	margin-left:10px;
	width:150px;
}


#tb_contato textarea {
		
		width:250px;
		height:150px;

}

#bt_envia  input{
	background-color:#C1D864;
	color:#FFFFFF;
	width:50px;
	color:#171717;
	position:relative;
	top:20px;
	left:240px;

}