#game-container-page {
	margin: 0 auto 30px;
	width: 980px;
}
#game-module {
	background-color: white;
	border-top: 15px black solid;
	font-family: "avenir-next-rounded-std-med", Arial, sans-serif;
	padding: 28px 26px 0;
	padding-top: 0;
}
#game-module #character-head-wrapper {
	background-color: black;
	display: inline-block;
	height: 60px;
	margin-right: 20px;
	position: relative;
	vertical-align: middle;
	width: 60px;
}
#game-module #character-head {
	bottom: -2px;
	position: absolute;
	width: 94px;
	left: -17px;
}
#game-module #property-name-header {
	color: black;
	display: inline-block;
	font-size: 34px;
	margin: 40px 0;
	text-transform: uppercase;
	vertical-align: middle;
}
#game-module #game-container {
	background-color: #d9d9d9;
	margin-left: -26px;
	padding: 30px 0;
	text-align: center;
	width: 980px;
}
#game-module #game-container #game-swf {
	margin: 0 auto;
}
#game-module #game-container #cvp-wrapper {
	background-color: black;
	display: inline-block;
	height: 480px;
	position: relative;
	width: 640px;
}
#game-module #game-container #flash-notice {
	color: #fff;
	display: none;
	font: bold 12px arial, helvetica, sans-serif;
	padding: 35px 0;
	text-align: center;
	width: 100%;
}
#game-module #cvp-wrapper #ad-video-label {
	background: #000;
	color: #fff;
	font: bold 10px/20px arial, helvetica, sans-serif;
	opacity: .7;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 11;
}
#game-module #mobile-slate {
	background-color: white;
	border: 1px #a5a5a5 solid;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color:#000;
	display: none;
	height: 404px;
	margin: 0 auto;
	padding: 29px 0;
	width: 740px;
}
#game-module #mobile-slate #mobile-apps { 
	text-align:center;
	min-height:187px;
	padding:20px 0;
}
#game-module #mobile-slate #mobile-apps div.app{
	display:inline-block;
	text-align:center;
	vertical-align:top;
	width:30%;
}
#game-module #mobile-slate #mobile-apps img.app-icon{
	height:147px;
	width:147px;
}
#game-module #mobile-slate #mobile-apps div.app-title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:auto;
	max-height:36px;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
	width:155px;
}
#game-module #mobile-slate #slate-cta {
	border: 1px black solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	font: 27px/54px "avenir-next-rounded-std-med", Arial, sans-serif;
	width: 656px;
}
#game-module #mobile-slate #slate-cta:hover {
	background-color: black;
	color: white;
	cursor: pointer;
}
/* rules for when it's a narrow game - may overwrite rules above */
#game-module #game-container.narrowGame {
	overflow: auto;
}
#game-module #game-container.narrowGame #game-swf-wrapper {
	float: left;
	width: 664px;
}
#game-module #game-container.narrowGame #ad-300-wrapper {
	float: right;
	margin-right: 14px;
}
#game-module #game-info.narrowGame {
	max-width: 928px;
}
#game-module #game-info.narrowGame #controls-wrapper {
	width: 902px;
}
/* rules for when it's a narrow game AND the mobile-slate is visible */
#game-module #game-container.narrowGame #game-swf-wrapper.mobile {
	width: 100%;
}
#game-module #game-container.narrowGame #ad-300-wrapper.mobile {
	float: none;
	margin-right: 0;
	margin-top: 30px;
}

#game-module #game-info-wrapper {
	padding: 26px 0;
}
#game-module #game-info {
	display: inline-block;
	font-size: 0;
	margin-right: 26px;
	max-width: 596px;
	vertical-align: top;
}
#game-module #game-info #game-title {
	font: 45px/52px "cn-bold", arial, helvetica, sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#game-module #game-info #comment-wrapper {
	border-right: 1px #7f7f7f solid;
	display: inline-block;
	padding-right: 14px;
}
#game-module #game-info #comment-count {
	background: url("/games/_tools/static/images/comments-bubble.png") no-repeat center;
	color: white;
	font: bold 19px/38px Arial, sans-serif;
	display: inline-block;
	height: 45px;
	text-align: center;
	width: 62px;
}
#game-module #game-info #comment-count.maxComments {
	font-size: 17px;
}
#game-module #game-info #like-wrapper {
	display: inline-block;
	font-size: 0;
	height: 46px;
	position: relative;
	width: 195px;
}
#game-module #game-info #like-wrapper.no-comments {
	margin-left: -15px;
}
#game-module #game-info #comment-wrapper,
#game-module #game-info #badge-wrapper,
#game-module #game-info #like-wrapper,
#game-module #game-info #like-button-wrapper,
#game-module #game-info #like-count,
#game-module #game-info #liked-image {
	vertical-align: middle;
}
#game-module #game-info #like-button-wrapper {
	/*background-color: rgba(50,50,50,0.3);*/
	display: inline-block;
	text-align: center;
	width: 71px;
	height: 114%;
	margin-top: -2%;
}
#game-module #game-info #like-button {
	cursor: pointer;
	margin-top: 7px;
	width: 38px;
	-webkit-transition: all 150ms cubic-bezier(0.17, 0.89, 0.06, 1.61);
	-moz-transition: all 150ms cubic-bezier(0.17, 0.89, 0.06, 1.61);
	-o-transition: all 150ms cubic-bezier(0.17, 0.89, 0.06, 1.61);
	transition: all 150ms cubic-bezier(0.17, 0.89, 0.06, 1.61);
}
#game-module #game-info #like-button:hover {
	margin-top: 4px;
	width: 46px;
}
#game-module #game-info #like-wrapper.liked #like-button:hover {
	cursor: auto;
	margin-top: 7px;
	width: 38px;
}
#game-module #game-info #like-count {
	font: bold 21px/44px Arial, sans-serif;
}
#game-module #game-info #like-animation {
	display: none;
	position: absolute;
	top: -12px;
	right: 0;
}
#game-module #game-info #like-wrapper #liked-message {
	display: none;
	font: bold 10px Arial, sans-serif;
	position: absolute;
	top: 3px;
	left: 71px;
}
#game-module #game-info #like-wrapper.liked #liked-message {
	display: inline;
}
#game-module #game-info #badge-wrapper {
	border-left: 1px #7f7f7f solid;
	display: none;
	font: bold 18px/40px Arial, sans-serif;
	height: 46px;
	padding-left: 16px;
}
#game-module #game-info #badge-wrapper span{
	display: inline-block;
	vertical-align: middle;	
}
#game-module #game-info #badge-status-bar {
	border: 1px #909090 solid;
	display: inline-block;
	height: 37px;
	margin-left: 6px;
	position: relative;
	text-align: center;
	width: 209px;
	vertical-align:middle;
}
#game-module #game-info #badge-progress-bar {
	background-color: #81d5f4;
	height: 100%;
	width: 0;
}
#game-module #game-info #badge-count {
    bottom: 0;
    display: block;
	left:0;
    position: absolute;
    top: 0px;
    width: 100%;
}
#game-module #game-info #controls-wrapper {
	border: 10px #d7d7d7 solid;
	height: 108px;
	margin-top: 27px;
	overflow: hidden;
	padding: 3px;
	width: 569px;
}
#game-module #game-info #controls-wrapper.open {
	height: auto;
}
#game-module #game-info .game-control-wrapper {
	float: left;
	height: 108px;
	text-align: center;
	width: 142px;
}
#game-module #game-info .game-control-image {
	margin: 0 2px;
}
#game-module #game-info .game-control-text {
	display: block;
	font: bold 14px/18px Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
}
#game-module #game-info #controls-see-all {
	background-color: black;
	color: white;
	display: inline-block;
	font: bold 16px/41px Arial, sans-serif;
	margin-top: 35px;
	text-transform: uppercase;
	width: 116px;
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none; 
}
#game-module #game-info #controls-see-all:hover {
	cursor: pointer;
	font-size: 18px;
	line-height: 46px;
	margin-top: 32px;
	width: 135px;
}
#game-module #game-info #see-all-arrow {
	display: inline-block;
	background: url("/games/_tools/static/images/games-nav.png") no-repeat;
	background-position: -171px -114px;
	height: 10px;
	margin-left: 3px;
	width: 13px;
}
#game-module #ad-300-wrapper {
	background-color: black;
	border: 1px black solid;
	color: white;
	display: inline-block;
	font: bold 12px Arial, helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	width: 300px;
}
#game-module #ad-slot-300 {
	height: 250px;
	width: 300px;
}
#game-module #ad-label-300 {
	letter-spacing: 6px;
	line-height: 19px;
}
#playNext {
	width:302px;
	vertical-align: top;
	height:120px;
	margin:10px 0px 0px -15px ;
	padding:0;
	background-color:#000;
	display:none;
	position:relative;
}
#playNextSlide1 {
	color:#fff;
	width:235px;
	font: 37px/38px 'cn-bold', arial;
	text-transform:uppercase;
	margin:21px auto 0;
}
#playNextSlide2 {
	width:302px;
	height:120px;
	position:absolute;
	top:0;
	left:0;
	display:none;
}

#playNextSlide2 img {
	position:absolute;
	top:1px;
	left:1px ;
	width:214px;
}

.playNextSuperC {
	z-index:10;
}

.playNextC {
	z-index:11;
	display:none;
}

#playNextSlide2 .playNextSlide2Wrap {
	width:86px;
	height:118px;
	position:absolute;
	left:215px;
	top:1px;
	background:#fff;
}

#playNextSlide2 .playNextSlide2Wrap p {
	font: 26px/26px 'cn-bold', arial;
	margin:10px 0 0 0;
	text-transform:uppercase;
	color:#000;
	height:60px;
}

#playNextSlide2 .playNextSlide2Wrap .playNextController {
	background:url(/games/_tools/static/images/playNextIcon.png) center top no-repeat;
	height:31px;
	width:45px;
	position:absolute;
	top:73px;
	left:20px;
}