#Loading {
	position: relative;
	top: 3px;
	vertical-align: middle;
}

.Example,
.Distance {
	color: #909090;
}

.Example {
	margin-left: 20px;
}

#MapInfo .IntroText,
#MapInfo .NoMatches {
	margin: 100px 20px 0;
	font-size: 14px;
	line-height: 2;
	text-align: center;
}

#MapInfo .NoMatches {
	margin: 60px 20px 0;
}

#MapInfo .NoMatches strong {
	margin-bottom: 20px;
	display: block;
}

/* Search form */
#MapSearch {
	margin: 15px 0 10px;
}

#MapSearch .Label {
	padding-bottom: 2px;
	font-size: 12px;
}

#MapSearch fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#Origin {
	width: 440px;
}

#SubmitSearch {
	padding: 0;
	overflow: visible;
}

/* Map */
#MapWindow {
	border: 1px solid #000000;
	float: right;
	margin-top: 5px;
}

#MapWindow img {
	border: 0 !important;
}

#MapInfo {
	width: 250px;
	position: relative;
	margin-top: 5px;
}

#MapOptions {
	height: 14px;
	width: 250px;
}

#PrintDirections,
#Reset {
	float: right;
}

#BackToSearchResults,
#PrintDirections,
#Reset,
#ViewAll {
	color: #5A0F09;
	cursor: pointer;
	text-decoration: underline;
}

#SearchResultsHeading,
#DirectionsHeading {
	background-color: #e5e5f9;
	padding: 2px 4px;
	height: 12px;
}

#SearchResultsList,
#DirectionsList {
	border: 1px dashed #e5e5f9;
	border-top: 0;
	height: 310px;
	overflow: auto;
	font-size: 11px;
}

/* Search results */
#SearchResultsList .Active {
	background-color: #F3F5F9;
}

.ResultItem {
	padding: 5px;
	line-height: 1.6;
}

.ResultItemName {
	color: #5A0F09;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

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

.ResultInfo {
	float: left;
	width: 190px;
}

.PoiLabel {
	top: 16px;
	color: #FFFFFF;
	position: relative;
	z-index: 900;
	font-size: 11px;
	display: block;
	width: 30px;
	text-align: center;
	font-weight: bold;
}

.ResultNumber .PoiLabel {
	margin-top: -30px;
	position: static;
}

div.mqpoiheading {
	background-color: #F3F5F9;
	font-size: 11px;
}

div.mqpoicontenttext {
	font-size: 11px;
}

/* Directions */
.DirectionOptions {
	border-top: 1px dashed #C0C0C0;
	padding-top: 5px;
	margin-top: 5px;
	font-size: 10px;
}

.DirectionTo,
.DirectionFrom {
	cursor: pointer;
	color: #0B387E;
	text-decoration: underline;
}

.DirectionsInfo {
	clear: both;
	display: block;
	margin-left: 5px;
}

#DirectionsList ol {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
}

#DirectionsList ol li {
	padding: 4px;
	margin-bottom: 15px;
}

.DirectionLabel {
	float: left;
	width: 60px;
	clear: both;
	font-weight: bold;
	margin-left: 5px;
}

.DirectionLabel img {
	border: 0;
	vertical-align: top;
	float: right;
}

.DirectionAddress {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#DirectionsList.Print {
	height: auto;
}

