p#found {
	margin:10px;
	text-align:right;
	display:block;
}

/********************
Listagem de imóveis
********************/
.gerenciador td { margin-bottom: 15px; }

.gerenciador td a {
	display: block;
	overflow: hidden;
	padding: 6px;
	_height: 1px;
	_overflow: visible;
	width:507px;
}

.gerenciador td a img {
	float: left;
	width: 85px;
	height: 64px;
	overflow: hidden;
	margin-right: 10px;
	border:solid 2px #D7E5F3;
}

.gerenciador td a strong {
	font-size: 1.1em;
	display: block;
	margin-bottom: 5px;
}

.gerenciador td a.item:hover {
	padding: 2px;
	border: 4px solid #D7E5F3;
	background-color: #DDE9F5;
}
/********************
Fim da listagem de imóveis
********************/


/*********************
Busca
*********************/
#busca-imoveis {
	position: relative;
	width: 95%;
	margin: 0 auto 15px;
	padding: 10px;
	padding-bottom: 15px;
	border: 2px solid #D7E5F3;
	background-color: #DDE9F5;
}

fieldset { padding-left: 4px; }

fieldset legend {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	margin: 0;
	padding-bottom: 10px;
}

#busca-imoveis li {
	float: left;
	height: 22px;
	margin-right: 8px;
	margin-top: 5px;
	padding: 0;
}

#busca-imoveis li.ultimo { margin-right: 0; }

#busca-imoveis li.bt { width: 20px; }

#busca-imoveis label {
	display: block;
	width: 145px;
	height: 14px;
	padding: 2px 4px;
	border: 1px solid #a5acb2;
	background-color: #FFF;
}

#busca-imoveis label input {
	width: 145px;
	background: none;
}

#busca-imoveis select { width: 155px; }

#busca-imoveis li.valor select { width: 75px; }

#busca-imoveis button {
	margin:20px 0px 0px 240px;
	cursor: pointer;
	/*width: 20px;
	height: 20px;
	text-indent: -9999px;*/
	background:#96B9D2;
	padding:3px 12px;
	*padding:3px 5px;
	color:#FFF;
}

#busca-imoveis button:hover {
	background:#6696B8;
}
/*********************
Fim da busca
*********************/

/********************
PAGINAÇÃO DO GRID
********************/

		.gerenciador tr td div.pagination 
		{
			text-align:center;
			margin:3px 0px;
			padding:5px 0px;
		}
		
		.gerenciador tr td div.pagination a {
			background-color:#B2C8DF;
			color:#4F5863 !important;
			font-size: 0.9em;
			text-align: center;
			padding:4px 10px;
			margin:0px 4px;
			display:inline;
		}
		
		.gerenciador tr td div.pagination a:hover, div.pagination a:active {
			background-color:#3367A1;
			color:#FFF !important;
			border:0;
		}
		
		.gerenciador tr td div.pagination a.current {
			cursor:default;
			background-color:#3367A1;
			color:#FFF !important;
		}
		
		.gerenciador tr td div.pagination a.current:hover {
			cursor:default;
		}
		
		/* PREVIOUS BUTTON */
		.gerenciador tr td div.pagination a.FirstDisabled {
			background-color:#B2C8DF;
			color:#4F5863 !important;
			cursor:default;
		}
		
		.gerenciador tr td div.pagination a.FirstDisabled:hover {
			background-color:#B2C8DF;
			color:#4F5863 !important;
			cursor:default;
		}
		
		.gerenciador tr td div.pagination a.LastDisabled {
			background-color:#B2C8DF;
			color:#4F5863 !important;
			cursor:default;
		}

		
		.gerenciador tr td div.pagination a.LastDisabled:hover {
			background-color:#B2C8DF;
			color:#4F5863 !important;
			cursor:default;
		}
/********************
FIM: PAGINAÇÃO DO GRID
********************/