/*Set Game on full screen mode*/
div#gameOverlay{background-color:#000;display:none;filter:alpha(opacity=70);height:100%;opacity:0.70;position:fixed;width:100%;z-index:1;}
div#gameOverlayBox{background-color:#FFF;display:none;left:50%;padding:10px;position:absolute;top:50%;z-index:2;}
div#gameOverlayBox a{float:right;margin-bottom:5px;}

/*Other data*/
div#gameBlockOne{margin-top:45px;}
div#playGame{background:url("../media/layout/game/playGameBg.png") no-repeat;float:left;height:130px;width:130px;}
div#playGame a{background-color:red;height:100px;margin:15px 0 0 15px;width:100px;}
span#imageOverlay{background:url("../media/layout/game/playGameImageOverlay.png") no-repeat;height:100px;width:100px;position:absolute;}
span#imageOverlay h2{color:#FFF;font-size:100%;margin-top:42px;text-align:center;width:100px;}
span#gameImage{display:block;height:100px;width:100px;}
div#description{color:#333;float:left;height:120px;margin-left:10px;width:437px;}
div#description h1{font-size:120%;}
div#description p{font-size:75%;}
div#relatedGames{float:left;height:120px;margin-left:10px;width:313px;}
div#relatedGames a{float:left;height:62px;width:62px;}
div#relatedGames a:hover{background-color:#da2154;}
div#relatedGames a img{margin:2px;}

div#gameBlockTwo{height:auto !important;height:350px;margin-top:10px;min-height:350px;}
div#menu{background:url("../media/layout/game/menuBg.png") repeat-x;height:40px;}
h3.menuBlock{color:#333;float:left;font-size:100%;height:40px;line-height:40px;margin-left:10px;width:290px;}
div.menuBlockLarge{float:left;height:auto !important;height:50px;margin-left:10px;margin-top:20px;min-height:50px;width:290px;}

div.cloudTags a {color:#333;cursor:pointer;float:left;font-size:85%;}
div.cloudTags a:hover{color:#da2154;}
div.cloudTags a span.buttonLeft{display:block;float:left;height:20px;width:5px;}
div.cloudTags a span.buttonMiddle{display:block;float:left;height:20px;line-height:20px;}
div.cloudTags a span.buttonRight{display:block;float:left;height:20px;width:5px;}
div.cloudTags a:hover span.buttonLeft{background:url('../media/layout/game/buttonLeft.png') no-repeat;}
div.cloudTags a:hover span.buttonMiddle{background:url('../media/layout/game/buttonMiddle.png') repeat-x;color:#da2154;}
div.cloudTags a:hover span.buttonRight{background:url('../media/layout/game/buttonRight.png') no-repeat;}

div.shareRate a{float:left;height:32px;margin-right:5px;width:30px;}
a#facebookShare{background:url('../media/layout/social/facebook.png') no-repeat;}
a#twitterShare{background:url('../media/layout/social/twitter.png') no-repeat;}

object.flashvideo{height:200px;width:290px;}
