.floatingMenuBar {
	width: auto;
	font-weight: bold;

	background-color: #EEE;
	color: #333;
	border: 1px solid #AAA;
	text-shadow:1px 1px 0px #fff;
	
	height: 29px;
	line-height: 29px;
	padding: 1px;
	
	margin-bottom: 10px;
	margin-top: 10px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
}

.listing-office{
	font-size: 16px;
}

#search_right_column{
	float: right;
	width: 77%;
}

#search_left_column{
	float: left;
	padding-right: 0px;
	width: 175px;
}

#facetFeatured {
	text-align:left;
}

.manualFacet{
	width:160px;
}

.savedSearch {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px solid #ddd;

	font-family:Arial;
	font-size:12px;
	color:#565656;

	line-height:normal;
	margin: 2px;

	background-color:#F4F4F4;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #F5F5F5), color-stop(1, #F1F1F1) );
	background:-moz-linear-gradient( center top , #F5F5F5, #F1F1F1 );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F1F1F1');
	text-align: left;
}.savedSearch button.button_blue {
}.savedSearch button.button_ui_x {
	float: right;
	margin-right: 2px;
	margin-top: 2px;
}.savedSearch div {
	overflow: hidden;
	width: 85%;
	height: 15px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}

.sold{
    display: inline-block;
    margin-left: 50px;
    font-size: 14px;
    color: #fff;
    background: #339a00;
    padding: 0px 8px;
    border-radius: 2px;    
}



/* Proerty2 - New Property Page */
.property_title {
	color:#3079ED;
	font-size: 26px;
	margin-bottom: 4px;
	padding-top: 15px;
}

.property_title span{
	color:#444;
	font-size: 20px;
	margin-bottom: 4px;
	padding-top: 15px;
	opacity:.4;
	margin-left:10px;
} 
#property_header_left {
	width: 200px;
	vertical-align:top;	
}
ul#property_specs {
	margin: 0;
	padding: 0;
	margin-left: -14px;
	margin-right: -14px;
}
ul#property_specs li:last-child {
	border: none;
}
ul#property_specs li {
    border-color: #DDD;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 6px 20px;
}
ul#property_specs li strong {
	font-weight: bold;
	font-size: 19px;
}

ul#property_specs li strong .sold{
	color:#ed1c24;
}

ul#property_specs li strong .active{
	color:#089745;
}

ul#property_specs li strong .pending{
	color:#666;
}

.property_panel {
    background-color: #FFFFFF;
    border: 1px solid #CCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;	
    padding: 14px;
	margin-top: 10px;
	position:relative;

	color:#666;
	font-size: 14px;
}
.property_panel .small {
	position:relative;
	top: -8px;
	width: 100%;
	margin-bottom: -5px;
	right: -8px;
	text-align: right;
	
	color: #999;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.property_panel .small_lft {
	position:relative;
	top: -8px;
	width: 100%;
	margin-bottom: -5px;
    left: -16px;
	text-align: left;
	
	color: #999;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.property_panel h2 {
	margin-top: 0px;
	font-weight: normal;
	color:#3079ED;
	font-size: 20px;
}
.property_panel a {
	color: #0099FF;
	text-decoration: none;
}.property_panel a:hover {
	text-decoration:underline;
}
.property_panel p {
	line-height: 1.4em;
}


.property_panel ul {
	margin: 0 -14px;
	padding: 0;
}
.property_panel ul li:last-child {
	border: none;
}
.property_panel>ul>li {
    border-color: #DDD;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 13px;
    list-style: none outside none;
    margin: 0;
    padding: 6px 20px;
}
.property_panel_grid {
	padding: 0px;
	background-color: transparent; 
	border-color: transparent;
}
.property_panel_grid .small {
	top: 0;
	right: 6px;
}
.property_panel_grid ul {
	margin:0;
	padding:4px;
	padding-bottom: 0px;
}
.property_panel_grid ul li, .property_panel_grid ul li:last-child {
	width: auto;
    background-color: #FFFFFF;
    border: 1px solid #AAA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    overflow: hidden;
    padding: 0px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/*padding: 4px 8px;*/
	margin: 0;
	margin-right: 4px;
	margin-bottom: 8px;
}
.property_panel_grid ul .name {
	padding: 4px 8px;
	padding-right: 6px;
	display: inline-block;
	background-color:#DDD;
	border-right: 1px solid #A9A9A9;
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.property_panel_grid ul .value, .property_panel ul .value {
	padding: 4px 8px;
	padding-left: 2px;
	display: inline-block;
	color: #3079ED;
	font-weight: bold;
}.property_panel_grid ul .value-only {
	padding-left: 24px;
	font-weight: bold;
	background-image:url("/includes/images/icons/raster/blue/check_12x10.png");
	background-repeat: no-repeat;
	background-position: 8px 0.5em;

}
.property_panel ul li strong {
	font-weight: bold;
}
.property_panel ul li .label {
	color: #999;
	font-size: 0.9em;
	margin-left: 5px;
}

/* Property Results */
.search_property {		
	margin-bottom: 20px;
	text-align: left;
	clear:both;
	display: block;
	text-decoration:none !important;
	position: relative;
	
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,.2);		
}
.search_property_featured_orange {	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;

	/*border:1px solid #d9ebeb;*/
	border: 1px solid #ffd24e;
	background-color: #fff;
	/*background-image: -moz-linear-gradient(#fff6db, #ffe69b);*/
	background-image: -moz-linear-gradient(#fff6db, #ffe69b);
	border-bottom-color: #e7ad00;
	border-top-color: #ffdc74;
}.search_property_featured_orange:hover {	
	border: 1px solid #e7ad00 !important;
}.search_property_featured_orange .innerborder {	
	border-bottom: 1px solid transparent !important;
}

.search_property_featured {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;

	background-color: #fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #ffffff), color-stop(1, #e8f1f7) );
	background:-moz-linear-gradient(center top , #ffffff, #e8f1f7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8f1f7');
	
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,.2);	

}.search_property_featured:hover{
	background:#f7fafc !important;
	background-color:#f7fafc !important;
	border-left:1px solid #d9e8f2 !important;
	border-bottom:1px solid #d9e8f2 !important;
	border-top:1px solid #bcd6e8 !important;
	border-right:1px solid #bcd6e8 !important;
}.search_property_featured .innerborder {	
	border-bottom: 1px solid transparent !important;
}
.search_featured_ribbon {
	background-image:url('../images/featured_ribbon.png');
	background-repeat: no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 1;
}

.search_newlisting_ribbon {
	background-image:url('../images/justlisted_ribbon.png');
	background-repeat: no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: -8px;
	left: -8px;
	z-index: 1;
}

.search_property .innerborder {
	padding:0;
	padding-bottom:0;
	border-bottom:1px solid #e1e1e1;
	position: relative;
}

	.search_property:hover .innerborder {
		border-bottom:1px solid transparent;
	}

	.search_property .innerborder .listings_details {
    padding-top: 10px;
	}

.search_property:hover {
	cursor:pointer;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	background:#e8f1f7 !important;
	background-color:#e8f1f7 !important;
	border-left:1px solid #c7ddeb !important;
	border-bottom:1px solid #c7ddeb !important;
	border-top:1px solid #aacbe0 !important;
	border-right:1px solid #aacbe0 !important;

	/*
	-moz-box-shadow: 3px  3px 3px #a5a5a5;
	-webkit-box-shadow: 3px 3px 3px #a5a5a5;
	box-shadow: 3px 3px 3px #a5a5a5;
	*/
}

.search_property a:link, .search_property a:active, .search_property a:visited {
	color: #225dd6;
	font-size:11px;
	text-decoration:underline;
}

.search_property a:hover {
	font-weight:bold;
}

.search_property .title{
	 font-weight:bold;
	 font-size:16px;
	 color: #3079ED;
}

	.search_property:hover .price {
		background-color:#fff;
	}
	
.search_property .price .green{
	color:#339a00;
}

.search_property .reduced{
	float:right;
	font-size:12px;
	margin-right: 0px;
	margin-top: -10px;
	padding:2px;
	width:145px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	background-color:#339a00;
  -moz-border-radius: 0 0 0 2px;
	-webkit-border-radius: 0 0 0 2px;
	border-radius: 0 0 0 2px;
}		
	.search_property:hover .reduced {
		background-color:#ebebeb;
		color: #339a00;
	}

.search_property .type{
	 padding-top:4px;
	 color:#666;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
}
	.search_property .photo {
		width:227px;
		height:149px;
		border:none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		float:left;
		margin-right:10px;
		position:relative;
	}
	.search_property .photo .innerwhite img {
		height:150px;
	}		
	.search_property:hover .photo img, .search_property:hover .photo {
		opacity : 1;
	}

.search_property .location{
	 color:#333;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
}
	
.search_property .description{
	font-size:12px;
	color:#999;
	padding-top:3px;
}


.search_property .tools {
	position:absolute;
	bottom: 7px;
	right: 8px;
	display: none;
}
.search_property:hover .tools{
	display: block;
}
.search_property .tools a {
	display: inline-block;
	margin-left: 6px;
}

.search_property .tools_fade_link {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.search_property .tools_fade_link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.search_property .divider {
	padding: 0 5px;
	color:#71bb67;
}
.search_property .distance {
	margin: 5px 0;
	font-weight: bold;
	color: #666;
}
#similar_properties .button_compare {
	display: none;
}

.search_property .openhouse{
	float:right;
	margin-right: 5px;
	margin-top:-10px;
	width:90px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	background-color:#06F;
	padding:1px;
	font-size:11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height:18px;
}		
	.search_property:hover .openhouse {
		background-color:#06F;
		color: #fff;
	}

	


	.search_property:hover .type{
		color:#000;
	}

		.search_property:hover .type .property-highlight{
			color:#0099FF;
		}

	.search_property:hover .description{
		color:#333;
		
	}
	


div.photo_count {
	position: absolute;
	bottom: -4px;
	left: -4px;
	
	/*background-color:#F90;*/
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	
	padding-left: 4px;
	padding-right: 4px;

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	background-color: #FFD040;
 	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #FFE38D), color-stop(1, #FFD040) );
    background-image: -moz-linear-gradient(#FFE38D, #FFD040);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE38D', endColorstr='#FFD040');
    background-repeat: repeat-x;
    border-bottom-color: #FFC40D;
	
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #333333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);	
}.photo_count img {
	border: none !important;
	padding-left: 3px;
	margin-top: 3px;
}

#searchDockContainer {
	position:fixed;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	z-index: 2000;
}
#searchDock {
	height: 39px;
	border: 1px solid #BBBBBB;
	-moz-border-radius:2px 2px 0px 0px;
	-webkit-border-radius:2px 2px 0px 0px;
	border-radius:2px 2px 0px 0px;
	border-bottom: none;

	background-color: #DDD;
	background: -moz-linear-gradient(center top , #FFFFFF 0pt, #E0E0E0 100%);
 	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #FFFFFF), color-stop(1, #E0E0E0) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E0E0E0');
	text-align: center;
	vertical-align: middle;
	
}#searchDock a {
	margin: 3px auto;
}
.searchDockPanel {
	display: none;
	width: 100%;
	height: 118px;
	overflow: hidden;

	background-color: #222;
 	background:-webkit-gradient( linear, left top, left bottom, color-stop(1, #222222), color-stop(1, #111111111) );
    background-image: -moz-linear-gradient(#222222, #111111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111');
	/*border-top: 1px solid #000;*/

	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;

	text-align: center;
	vertical-align: middle;
	/*
	background-color: #EEE;
	border-top: 1px solid #BBBBBB;
	*/
}.searchDockPanel h2 {
	text-shadow: 1px 1px 0 #000;
	color: #555;
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 118px;
}.searchDockPanel .infobox {
	box-shadow: none;
	position: relative !important;
	display: inline-block;
	min-width: 0px !important;
	width: 32%;
	margin: 1px !important;
	text-align: left !important;
}
.searchDockPanelScrollable {
	/*overflow-x: scroll !important;
	text-align: left;*/
	height: auto;
}
.searchDockPanelScrollableVertical {
	/*overflow-x: scroll !important;
	text-align: left;*/
	height: 118px;
	overflow-y: scroll;
}
.infobox_compare {
	height:19px;
	line-height: 19px;
	display: inline-block;
	margin-right: 3px;
	
}.infobox_compare label {
	color: #999;
}.infobox_compare input {
	padding:0px;
	margin: 0px;
	vertical-align: middle;
}
#mapControls {
	float: right;
	padding: 2px;
	height: 20px;
	line-height: 20px;
}


#search_loader {
	position:fixed; top:375px; left:50%;right:50%; 
	width: 72px;
	display: none;
}
.loader {
	background-color: #222222;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    height: 31px;
    padding: 12px 25px;
	padding-left: 66px;
    position: absolute;
    text-align: left;
    text-shadow: 1px 1px 1px #000000;
    width: auto;
    z-index: 1000;
	background-image: url('/includes/images/ajax-loading.gif');
	background-repeat: no-repeat;
	background-position:22px 50%;
	line-height: 31px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#search_loader2 {
	text-align:center; 
	font-size: 18px; 
	color:#555; 
	width: 200px; 
	border-color:#666; 
	border-style:solid; 
	border-width: 1px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	background-color:#fff; 
	padding:10px; 
	position:fixed; 
	top:375px; 
	left:50%;
	right:50%; 
	display:none;
}
#search_disclaimers {
	color:#bbb;
	font-size:10px;
	padding: 10px;
}#search_disclaimers font {
	color:#bbb;
	font-size:10px;
	float: right;
}#search_disclaimers img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.pager_top{
    float: right;
    position: relative;
    top: -39px;	
}

input[type=submit] {
    background: #4c90ff;
}

input[type=submit]:hover {
    background: #3090ff;
}

/* Comparison */
.comparisonMetricTitle {
	background-color:#E5E5E5;
	border: none;
	border-top: 1px solid #FFF;
	padding: 8px;
	color:#333;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-align: right;
	width: 146px;
	min-width: 146px;
}.comparisonMetricTitle a {
	color: #0099FF !important;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}.comparisonMetricTitle a:hover {
	text-decoration: underline;
}
.comparisonPhoto {
	border: 1px solid #ccc;
	width: auto;
	margin-bottom: 5px;
}.comparisonPhoto img {
	border: 1px solid #fff;
}
.comparisonItem {
	padding: 8px;
	font-size: 16px;
	color:#666;
	background-color:#EFEFEF;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	vertical-align: middle;
}
.comparisonItem em {
	color: #CCC;
	
}
.comparisonItemHeader {
	color: #3079ED;
	font-size: 18px;
}
tr.comparisonRowAlt td {
	background-color: #F5F5F5;
}
div.fixedTable {
	background-color:#ccc;
}
#comparisonContainer {
	overflow-x: hidden;
	border: 1px solid #ccc;
}

@media (max-width: 1280px)
{
	
}
@media (max-width: 1200px)
{

}

@media (max-width: 1125px)
{

}

@media (max-width: 1024px)
{
	.search_property .tools {
		position:absolute;
		bottom: 7px;
		right: 8px;
		display: block;
	}
	#searchDockContainer{
		display:none;
	}	
}

@media (max-width: 900px)
{
	#search_left_column {
	  float: left;
	  padding-right: 20px;
	  width: 100%;
	  min-width: 150px;
	}	
	
	#search_right_column {
	  float: left;
	  width: 100%;
	}	
	
	.facetWrapper {
	  min-height: 42px;
	  float: left;
	  margin-right: 14px;
	}	
	
	.floatingMenuBar {
		display:none;
	}
	
	.search_property:hover .tools  {
		display:none;
	}	
	
	#search_loader {
		position:fixed; 
		top:40%; 
		left:27%;
		width: 72px;
		display: none;
	}	
	
}

@media (max-width: 640px)
{
	#facetFeatured {
		display: block;
		line-height: 25px;
		text-align:center;
	}

	#facetFeatured label {
		font-size:18px;
		padding-left: 0;
    	text-indent: 0;
    	margin-bottom: 0;
	}	
	
	#facetFeatured label input {
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		vertical-align: bottom;
		position: relative;
		top: 0px;
		margin-right: 3px;
		font-size:18px;
	}	

	#search_left_column {
		float: left;
		padding-right: 0px;
		width: 100%;
		min-width: 150px;
		margin:0 auto;
	}	
	
	#search_right_column {
		float: left;
		width: 100%;
	}	
	
	.manualFacet{
		margin:0 auto;
		width:97%;
	}	
	
	.manualFacetPrice	{
		width:40%;
	}
	
	#search_facets .facetCountainer{
		margin:0 auto;
		width:95%;
		position:relative;
	}
	
#search_facets > div.facetCountainer > ul > li{
		font-size:16px !important;
	}	
	
	#search_facets ul li:nth-child(2n+3){  
		margin-right:-10px;
	}	
		
	.facetWrapper {
		min-height: 42px;
		float: left;
		margin-right:15px;;
		width: 45%;
	}
	
	#searchStats{
		text-align:center;
	}
	
	.resultSorter{
		text-align:center;
	}
	
	.facetprice {
		float: left;
		margin-right: 4px;
		display:flex;
	}
	
	.pager_top{
		display:none;	
	}	
	
	.search_property .tools  {
		display:none;
	}
	
	.search_property .photo_count, .search_property .photo_count img {
		height:auto !important;
		width:auto !important;
	}
	
	.search_property .photo, .search_property .photo img {
		height:100%;
		width:100%;
	}	
	
	#searchDockContainer{
		display:none;
	}
	
	.search_property .title {
		font-weight: bold;
		font-size: 18px;
		color: #3079ED;
		line-height: 24px;
	}
	

}

@media (max-width: 500px)
{
	
}

