/* Dropdowns */
#start,
#finish {
	position: absolute;
	top: 9px;
}
#start .bgr,
#finish .bgr {
	background-position: 0 -30px;
}
#start {
	left: 69px;
}
#finish {
	left: 349px;
}

/* Separators */
#preferences, 
#begin,
#middle,
#end {
	position: absolute; 
	top: 0;
	height: 40px;
	background: url(separato.png) no-repeat;
}
#begin,
#middle,
#end {
	width: 16px;
	background-position: 0 -50px;
}
#begin {
	left: 45px;
}
#middle {
	left: 325px;
}
#end {
	left: 605px;
}
#begin.active,
#middle.active,
#end.active {
	background-position: 0 -100px;
}
#begin div,
#middle div,
#end div {
	position: relative;
	left: 1px; top: 13px;
	width: 14px; height: 14px;
	overflow: hidden;
	cursor: pointer;
}

/* Entrance and exit */
#exit {
	position: absolute;
	left: 655px; top: 10px;
	width: 20px; height: 21px;
	background: url(switch00.png) no-repeat;
}
#exit .bound {
	position: relative;
	top: 1px; left: 1px;
	width: 18px; height: 18px;
}
#exit .lever {
	position: absolute;
	left: 8px; top: 0;
	width: 10px; height: 10px;
}
#entrance,
#exit .street,
#exit .platform {
	position: absolute;
	background: url(icons000.png) no-repeat;
}
#exit .street {
	left: 23px; top: 0;
	width: 17px; height: 10px;
	background-position: 0 -20px;
	cursor: pointer;
}
#exit .platform {
	left: -23px; top: 11px;
	width: 21px; height: 8px;
	background-position: 0 -40px;
	cursor: pointer;
}
#entrance {
	left: 10px; top: 12px;
	width: 25px; height: 15px;
	overflow: hidden;
}

/* Duration */
#duration {
	position: absolute;
	left: 715px; top: 8px;
	width: 150px; height: 24px;
	overflow: hidden;
	color: #FFF;
	font: 24px/27px Arial, sans-serif;
}
#duration div {
	position: relative;
}
#duration span {
	margin: 0 4px;
}
.macos-safari #duration {
	font: 24px/28px Myriad Pro, sans-serif;
}

#lucky {
	position: absolute;
	left: 740px; top: 12px;
	font: 13px/15px Arial, sans-serif;
}
#lucky .action {
	color: #DDD;
	border-color: #DDD;
}

/* Preferences */
#preferences {
	position: absolute;
	left: 883px; top: 0;
	width: 10px;
}
#preferences div {
	position: relative;
	left: 27px; top: 9px;
	width: 33px; height: 24px;
	background: url(preferen.png) no-repeat;
	cursor: pointer;
}
#prefpane {
	position: absolute;
	left: 702px; top: -2px;
	width: 261px;
	visibility: hidden;
}
#prefpane dt,
#prefpane dd {
	background: url(prefpane.png) no-repeat;	
}
#prefpane dt {
	height: 38px;
	padding: 17px 28px 0;
	font-size: 18px;
}
#prefpane dd {
	overflow: hidden;
	padding-bottom: 11px;
	background-position: 0 100%;
	font: 13px/14px Arial, sans-serif;	
}
#prefpane .close {
	position: absolute;
	left: 222px; top: 24px;
	width: 14px; height: 14px;
	cursor: pointer;
}
#prefpane .section {
	margin: -1px 10px 0;
	padding: 12px 18px 14px;
	border-top: 1px dotted #CCC;
}
#prefpane p {
	margin: 0;
}
#prefpane .hint {
	margin: 5px 0 0;
	color: #6d6d6f;
	font: 11px/13px Arial, sans-serif;
}
#prefpane .save,
#prefpane .reset {
	font: 11px/13px Arial, sans-serif;
	margin: 5px 0 0;
}

/* Map */
#map-zoom {

}
#overlay {
	position: absolute;
	left: 7px; top: -3px;
}

/* Tooltip */
#tooltip {
	position: absolute;
	left: 0; top: -300px;
	width: 240px;
}
#tooltip dt,
#tooltip dd {
	background: url(tooltip0.png) no-repeat;
}
#tooltip dt {
	padding: 13px 18px 4px;
	font-size: 16px;
	line-height: 18px;
}
#tooltip dd {
	padding: 0 18px 16px;
	background-position: 0 100%;
	color: #6d6d6f;
	font: 11px/13px Arial, sans-serif;
}

/* Markers */
.marker {
	position: absolute;
	width: 100px; height: 100px;
	background: url(marker00.png) no-repeat;
}

/* Obstacle */
#obstacle {
	position: absolute;
	visibility: hidden;
	width: 400px;
	z-index: 2;
}

/* Header */
#header-content {
	padding-top: 15px;
}
#map-teaser,
#places-teaser {
	width: 478px;
	margin-bottom: -0;
}
#map-teaser {
	float: left;
}
#places-teaser {
	float: right;
}
#map-teaser h1,
#places-teaser h1 {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
}
#map-teaser strong,
#places-teaser strong {
	font-weight: normal;
}

#direct-content {
	margin: 8px 12px;
	min-height: 98px;
}

/* Description, history and tags */
#map-design strong,
#map-history strong {
	font-weight: normal;
}
#map-design,
#map-history {
	width: 478px;
}
#map-design h2,
#map-history h2,
#places-tags h2 {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
}
#map-design {
	float: left;
}
#map-history {
	float: right;
}
#places-tags .cloud {
	font-size: 20px;
	line-height: 24px;
}
#places-tags a {
	margin-right: 8px;
	font-size: 16px;
	white-space: nowrap;
	text-decoration: none;
}
#places-tags a:hover {
	text-decoration: underline;
}
#places-tags a.big {
	font-size: 20px;
}
#places-tags a.small {
	font-size: 12px;
}

/* Footer */
#page {
	margin-bottom: -140px;
}
#canvas {
	padding-bottom: 0px;
}


.copyright {
	float: left;
	width: 220px;
}
.copyright h6 {
	font-weight: normal;
}
.copyright p {
	margin: 0 0 6px;
}

/* Our projects */
.projects {
	float: left;
	width: 220px;
}
.projects p {
	margin: 0;
	padding: 0 0 6px 25px;
}

.cities {
	float: left;
	width: 220px;
}
.cities p {
	margin: 0 0 6px;
}

.top100 {
	float: right;
	opacity: 0.4;
}

/* Reformal */
#reformal > a {
	display: none;
	position: absolute;
	left: 50%; top: 94px;
	margin-left: -240px;
	outline: none;
}
* html #reformal {
	display: none;
}
