/*** Realestate search, new objects, search results, single object. ***/
div#realestate-search
{
	padding: 10px;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	/*background-color: #f26722;*/
}
div#realestate-search input.text
{
	width: 156px;
	/*border: 2px solid #fff;*/
	font-size: 9pt;
	height: 16px;
	.height: 20px;
	_height: 20px;
	color: #000 !important;
	font-family: Arial, sans-serif;
}
div#realestate-search select
{
	width: 156px;
	/*border: 2px solid #fff;*/
	font-size: 9pt;
	height: 20px;
	.height: 24px;
	_height: 22px
}
/*\*/
html>body* div#realestate-search select { height: 20px; }
/**/

div#realestate-search input.button
{
	/*background-color: #347299;
	width: 100%;
	border: 0;
	height: 19px;
	color: #fff;
	text-transform: uppercase;*/
}

/* First page - new offers. */
div#realestate-new-offers
{
	width: 465px;
	float: right;
	padding: 25px;
	text-align: left;
}
div#realestate-new-offers h1
{
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 30px;
	font-size: 16pt;
}
div#realestate-new-offers img
{
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0;
}
div#realestate-new-offers table tr td span a
{
	font-size: 9pt;
	text-align: justify;
}

/* Sinle object. */
div#realestate-single-object
{
	width: 465px;
	float: right;
	padding: 25px;
	text-align: left;

	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

/* Serach results. */
div#realestate-search-results
{
	width: 455px;
	float: right;
	padding: 25px;
	text-align: left;

	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}
div#realestate-search-results img
{
	margin-right: 10px;
	margin-bottom: 10px;
}
div#realestate-search-results td.title, div#realestate-search-results td.date, div#realestate-search-results td.price
{
	height: 25px;
	background-color: #5d8dad;
	white-space: nowrap;
	font-size: 9pt;
	padding: 5px;
}
div#realestate-search-results td.title
{
	padding-left: 10px;
	white-space: normal;
}
div#realestate-search-results td.price
{
	text-align: right;
	font-weight: bold;
	color: #f9cb06;
	padding-right: 10px;
}
div#realestate-search-results td.text
{
	vertical-align: top;
	padding: 5px;
	padding-left: 10px;
}
div#realestate-search-results td.text a
{
	text-decoration: none;
}

/* Paging. */
div.paging
{
	padding: 10px;
}
div.paging, div.paging a
{
	font-size: 9pt;
	color: #fff;
}
div.paging a
{
	padding: 2px;
}
div.paging a.current
{
	font-weight: bold;
	text-decoration: none;
}