/** INICIO - Padrão definido pelo arquivo de CSS **/
* {
	line-height:1.1;
	margin:0px;
	padding:0px;
}
img, fieldset {
	border:0px none;
	vertical-align:middle;
}
ul, li, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
body {
	background:transparent url('http://www.anunciouvendeu.com/imagens/bg_tudo.jpg') repeat-y scroll top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
}
input, select {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1;
}
input#palavras {
	line-height:1.2;
}
input.image {
	background:transparent none repeat scroll 0%;
}
hr.hide{
	display:none;
}
#content {
	background:#EFEFEF;
	margin:0px auto 0px auto;
	width:1004px;
}
/** FIM - Padrão definido pelo arquivo de CSS **/
.resultados{
/*	border: 1px dotted #FF0000;
	overflow: hidden;*/
	margin: 0 auto 0 auto;
}
#conteudo {
	background: #FFFFFF;
	width:1000px;
	margin:0 auto 0 auto;
}
/* INICIO TABELA */
table.resultados{
	background: #F6F6F6;
/*	border-collapse: collapse;*/
	width: 780px;
}
/* LINHAS */
table.resultados tr.anuncioWEB{

}
table.resultados tr.anuncioIMP{

}
table.resultados tr.anuncioFLA{

}
table.resultados tr.anuncioFLA td p a:link{
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}
table.resultados tr.anuncioFLA td p a:visited {
	color:#DB7093;
	font-weight:bold;
	text-decoration:none;
}
table.resultados tr.anuncioFLA td p a:hover {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}
table.resultados tr.anuncioFLA td p a:active {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}
table.resultados tr.anuncioMF td p a:link{
	color:#339900;
	font-weight:bold;
	text-decoration:none;
}
table.resultados tr.anuncioMF td p a:visited {
	color:#70A569;
	font-weight:bold;
	text-decoration:none;
}
table.resultados tr.anuncioMF td p a:hover {
	color:#339900;
	font-weight:bold;
	text-decoration:underline;
}
table.resultados tr.anuncioMF td p a:active {
	color:#339900;
	font-weight:bold;
	text-decoration:underline;
}
table.resultados tr.anuncioTV{
	background:#E0F7E7;
}
table.resultados tr.anuncioLV{
	background:#EDF5F8;
}
/* CELULAS */
table.resultados tr td a:link, table.resultados tr td p a:link {
	text-decoration:none;
	color:#000000;
}
table.resultados tr td a:visited, table.resultados tr td p a:visited {
	text-decoration:none;
	color:#666666;
}
table.resultados tr td a:hover, table.resultados tr td p a:hover {
	text-decoration:underline;
	color:#000000;
}
table.resultados tr td a:active, table.resultados tr td p a:active {
	text-decoration:underline;
	color:#000000;
}
table.resultados tr td{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 7px solid #FFFFFF;
	border-bottom: 1px solid #999999;
}
table.resultados tr .selecao{
	text-align: center;
}
table.resultados tr .anexo{
	height: 80px;
	width: 80px;
}
table.resultados tr .informacoes{
	text-align: right;
	width: 130px;
}
table.resultados tr .detalhes img{
	display: block;
	margin: 5px;
}
table.resultados tr .texto p{
	padding-bottom: 1px;
}
table.resultados tr .texto, .anuncio .informacoes{
	vertical-align: top;
}
table.resultados tr .anexo .link_anuncio{
	display: block;
	height: 80px;
	#height: 81px;
	width: 80px;`
}
table.resultados tr .selecao, table.resultados tr  .texto, table.resultados tr .detalhes{
	padding-right: 10px;
	padding-left: 10px;
}
/* FIM TABELA */
td.informacoes .data, td.informacoes .estado, td.informacoes .origem{
	color: #666666;
	display: block;
	font-size: 10px;
	margin: 5px 0 5px 0;
}
td.informacoes .preco, td.informacoes .preco .centavo{
	color: #CC0000;
}
td.informacoes .preco{
	font-size: 13px;
	font-weight: bold;
}
table.resultados tr td.informacoes .preco .centavo{
	font-size: 9px;
	font-weight: none;
	position: relative;
	top: -2px;
}
a:link {
		text-decoration:none;
		color:#CC0000;
	}
	a:visited {
		text-decoration:none;
		color:#000000;
	}
	a:hover {
		text-decoration:underline;
		color:#CC0000;
	}
	a:active {
		text-decoration:underline;
		color:#CC0000;
	}