/* CSS Document */
BODY	   {
	font-size: 62.5%;
	background-color: #1b2838;
	margin: 0px;
}
DIV	{
	padding:0px;
	margin:0px;
	}

#MessageContent {
	text-align: center;
	margin: 0px auto;
	width: 570px;
	padding: 0px 13px;
}
#GameImage {
	cursor: pointer;
	width: auto;
	position: relative;
	box-shadow: 0 0 10px #000;
	font-size: 0px;
}

#GameImage img {
	max-width: 570px;
}

#TextTop {
	position: absolute;
	top: 0px;
	width: 570px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#TextBottom {
	position: absolute;
	bottom: 0px;
	height: 233px;
	width: 570px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
A:visited      { color: #FFFFFF; text-decoration: none }
A:link         { color: #FFFFFF; text-decoration: none }
A:hover        { color: #FFFFFF; text-decoration: none }
A:active  { color: #000000; text-decoration: none }
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #56707f;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	text-align: left;
	width: 570px;
	margin-top: 6px;
}
#ButtonContainer {
	position: relative;
	width: auto;
	height: 59px;
	background: rgba( 0, 0, 0, 0.2);
	padding-top: 8px;
}
.btn {
    		font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

			font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
    background: linear-gradient(to right, #233c50 0%, #233c50 90%);
    border-radius: 3px;
	font-weight: 400;
	margin: 2px auto;
	padding: 16px 20px 0px;
	height: 30px;
	width: fit-content;
	line-height: 15px;
	transition: background 0.15s ease-out;
}
.btn a, .btn a:hover {
	color: #FFFFFF;
}
.btn:hover {
    background: linear-gradient(to right, #68c0f2 0%, #427d9f 90%);
    box-shadow: 2px 2px 10px #000000;
	transition: background 0.25s ease-in;
}
#Price {
	height: 59px;
	width: 145px;
	display: inline-table;
	vertical-align: middle;
	position: absolute;
	text-align: center;
	right: 0px;
}
#NoPrice, #Price {
	width: 140px;
	float: right;
}
#PriceReal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	height: 33px;
	margin-top: 10px;
}
#PriceRealShort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	height: 33px;
	margin-top: 10px;
}
#PriceRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: line-through;
	position: relative;
	top: -10px;
}
.strike {
	font-size: 14px;
	color: #666666;
	text-decoration: line-through;
}

/*
 * SHARING LINKS
 */
 
#ShareLinks {
	position: absolute;
	left: 16px;
	top: 16px;
	color: #AAA;
	font-size: 11px;
	text-transform: uppercase; 
	line-height: 16px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

#ShareLinks img {
	vertical-align: middle;
	margin-right: 3px;
	border: none;
	opacity: .5;
	transition: opacity 0.15s ease-out;
}

#ShareLinks img:hover {
	opacity: 1;
	transition: opacity 0.25s ease-in;
}

/* For short screens (like in gamepad ui), scale everything down */
@media screen and ( max-height: 500px ) {
	HTML {
		height: 100%;
	}

	BODY {
		overflow: hidden;
	}

	#all {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
	}

	#MessageContent {
		width: 330px;
		padding: 8px;
	}

	#GameImage {
		width: 100%;
		position: relative;
		box-shadow: 0 0 6px #000;
	}

	#GameImage img {
		max-width: 330px;
	}

	#TextTop, #TextBottom {
		width: 100%;
		font-size: 14px;
		padding: 6px 6px 0px 6px;
		box-sizing: border-box;
	}

	#ButtonContainer {
		height: 32px;
		padding-top: 5px;
	}

	.btn {
		font-size: 12px;
		margin: 2px auto;
		padding: 9px 12px 0px;
		height: 17px;
		line-height: 9px;
	}

	.btn:hover {
		box-shadow: 2px 2px 6px #000000;
	}

	#Price {
		height: 34px;
	}

	#NoPrice, #Price {
		width: 81px;
	}

	#PriceReal, #PriceRealShort {
		font-size: 12px;
		height: 19px;
		margin-top: 6px;
	}

	#PriceRealShort {
		font-size: 7px;
	}

	#PriceRegular {
		font-size: 7px;
		top: -6px;
	}

	.legal {
		font-size: 7px;
		padding-bottom: 5px;
		width: 100%;
		margin-top: 4px;
	}
}

