#ImoveisRecentes{
	width:250px;
	float:left;
	display:inline;
	margin:20px 0 0 0;
}

#HeaderImoveisRecentes{
	background-image:url(../../slices/header-ImoveisRecentes.jpg);
	width:250px;
	height:50px;
	float:left;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

#ConteudoImoveisRecentes{
	background-color:#F0F9FF;
	width:100%;
	float:left;
}

#ConteudoImoveisRecentes ul{
	width:230px;
	float:left;
	display:inline;
	margin:10px 0 0 10px;
	padding:0 0 8px 0;
}

#ConteudoImoveisRecentes ul li{
	width:230px;
	float:left;
	display:inline;
	border-bottom:1px dotted #666;
	padding:0;
	margin:10px 0 1px 0;
}

/* ------ Imóvel Recente em si ----*/

.ImovelRecente{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0362B0;
	cursor:pointer;
}

.ImovelRecente .FotoImovelRecente{
	width:65px;
	height:48px;
	float:left;
	display:inline;
	background-color:#CCC;
        text-align:center;
}

.ImovelRecente .FotoImovelRecente a img{
	/*width:65px;*/
	height:48px;
	border:0;
}

.ImovelRecente .TxtImovelRecente{
	width:155px;
	float:left;
	display:inline;
	margin:0 0 0 9px;
}

.ImovelRecente .TxtImovelRecente span{
	width:100%;
	float:left;
	display:inline;
	line-height:15px;
}

.TxtHoraImovelRecente{
	width:100%;
	float:left;
	margin:21px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	text-indent:8px;
	line-height:14px;
}



