﻿/********** BOX */

.box{ background:#E9E9E9; border-bottom:1px solid #CECECE; width:190px; height:395px; }

/* BUSCA */

.box-busca{ display:block; margin-bottom:10px; }
.label_select{
font:bold 12px Arial;
color:#484848;
display:block;
width:170px;
padding:3px 0 0 10px;
_padding:0 0 0 10px;
}
.box select{ display:block; width:170px; font:11px Tahoma; color:#484848; }
.botao_anuncie{ float:left; margin:9px 0 0 10px; }
.botao_buscar{ float:right; margin:9px 10px 0 0; }

/* ANUNCIOS */

.box-anuncios{ width:170px; margin-left:10px; padding-top:20px; clear:both; height:120px; }
.anuncio {
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
clear: both;
display:block;
padding: 5px 0 5px 0;
_padding: 5px 0 0 0;
}
.anuncio a { text-decoration:none; }
.anuncio img { float: left; margin: 2px 5px 0px 0; border: 1px solid #CCC; }
.txt {
cursor: pointer;
display: block;
float: right;
width: 100px;
overflow:hidden;
margin: 0px;
padding-bottom: 5px;
}
.txt span { display: block; }
.oque{ font-weight:bold; color:#252525; white-space: nowrap }
.local { color:#252525; }
.apartir { color:#252525; white-space: nowrap }
.valor { font-weight:bold; color: #cc3333; white-space: nowrap }
.separacao { border-top: 1px dashed #666; clear: both; }

/* BOX RODAPE */

.box-rodape{
background:#FFF;
clear:both;
display:block;
width:170px;
height:22px;
text-align:center;
margin:10px 0 0 10px;
}
.autos{ font: bold 13px Trebuchet MS; color: #0176C3; text-decoration:none; padding:0 5px; }
.empregos{ font: bold 13px Trebuchet MS; color: #8ec742; text-decoration:none; padding:0 5px; }
.mix{ font: bold 13px Trebuchet MS; color: #00427a; text-decoration:none; padding:0 5px; }

/* RODAPE */

.rodape{ border-bottom:1px solid #CECECE; width:190px; height:5px; }
