﻿h3
{
	font-size: 12pt;
}

#PainelFiltro
{
	margin-top: 10px;
	background-color: #f2f2f2;
	height: 45px;
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.ItemFiltro
{
	width: 160px;
	float: left;
	height: 80px;
}

.ItemFiltro label
{
	display: block;
}


#AnuncioList
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 10px;
	
}

.AnuncioItem
{
	display: block;
	height: 60px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.AnuncioItem:hover
{
	cursor: default; /*background-color: #EAF0C6;*/
	background-color: #d9e1e4;
}

.AnuncioItem .Foto
{
	width: 90px;
	float: left;
	text-align: center;
}


.AnuncioItem .Column2
{
	width: 300px;
	float: left;
}


.AnuncioItem .Column3
{
	font-size: 8pt;
	width: 120px;
	float: left;

}

.AnuncioItem .NumeroVisitas
{
	font-size: 8pt;
}

.AnuncioItem .Valor
{
	width: 100px;
	float: right;
	text-align: right;


}

.AnuncioItem .Column5
{
	font-size: 8pt;
}

.AnuncioItem .Titulo
{
	font-size: 12pt;
	color: Navy;
	height: 30px;
}

.AnuncioItem .Resumo
{
	font-size: 9pt;
}

#Footer
{
	
	font-size: 12pt;
}

.AnuncioItem a
{
	text-decoration: none;
}

.AnuncioItem a:hover
{
	cursor: pointer;
	
}

.AnuncioItem a:visited
{
	color: Blue;
}

.AnuncioItem .Valor
{
	font-size: 16pt;
	color: Blue;
}

.Alternate
{
	background-color: #f2f2f2;
}

.Separator
{
	height: 1px;
	border-bottom: 1px solid Gray;
}
#Site
{
	width: 690px;
	float: left;
}

#Publicidade
{
	float: left;
}

#NewUser
{
	padding: 20px;
	
	
}
#Left
{
	float: right;
	width: 240px;
}
#chamada_vender
{
	background-image: url("../img/chamada_vender2.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 237px;
	height: 88px;
	margin-bottom: 10px;
	float: left;
}
#welcome
{
	width: 200px;
	float: left;
	text-align: justify;
	line-height: 23px;
	padding-top: 20px;
	font-family: Georgia;
}
#ajuda_classif
{
	padding: 0px 10px 10px 10px;
	width: 234px;
	height: 110px;
	margin-bottom: 20px;
	float: right;
	border: 1px solid #DFE3EA;
	background: url("../img/bgAjudaClassif.jpg") repeat-x top left;
}

#ajuda_classif h1
{
	font-size: 10pt;
	border-bottom: 1px solid #BEC7D7;
}

#ajuda_classif li
{
	margin-left: -20px;
	font-size: 8pt;
	color: #015DC5;
}

#ajuda_classif a
{
	text-decoration:none;
	color: inherit;
}

#ajuda_classif a:hover
{
	text-decoration: underline;
}
