.hide { 
	display: none; 
}


/*box de cep*/

#box-cep {
	width:410px;
	font-size:12px;
	color:#000;
}

#box-cep .sup {
	background:url(box-sup.png);
	background-repeat:no-repeat;
	width:410px;
	height:21px;
}

#box-cep .bg {
	background:url(box-bg.png);
	background-repeat:repeat-y;
	width:410px;
}

#box-cep .inf {
	background:url(box-inf.png);
	background-repeat:no-repeat;
	width:410px;
	height:21px;
}

#box-cep .espacamento {
	padding:0 15px 0 15px;
}

#box-cep .calcule-frete {
	background:url(calcul0_btus.jpg);
	width:352px;
	height:12px;
	background-repeat:no-repeat;

}

#box-cep .informe-cep {
	background:url(informe-cep.png);
	width:164px;
	height:22px;
	background-repeat:no-repeat;
	padding-bottom: 10px;
}

#box-cep .texto {
	font-size:10px;
	color:#444;
	font-family:Tahoma, Geneva, sans-serif;

}

#box-cep a {
	font-size:10px;
	color:#245E35;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	text-decoration:underline;
}

#box-cep a:hover {
	font-size:10px;
	color:#245E35;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}

#box-cep .borda-a {
	border-right: 2px solid #EDEDED;
	border-bottom: 2px solid #EDEDED;	
}

#box-cep .borda-b {
	border-bottom: 2px solid #EDEDED;
}

#box-cep .valor {
	padding: 0 0 0 15px;
}

#tab-cep {
	margin: 15px 0 10px 0;
}


#box-cep .fechar {
	float:right;
	padding: 0px 10px 0px 0;
}

#box-cep .sep {
	width: 95%;
	height: 2px;
	background-color:#333;
	margin: 15px 0 15px 0;
}

#resultado-frete-indisponivel {
	margin: 25px 0 10px 0;
}

/*fim box de parcelamento*/



#neblinaAlerta{
	width:100%;
	position:absolute;
	background:#000000;
	opacity:0.80;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
	left:0;
	top:0;
	display:none;
	z-index:999;
}


/*** Box cep ***/
#tela-box-cep {
	width:410px;
	position:absolute;
	left:50%;
	margin-left:-205px;
	display:none;
	z-index:1006;	
	background-color:transparent;
}

#tela-box-parcelamento{
	width:584px;
	position:absolute;
	left:50%;
	margin-left:-292px;
	display:none;
	z-index:1006;	
	background-color:transparent;
}


