#ImoveisRecentes{
	width:250px;
	float:left;
	margin:10px 0 0 0;
	background-color:#CCC;
}

#HeaderImoveisRecentes{
	background-image:url(../../slices/header-ImoveisRecentes.jpg);
	height:39px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-position:center 3px;
}

#ConteudoImoveisRecentes{
	width:244px;
	margin:0 0 0 3px;
}

.ImovelRecente{
	width:244px;
	float:left;
	padding:0;
	margin:0;
	display:inline;
	cursor:pointer;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../../slices/bg-ImovelRecente.jpg);
	background-repeat:no-repeat;
	height:87px;
	background-position:right top;
}

.ImgFotoRecente{
	width:60px;
	height:45px;
	float:left;
	margin:10px 0 0 5px;
	display:inline;
}

.ImgFotoRecente img{
	width:60px;
	height:45px;
	border:0;
}

.TxtImovelRecente{
	float:left;
	width:130px;
	font-size:12px;
	color:#333;
	margin:10px 0 0 15px;
	display:inline;
	line-height:16px;
}

.TxtImovelSmall{
	width:100%;
	display:block;
}

.ValorImovelRecente{
	font-size:12px;
	font-weight:bold;
	width:100%;
	float:left;
}

