@charset "utf-8";
/* CSS Document */

/* ________________________________________ CONTEUDO GERAL ___ */

* {
margin:0px;
}

body{
background-color:#F4F4F4;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

img {
margin: 0px;
border: 0px;
}

.conteudo {
width:100%;
}



/* ________________________________________ ANUNCIOS DOS CARROS E PRODUTOS ___ */

/* colunas de 3 anuncios */
.anuncios {
width:100%;
}

/* celula 01 */
.anuncio01 {
float:left;
background-color:#F4F4F4;
width:33%;
padding:5px 0px 10px 0px;
overflow-x: hidden;
}

/* celula 00 */
.anuncio00 {
float:left;
background-color:#EDEDED;
width:33%;
padding:5px 0px 10px 0px;
overflow-x: hidden;
}

/* fotos do anuncios, data e detalhe do anuncio */
.fotoanuncio {
position:relative;
width:100%;
height:125px;
text-align:center
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#999999;
font-weight:bold;
}
.fotoanuncio a:link {
color:#B00000;
text-decoration:none;
}
.fotoanuncio a:visited {
color:#B00000;
text-decoration:none;
}
.fotoanuncio a:hover {
color:#333333;
text-decoration:none;
}

/* titulo do anuncio */
.tituloanuncio {
clear:both;
color:#B00000;
font-weight:bold;
font-size:9px;
line-height:20px;
text-align:center;
text-transform:uppercase;
}

/* descricao do anuncio */
.descrianuncio {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
line-height:13px;
color:#444444;
margin:2px;
}
.descrianuncio a:link {
color:#000000;
text-decoration:underline;
}
.descrianuncio a:visited {
color:#000000;
text-decoration:underline;
}
.descrianuncio a:hover {
color:#999999;
text-decoration:underline;
}

/* linhas entre os anuncios */
.entreanuncios {
clear:both;
text-align:center;
padding:5px 0px;
}

/* texto de paginacao dos anuncios */
.textopaginacao {
clear:both;
font-size:9px;
color:#B00000;
text-align:center;
font-weight:bold;
letter-spacing:1px;
padding:25px;
}
.textopaginacao a:link {
color:#B00000;
text-decoration:underline;
}
.textopaginacao a:visited {
color:#B00000;
text-decoration:underline;
}
.textopaginacao a:hover {
color:#333333;
text-decoration:underline;
}



