/* Resetando valores - CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, legend {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
abbr,acronym { border:0;}

.off {display:none; margin: 10px;}
.alerta {font-weight:bold; color:#900;}

/* Atribuição de valores ao nível do body */
body {font: normal 0.9em 'Trebuchet Ms', Verdana, Arial, Helvetica; background:#e19363 url(../img/background.gif) repeat-x;}

.clear {clear:both}

#wrap {width: 874px; margin:0 auto;}

#content {width: 874px;text-align:center}

#topo {background: url(../img/topo.jpg) no-repeat; height:187px;}
#topo h1 {margin-top:20px; margin-left:20px; float:left; display:block}

#menu {margin-left:20px; padding-top:36px}
#menu li {float:left; padding-right: 23px; font-size: 120%}
#menu a {text-decoration:none;color:#503f33}
#menu a:hover {text-decoration:underline;color:#7d3618}

#conteudo {background:#fef1e9; padding:20px; text-align:left;width: 837px;min-height:500px; overflow:hidden}
#conteudo h2 {background:url(../img/bg-titulos.gif) no-repeat; height:37px; padding-left:55px; padding-top:6px; font-size:120%; color:#fff;}

#conteudo p {margin-bottom:20px;}
#conteudo a {text-decoration:none;color:#503f33;}
#conteudo a:hover {text-decoration:underline;color:#7d3618;}


.condicoes {width:600px;}
.condicoes li {margin-bottom: 20px; margin-top: 10px;}

.leilao, .chamadas {float:left; width:45%; margin-right:22px}

#rodape {height:57px; padding: 20px;}

#rodape a {text-decoration:none;color:#503f33}
#rodape a:hover {text-decoration:underline;color:#7d3618}



/* NOVAS DEFINICOES DE ESTILO PARA OS BOXES DO CATALOGO */

.atual{
border:solid 1px #90ac13;
background:#eef4d3 url(../img/acesse.png) 8px 6px no-repeat;
color:#6b800d;
font-weight:bold;
padding:4px 4px 4px 34px;
margin-bottom: 15px;
width: 550px;
}
	
.atual a {color:#6b800d; text-decoration:none}
.atual a:hover {color:#6b800d; text-decoration:underline}
	
.outros{
border:solid 1px #c00; 
background:#F7CBCA url(../img/atencao.png) 8px 6px no-repeat;
color:#c00;
font-weight:bold;
padding:4px 4px 4px 34px;
margin-bottom: 15px;
width: 550px;
}

.outros a {color:#c00; text-decoration:none}
.outros a:hover {color:#c00; text-decoration:underline}


/* ESTILOS CATALOGO */
.table {width:95%;color:#333;}
.table td {padding: 4px;}
.lote {width:10%;text-align:left}
.descricao {width:70%;text-align:left;}
.f {width:150px;text-align:right;}
.linha {border-bottom: solid 1px #bd9e6e;}


/* box de busca */
.box-busca input {vertical-align:middle;}
.box-busca .campo-busca{background:#fadecd url(../img/bg-input-buscar.png) no-repeat 99% 50%;border:solid 3px #7b360f; padding:10px;width:698px; font-size:16px;}
.box-busca label{font-size:18px;color:#4e3424; display:block;}
