div.box {
	width: 680px;
	margin: 0 auto 20px;
	padding: 20px 0 0;
	background: url(/page/images/box/body_gr.png) #F3F3F3 no-repeat top center;
}

div.box .body {
	margin: 0 20px;
	font-size: 14px;
}

div.box .body h2 a {
	font-weight: bold;
	color: #555;
	font-style: italic;
	text-decoration: none;
}

div.box .foot {
	width: 680px;
	height: 29px;
	background: url(/page/images/box/foot_gr.png) no-repeat bottom center;
}

div.box .foot a {
	margin: 0 20px;
	color: #333;
	font-size: 12px;
}

div.box#latest {
	background: url(/page/images/box/body.png) #EEF4F3 no-repeat top center;
}

div.box#latest .foot {
	background: url(/page/images/box/foot.png) no-repeat bottom center;
}

div.box p.text.screenshots {
	background: #fff;
	border: 1px solid #DDE3E2; 
	padding: 5px;
}

div.box p.text.screenshots img.middle {
	margin: 0 10px;
}

div.box ul.changelog span.description,
div.box span.released {
	font-size: small;
	font-weight: normal;
	color: #666;
}

p.install {
	float: right;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}

p.install a {
	color: #167263;
}
