@import url(esquerda-padrao.css);


#lista-locacao .tituloListaLocacao{
	width:162px;
	height:24px;
	background:url(../imagens/imoveis-locacao-titulo.gif) no-repeat;
	text-indent:-999999px;
	margin-bottom:15px;
	margin-top:20px;
}

#lista-locacao .tituloListaSeminovos{
	width:188px;
	height:20px;
	background:url(../imagens/imoveis-seminovos.gif) no-repeat;
	text-indent:-999999px;
	margin-bottom:15px;
	margin-top:20px;
}


#imoveis li {
	margin-top:10px;
}

#imoveis .box-imoveis{
	width:626px;
	margin:0;
	height:131px;
	padding:8px;
	background:url(../imagens/imoveis-locacao-bg.gif) repeat-x;
	border:1px solid #CCCCCC;
}

#imoveis .box-imoveis img{
	display:block;
	position:absolute;
	clip: rect(0px 175px 130px 0px);
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}


#imoveis .box-imoveis ul {
	margin-left:190px;
}

#imoveis .box-imoveis ul li {
	float:left;
	margin-right:15px;
}

#imoveis .box-imoveis .imovel-info{
	margin-top:0px;
	line-height:20px;
	margin-right:10px;

}


#imoveis .box-imoveis .valor-imovel{
	margin-top:50px;
}

#imoveis .box-imoveis .valor-imovel span{
	margin-top:20px;
	font:bold 12px tahoma;
	color:#BD030F;
}


#imoveis .box-imoveis .valor-imovel p{
	font:12px tahoma;
	text-align:center;
}

#imoveis .box-imoveis .separa {
	margin-top:20px;
	width:1px;
	display:inline-block;
	height:80px;
	background:url(../imagens/pontilhado.gif) repeat-y;
}


#imoveis .box-imoveis .bt-detalhes{
	margin-top:50px;
	width:66px;
	height:13px;
	background:url(../imagens/box-imoveis-bg-bt-detalhes.gif) no-repeat;
	display:block;
	padding:5px;
	text-align:center;
	font:11px tahoma;
	color:#FFFFFF;
	text-decoration:none;
}

#imoveis .box-imoveis .bt-detalhes:hover{
	background:url(../imagens/box-imoveis-bg-bt-detalhes-over.gif) no-repeat;
}





























