/**
 * Common
 */
h1 {
	padding-left: 67px;
	position: relative;
}

h1 .flag {
	left: 40px;
	margin-top: -7px;
	position: absolute;
	top: .6em;
}


/**
 * Content
 */
.main {
	float: none;
	padding: 0 40px;
	position: relative;
	width: auto;
}

.main .reducer {
	padding-left: 0;
}

.extra {
	float: right;
	padding: 0 0 3em 1em;
	position: relative;
	width: 22.5em;
	z-index: 1;
}

.extra .reducer {
	padding-left: 0;
}


/**
 * Map
 */
.map {
	border: 1px solid #ddd;
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 300px;
}

.back_state_0 .map {
	border: 1px solid #222;
}

.map .previews img.by_width {
	width: 50px;
}

.map .previews img.by_height {
	height: 50px;
}

.map .previews .hover_name {
	margin: 0 0 0 2px;
}


/**
 * Full Screen
 */
#content .full_screen {
	margin: .75em 0 2em;
}

#content .full_screen a {
	position: relative;
	zoom: 1;
}

#content .full_screen a:visited {
	color: #809ecf;
}

#content .full_screen .icon {
	height: 10px;
	left: 7px;
	margin: -5px 0 0 100%;
	top: .6em;
	width: 10px;
}

#content .full_screen .icon ins {
	left: -239px;
	top: -26px;
}

