/*********** Results Container and Google Map *************/

#resultsContainer	{
	width:730px;
	border:none;
}

#resGoogleMap	{
	float:left;
	width:730px;
	height:450px;
	margin-top:10px;
}

#communityResMap #resGoogleMap	{
	height:375px;
}

/*********** Results Paging *************/

.resNav	{
	float:left;
	width:725px;
	height:31px;
	margin:5px 0px;
	padding:5px 5px 5px 0px;
	font-size:10pt;
	text-align:right;
	border-top:#69c 1px solid;
	border-bottom:#69c 1px solid;
	background-color:#eee;
	color:#000;
}

.resNav a	{
	text-decoration:none;
	color:#fff;
}

.resNavBack	{
	float:left;
	margin-left:5px;
	margin-right:4px;
	padding:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#69c;
	color:#fff;
}

.resNavPrev	{
	float:left;
	height:17px;
	margin:0px 4px;
	padding:7px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#69c;
	color:#fff;
}

.resNavNext	{
	float:left;
	height:17px;
	margin:0px 4px;
	padding:7px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
	background-color:#69c;
	color:#fff;
}

.resPage	{
	float:left;
	height:25px;
	margin:0px 4px;
	padding:3px 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
	background-color:#69c;
	color:#fff;
}
	
.resNavBack:hover	{
	text-decoration:none;
	background-color:#06f;
}

.resNavPrev:hover	{
	text-decoration:none;
	background-color:#06f;
}

.resNavNext:hover	{
	text-decoration:none;
	background-color:#06f;
}

/*********** Results Stats *************/

#resultsStats	{
	float:left;
	width:730px;
	padding:10px 0px;
}

.resultsStatsCell	{
	float:left;
	width:240px;
	margin-right:5px;
	padding:7px 0px;
	border-top:#69c 1px solid;
	border-bottom:#69c 1px solid;
	background-color:#eee;
	
}

.resultsStatsCount	{
	float:left;
	width:100px;
	font-size:30px;
	text-align:center;
	color:#06c;
}

.resultsStatsLabel	{
	float:left;
	width:135px;
	text-align:center;
}

/*********** Results Gallery *************/

.resultsGallery	{
	float:left;
	width:735px;
}

.resultsGalleryCell	{
	float:left;
	width:342px;
	margin:10px 6px;
	padding:5px 5px;
	border:#69C 1px solid;
	background-color: #eeeeee;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
  	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  	background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
}


.resultsGalleryCell:hover	{
	border:#06c 1px solid;
}


.resultsGalleryMsg	{
	float:left;
	width:340px;
	height:20px;
	margin:2px 5px;
	background-color:#9CC;
	text-align:center;
}

.resultsGalleryAddress	{
	float:left;
	width:340px;
	margin:10px 5px 0px 5px;
	font-size:20px;
}

.resultsGalleryAddress:hover	{
	text-decoration:underline;
}

.resultsGalleryAddress a	{
	text-decoration:none;
	color:#333;
}

.resultsGalleryCSZ	{
	float:left;
	width:340px;
	margin:0px 5px 7px 5px;
	font-size:16px;
}

.resultsGalleryImageBg	{
	float:left;
	width:320px;
	height:210px;
	margin:5px;
	padding:5px;
	background-color:#fff;
	box-shadow: 3px 3px 2px #888;
	overflow:hidden;
}

.resultsGalleryImageBg:hover	{
	box-shadow: 3px 3px 2px #666;
}
	

.resultsGalleryImage	{
	float:left;
	width:400px;
	height:300px;
	margin-top:-45px;
	margin-left:-40px;
	background-color:#ffffff;
	overflow:hidden;
}

.resultsGalleryImage img	{
	border:0;
	width:400px;
	height:300px;
}

.resultsGalleryPriceStatus	{
	float:left;
	width:340px;
	margin:5px 5px 7px 5px;
	font-size:20px;
	color:#06C;
}

.resultsGalleryPrice	{
	float:left;
	margin-right:5px;
	color:#06C;
}

.resultsGalleryDistressed	{
	float:left;
	margin:0px 5px;
}

.resultsGalleryDistressed img	{
	width:85px;
}

.resultsGalleryTable	{
	float:left;
	width:330px;
	margin:3px 5px;
	font-size:13px;
}

.galleryTableLeft	{
	float:left;
	width:115px;
}

.galleryTableRight	{
	float:left;
	width:215px;
}

.resultsGalleryLabelLeft	{
	float:left;
	width:80px;
}

.resultsGalleryFieldLeft	{
	float:left;
	width:35px;
}

.resultsGalleryLabelRight	{
	float:left;
	width:105px;
}

.resultsGalleryFieldRight	{
	float:left;
	width:110px;
}

.resultsGalleryImageLinks	{
	float:left;
	width:330px;
	padding-top:20px;
	text-align:right;
}

.resultsGalleryImageLink	{
	float:right;
	margin-left:10px;
}

.resultsGalleryImageLink img	{
	border:0;
	width:20px;
}

/*********** Results List *************/

.resultsList	{
	float:left;
	width:730px;
	margin-top:10px;
}

.resultsListCell	{
	float:left;
	width:730px;
	margin-top:10px;
	padding:5px 0px;
	border-top:#69c 2px solid;
	border-bottom:#69c 2px solid;
	background-color: #eeeeee;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
  	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  	background-image:  linear-gradient(to bottom, #eeeeee, #cccccc);
}

/*
.resultsListCell:hover	{
	border-top:#333 2px solid;
	border-bottom:#333 2px solid;
}
*/

.resultsListMsg	{
	float:left;
	width:700px;
	height:20px;
	margin:2px 5px;
	background-color:#9CC;
	text-align:center;
}

.resultsListAddress	{
	float:left;
	width:400px;
	margin:10px 5px 0px 5px;
	font-size:20px;
}

.resultsListAddress:hover	{
	text-decoration:underline;
}

.resultsListAddress a	{
	text-decoration:none;
	color:#333;
}

.resultsListCSZ	{
	float:left;
	width:400px;
	margin:0px 5px 7px 5px;
	font-size:16px;
}

.resultsListImageBg	{
	float:left;
	width:260px;
	height:195px;
	margin:5px;
	padding:5px;
	background-color:#fff;
	box-shadow: 3px 3px 2px #888;
	overflow:hidden;
}

.resultsListImageBg:hover	{
	box-shadow: 3px 3px 2px #666;
}
	

.resultsListImage	{
	float:left;
	width:330px;
	height:250px;
	margin-top:-30px;
	margin-left:-35px;
	background-color:#fff;
	overflow:hidden;
}

.resultsListImage img	{
	border:0;
	width:330px;
	height:250px;
}

.resultsListPriceStatus	{
	float:left;
	width:425px;
	margin:0px 5px 7px 5px;
	font-size:18px;
	color:#06C;
}

.resultsListPrice	{
	float:left;
	width:180px;
	margin-right:5px;
	padding-top:2px;
	color:#06C;
}

.resultsListDistressed	{
	float:left;
	margin:0px 5px;
}

.resultsListTable	{
	float:left;
	width:420px;
	margin:3px 5px;
}

.resultsListTableLeft	{
	float:left;
	width:125px;
}

.resultsListTableRight	{
	float:left;
	width:290px;
}

.resultsListLabelLeft	{
	float:left;
	width:80px;
}

.resultsListFieldLeft	{
	float:left;
	width:30px;
}

.resultsListLabelRight	{
	float:left;
	width:120px;
}

.resultsListFieldRight	{
	float:left;
	width:165px;
}

.resultsListImageLinks	{
	float:left;
	width:435px;
	padding-top:35px;
	text-align:right;
}

.resultsListImageLink	{
	float:right;
	margin-left:10px;
}

.resultsListImageLink img	{
	border:0;
	width:20px;
}


/*********** Table ***************/

.resultsTable	{
	float:left;
	width:725px;
	margin-top:10px;
}

.resultsTableLabel	{
	float:left;
	width:725px;
	margin:10px 0px;
	font-size:14px;
}

#conversion	{
	float:left;
	width:730px;
}

.conversionField	{
	float:left;
	margin-right:10px;
	padding-top:2px;
}

.resultsTableField-MLS, .resultsTableField-Unit, .resultsTableField-Price, .resultsTableField-BedBath, .resultsTableField-Area, .resultsTableField-F2Price	{
	margin-top:11px;
}

.resultsTableLabel-Address	{
	float:left;
	width:210px;
	margin-left:5px;
	text-align:left;
}

.resultsTableField-Address	{
	float:left;
	width:210px;
	margin-top:3px;
	margin-left:5px;
	text-align:left;
}

.resultsTableField-Address a	{
	text-decoration:none;
	color:#06c;
	font-weight:bold;
}

.resultsTableField-Address a:hover	{
	text-decoration:underline;
}

.resultsTableLabel-MLS	{
	float:left;
	width:80px;
	margin-left:15px;
	text-align:left;
}

.resultsTableField-MLS	{
	float:left;
	width:80px;
	margin-left:15px;
	text-align:left;
}

.resultsTableField-MLS a	{
	text-decoration:none;
	color:#06c;
	font-weight:bold;
}

.resultsTableField-MLS a:hover	{
	text-decoration:underline;
}

.resultsTableLabel-Unit	{
	float:left;
	width:100px;
	text-align:center;
}

.resultsTableField-Unit	{
	float:left;
	width:100px;
	text-align:center;
}

.resultsTableLabel-Twr	{
	float:left;
	width:50px;
	text-align:center;
}

.resultsTableField-Twr	{
	float:left;
	width:50px;
	text-align:center;
}

.resultsTableLabel-Price	{
	float:left;
	width:75px;
	text-align:center;
}

.resultsTableField-Price	{
	float:left;
	width:75px;
	text-align:center;
}

.resultsTableLabel-BedBath	{
	float:left;
	width:95px;
	text-align:center;
}

.resultsTableField-BedBath	{
	float:left;
	width:95px;
	text-align:center;
}

.resultsTableLabel-Area	{
	float:left;
	width:80px;
	text-align:center;
}

.resultsTableField-Area	{
	float:left;
	width:80px;
	text-align:center;
}

.resultsTableLabel-F2Price	{
	float:left;
	width:90px;
	text-align:center;
}

.resultsTableField-F2Price	{
	float:left;
	width:90px;
	text-align:center;
}

.resultsTableLabel-M2Price	{
	float:left;
	width:70px;
	text-align:center;
}

.resultsTableField-M2Price	{
	float:left;
	width:70px;
	text-align:center;
}

.resultsTableImgLinks	{
	float:left;
	margin:0px 9px;
}

.resultsTableImgLinks img	{
	width:20px;
	margin-top:7px;
	border:0;
}

.resultsTableDistressed	{
	float:right;
	margin:0px 6px;
}

.resultsTableDistressed img	{
	width:17px;
	margin-top:5px;
}

.bedroomsLabel	{
	float:left;
	width:730px;
	margin:10px 0px;
	text-align:center;
	font-size:24px;
}

.resultsTableCellA	{
	float:left;
	width:729px;
	height:40px;
	font-size:14px;
	background-color:#eee;
	border-top:#eee 2px solid;
	border-bottom:#eee 2px solid;
}

.resultsTableCellB	{
	float:left;
	width:729px;
	height:40px;
	font-size:14px;
	background-color:#ccc;
	border-top:#ccc 2px solid;
	border-bottom:#ccc 2px solid;
}

.resultsTableCellA:hover	{
	background-color:#FFF;
	border-top:#69c 2px solid;
	border-bottom:#69c 2px solid;
	color:#000;
}

.resultsTableCellB:hover	{
	background-color:#FFF;
	border-top:#69c 2px solid;
	border-bottom:#69c 2px solid;
	color:#000;
}

/*********** Refine Search *************/

#refineSearch	{
	width:225px;
	
}

#refineResultsType	{
	width:225px;
	height:31px;
	margin:5px 0px;
	padding:5px 0px 5px 0px;
	border-top:#69c 1px solid;
	border-bottom:#69c 1px solid;
	background-color:#eee;
}

.typeButton	{
	float:left;
	width:50px;
	height:17px;
	margin-left:9px;
	padding:7px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	background-color:#69c;
	color:#fff;
}

.typeButton a	{
	text-decoration:none;
	color:#fff;
}

.typeButton:hover	{
	background-color:#06c;
}

#refineCount	{
	width:223px;
	height:52px;
	margin:15px 0px;
	text-align:center;
	border-top:#69c 1px solid;
	border-bottom:#69c 1px solid;
	background-color:#eee;
}

#countTotal	{
	font-size:28px;
	color:#06c;
}

#refineForm	{
	width:225px;
}

#refineForm .searchButton input	{
	width:221px;
	height:42px;
	margin:10px 0px;
	padding:0px 5px;
	font-size:14px;
	border-radius:5px;
	border:#999 2px solid;
	box-shadow:none;
	background:#69c;
	font-size:18px;
	color:#000;
	cursor:pointer;
}

#refineForm .searchButton input:hover	{
	color:#fff;
	background-color:#06f;
}

#refineForm #amenitiesContainer	{
	float:left;
	width:223px;
	margin:10px 0px;
	padding:5px 0px;
	border-radius:5px;
	border:#06c 1px solid;
	background:#eee;
	text-align:left;
	overflow:auto;
}

#refineForm #amenitiesContainer input	{
	float:left;
}

#refineForm #CityContainer	{
	float:left;
	width:223px;
	height:250px;
	margin:10px 0px;
	padding:5px 0px;
	border-radius:5px;
	border:#06c 1px solid;
	background:#eee;
	text-align:left;
}

#refineForm #CityContainer input	{
	float:left;
}


#refineFormLabel	{
}

#refineFormField	{
}


/*********** Details *************/

#propertyContainer	{
	float:left;
	width:730px;
	margin-top:10px;
	//margin-left:10px;
	padding-bottom:50px;
	
	color:#000;
}

#propertyAddress	{
	float:left;
	font-size:24px;
	
}

#distressed	{
	float:left;
	margin-left:15px;
	width:110px;
}

#currConversion	{
	float:right;
	margin-left:10px;
}

#listingPrice	{
	float:right;
	text-align:right;
	font-size:24px;
	color:#FF0000;
}

#propertyCSZ	{
	float:left;
	width:100%;
	margin-bottom:10px;
	font-size:18px;
	
}

#tabsContainer	{
	float:left;
	width:730px;
}

#priceMLS	{
	float:left;
	width:100%;
	margin-top:10px;
}

#listingMLS	{
	float:left;
	width:100%;
	text-align:left;
	font-weight:bold;
}

#propertyDescription	{
	float:left;
	width:90%;
	padding:0% 5%;
	margin-top:15px;
	text-align:left;
}

.tools	{
	float:left;
	width:730px;
	margin-top:10px;
	padding:10px 0px;
	border-top:#06c 1px solid;
	border-bottom:#06c 1px solid;
	background-color:#eee;
}

.toolItem	{
	float:left;
	width:23.5%;
	height:40px;
	margin:5px 5px;
	padding:5px 0px;
	border-top:#06c 1px solid;
	border-bottom:#06c 1px solid;
	background-color:#ccc;
	font-size:13px;
	color:#06c;
	font-weight:bold;
}

.toolItem a	{
	color:#06c;
	text-decoration:none;
	border:0;
}

.toolItem:hover	{
	background-color:#aaa;
	cursor:pointer;
}

.toolItem img	{
	border:0;
}

.propertyDetails	{
	float:left;
	width:700px;
	padding-left:10px;
	margin-bottom:10px;
}

#detailsLeft	{
	float:left;
	width:250px;
}

#detailsRight	{
	float:right;
	width:450px;
	margin-bottom:15px;
}

.dataCell	{
	float:left;
	width:100%;
	margin:2px 0px;
}

.detailLabelLeft	{
	float:left;
	width:45%;
	margin-left:5px;
	text-align:left;
}

.detailFieldLeft	{
	float:left;
	width:50%;
	text-align:left;
	color:#006;
}

.detailLabelRight	{
	float:left;
	width:30%;
	margin-left:5px;
	text-align:left;
}

.detailFieldRight	{
	float:left;
	width:65%;
	text-align:left;
	color:#006;
}

.detailLabel	{
	float:left;
	width:45%;
	margin-left:5px;
	text-align:left;
}

.detailField	{
	float:left;
	width:50%;
	text-align:left;
	color:#006;
}

.dimensionLabel	{
	float:left;
	width:68%;
	margin-left:5px;
	text-align:left;
}

.dimensionField	{
	float:left;
	width:30%;
	text-align:left;
	color:#006;
}

.accordionContainer	{
	float:left;
	width:730px;
	margin-top:10px;
	font-size:14px;
}

#accordionLeft	{
	float:left;
	width:48%;
}

#accordionRight	{
	float:right;
	width:46%;
	padding-left:2%;
	border-left:#666 1px solid;
}

/*********** Search Form *************/

#wildSearch	{
	width:725px;
	height:60px;
	margin:10px 0px 10px 10px;
}

#wildSearch .searchFormField input	{
	width:375px;
	height:40px;
	padding:0px 5px;
	font-size:14px;
	border-radius:5px;
	border:#06c 1px solid;
	background:#eee;
	color:#06c;
}

#wildSearch .searchButton input	{
	width:140px;
	height:42px;
	padding:0px 6px;
	font-size:13px;
	border-radius:5px;
	border:#06c 1px solid;
	background:#eee;
	color:#000;
	cursor:pointer;
}

#wildSearch .searchButton input:hover	{
	color:#fff;
	background-color:#06f;
}
	
.propertyCount	{
	float:left;
	width:150px;
	height:27px;
	margin:0px 10px;
	padding:10px 0px 3px 0px;
	border-radius:5px;
	border:#06c 1px solid;
	background:#eee;
	text-align:center;
	color:#06c;
}

#formContainer	{
	float:left;
	width:725px;
}

.subForm	{
	width:725px;
	margin-top:10px;
	}

.formContainer	{
	width:725px;
	margin-top:10px;
	
}

.searchFormLeft	{
	float:left;
	width:375px;
	margin:10px;
}

.searchFormRight	{
	float:left;
	width:320px;
	margin:10px 0px 10px 10px;	
}

.searchButton input	{
	width:140px;
	height:42px;
	padding:0px 6px;
	font-size:13px;
	border-radius:5px;
	border:#06c 1px solid;
	background:#eee;
	color:#000;
	cursor:pointer;
}

.searchButton input:hover	{
	color:#fff;
	background-color:#06f;
}

#CityContainer	{
	float:left;
	width:288px;
	height:380px;
	margin-bottom:10px;
	padding:5px;
	border-radius:5px;
	border:#06c 1px solid;
	background:#eee;
	overflow:auto;
}

#amenitiesContainer	{
	float:left;
	width:290px;
	margin:10px 0px;
	padding:5px;
	border-radius:5px;
	border:#06c 1px solid;
	background:#eee;
	overflow:auto;
}

.searchFormLabel	{
	margin-bottom:5px;
}

.searchFormField	{
	float:left;
	margin-bottom:10px;
}

.searchFormField select	{
	border-radius:5px;
	border:#06c 1px solid;
	background:#eee;
}

/***************SCHEDULE SHOWING/REQUEST INFO FORM******************/

#requestInfoTitle	{
	line-height:30px;
	margin:10px;
	font-size:24px;
}

#requestInfoProperty	{
	margin:10px;
}

#requestInfoImage	{
	width:100%;
	margin:10px 0px;
	overflow:hidden;
}

#requestInfoImage img	{
	width:100%;
}

#requestInfoStreet	{
	margin-bottom:3px;
	font-size:20px;
}

#requestInfoCSZ	{
	margin-bottom:3px;
	font-size:14px;
}

#requestInfoPrice	{
	font-size:20px;
}

#requestInfoForm	{
	margin:10px;	
}

.formField	{
	margin-bottom:7px;
}

.redError {
	color:red;
	padding:10px 0px;
}