.realtime-listings-info-window {
	position:		absolute;
	z-index:		9999;
	display:		none;
}

.realtime-listings-info-window-content {
	width:			300px;
}

.realtime-listings-info-window-close {
	width:			30px;
	height:			30px;
	position:		absolute;
	top:			-15px;
	right:			-15px;
	background:		#000;
	border-radius:		25px;
	cursor:			pointer;
	color:			#fff;
	line-height:		30px;
	text-align:		center;
}

.realtime-listings-info-window .list-object-status {
	top:			20px;
	white-space:		nowrap;
}

.realtime-listings-view {
	display:		none;
}

.realtime-listings-no-results {
	display:		none;
}

.view-button {
	text-align:		center;
	margin:			0;
	float:			left;
	cursor:			pointer;
}

.realtime-listings-view:checked + .view-button {
	background:		#fff;
	color:			#2581CE;
}

.listings-sort-fake {
	height:			36px;
	margin:			0;
}

.listings-sort-fake li {
	padding:		0;
	float:			left;
}
