


#listingHelpPanel, #mapHelpPanel, #overviewHelpPanel, #locationHelpPanel {
 	position: fixed;
	top: 0;
	right: -400px;
	width: 320px;
	height: 100%;
	overflow: hidden;
	box-shadow: -5px 0 32px 4px rgba(64, 64, 64, 0.567);
	border-left: 1px solid #979797;
	z-index: 1100;
}

.helpHd {
	width: 320px;
	float: left;
	font-weight: 800;
	height: var(--d48);
	background-color: var(--panelHdBck);
}

.closeHelp {
	height: inherit;
	float: left;
}

.closeHelpImg {
	width: auto;
	height: inherit;
	background-color: var(--closeImgBck);
}

.helpHdTitle {
	font-family: 'robotoCondensed';
	color: var(--white);
	float: left;
	font-size: 1.2rem;
	padding-left: 1rem;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#listingHelpContainer, #mapHelpContainer, #overviewHelpContainer, #locationHelpContainer {
	position: relative;
	width: 100%;
	height: calc( 100% - var(--d48) );
	overflow: hidden;
 	background-color: #adadad;
}

#listingHelpFrame, #mapHelpFrame, #overviewHelpFrame, #locationHelpFrame {
	box-sizing: border-box;
	height: 100%;
	width: calc(100% + var(--scrollbarWidth) );
	overflow-y: scroll;
	text-align: left;
	font-size: 1rem;
	line-height: 1.2rem;
	border-left: 1px solid var(--containerBorder);
	-webkit-overflow-scrolling: touch;
}


#helpWindow h2 {
	font-family: 'robotoCondensed';
	font-weight: 800;
	font-size: 1.2rem;
	padding-top: 1.2rem;
	padding-bottom: 1rem;
	padding-left: 0.5rem;
	margin: 0;
	background-color: white;
}

#helpWindow dl {
 	background-color: white;
	padding-left: 0.9em;
	margin: 0;
}

#helpWindow dt img {
	 width: 2.2rem;
	 float: left;
	 margin-right: 0.6rem;
 }

#helpWindow dt span {
	font-family: 'robotoCondensed';
	font-weight: 800;
	font-size: 1em;
	display: inline-block;
	text-align: left;
	width: 218px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#helpWindow dd {
	font-family: 'sourceSerifPro';
	font-size: 1rem;
	line-height: 1.4rem;
	margin-left: 2.8rem;
	margin-right: 20px;
	text-align: left;
	padding-bottom: 1rem;
	color: var(--textLightGray);
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.helpAudio {
	float: left;
	margin-right: 0.6rem;
	margin-top: 0.4rem;
}

.settingsList {
	margin-bottom: 1rem;
}


dd#toursListingText, dd#listingCnt {
	margin-top: -1.5rem;
}

dt#listingHelp {
	margin-bottom: 1rem;
}
