.corpo{
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

.linha{
	background-color: #D60F16; 
}/*OK*/

.lateral{
	background-color: #D60F16;
	border-bottom: 2px solid White;
	border-top: 2px solid White;
	border-right: 2px solid White;
	padding: 0px;
	width: 1%;
}/*OK*/
.titulo{
	font-family: Arial;
	font-size: 90%;
	color: #D60F16;
	border-bottom: 1px solid Black;
	height: 1%; /* -force */
}/*OK*/

.manchete{
	font-family: Arial;
	font-size: 80%;
	color: #000000;
	height: 1%; /* -force */
}/*OK*/

.conteudo{
	font-family: Verdana;
	font-size: 70%;
	color: #333333;
}/*OK*/

.safenight{
	font: bold 100% Arial;
}/*OK*/

a.nocorpo:visited{
	color: #D60F16;
	text-decoration: none;
}

a.nocorpo:active{
	color: #D60F16;
	text-decoration: none;
}

a.nocorpo:link{

	color: #D60F16;
	text-decoration: none;
}

a.nocorpo:hover{
	color: #696969;
	text-decoration: none;
}/*OK*/

/*.borda{
	padding: 4px;
	border: 1px solid #D60F16;
}*/

.avisos{
	background-color: #FAE7E8;
	border: 1px solid #D60F16;
	color: #0F7AD7;
	padding: 4px;
	font-family: Tahoma;
	font-size: 80%;
	width: 90%;
	text-align: center;
	display: none;
}

.ocultar{
	text-align: right;
	font-size: 80%;
}

/*
.rodape{
	border-top: 1px solid White;
	background-color: #D60F16;
}
*/

#rodape{
	font-family: Verdana;
	font-size: 60%;
	color: #FF6347;
	background-color: #D60F16;
	padding: 4px;
	vertical-align: middle;
}

#rodape a:visited{
	text-decoration: none;
	color: #ff7f50;
}

#rodape a:link{
	text-decoration: none;
	color: #ff7f50;
}

#rodape a:active{
	text-decoration: line-through;
	color: #FFFFFF;
}

#rodape a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.tabela_titulo{
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 70%;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	background-color: #D60F16;
	margin-left: 2px;
}

.tabela_valor{
	border-bottom-width: 2px;
	border-bottom-color: #D60F16;
	border-bottom-style: solid;
	font-family: Tahoma;
	font-size: 70%;
	color: #000000;	
}

.tabela_valor SMALL{
	color: #D60F16;
	font-weight: bold;
}

/*.tabela_valor A{
	text-decoration: none;
	color: black;
	border-top: 1px black solid;
}*/

.revendedores{
	font-family: Verdana;
	font-size: 70%;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}

.revendedores a:visited{
	text-decoration: underline;
	color: #FFFFFF;
}

.revendedores a:active{
	text-decoration: none;
	color: #000000;
}

.revendedores a:link{
	text-decoration: underline;
	color: #FFFFFF;
}

.revendedores a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

/* especiais >>*/
#UF{
	font-size: medium;
	font-weight: bold;
}


/* a ordem dos estados altera o resultado */
#chamado a:link{
	border-color: #DCDCDC;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	color: #464AB5;
	background-color: #FFFFFF;
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
	/*margin-bottom: 6px;*/
}

#chamado a:visited{
	border-color: #DCDCDC;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	color: #464AB5;
	background-color: #FFFFFF;
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
}

#chamado a:active{
	border-color: #DCDCDC;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
}

#chamado a:hover{
	border-color: #DCDCDC;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	color: #D60F16;
	background-color: #FFFFFF;
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px;
	text-decoration: none;
}

#contato INPUT{
	background-color: #FDE7E8;
	/*border-color: #D60F16;
	border-style: solid;
	border-width: 1px;*/
	
	font-family: Courier;
	font-size: 12px;
}

#contato SELECT{
	background-color: #FDE7E8;
	/*border-color: #D60F16;
	border-style: solid;
	border-width: 1px;*/
	
	font-family: Courier;
	font-size: 12px;
	width: 245px;
	margin: 10px; 
}

#contato TEXTAREA{
	background-color: #FDE7E8;
	/*border-color: #D60F16;
	border-style: solid;
	border-width: 1px;*/
	
	font-family: Courier;
	font-size: 12px;
	width: 245px;
}

#contato BUTTON{
	background-color: #FFFFFF;
	border-color: #FDE7E8;
	border-style: solid;
	border-width: 1px;
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 9px;
	width: 115px;
	letter-spacing: 2px;
	color: #D60F16;
	padding: 2px;
	cursor: pointer;
}

.conteudo SUP, .conteudo #claro{
	color: #778899;
}/*OK*/

#imagens{
	display: none;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
	background-color: White;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px; 
}/*OK*/

#destacado_h{
	/*#FFFAF0*/
	background-color: #F5F5F5;
	position: relative;
	border-left-style: solid;
	border-left-color: #dcdcdc;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #dcdcdc;
	border-right-width: 2px;
	padding: 10px;
}/*OK*/

#destacado_v{
	/*#FFFAF0*/
	background-color: #F5F5F5;
	position: relative;
	border-top-style: solid;
	border-top-color: #dcdcdc;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	border-bottom-width: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
	margin-bottom: 8%;
}/*OK*/

.alpha_30{
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.publicidade{
	position: absolute;
	width: 468px;
	height: 120px;
	left: 280px; /*258*/
	top: 26px;
	padding: 6px;
}
	
.destaque{
	position: absolute;
	width: 468px;
	height: 112px;
	right: 258px; /*258*/
	top: 30px;
	background-color: #f5f5f5;
	font-family: tahoma;
	color: #696969;
	font-size: 90%;
	padding: 3px;
	padding-left: 6px;
	padding-top: 6px;
	z-index: 1;
	border: 1px solid #d3d3d3;
}

.destaque_sombra{
	position: absolute;
	width: 468px;
	height: 112px;
	right: 254px; /*258*/
	top: 34px;
	background-color: #d3d3d3;
	color: #696969;
	padding: 3px;
	padding-left: 6px;
	padding-top: 6px;
	z-index: 0;
	border: 1px solid #d3d3d3;
}

.destaque a:visited{
	color: #D60F16;
	text-decoration: none;
}

.destaque a:active{
	color: #D60F16;
	text-decoration: none;
}

.destaque a:link{
	color: #D60F16;
	text-decoration: none;
}

.destaque a:hover{
	color: #000000;
	text-decoration: none;
}

.mn_alpha{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

a.caminho:visited{
	color: #D60F16;
	border-top: 3px double #D60F16;
	text-decoration: none;
}

a.caminho:active{
	color: #D60F16;
	border-top: 3px solid #D60F16;
	text-decoration: none;
}

a.caminho:link{
	color: #D60F16;
	border-top: 3px double #D60F16;
	text-decoration: none;
}

a.caminho:hover{
	color: #D60F16;
	border-top: 2px solid #D60F16;
	text-decoration: none;
}

#cadaoupedi .nomedocampo{
	font-family: verdana;
	font-size: 80%;
	color: #696969;
	text-align: right;	
}

#cadaoupedi INPUT, #cadaoupedi TEXTAREA{
	width: 400px;
	color: #000000;
	border-color: #696969;
	border-style: solid;
	border-width: 1px;
	font-family: arial;
	font-size: 80%;
}

#cadaoupedi .quantidade{
	width: 40px;
	color: #000000;
	border-color: #696969;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
