#trailer_border {

	display: block;
	width: 864px;
	height: 500px;
	
	margin-bottom: 12px;
	
	background-image: url('images/trailerBorder.png');
	
}

#trailer {

	margin-left: 17px;
	margin-top: 16px;
	
	width: 828px;
	height: 466px;

}

#availablity {

	display: block;
	margin-top: 0px;
	margin-bottom: 24px;
	width: 720px;
	clear: both;

}

#coming_soon {
	display: block;
}

.mini_header {

	display: block;
	text-align: center;
	font-size: 25px;
	
	margin-top: 0px;
	
}

.screenshot {
	margin-top: 20px;
	
	outline-style: solid;
	outline-color: white;
	outline-width: 2px;
}

/* Download */

#buy_section , #try_section, #desura_section, #steam_section {
	width: 320px;
	text-align: center;
	font-size: 15px;
}

#buy_section , #try_section {
	display: inline;
	margin-left: 16px;
	margin-right: 16px;
}

#desura_section, #steam_section {
	display: inline;
	margin-left: 16px;
	margin-right: 16px;
}

#buy_section p, #try_section p, #desura_section p, #steam_section p {
	margin-top: 2px;
	margin-right: 16px;
	margin-left: 16px;
}

#buy_section, #steam_section {
	float: left;
}

#try_section, #desura_section {
	float: right;
}

.buy_button, .demo_button, .desura_button, .steam_button {
	display: block;
	width: 300px;
	height: 64px;
}

.buy_button:hover, .demo_button:hover, .desura_button:hover, .steam_button:hover {
	background-position: 0px 64px;
}

.buy_button {
	background-image: url('images/buy.png');
}

.demo_button {
	background-image: url('images/demo.png');
}

.desura_button {
	background-image: url('images/desura.png');
}

.steam_button {
	background-image: url('images/greenlight.png');
}

.section_divider {
	display: block;
	clear: both;
	height: margin-bottom: 32px;
}

/* Reviews */

.review_header {
	margin-left: 20px;
	margin-top: 20px;
}

.review {
	width: 480px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	vertical-align: top;
	text-align: left;
}

.review, .review_text {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.review_source {
	display: block;
	text-align: right;
	padding-left: auto;
	margin-top: 0px;
	margin-bottom: 48px;
	vertical-align: bottom;
	font-size: 18px;
}