#gameMain {
	position:relative;
	background-color:#9DCDEA;
	min-height:max(calc(100% - 225px), 800px);
}
#gameMain.gamePortrait {
	min-height:max(calc(100% - 225px), 1000px);
}

#gameMain > h1 {
	width:950px;
	height:30px;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:10px;
	font-size:24px;
	font-weight:bold;
	color:#003f64;
}

#gameGame {
	width:600px;
	height:400px;
	margin-left:calc(50% - 475px);
}
#gameGame.gamePortrait {
	width:400px;
	height:600px;
	margin-left:calc(50% - 375px);
}

#gameLanguage {
	position:relative;
	width:596px;
	border:2px solid #FFFFFF;
	margin-left:calc(50% - 475px);
	margin-top:10px;
	margin-bottom:144px;
	background:#FFFFFF;
	height:200px;
}
#gameLanguage > h3 {
	margin:0px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	color:#FFFFFF;
	background:#3498DB;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
}
#gameLanguage > a {
	position:absolute;
	display:block;
	height:0px;
	color:#008cde;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-image:url(common.webp);
	cursor:pointer;
}
#gameLanguage_e {
	left:14px;
	top:40px;
	width:72px;
	padding-top:49px;
	background-position:-1px -139px;
}
#gameLanguage_c {
	left:113px;
	top:40px;
	width:71px;
	padding-top:50px;
	background-position:-74px -139px;
}
#gameLanguage_sc {
	left:212px;
	top:40px;
	width:71px;
	padding-top:49px;
	background-position:-147px -139px;
}
#gameLanguage_s {
	left:311px;
	top:40px;
	width:71px;
	padding-top:49px;
	background-position:-220px -139px;
}
#gameLanguage_j {
	left:410px;
	top:40px;
	width:72px;
	padding-top:49px;
	background-position:-293px -139px;
}
#gameLanguage_p {
	left:509px;
	top:40px;
	width:71px;
	padding-top:49px;
	background-position:-1px -190px;
}
#gameLanguage_g {
	left:14px;
	top:130px;
	width:71px;
	padding-top:49px;
	background-position:-74px -190px;
}
#gameLanguage_a {
	left:113px;
	top:130px;
	width:71px;
	padding-top:49px;
	background-position:-147px -190px;
}
#gameLanguage_f {
	left:212px;
	top:130px;
	width:71px;
	padding-top:49px;
	background-position:-220px -190px;
}
#gameLanguage_r {
	left:311px;
	top:130px;
	width:71px;
	padding-top:49px;
	background-position:-293px -190px;
}
#gameLanguage_k {
	left:410px;
	top:130px;
	width:71px;
	padding-top:50px;
	background-position:-1px -241px;
}
#gameLanguage_i {
	left:509px;
	top:130px;
	width:71px;
	padding-top:50px;
	background-position:-74px -241px;
}

#gameViewPortraitButton,
#gameViewLandscapeButton {
	position:absolute;
	left:calc(50% - 330px);
	top:690px;
	display:none;
	width:280px;
	padding-left:25px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	color:#008cde;
	font-size:12px;
	font-weight:bold;
	background-color:#FFFFFF;
	border:2px solid #008cde;
	border-radius:12px;
	cursor:pointer;
}
#gameViewPortraitButton::before,
#gameViewLandscapeButton::before {
	position:absolute;
	left:10px;
	top:10px;
	display:block;
	content:" ";
	width:15px;
	height:10px;
	background:url(common.webp) -365px -18px no-repeat;
}
#gameViewPortraitButton.gamePortrait,
#gameViewLandscapeButton.gamePortrait {
	top:890px;
}

#gameNoPortrait {
	position:absolute;
	top:730px;
	width:600px;
	margin-left:calc(50% - 475px);
	color:#008cde;
}
#gameNoPortrait.gamePortrait {
	top:930px;
}

#gamePrices {
	width:325px;
	margin:-758px 0px 0px calc(50% + 150px);
}
#gamePrices.gamePortrait {
	margin-top:-958px;
}

#gamePrices > div {
	position:relative;
	background:#3498DB;
	width:231px;
	height:50px;
	padding:10px 10px 10px 80px;
	color:#FFFFFF;
	border:2px solid #FFFFFF;
	margin-top:-2px;
	font-size:18px;
}
.gamePricePrice {
	display:block;
	font-size:20px;
	font-weight:bold;
}
#gamePriceCloud::before,
#gamePriceHTML5::before,
#gamePriceAndroid::before,
#gamePriceJava::before {
	position:absolute;
	left:10px;
	display:block;
	content:" ";
	background-color:#EFEFEF;
	border-radius:8px;
	background-image: url(common.webp),linear-gradient(#EFEFEF,#EFEFEF);
	background-size: 196px,auto;
	background-clip: content-box,padding-box;
}
#gamePriceCloud::before {
	width:41px;
	height:25px;
	padding:13px 4px 12px 5px;
	background-position:-150px -3px;
}
#gamePriceHTML5::before {
	width:28px;
	height:40px;
	padding:5px 11px 5px 11px;
	background-position:11px -24px;
}
#gamePriceAndroid::before {
	width:33px;
	height:37px;
	padding:7px 8px 6px 9px;
	background-position:-49px -22px;
}
#gamePriceJava::before {
	width:30px;
	height:39px;
	padding:5px 10px 6px 10px;
	background-position:-19px -25px;
}

#gameAddToCartButton {
	position:relative;
	display: block;
	width: 150px;
	height: 34px;
	padding-left: 20px;
	line-height: 34px;
	vertical-align: middle;
	background-color: #FFE86A;
	border-radius: 17px;
	color: #ff621d;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0px 2px #ff560b;
	text-decoration: none;
	cursor: pointer;
	margin:10px auto 0px;
	visibility:hidden;
}
#gameAddToCartButton::after {
    position: absolute;
    right: 20px;
    top: 7px;
    display: block;
    content: " ";
    width: 22px;
    height: 20px;
    background: url(common.webp) -327px -82px no-repeat;
}
#gameRemoveFromCartButton {
	position:relative;
	display: block;
	width: 150px;
	height: 34px;
	padding-left: 20px;
	line-height: 34px;
	vertical-align: middle;
	background-color: #CCCCCC;
	border-radius: 17px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0px 2px #AAAAAA;
	text-decoration: none;
	cursor: pointer;
	margin:-34px auto 10px;
	visibility:hidden;
}
#gameRemoveFromCartButton::after {
    position: absolute;
    right: 20px;
    top: 7px;
    display: block;
    content: " ";
    width: 22px;
    height: 20px;
    background: url(common.webp) -301px -103px no-repeat;
}

#gameBackButton {
	position:relative;
	display:block;
	width:180px;
	padding-left:20px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	color:#008cde;
	font-size:14px;
	font-weight:bold;
	background-color:#FFFFFF;
	border:2px solid #008cde;
	border-radius:12px;
	cursor:pointer;
	margin:20px auto;
}
#gameBackButton::before {
	position:absolute;
	left:10px;
	top:8px;
	display:block;
	content:" ";
	width:10px;
	height:15px;
	background:url(common.webp) -372px -82px no-repeat;
}

#gameInformation {
	width:321px;
	margin:20px 0px 0px calc(50% + 150px);
	background:#FFFFFF;
	border:2px solid #FFFFFF;
}
#gameInformation > h3 {
	font-size:14px;
	font-weight:bold;
	padding:5px;
	background:#3498DB;
	color:#FFFFFF;
	margin:0px;
}
#gameInformation > h4 {
	font-size:12px;
	font-weight:bold;
	color:#3498DB;
	margin:10px;
}
#gameNoOfLevels {
	margin-left:20px;
}
#gamePowerUps {
	margin:10px;
}
#gamePowerUpTime,
#gamePowerUpUndo,
#gamePowerUpLife,
#gamePowerUpBoost,
#gamePowerUpLuck,
#gamePowerUpAnswer,
#gamePowerUpEye {
	display:inline-block;
	width:40px;
	height:0px;
	padding-top:43px;
	overflow:hidden;
	background:url(common.webp) no-repeat;
	margin-left:5px;
}
#gamePowerUpTime {
	background-position:-146px -241px;
}
#gamePowerUpUndo {
	background-position:-187px -241px;
}
#gamePowerUpLife {
	background-position:-228px -241px;
}
#gamePowerUpBoost {
	background-position:-269px -241px;
}
#gamePowerUpLuck {
	background-position:-310px -241px;
}
#gamePowerUpAnswer {
	width:42px;
	background-position:-351px -241px;
}
#gamePowerUpEye {
	background-position:-353px -285px;
}