@charset "utf-8";
/* CSS Document */

@import url("/style.css");

.advancedSearch {width: 968px; border: 1px solid #E5E5E5; padding: 5px; margin-bottom: 10px;}
	.advancedSearch span {font-weight: bold; text-transform: uppercase;}
	.advancedSearch .advancedRow {width: 240px; padding: 2px 0px 2px 2px; float: left;}
	.special {background-color: #FFC1C1;}
	.advancedSearch .advancedSubmit {text-align: center; background-color: #F5F5F5; padding: 2px 0px;}

.navLink {width: 20px; border: 1px solid #E3E3E3; text-align: center; padding: 2px; margin: 0px 1px 1px 0px; float: left;}

.searchResults {}
	.searchResults .label {text-align: center;}
	.searchResults .result {width: 974px; border: 1px solid #E5E5E5; border-bottom-width: 3px; padding: 2px; margin-bottom: 5px;}
		.searchResults .result .photo {width: 200px; float: left;}
			.searchResults .result .photo img {margin: 0px auto;}
		.searchResults .result .information {width: 764px; padding: 5px; text-transform: uppercase; float: left;}
			.searchResults .result .information .propertyLocation, .searchResults .result .information .propertyDetails {width: 382px; float:left}
				.searchResults .result .information .propertyLocation .name {text-align: left;}
					.searchResults .result .information .propertyLocation .name .type {font-size: 11px;}

.sendEmailLink {font-weight: bold; text-align: center; padding: 5px;}
	.sendEmailLink .email {width: 150px;}
	.sendEmailLink textarea {width: 300px;}
				
input.short {width: 40px;}
input.medium {width: 100px;}
input.long {width: 180px;}

#provinces {display: none;}