#principal { padding-bottom: 0; }

/********************
Destaque
********************/
#destaque {
	overflow: hidden;
	margin-bottom: 5px;
}

#destaque .titulo {
	height: 18px;
	margin-bottom: 8px;
	padding: 0px 0px;
	background-color: #96B9D2;
}

#destaque .titulo h2 {
	font-size: 1.5em;
	float: left;
	margin: 0;
}

.titulo a {
	float: right;
	margin-top: 2px;
	padding-left: 0px;
	background: url("../images/bullet-vermelho.gif"/*tpa=http://www.lordsimoveis.com/images/bullet-vermelho.gif*/) no-repeat left;
}

#destaque a:hover {
	color: #CF0303;
	text-decoration: underline;
}

	/********************
	Imóveis
	********************/
	.imovel {
		float: left;
		width: 256px;
	}
	
	.dois { float: right; }
	
	.imovel .imagem {
		display: block;
		width: 246px;
		height: 153px;
		overflow: hidden;
		margin-bottom: 5px;
		border: 0px solid #D7E3EE;
	}
	
	.imovel .imagem:hover { border-color: #B1C5D4; }
	
	.imovel p {
		height: 91px;
		padding: 0px 0px 0;
		background: url("../images/descricao-imovel.gif"/*tpa=http://www.lordsimoveis.com/images/descricao-imovel.gif*/) repeat-x top;
	}
	
	.imovel p strong {
		display: block;
		margin-bottom: 5px;
	}
	
	.imovel p a { font-size: 1.3em; }
	/********************
	Fim: imóveis
	********************/
/********************
Fim do destaque
********************/


/********************
Listagem de imóveis
********************/
.gerenciador li {
	height: 76px;
	margin-bottom: 8px;
}

.gerenciador a {
	display: block;
	height: 15px;
	padding: 0px;
}

.gerenciador a.oculto {
	display: none;
}

.gerenciador a img {
	float: left;
	width: 15px;
	height: 15px;
	overflow: hidden;
	margin-right: 10px;
}

.gerenciador a strong {
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
}

.gerenciador a:hover {
	padding: 0px;
	border: 0px solid #9ED106;
	background-color: #f4f4f4;
}

.gerenciador_aluguel li {
	height: 20px;
	margin-bottom: 8px;
	display: block;
	height: 20px;
	padding: 0px;
}
.list{background:#ffffff; cursor:pointer; border-bottom:0px solid #333333}
.list:hover{background:#f4f4f4;}
/********************
Fim da listagem de imóveis
********************/