#ImoveisRecentes{
	width:260px;
	float:left;
	display:inline;
	margin:10px 0 0 0;
}

#HeaderImoveisRecentes{
	background-image:url(../../slices/header-ImoveisRecentes.jpg);
	width:217px;
	height:26px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0 0 0 3px;
}

#ConteudoImoveisRecentes{
	width:260px;
	margin:15px 0 0 0;
	background-image:url(../../slices/bg-ImoveisRecentes.jpg);
	background-repeat:no-repeat;
	float:left;
	display:inline;
}


.ImovelRecente{
	width:258px;
	float:left;
	border-bottom:1px dotted #999;
	padding:10px 0 10px 0;
	margin:0;
	display:inline;
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ImgFotoRecente{
	width:70px;
	height:52px;
	float:left;
	display:inline;
	margin:0 0 0 10px;
}

.ImgFotoRecente img{
	width:70px;
	height:52px;
	border:0;
}

.TxtImovelRecente{
	float:left;
	width:80px;
	font-size:12px;
	color:#333;
	margin:0 0 0 5px;
	display:inline;
	line-height:16px;
}

.TxtImovelSmall{
	width:100%;
	display:block;
}

.ValorImovelRecente{
	font-size:12px;
	color:#046204;
	font-weight:bold;
	float:right;
	width:90px;
	margin:17px 0 0 0;
	text-align:right;
}

