* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #6dd3e7;

  font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444444;
	text-align: left;
	padding: 0;
	margin: 0;
}

.cloud {
  -webkit-animation: clouds 60s infinite linear;
  -moz-animation: clouds 60s infinite linear;
  -ms-animation: clouds 60s infinite linear;
  -o-animation: clouds 60s infinite linear;
  animation: clouds 60s infinite linear;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin: 33px 0 0 0;
  width: 54px;
  height: 5px;
  background: #f7e7eb;
  z-index:2222
}
.cloud.tiny {
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.cloud.small {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.cloud.normal {
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
}
.cloud.large {
  -moz-transform: scale(4, 4);
  -ms-transform: scale(4, 4);
  -webkit-transform: scale(4, 4);
  transform: scale(4, 4);
}
.cloud div {
  -moz-box-shadow: inset -2px -3px 0 0 #f7e7eb;
  -webkit-box-shadow: inset -2px -3px 0 0 #f7e7eb;
  box-shadow: inset -2px -3px 0 0 #f7e7eb;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: -3px;
  bottom: 0;
  background: #fafbf0;
  z-index: 10;
}
.cloud div:first-child + div {
  -moz-transform: scale(1.6, 1.6);
  -ms-transform: scale(1.6, 1.6);
  -webkit-transform: scale(1.6, 1.6);
  transform: scale(1.6, 1.6);
  margin: 0 0 4px 13px;
  z-index: 9;
}
.cloud div:first-child + div + div {
  -moz-transform: scale(2.4, 2.4);
  -ms-transform: scale(2.4, 2.4);
  -webkit-transform: scale(2.4, 2.4);
  transform: scale(2.4, 2.4);
  margin: 0 0 9px 32px;
  z-index: 8;
}
.cloud div:first-child + div + div + div {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  margin: 0 0 2px 50px;
  z-index: 7;
}

@-webkit-keyframes clouds {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
@-moz-keyframes clouds {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
@-ms-keyframes clouds {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
@keyframes clouds {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
.cloud-1 {
  -webkit-animation-duration: 263s;
  -moz-animation-duration: 263s;
  -ms-animation-duration: 263s;
  -o-animation-duration: 263s;
  animation-duration: 263s;
  margin-left: 20%;
}

.cloud-2 {
  -webkit-animation-duration: 99s;
  -moz-animation-duration: 99s;
  -ms-animation-duration: 99s;
  -o-animation-duration: 99s;
  animation-duration: 99s;
  margin-left: 90%;
}

.cloud-3 {
  -webkit-animation-duration: 142s;
  -moz-animation-duration: 142s;
  -ms-animation-duration: 142s;
  -o-animation-duration: 142s;
  animation-duration: 142s;
  margin-left: 50%;
}

.cloud-4 {
  -webkit-animation-duration: 152s;
  -moz-animation-duration: 152s;
  -ms-animation-duration: 152s;
  -o-animation-duration: 152s;
  animation-duration: 152s;
  margin-left: 43%;
}

.cloud-5 {
  -webkit-animation-duration: 215s;
  -moz-animation-duration: 215s;
  -ms-animation-duration: 215s;
  -o-animation-duration: 215s;
  animation-duration: 215s;
  margin-left: 83%;
}

.cloud-6 {
  -webkit-animation-duration: 139s;
  -moz-animation-duration: 139s;
  -ms-animation-duration: 139s;
  -o-animation-duration: 139s;
  animation-duration: 139s;
  margin-left: 73%;
}

.cloud-7 {
  -webkit-animation-duration: 109s;
  -moz-animation-duration: 109s;
  -ms-animation-duration: 109s;
  -o-animation-duration: 109s;
  animation-duration: 109s;
  margin-left: 69%;
}

.cloud-8 {
  -webkit-animation-duration: 121s;
  -moz-animation-duration: 121s;
  -ms-animation-duration: 121s;
  -o-animation-duration: 121s;
  animation-duration: 121s;
  margin-left: 100%;
}

.cloud-9 {
  -webkit-animation-duration: 101s;
  -moz-animation-duration: 101s;
  -ms-animation-duration: 101s;
  -o-animation-duration: 101s;
  animation-duration: 101s;
  margin-left: 10%;
}

.cloud-10 {
  -webkit-animation-duration: 126s;
  -moz-animation-duration: 126s;
  -ms-animation-duration: 126s;
  -o-animation-duration: 126s;
  animation-duration: 126s;
  margin-left: 14%;
}

.cloud-11 {
  -webkit-animation-duration: 96s;
  -moz-animation-duration: 96s;
  -ms-animation-duration: 96s;
  -o-animation-duration: 96s;
  animation-duration: 96s;
  margin-left: 73%;
}

.cloud-12 {
  -webkit-animation-duration: 83s;
  -moz-animation-duration: 83s;
  -ms-animation-duration: 83s;
  -o-animation-duration: 83s;
  animation-duration: 83s;
  margin-left: 51%;
}

td, tr {
	font: 13px 'Chewy', sans-serif;
	color: #222222;
	text-align: left;
}	
a{
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
#div336x280_ad1 {
	width:336px; height: 280px; margin-bottom:10px
}
#starsrater {
	float:left;
	padding: 6px 1px 5px;
	width: 180px;
	font: 12px 'Verdana',sans-serif;
	text-align:center;
	margin: 30px 0 0 10px;
}
#showGameLoadedBox {
	padding: 15px 25px 0 20px; display: none;
}
#tagging728 {
  display: inline-block;
  vertical-align: top;
  margin: 25px 0 0 -3px;
  box-shadow: 1px 1px 3px #3a7b88;
  width: 12px;
  height: 70px;
  background: url(/templates/default/images/advert90.png);
}
#descripe {
	float:left;
	margin: 4px 0 6px;
	font: 11px/14px 'Verdana', sans-serif;
	color: #222222;
	text-align:center;
	padding:2px 15px;
	vertical-align:middle;
}
#descripe h2 {
	color: #ff7f00;
	font: 15px/16px 'Verdana',sans-serif;
	font-weight: 800;
}
#ratertext {
	margin-top:2px;
	color:#333333;
	font: 600 13px 'Verdana', sans-serif;
	display:inline-block; 
	vertical-align:top; 
	padding: 1px 2px 0 0
}
.cb {
	clear:both;
	height: 0px;
	padding: 0;
	margin: 0;
}
#upthetop {
background:-moz-linear-gradient(top, #53534F, #22201C);
background:-webkit-linear-gradient(top, #53534F, #22201C);
background:-o-linear-gradient(top, #53534F, #22201C);
background:-khtml-linear-gradient(top, #53534F, #22201C);
background:-ms-linear-gradient(top, #53534F, #22201C);
background:linear-gradient(top, #53534F, #22201C);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#53534F, endColorstr=#22201C);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#53534F, endColorstr=#22201C);
border-bottom: 2px solid #FF9000;
border-top: 2px solid #000000;
box-shadow: 1px 2px 4px #000000;
position:relative; top:0;left:0;margin:0 0; 
height:65px; 
width:100%;
}
#banner{
    clear: both;
	padding: 0;
	margin: 0 0 0 0;
    width: 800px;
	height: 63px;
	float: left;
}
#realtop {
	width:720px; 
	margin: auto;
	height:66px;
}
#hangtop {
	float:left; height: 32px; width: 265px;    font-size: 0.8em;
}
#banner span{
	font-size: 18px;
	letter-spacing: -3px;
	font-weight: bold;
	color: #575757;
	font-style:italic;
}
#banner span.sub{
	position: relative;
	top: -8px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
}
#download56 {
	display:inline-block;
	height: 63px;
	width:306px;
	margin-left: 3px;
	margin-top: -2px;
	background: url(/templates/default/images/logo4_306x63.png) no-repeat scroll 0 1px transparent;
}
#logoogf_home {
	display: inline-block;
	height: 63px;
	width:306px;
	background: url(/templates/default/images/logo4_306x63.png) no-repeat scroll 0 0 transparent;
}
#socia {
	float:left; 
	vertical-align: top;
    margin-top: 4px;
	margin-left:39px;
	height: 24px;
}
#newdownload {
	display:inline-block;
	background: url(/templates/default/images/new_download2.png) no-repeat scroll 0 0 transparent;
	width: 57px;
	height: 31px;
	margin-left:30px
}
#newdownload:hover {
	background: url(/templates/default/images/new_download2.png) no-repeat scroll 0 -31px transparent;
	width: 57px;
	height: 31px;
}
#hottest {
	display:inline-block;
	background: url(/templates/default/images/hot_download2.png) no-repeat scroll 0 0 transparent;
	width: 55px;
	height: 31px;
	margin-left:20px;
}
#hottest:hover, #all56:hover {	
background-position: 0 -31px;	
}
#all56 {
	display:inline-block;
	background: url(/templates/default/images/all_download2.png) no-repeat scroll 0 0 transparent;
	width: 74px;
	height: 31px;
	margin-left:20px;
}
#catego {
	float:left;
	width: auto;
	height: 32px;
    margin: 6px 0 0 8px;
	}
#catego ul li {
	list-style:none;
	float:left;
	margin:0;
}
#catego ul li a { 
          font: 14px "Chewy", sans-serif;
		  text-shadow: 1px 1px 0 #000000;
		  color:#FFFFFF;
		  float:left; 
		  margin:0; 
		  text-transform: none; 
		  margin: 2px 3px 0 0;
		  padding: 3px 8px 2px;
		  background: none repeat scroll 0 0 #000000;
		/*  border: 2px solid #FF9000;*/
		  border-radius: 4px 4px 0 0;
		  -moz-border-radius: 4px 4px 0 0;
		  -webkit-border-radius: 4px 4px 0 0;
		  -o-border-radius: 4px 4px 0 0;
}
#catego ul li a:hover {
    text-decoration:none;
	text-shadow:none;
	color: #FFFFFF;
	background: none repeat scroll 0 0 #FF9000;
}
.tabs_line{   
	background-color: #00ACEE;
    height: 2px;
    margin-left: 28px;
    width: 206px;
	border-bottom:1px solid #000000;
}
#container_top{
	width: 1040px;
	margin: 2px auto 0;
	text-align: left;
}
#container_mid{
	width: 1004px;
	margin: 0 auto 0;
	text-align: left;
	clear:both;
}
#adtopMe {   width: 984px;
  margin: 5px auto 12px;
  display: inline-block;
  padding: 3px;
}
#container_bot{
	width: 1004px;
	margin: 12px auto 0;
	text-align: left;
}
#container_game{
	width: 1140px;
	margin: 50px auto 0;
	text-align: center;
}
#container{
	width: 1004px;
	margin: 10px auto 0;
	text-align: center;
}
#wrapper {
	clear:both;
	width: 1140px;
	margin: 0 auto;
}
#adj_gname {
	margin-right: 450px
}
#messure {
	margin: 0 auto; display:inline-block; min-width: 600px;
}
.firstrow {
	clear:both; 	
	border-radius: 4px 4px;
	-webkit-border-radius:  4px 4px;
	-o-border-radius:  4px 4px;
	-ms-border-radius:  4px 4px;
	-moz-border-radius:  4px 4px;
	box-shadow: 3px 3px 0 #FFA800, -3px -3px 0 #FFA800;
	background-color:#FFF;
	border: 4px solid #FF7800;
	margin-bottom: 1%;
}
.firstrow_left {
	
	
	-webkit-border-radius: 4px 4px;
	-o-border-radius:  4px 4px;
	-ms-border-radius:  4px 4px;
	-moz-border-radius:  4px 4px;
	border-radius: 4px 4px;
	box-shadow: 3px 3px 0 #FFA800, -3px -3px 0 #FFA800;
	background:linear-gradient(top, #FFFFFF, #C6D4DE);
	background:-moz-linear-gradient(center bottom , #C6D4DE, #FFFFFF) no-repeat scroll 0 0 transparent;
	background:-webkit-linear-gradient(top, #FFFFFF, #C6D4DE);
	background:-o-linear-gradient(top, #FFFFFF, #C6D4DE);
	background:-ms-linear-gradient(top, #FFFFFF, #C6D4DE);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#C6D4DE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#C6D4DE);
	border: 4px solid #FF7800;
	margin-bottom: 8px;
}
.firstrow_pro {
	clear:both; 	
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	box-shadow: 3px 3px 0 #FFA800, -3px 1px 0 #FFA800;
	background: none repeat scroll 0 0 #FFFFFF;
	background-color: #FFFFFF;
	border: 4px solid #FF7800;
	margin-bottom: 9px;
}
.firstrow_preg {

	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	box-shadow: 3px 3px 0 #FFA800, -3px 1px 0 #FFA800;
	background: none repeat scroll 0 0 #FFFFFF;
	background-color: #FFFFFF;
	border: 4px solid #FF7800;
	margin-bottom: 9px;
}
#rightbox {
	display: inline-block; vertical-align: top; margin: 0px 0px 0px 110px;
}
#cont_in {
	width: 132px; float: left;
	margin: 5px auto 3px;
	text-align: left;
}

.rightbox_inner {
	padding:3px;
	border-radius: 8px 8px;
	-webkit-border-radius: 8px 8px;
	-o-border-radius: 8px 8px;
	-ms-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	box-shadow: 2px 1px 5px #366a74, -2px 1px 5px #366a74;
	background: none repeat scroll 0 0 #FFFFFF;
	border:3px solid #FFFFFF;
	margin-bottom: 9px;
	    height: 612px;
}
.tagThing {
    display: inline-block;
    vertical-align: top;
    margin: 85px 1px 0px -3px;
    box-shadow: 1px 1px 3px #366a74;
    width: 12px;
    height: 70px;
    background: transparent url("/templates/default/images/advert90.png") repeat scroll 0% 0%;
}
#hangingTough {float: left; width: 300px; height: 66px; margin-top: 15px;   margin-left: 55px;
}
#logup {
	float: left;
}
#infor {
	width: 100%;
	font: 14px "Chewy", sans-serif;
	color: #000000;
	text-align: center; 
	vertical-align:top; 
	margin-top: 15px;
}
#rightimg_latest {
	width: 80px;
	margin-left:5px;
	height: 35px;
}
.allthebest {
	float:left;
	background: none repeat scroll 0 0 #FF9900;
	border: 2px solid #FFFFFF;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
}
#rightimg_popular {
	width: 100px;
	margin-left:5px;
	float:left;
	height: 35px;
	background:url(/templates/default/images/popular.png) no-repeat scroll 0 14px transparent;
}
#rightimg_gameslist {
	width: 21px;
	margin-left:5px;
	float:left;
	height: 720px;
	background:url(/templates/default/images/gameslist.png) no-repeat scroll 0 14px transparent;
}
#being {
	display:inline-block; width: 610px; margin:0.5%;
}
.textdescrip {
	text-align: center;
	padding: 5px;
	font: 12px Verdana,Geneva,sans-serif;
	width: 92%;
	margin: 0 auto;
}
.textdescrip a{
	color: #ff7800	
}
#title{
	padding: 0;
	margin:0;
}
#playthisgame{
	color:#000;
}
#logo {
    border-style: none;
	float:left;
}
.centerIt {
	text-align:center;
	width: 100%;
	height: 116px;
	overflow:hidden;
}
.topadcont {
	clear:both;
	height: 96px;
	display:inline-block;
    margin: 15px auto;
	padding: 0;
	background-color: white;
	border: 3px solid #FFFFFF;
    box-shadow: 2px 2px 3px #366A74;
}
.topadcont_most {
	clear:both;
    margin: 18px auto 0;
	padding: 0;
	width:728px;
	height:90px;
	background-color: white;
	border: 4px solid #FFFFFF;
    box-shadow: 4px 4px 3px #222222;
}
.gamingdes {
	padding: 6px;
	color:#222;
}
.heightmin {
min-height:445px
}
.banner{
    clear: both;
	height: 100px;
	padding: 0;
	margin: 5px 0 0 0;
}
#banner {
	clear:both;
	width: 800px;
	 height: 32px;
}
#banner a:hover{
	color: #3A6A8E;
}
.catz {
	padding: 0 9px 0 0;
}
.smallcatz {
	 margin: 5px 8px 0 0;
}
#search{
	padding-top: 3px;
	padding-left: 12px;
}
#titleof {
	width: 170px;
	height: 25px;
	float:left;
	margin:31px 0 0;
	text-align:center;	
}
#content{
	clear:both;
	*margin-top: -30px;
}
#content_table{
	width: 100%;
	vertical-align: top;
	*margin-top: 28px;
}
#left{
	vertical-align:top;
}
.middle{
	vertical-align:top;
}
#right{
	vertical-align:top;
}
.button{
	background: #E1E1E1;
	border-right: 1px solid #173348;
	border-bottom: 1px solid #173348;
	border-top: 1px thin #204764;
	border-left: 1px thin #204764;
	height:18px;
	margin-bottom:1px;
	margin-left:2px;
	margin-right:2px;
	margin-top:2px;
	padding-bottom:3px;
}
.game a {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #02A1C9;
   text-decoration: none;
 }
.game a:hover {
    text-decoration: none;
}
.game_h,
.leftmenu_h{
	color: #FFF;
	text-transform:uppercase;
	font-size: 11px;
	padding: 5px 0 3px 9px;
	margin: 0 0 4px 0;
	height: 19px;
}
.login,
.popular,
.links,
.game,
.leftmenu{
	padding: 6px;
	margin: 0 0 6px 0;
}
.welcome{
	background: #FFDACD;
	border: 1px solid #FF5518;
}
.login,
.leftmenu{
	text-align: center;
}
.leftmenu_l{
	text-align: left;
	padding: 6px;
	margin: 1px;
}
.popular{
	background: #FFD5C2;
	border: 1px solid #7C3212;
}
.links{
	background: #CCE3F4;
	border: 1px solid #1F5C86;
}
.game{
}
.thumb{
	border:1px solid #000;
}
.leftmenu a,
.leftmenu_l a{
	padding: 1px 0 1px 0px;
}
.leftmenu a:hover,
.leftmenu_l a:hover{
	color: #000;
	text-decoration: none;
}
.table_games{
	width: 100%;
	vertical-align: top;
}
.table_games td{
	vertical-align: top;
}
#footer{
	padding: 2px 5px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	clear:both;
}
#footer p {
   color: #fff;
	font: 11px "Trebuchet MS", "Arial", "Helvetica", sans-serif;
   text-align:center;
   padding:0;
}
#footer a
{
	color: #fff;
	margin: 0 2%;
	text-decoration: none;
}
#footer a:hover
{
	color: #FF7800;
	text-decoration: none;
}
.playgame{ 
	background-color: #FFFFFF; 
	background-position: 0 0; 
	width: auto; 
}
.styletd {
	width: 104px; 
	float: left;
	margin: 9px 9px 12px 8px;
	border: 2px solid #FFFFFF;
    box-shadow:2px 1px 4px #555555;
}
.box_align {
	padding: 0 0 2px;
}
.innerbox_align 
{
	height:286px; 
	padding-top:2px
}
.styletd_latest {
	width: 104px; 
	float: left;
	margin: 11px 10px;
	border: 2px solid #FFFFFF;
    box-shadow:2px 1px 4px #555555;
}
.styletd_popular {
	width: 100px; 
	float: left;
	margin: 9px 7px 9px 8px;
	border: 2px solid #FFFFFF;
    box-shadow:2px 1px 4px #555555;
}
.styletd:hover, .styletd_latest:hover, .styletd_popular:hover {
 	box-shadow:4px 5px 2px #aaa;
	 -webkit-transform: scale(1.1); 
	 -moz-transform:scale(1.1);
	 -o-transform: rotate(-1deg) scale(1.1);
	 -ms-transform: rotate(-1deg) scale(1.1); 
	 transform: scale(1.1);
	 -webkit-transition: all 0.1s ease-in-out; 
	 -moz-transition: all 0.1s ease-in-out; 
	 -o-transition: all 0.1s ease-in-out; 
	 -ms-transition: all 0.1s ease-in-out; 	 
	 transition: all 0.1s ease-in-out;
}
.tdgamelist {
	padding: 8px 5px 8px 0px; 
	vertical-align: top; 
	width: 182px;
	align: center;
	text-align: center;
}
#pageindex {
	float:left; width:770px; padding: 10px; margin: 10px 0 0 30px
}
.divheader {
	background-color: #FFFFFF; 
	width: 962px;
	margin: auto;
	text-align:center;
}
#facebook {
	width: 197px; 
	overflow: hidden;
	height: 117px; 
	margin-top: -38px; 
	border: thin none rgb(102, 102, 102); 
	float: left; 
	margin-left: 32px;
}
.thumb_smallid {
	float: left; 
	width: 100px; 
	height: 100px;
}
.smaller {
	position:relative;
	top: 1px;
	left:12px; 
	box-shadow: 1px -1px 3px #366A74;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	display:inline
}
.smaller_gamelist {
	position:relative;
	top: 12px;
	left:12px; 
	box-shadow: 1px -1px 3px #366A74;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	display:inline
}
.smaller_right {
	display:inline-block;
	background: url(/templates/default/images/small.png) no-repeat scroll 0 0 transparent; 
	width:104px;
	margin-left:70%; 
	text-shadow: 1px 1px 0 #222222;
	text-align: center;
	font: 10px/13px "Impact", sans-serif;
	box-shadow: 2px -1px 3px #366A74;
	-webkit-box-shadow:#366A74 2px -1px 3px;
	padding-top:1px;
	color:#FFFFFF;
}
.smaller_mid {
	background: url(/templates/default/images/small.png) no-repeat scroll 0 0 transparent; 
	width:104px;
	height: 17px;
	margin: 0 auto; 
	text-shadow: 1px 1px 0 #222222;
	text-align: center;
	font: 10px/13px "Impact", sans-serif;
	box-shadow: 2px -1px 3px #366A74;
	-webkit-box-shadow:#366A74 2px -1px 3px;
	padding-top:1px;
	color:#FFFFFF;
}
.smaller_right_bottom {
	float:right;
	background: url(/templates/default/images/small.png) no-repeat scroll 0 0 transparent; 
	width:104px;
	margin-right:43px; 
	text-shadow: 1px 1px 0 #222222;
	text-align: center;
	font: 8px/14px "Comic Sans MS", cursive;
	text-transform: uppercase;
	color:white;
}
.smaller_gname {
	float:right;
	background: url(/templates/default/images/small_gname.png) no-repeat scroll 0 0 transparent; 
	width:295px;
	margin-right:295px; 
	text-shadow: 1px 1px 0 #222222;
	text-align: center;
	font:10px/13px "Impact", sans-serif;
	padding-top: 1px;
	color:#FFFFFF;
	position:relative;
	box-shadow: 1px -1px 3px #366A74;
	-webkit-box-shadow:#366A74 1px -1px 3px;
	z-index:22223;
	top:1px;
}
.thumb_bigid {
	border:1px solid #000;
	float: left; 
	width: 180px; 
	height: 135px;
}
.thumb_big {
    float: left;
    height: 96px;
    position: relative;
    width: 120px;
 	margin: 10px 18px 0 0;
}
.textdescnew { 
float:left; 
width: 440px;
padding: 5px 10px 0 0;
}		
#undericon {
	margin-top: 30px;
}
#booox {
	border:1px solid #DDD;
	 box-shadow: 1px 1px 4px #DDD;
}
#booox_surround {
	float:left; padding:30px 0 5px 20px; color: #999;
}
#boooxLand {
  float: left;
 
  margin: 0 auto;
  padding: 0 11px 0 10px;
  text-align: center;
  font: 11px 'Verdana',cursive;
  color: #999;

  width: 359px;
}
.boooxLand_inner {
	box-shadow: 1px 1px 4px #DDDDDD;
	border: 1px solid #DDDDDD;
}
#tdsearch {
	text-align: right; 
	padding-left: 4px; 
	padding-right: 4px;
	padding-top: 1px;
	font: 11px "Lucida Grande", "Arial Rounded", "Arial", sans-serif;
	font-weight: bold;
	color: #FFFFFF
}
#thumb_popup {
	width: 135px; 
	float: left; 
	height: 105px;
}
#advertistop_td {
	width: 350px;
}
#frame1 {
	scrolling: no;
	border: none; 
	overflow: hidden; 
	width: 292px; 
	height: 287px;
	allowtransparency: true
}
#framea {
	height:90px;
	frameborder:0px;
	border:0px;
	width:728px;
	margin:0px;
	scrolling:no
}
#tweet {
 	padding-top: 8px;
}
#mydiv {
  margin-left: auto ;
  margin-right: auto ;
  width: 500px;
  text-align: left;
  padding-top:22px;
}
td.colone {
  text-align: right;
  vertical-align: top;
  padding-top:6px;
  width:20%;
}
td.coltwo {
  color:red;
  text-align: center;
  vertical-align: top;
  padding-bottom:6px;
  padding-left: 2px;
  padding-right: 2px;
}
td.colthree {
  width:80%;
  padding-bottom:4px;
}
.message { 
	border-left: 1px solid #666669;
    border-right: 1px inset #444448;
    border-top: 1px solid #66666A;
	background-image:none;
}
.butt {
	background-image:none;
	height: 23px;
	border:1px solid #454545;
	border-radius: 2px 2px;
	-moz-border-radius: 2px 2px;
	-webkit-border-radius: 2px 2px;
	-ms-border-radius: 2px 2px;
	-o-border-radius: 2px 2px;
}
.pageNums { 
	clear:both;
	margin: 5px 5px;
	text-align:center;
}
#thegame {}
.buttonground {	 display: block;
	font: 18px/40px 'Coda', cursive; !important;
    color: #FFFFFF !important;
	text-shadow: -1px -1px 0px #202020, -1px -1px 0px #606060;
	text-align: center;
	text-transform: uppercase;
	border:1px solid #666666;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;	
	width: 160px;
	height: 40px;
	z-index: 9999;
	position:relative;
	  top: -20px;
	  left:-80px;
	background:linear-gradient(top, #777777, #262626);
	background:-moz-linear-gradient(top, #777777, #262626);
	background:-webkit-linear-gradient(top, #777777, #262626);
	background:-o-linear-gradient(top, #777777, #262626);
	background:-ms-linear-gradient(top, #777777, #262626);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#777777, endColorstr=#262626);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#777777, endColorstr=#262626);	
}
.buttonground a {
    color: #FFFFFF !important;
	text-shadow: -1px -1px 0px #202020, -1px -1px 0px #606060;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border:1px solid #666666;
}
.goplay {
	color: #222222;
    font: 11px/1.1 Verdana;
	width: 140px;
}
.gameinfo_left {
	width:780px; float:left;padding:10px 15px 12px 25px; font: 13px 'Verdana', sans-serif;
}
.gameinfo_right {
	width: 740px;  margin: 0 auto;text-align:center; font: 12px Verdana, sans-serif
}
#soci {width: 400px;margin: 2% auto;text-align:center
}
#p1_a {
	color:#333333; font: 16px 'Verdana',  sans-serif;
}
#f1_a {
	color:#ad0000; font: 19px 'Verdana', sans-serif;
}
.p2_a {
	width: 130px; text-align:right;display:inline-block; font-weight: bold;
}
.p2_b {
	display:inline-block; width: 260px; text-align:left; padding-left:7px;
}
#soci_gp {
	padding-top:7px; display:inline-block
}
#soci_fb {
	margin-left:25px; height:59px;display:inline-block
}
#soci_tw {
	display:inline-block; margin-left:22px
}
#ad_plc {
	text-align:center;margin:10px auto 12px;width: 336px;
}
#go_to {
	font:13px Verdana, sans-serif; color: #555555
}
.gameinfoDiv {
	width:790px; float:left; margin: 5px auto 12px 50px; min-height:450px; padding: 1%;
}
.screens_txt {
	margin: 5px 0 5px 5px; width: 320px
}
.cc_container {
	padding: 4px 8px !important;
}
.cc_btn {
	width: 16% !important;
	max-width:90px !important;
	margin-left: 10px !important;
}
.cc_container a, .cc_container a:visited {
	color: #868686 !important;
}
.cc_message {
	margin-top:4px !important;
	font-size: 0.7em !important;
	line-height:1.0em !important;
}
@media all and (min-width:641px){
	#underheader { padding: 0.2%; }
	.cc_message {font-size: 1.0em !important; }
}
@media all and (max-width:640px){
		.cc_message {font-size: 1.1em !important; }
}
/* html5 sdk afg */
#game_middle{
	overflow:hidden;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#pregamediv{
	background-color:#2b3e62;
	color:#EDEDED;
	text-align:center;
	float:left;
}

#pregamediv_ad{
	padding:0 0 0 0;
}
