#ImoveisRecentes{
	width:100%;
	float:left;
	margin:51px 0 0 0;
}

#headerImoveisRecentes{
	background-image:url(../../slices/header-ImoveisRecentes.jpg);
	width:237px;
	height:61px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	margin:0;
	padding:0;
}

#ConteudoImoveisRecentes{
	width:100%;
	float:left;
	margin:7px 0 0 0;
	padding:0;
}

.ImovelRecente{
	width:225px;
	float:left;
	display:inline;
	cursor:pointer;
	height:71px;
	margin:0 0 0 14px;
	padding:10px 0 0 0;
	border-bottom:1px dotted #CCC;
}

.ImgFotoRecente{
	width:70px;
	height:52px;
	float:left;
}

.ImgFotoRecente img{
	width:70px;
	height:52px;
	border:0;
}

.TxtImovelRecente{
	float:left;
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:0 0 0 5px;
	display:inline;
}

.TxtImovelBig{
	width:100%;
	display:block;
}

.TxtImovelSmall{
	width:100%;
	display:block;
}

.ValorImovelRecente{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#182B43;
	text-align:right;
	float:left;
	margin:0;
}

