:root {
	--gmap-bg-color: #d2d2d2;
}
#idx-gmap-container {
	border: 6px solid var(--gmap-bg-color);
}
#idx-gmap-header {
	height: 62px;
	background-color: var(--gmap-bg-color);
	border-bottom: 1px solid var(--gmap-bg-color);
}
#idx-gmap-header-left {
	width: 49%;
	float: left;
}
#idx-gmap-header-right {
	width: 49%;
	float: right;
	padding-top: 2px;
}
#idx-gmap-controls {
	min-height: 150px;
	background-color: var(--gmap-bg-color);
	border-top: 1px solid var(--gmap-bg-color);
	padding-bottom: 10px;
}
#idx-gmap-ctrl-left, #idx-gmap-ctrl-center, #idx-gmap-ctrl-right  {
	position: relative;
	display: inline-block;
	float: left;
	min-height: 143px;
	margin: 10px 2% 10px 0;
	padding: 0px 10px;
	/*border: 1px solid #23282d;*/
}
#idx-gmap-ctrl-left ul {
	margin: 3px 10px;
}
#idx-gmap-ctrl-right {
	display: none;
	margin-right: 0;
}
#idx-gmap-ctrl-reset {
	margin-top: 8px;
}
#idx-gmap {
	width: 100%;
	height: 500px;
}
#idx-status {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #1d2129;
}
.fb_iframe_widget {
	width: 100%;
	overflow: hidden;
}
.idx-inline-block {
	display: inline-block;
}
.idx-select {
	width: auto;
	padding: 0px 5px;
	margin-bottom: 5px;
}
.idx-select-label {
	line-height: 18px;
	margin-bottom: 0px;
	font-size: 12px;	
}
.idx-h2 {
	margin: 2px 0px;
	font-size: 14px;
	line-height: 16px;	
}
.idx-gmap-info {
	min-width: 240px;
	margin: 3px 0px;
	text-align: left;
	line-height: 16px;
	font-size: 11px;
}
.idx-gmap-info strong {
	font-weight: bold;
	line-height: 14px;
	font-size: 12px;
}
.idx-gmap-img-cont {
	float: right;
	margin: 5px 0 0 8px;
	padding: 0;
}
.idx-gmap-img {
	max-width: 80px !important;
	margin: 0;
	cursor: pointer;
}
.idx-gmap-img-cap {
	color: blue;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
}
.idx-gmap-img-cap:hover {
	text-decoration: underline;
}
.pp_description {
	text-align: left;
}