@charset "utf-8";
/* CSS Document */


#map_main {
	float: left;
	width: 100%;
}
#map_main h1 { font-size: 1.3em;}

#property_column {
	float: left;
	width: 330px;
}

/*
 * Search styles
 */
#search { width: 330px;}
#search select { width: 185px;}
#search #title { height: 30px;}
#search #title a.search:link, #search #title a.search:visited {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 1em;
	text-decoration: none;
	background-image: url('/img/icons/search.png');
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding-left: 25px;
	padding-bottom: 5px;
}
#search #title a.search:hover { text-decoration: underline;}
#search #fields {
	float: left;
	display: none;
	margin-bottom: 5px;	
	padding: 5px;
	background-color: #F5F4EF;
	border: 1px solid #EDECE6;
}
#search #fields table { font-size: 1em;}








#properties_list {
	float: left;
	width: 330px;
	height: 450px; /* 325px; */
	background-color: #F5F4EF;
	border: 1px solid #EDECE6;
	overflow: auto;
}
#properties_progress {
	display: none;
	margin: 15px;
}
#properties_progress span {
	font-style: italic;
	padding: 10px 0px 10px 45px;
	background-image: url('/img/loading2.gif');
	background-repeat: no-repeat;
}

#properties_list table {
	display: block;
	color: #666;
	font-size: 0.9em;
 	border: 0px;
	background-color: #FFFFFF;
}
#properties_list table th { background-color: #E0DDD0;}
#properties_list table td.alt1 { padding: 2px; background-color: #F5F4EF;}
#properties_list table td.alt2 { padding: 2px;	background-color: #E7E6E2;}
#properties_list table td.center {text-align: center;}
#properties_list table td a:link, #properties_list table td a:visited {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#properties_list table td a:hover { text-decoration: underline;}

#pagination {
	float: left;	
	width: 330px;
	height: 30px;
	margin-top: 5px;
}

#pagination input.button-field { width: 75px;}





/*
 *	Map styles
 */
#map_header, #map_footer {
	height: 30px;
	margin-left: 335px;
}

#map_header ul { list-style: none;}
#map_header ul li {
	float: left;
	margin-right: 15px;
}

#map {
	height: 450px;
	margin-left: 335px;
	border: 1px solid #EDECE6;
	background-color: #FFFFFF;
}

#map_footer { margin-top: 5px;}
#map_footer select { width: 50px;}



/*
 * Google Maps ballon styles
 */
#ballon {
	float: left;
	width: 400px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#ballon img { border: 0px; padding: 5px; width: 150px; height: 113px;}
#ballon h1 {
	margin:0 0 10px;
	color: #226BB7;
	font-size: 1.2em;
	/*border-bottom: 1px solid #d6d6d6; */
	font-weight: 500;
}
#ballon a:link, a:visited {text-decoration: none;}
#ballon a:hover { color: #226BB7; text-decoration: underline;}
#ballon #thumbnail { float: left;}
#ballon #details { float: left;}
#ballon #desc { clear: left;}	
