@charset "UTF-8";

#editions {
	width: auto;
}

#editions h2 {
	font-size: 20px;
	color: #333;
	margin: 0;
}

#editions #mainnav {
	width: 150px;
	float: left;
	margin-right: 15px;
}

#editions #mainnav p {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}

#editions #mainnav a {
	color: #999;
}

#editions #mainnav a:hover {
	color: #f33;
}

#editions #content {
	width: 525px;
	float: right;
}

#editions #content #article {
	float: left;
	width: 360px;
}

#editions #content #thumbnails {
	width: 150px;
	float: right;
	margin-left: 15px;
	text-align: right;
}

#editions #content #thumbnails .caption {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 11px;
}

#editions #content #thumbnails img {
	border: none;
	margin-bottom: 10px;
}