#ImoveisRecentes{
	width:280px;
	float:left;
	display:inline;
	margin:20px 0 0 0;
}

#HeaderImoveisRecentes{
	background-image:url(../../slices/header-ImoveisRecentes.jpg);
	width:280px;
	height:57px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#ConteudoImoveisRecentes{
	width:280px;
	background-image:url(../../slices/bg-ImoveisRecentes.jpg);
	height:380px;
	background-repeat:no-repeat;
	padding:10px 0 0 0;
}


.ImovelRecente{
	width:267px;
	float:left;
	border-bottom:1px solid #FFCA3D;
	padding:10px 0;
	margin:0 0 0 10px;
	display:inline;
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ImgFotoRecente{
	width:70px;
	height:52px;
	float:left;
}

.ImgFotoRecente img{
	width:70px;
	height:52px;
	border:0;
}

.TxtImovelRecente{
	float:left;
	width:90px;
	font-size:12px;
	color:#594000;
	margin:0 0 0 5px;
	display:inline;
	line-height:16px;
}

.TxtImovelSmall{
	width:100%;
	display:block;
}

.ValorImovelRecente{
	font-size:12px;
	color:#C47500;
	font-weight:bold;
	float:right;
	width:90px;
	margin:17px 0 0 0;
}


