/**
 * Columns
 */
#content .columns {
	margin: 17px 0 23px;
}

#content .column .columns {
	margin-top: 20px;
}

#content .column .columns .column {
	padding-right: 4%;
	width: 31%;
}

#content .column .columns .column_last {
	width: 65%;
}

#content .column .columns p {
	font-size: 86%;
	margin-top: 16px;
}


/**
 * Retouching Example
 */
#content .retouching_example {
	margin-top: 14px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#content .retouching_example,
#content .retouching_example .before,
#content .retouching_example .after,
#content .retouching_example .touch {
	height: 282px;
}

#content .retouching_example .example {
	display: none;
}

#content .retouching_example .selected {
	display: block;
}

#content .retouching_example .before,
#content .retouching_example .after {
	float: left;
	overflow: hidden;
	position: relative;
	width: 50%;
}

#content .retouching_example .before img,
#content .retouching_example .after img {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

#content .retouching_example .before em,
#content .retouching_example .after em {
	font-style: normal;
	left: 20px;
	position: absolute;
	top: 15px;
}

#content .retouching_example .touch {
	background: #fff;
	cursor: move;
	filter: alpha(opacity=0);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#content .retouching_example .scale {
	bottom: 13px;
	font-size: 12px;
	left: 19px;
	padding-bottom: 14px;
	position: absolute;
	width: 85px;
}

#content .retouching_example .scale .filled {
	background: #000;
	bottom: 4px;
	height: 1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 85px;
}

#content .retouching_example .scale .full {
	background: url(dashed.png);
	bottom: 4px;
	height: 1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

#content .retouching_example .runner_touch {
	bottom: 0;
	cursor: pointer;
	height: 9px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

#content .retouching_example .runner {
	background: url(runner.png) no-repeat;
	bottom: 0;
	height: 9px;
	left: 85px;
	margin-left: -5px;
	overflow: hidden;
	position: absolute;
	width: 9px;
}


/**
 * Example
 */
#content .columns .example {
	font-size: 15px;
	margin: 10px 0 12px;
}

#content .columns .example .selected {
	border-bottom: 0;
	color: #000 !important;
	cursor: auto;
}

.js #content .example_info,
.js #content .example_source {
	display: none;
}

.js #content .example_info_selected,
.js #content .example_source_selected {
	display: block;
}


/**
 * Screencast
 */
#content .screencast {
	border: 1px solid #e5e5e5;
	cursor: pointer;
	height: 85px;
	line-height: 83px;
	text-align: center;
	width: 138px;
}

#content .screencast img {
	vertical-align: middle;
}


/**
 * Line Pictures
 */
#content .line_pictures {
	clear: left;
	margin: 14px 0 -13px;
	width: 100%;
}

#content .line_pictures:after {
	clear: left;
	content: '';
	display: block;
	height: 0;
}

#content .line_pictures .picture {
	border: 1px solid #e5e5e5;
	display: block;
	float: left;
	height: 140px;
	line-height: 138px;
	margin-right: 17px;
	text-align: center;
	width: 140px;
}

#content .line_pictures .picture img {
	vertical-align: middle;
}

#content .line_pictures .last {
	margin-right: 0;
}


/**
 * Assist
 */
#content .assist {
	margin-top: 10px;
}

#content .assist h2 {
	position: relative;
	z-index: 1;
}

#content .assist .picture {
	margin-top: -50px;
}

#content .assist .footnotes {
	margin-top: -13px;
}

#content .assist .columns {
	margin-top: 0;
}