#ImoveisRecentes{
	width:300px;
	float:left;
	margin:25px 0 0 0;
}

#HeaderImoveisRecentes{
	background-image:url(../../slices/header-ImoveisRecentes.jpg);
	height:45px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:300px;
	float:left;
}

#ConteudoImoveisRecentes{
	width:300px;
	margin:0;
}

.ImovelRecente{
	width:280px;
	float:left;
	padding:0;
	margin:0 0 0 7px;
	display:inline;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	height:72px;
	border-bottom:1px dotted #8DB1C7;
}

.ImgFotoRecente{
	width:70px;
	height:52px;
	float:left;
	margin:8px 0 0 8px;
	display:inline;
}

.ImgFotoRecente img{
	width:70px;
	height:52px;
	border:0;
}

.TxtImovelRecente{
	float:left;
	width:110px;
	font-size:12px;
	color:#333;
	margin:10px 0 0 5px;
	display:inline;
	line-height:16px;
}

.TxtImovelSmall{
	width:100%;
	display:block;
}

.ValorImovelRecente{
	font-size:12px;
	font-weight:bold;
	width:83px;
	float:right;
	text-align:right;
	color:#291770;
	margin:45px 0 0 0;
}


