#ImoveisRecentes{
	width:100%;
	float:left;
	margin:11px 0 0 0;
}

#headerImoveisRecentes{
	background-image:url(../../slices/header-ImoveisRecentes.jpg);
	width:258px;
	height:57px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	margin:0;
	padding:0;
}

#ConteudoImoveisRecentes{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}

.ImovelRecente{
	width:240px;
	float:left;
	border-bottom:1px dotted #999;
	padding:8px 0 5px 0;
	margin:0 0 5px 5px;
	display:inline;
	cursor:pointer;
	height:60px;
	background-image:url(../../slices/img-ImoveisRecentes.jpg);
	background-repeat:no-repeat;
	background-position:right 23px;
}

.TxtImovelRecente{
	float:left;
	width:215px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0 0 0 5px;
	display:inline;
}

.TxtImovelBig{
	width:100%;
	display:block;
	font-weight:bold;
}

.TxtImovelSmall{
	width:100%;
	display:block;
	color:#666666;
}

