/*body {
	color: #363636;
	font: 8pt Tahoma, Helvetica, Arial, sans-serif;
}*/

.bubble {
	position: absolute;
	z-index: 2000;
	max-width: 168px;
	left: 100px;
}

.bubble * {
	margin: 0;
}

.bubble .tl {
	background: url(/files/finavia/map/bubble-top-left.png) left top no-repeat;
}

.bubble .tr {
	background: url(/files/finavia/map/bubble-top-right.png) right top no-repeat;
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0px;
	width: 13px;
}

.bubble .bl {
	background: url(/files/finavia/map/bubble-bottom-left.png) left bottom no-repeat;
	height: 21px;
	left: 0px;
	position: absolute;
	top: 100%;
	width: 100%;
}

.bubble .br {
	background: url(/files/finavia/map/bubble-bottom-right.png) right bottom no-repeat;
	height: 21px;
	left: 100%;
	position: absolute;
	top: 100%;
	width: 13px;
}

.bubble .content {
	padding: 13px 0 0 13px;
	z-index: 2500;
}

#map {
	width: 684px;
}

#map #canvas {
	height: 421px;
}

#map #route {
	background: #E9EEF2;
	margin: 2px 0;
	padding: 7px 0;
}
#map #route, #map #route * {
	z-index: 1000;
}

#map form {
	margin: 0;
	padding: 0;
}

#map form .actions {
	display: inline;
}

#map #route dl, #map #route dt, #map #route dd {
	display: inline;
	margin: 0;
	padding: 0;
}

#map #route dd {
	position: relative;
}

#map #route label {
	font-weight: bold;
	margin: 0 6px 0 20px;
}

#map #route input {
	border: 1px solid #CBD0D4;
	color: #8D8D8D;
	height: 1.2em;
	margin: 0;
	padding: 2px 6px;
	width: 124px;
}

#map #route input,
#map #route select,
#map #route button,
#map #route .button {
	font: 7.5pt Tahoma, Helvetica, Arial, sans-serif;
}

#map #route select {
	border: 1px solid #CBD0D4;
	color: #8D8D8D;
}

#map #route button, #map #route .button {
	background: #275A8B;
	border: 1px solid #002344;
	color: #fff;
	font-weight: bold;
	padding: 0;
	padding: 2px 13px;
	margin-left: 5px;
}

#map #route .button {
	height: auto;
}

#map #placesuggestions {
	border: 0;
	border-bottom: 1px solid #fff;
	display: none;
	font-size: 7.5pt;
	left: 0;
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 21px;
	width: 13.8em;
	z-index: 1000;
}

#map #placesuggestions li {
	background: #fff;
	border-bottom: 1px solid #efefef;
	cursor: pointer;
	margin: 0;
	padding: 6px 28px 6px 15px;
}


#map #placesuggestions li.title {
	background: #275a8b;
	border: 0;
	cursor: default;
	color: #fff;
	font-weight: bold;
}

#map #directions {
	display: none;
}

#map #directions h2 {
	background: #E9EEF2;
	font-size: 8pt;
	font-weight: bold;
	color: #275A8B;
	line-height: 3.4em;
	margin: 2px 0;
	padding: 0 15px;
}

#map #directions #total {
	float: right;
	margin-top: -3.4em;
}

#map #directions table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

#map #directions td {
	background: #fff;
	border-bottom: 1px solid #D6DFE6;
	padding: 4px 9px;
}

#map #cstep {
	width: 2em;
}

#map #directions td.cstep {
	background: #F6F8FA;
	color: #275A8B;
	font-weight: bold;
	text-align: right;
}

#map #cdistance {
	width: 8em;
}

#map #directions td.cdistance {
	background: #F6F8FA;
	padding-left: 22px;
	font-weight: bold;
}
