

	/*
		Botoes Style Sheet
		Aqui estão todos os estilos de botões do site

		Verso: 1.0
		Autor: Nome
		E-mail: nome@nome.com.br
		Data de criao: xx/xx/xxxx
		ultima atualizao: xx/xx/xxxx
	*/
	/********************************************/
	/*estilo comum a todos os botões*/
	/********************************************/
	.arrow, .checkbox_stilo, .bt_login, .bt_enviar_senha, .bt_cadastrar, .bt_enviar, .lupa_zoon, .bt_fazer_pre_pedido, .bt_indicar, .bt_conheca_pedidos, .bt_anterior, .bt_proximo, .bt_ok, .bt_excluir, .bt_confirmar_pedido, .bt_imprimir{
		border: 0;
		background: url(../imagens/botoes.png) no-repeat;
		display: block;
		text-indent: -9000px;
		cursor: pointer;}
	/********************************************/
	/*estilo especifico para cada botão*/
	/********************************************/
	.arrow{
		background-position: -2px -3px;
		height: 21px;
		margin-bottom: 0;
		display: inline !important;
		width: 10px;}
		
	.arrow:hover{background-position: -15px -3px;}
	
	.checkbox_stilo{
		background-position: -29px -3px;
		height: 8px;
		float: left;
		margin-top: 3px;
		width: 8px;}
		
	.checkbox_stilo.active_checkbox{ background-position: -29px -12px;}
	
	.bt_finalizar_pedido{
		background:url(../imagens/bt_finalizar-orçamento.png) no-repeat; 	
		width: 165px;
		height: 29px;
		display: block;
		text-indent: -9000px;
		cursor: pointer;
		margin-top: 20px;}
	
	.bt_finalizar_pedido:hover{background-position: 0 -29px;}
	
	.bt_login{
		height:34px;
		width:58px;
		background-position: -187px -2px;
		margin: 22px 0 0 125px;}
		
	.bt_login:hover{ background-position: -187px -42px;}
	
	.bt_enviar_senha{
		height: 33px;
		width: 108px;
		background-position: -254px -3px;
		margin: 22px 0 0 75px;}
		
	.bt_enviar_senha:hover{background-position: -254px -43px;}
	
	.bt_cadastrar{
		width: 92px;
		height: 33px;
		background-position: -372px -3px;}
		
	.bt_cadastrar:hover{background-position: -372px -43px;}
	
	.bt_enviar{
		background-position: -476px -3px;
		width: 81px;
		height: 33px;}
	
	.bt_enviar:hover{background-position: -476px -43px;}
	
	.lupa_zoon{
		background-position: -23px -45px;
		height: 22px;
		width: 20px;
		float: left;
		margin-left:12px;
		margin-top: 34px;}
	
	.lupa_zoon:hover{ background-position: -2px -45px;}
	
	.bt_fazer_pre_pedido{
		background-position: -111px -315px;
		width: 185px;
		margin-top: 47px;
		float: left;
		height: 34px;}
		
	.bt_fazer_pre_pedido:hover{background-position: -111px -272px;}
	
	.bt_indicar{
		width: 42px;
		height: 12px;
		float: right !important;
		background-position: -178px -83px;}
		
	.bt_indicar:hover{ background-position: -178px -100px; }
	
	.bt_conheca_pedidos{
		width: 306px;
		height: 43px;
		float: left;
		background-position: -233px -80px; }
		
	.bt_conheca_pedidos:hover{background-position: -233px -127px;}
	
	.bt_anterior{
		background-position: -547px -89px;
		width: 83px;
		height: 33px;}
	
	.bt_anterior:hover{background-position: -546px -132px;}
	
	.bt_proximo{
		background-position: -637px -89px;
		width: 83px;
		height: 33px;}
		
	.bt_proximo:hover{background-position: -638px -132px;}
	
	.bt_ok{
		background-position: -184px -122px;
		width: 29px;
		height: 20px;}
		
	.bt_ok:hover{background-position: -184px -145px;}
	
	.bt_excluir{
		width: 96px;
		height: 77px;
		float: right;
		background-position: -6px -186px;}
		
	.bt_excluir:hover{ background-position: -4px -268px;}
	
	.bt_confirmar_pedido{
		background:url(../imagens/bt_confirmar-orçamento.png) no-repeat; 	
		width: 220px;
		height: 37px;
		display: block;
		text-indent: -9000px;
		cursor: pointer;
		float: right;
		margin-top: 20px;
		margin-right: 50px;
		}
		
	.bt_confirmar_pedido:hover{ background-position: 0 -37px;}
	
	.bt_imprimir{
		background-position: -285px -185px;
		width: 74px;
		float: right;
		margin: 20px 40px 0 0;
		height: 33px;}
		
	.bt_imprimir:hover{
		background-position: -285px -230px; }
		
		
	.LnkFlipbook {background:url(../images/bt_flipbook.jpg) no-repeat; width:289px; height:226px; display:block; text-indent:-9999em; }
	.LnkAnteriror {background:url(../images/bt_anterior.png) no-repeat; width:82px; height:33px; display:block; text-indent:-9999em;}
	.LnkAnteriror:hover {background-position:0 -33px;}
	.LnkProximo {background:url(../images/bt_proximo.png) no-repeat; width:82px; height:33px; display:block; text-indent:-9999em;}
	.LnkProximo:hover {background-position:0 -33px;}
