#overlay {
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.9;
	filter:alpha(opacity=60);
	z-index:500;
}

.page-container, .asset-name, .ifiction-container {
	text-align:center;
	}

.ifiction-container {
	padding-top:25px;
	}

.game-byline {
	font-size:medium;
	}
	
.game-review-link {
	font-size:medium;
	margin-top:10px;
	}

.search {
	width:200px;
	position:absolute;
	right:0px;
	z-index:1;
	}

#content .widget {
	border-bottom: 0;
	}

.top-rated-nav {
	width:705px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:25px;
	}

/* hosted games rules */
#fizzlebot-container a 			{ color: #F7F7F7; text-decoration: none; }
#fizzlebot-container a:link		{ color: #F7F7F7; text-decoration: none; }
#fizzlebot-container a:visited	{ color: #F7F7F7; text-decoration: none; }
#fizzlebot-container a:active	{ color: #F7F7F7; }
#fizzlebot-container a:hover 	{ color: #FFB0C7; }
#fizzlebot-container { /*color:#FFB0C7;*/ }

#filler-container {
	position:relative;
	width:100%;
	}
#fizzlebot-container {
	width:100%;
	position:absolute;
	top:40px;
	}
#floatingdiv {
	margin-left:auto;
	margin-right:auto;
	}
#mainleft {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 160px;
	}
#maincenter {
	float:left;
	padding-bottom:10px;
	}
#mainright {
	 float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 160px;
	}
#fizzlebot-container #game-title {
	position:relative;
	top:15px;
	font-size:medium;
	width:100%;
	text-align:center;
	}
#fizzlebot-container a img {
	border:0;
	}
#fizzlebot-container .icons {
	font-size:large;
	font-weight:bold;
	height:130px;
	overflow:hidden;
	}
#top-rated-bx {
margin: 10px 0 0;
padding: 13px 10px 6px;
min-height: 192px;
}
.gameads {
	width:160px;
	height:60px;
	}
#gameSWF {
	background:#000000;
	width:746px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 6px #000000;
	}
.rating_fizzlebot {
position: absolute;
top: 12px;
right: -13px;
width: 330px;
height: 47px;
overflow: hidden;
z-index: 2;
}
#game-meta{
	 height: 40px;
	margin-top: 32px;
	margin-left: 0 !important;
	/* float:left;*/
	min-height: 30px;
   /* overflow: hidden;*/
   /* padding: 4px 10px 0;*/
  padding: 4px 6px 0 10px;
   position: relative;
	/*height:30px;*/
	z-index:10 !important;
	/*background:#FFF;
	overflow:hidden;
	color:#FFF;*/
	}
#game-meta iframe {
	float:left;
	border:0;
	position:relative;
	top:3px;
	}
#game-rating {
	border-radius: 5px 5px 5px 5px;
	bottom: 2px;
	color: #000000;
	float: right;
	margin-top: 0;
	padding: 4px 4px 3px;
position: absolute;
top: -32px;
right: 10px;
	}
#game-rating ul {float:left;}
#game-rating-current {
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:12px;
	}
#game-rating-current,
#game-rating-current span {
	font-size: 14px;
}
#game-rating > .thanks {
	font-size:x-small;
	position:absolute;
	right:0px;
	}
.game-rating {
	
	}
.game-rating-small {
	font-size:x-small;
	}
.unit-rating { 
	background: url('https://jayisgames.com/mt4/mt-static/plugins/AjaxRating/images/mushroomrating.gif') top left repeat-x;		
	}
.unit-rating li a:hover{
	background: url('https://jayisgames.com/mt4/mt-static/plugins/AjaxRating/images/mushroomrating.gif') left center;
	}
.unit-rating li.current-rating {
	background: url('https://jayisgames.com/mt4/mt-static/plugins/AjaxRating/images/mushroomrating.gif') left bottom;
	}
#series-links {
	position:relative;
	top:5px;
	}
.special-instructions {
	font-size:small;
	}
#specs {
	padding:10px;
	color:#000;
	text-align:left;
	background-color: #FBD68D;
	width:400px;
	position:relative;
	overflow:auto;
	border-left:#000 3px solid;
	border-right:#000 3px solid;
	}
#leaderboard_widget {
	margin-right:auto;
	margin-left:auto;
	background-color:#fff;
	margin-top:25px;
}
#game-social-left{
	/*width:50px;
	position:absolute;
	margin-top:21px;*/
	float: left;
	position: relative;
}
.social-more div{
	display: none;
}
/*:hover*/
.social-more:hover div{
	display: block;
	position: absolute;
	z-index: 999;
	background: #D6DBE6;
	background: -moz-linear-gradient(top,  #e4e9f5 0%, #d6dbe6 63%, #c7cdd7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e9f5), color-stop(63%,#d6dbe6), color-stop(100%,#c7cdd7));
	background: -webkit-linear-gradient(top,  #e4e9f5 0%,#d6dbe6 63%,#c7cdd7 100%);
	background: -o-linear-gradient(top,  #e4e9f5 0%,#d6dbe6 63%,#c7cdd7 100%);
	background: -ms-linear-gradient(top,  #e4e9f5 0%,#d6dbe6 63%,#c7cdd7 100%);
	background: linear-gradient(top,  #e4e9f5 0%,#d6dbe6 63%,#c7cdd7 100%);
	/*left: 100px;*/
	right: 20px;
	padding: 10px;
	/*border-radius: 0 0 5px 5px;*/
}

#game-social-right{
/*float: left;*/
position: absolute;
	right: 250px;
	/*right: 174px;*/
}
#mask {
	position:absolute;
	top:0px;
	left:0px;
	background-color:black;
	z-index:1000;
	display:none;
	opacity:0.9;
}
#flashcontent, #precontent_ad, #game-wrapper {
	position:relative;
}
#walkthrough-button {
	position:absolute;
	margin-top:-25px;
	left: 0px;
}
#lights-button, #zoom-in-button, #zoom-out-button {
	position:relative;
	margin-bottom:5px;
}
#___plusone_0 {
	
}
#game-social-left iframe {}
div.pin-it-button {position:relative;height:80px;top:15px;}
#flash-alert{background-color:#FFFF00; color:#BB0000; font-weight:bold; font-size:large; padding:3px;}

/*from inline*/
	#floatingdiv {
		/*width:1220px;*/
		 /*background-color: #000;*/
	position:relative;
	z-index:600;
	display: table;

margin-bottom: 14px;
		}
#maincenter {
	margin-top: 10px;
		/*width:700px;*/
	min-width: 630px;
	position: relative;
	z-index: 1;
	text-align: center;
}
	#fizzlebot-container .icons {
		width:700px;
		}
	#fizzlebot-container {
		/*left:-140px;*/
		left: -125px;
		overflow: hidden;
		width: 1220px;
		top: 0;
		}
	#filler-container {
		/*height:1250px;*/
		height: 800px;
		}
	#container-inner, #content {
		/*background-color: transparent;*/

}
	#mainleft .gameads,
	#mainright .gameads {
		height: 600px;
		}
/*game top actions bar*/
#game-actions{
	width: 60%;
	margin-left: 0;
	margin-right: 0;
	margin-top: -7px;
	text-shadow: 0 1px 0 #FFFFFF;
filter: dropshadow(color=#FFFFFF, offx=0, offy=1);

position: relative;
z-index: 3;

}
#anchor-links{
  color: #2E2D33;
	  float: left;
	 margin: 0 0 0 22px;
	/* width: 420px;*/
}


#anchor-links a:link,
#anchor-links a:visited, 
#anchor-links a:hover, 
#anchor-links a:active,
#anchor-links span{
		float: left;
	margin: 14px 4px 0px 0px;
	 color: #2E2D33;
	 font-weight: normal;
}
#anchor-links a img{
		margin-top: -7px;
}
#anchor-links a.lighton img,
#anchor-links a.lightoff img {
	margin: 2px -4px 8px 0;
}
#anchor-links span{
		font: normal 15px trebuchet MS, verdana, arial, sans-serif;
		margin-left: 5px;
		margin-right: 14px;
		padding: 0 0 0 20px;
		background: url('/images/playicon.png') top left no-repeat;
}
#anchor-links .rvw{
   background: url("images/review-gr.png") no-repeat scroll 0 3px transparent;
	padding-left: 20px;
	font-size: 15px;
	padding-right: 10px;
}
#anchor-links .wlk{
	background: url("images/walkthrough-gr.png") no-repeat scroll 0 5px transparent;
	padding-left: 20px;
	font-size: 15px;
	padding-right: 7px;
}
#anchor-links .cmnt{
	  background: url("images/comment-gr.png") no-repeat scroll 0 6px transparent;
	padding-left: 20px;
	font-size: 15px;
	padding-right: 5px;
}
#anchor-links .fav{
	padding-left: 5px;
	font-size: 15px;
	padding-right: 6px;
}
#anchor-links .views_number{
	margin: 0;
	padding: 0;
	background-image: none;
}
#anchor-links div {
	display: inline;
}



#game-social-left>span{
float: left;
	width: 85px;
}

#game-social-left .fb-horz{
	margin-top: 4px;
}
#game-social-left .gp-horz{
	 margin-top: 7px;
}
#game-social-left .pin-horz{
	margin-top: 7px;
}

#game-social-left .social-more{
	display: inline-block;
	 font-size: 11px;
	margin-right: 10px;
   line-height: 13px;
	text-align: center;
	/*width: 70px;*/
	width: 76px;
}
#game-social-left>div{
display: none;

}

/*social sharing game size dependent****/

/*game is 630 or less*****/

#game-social-left .social-more div>.pin-horz{
	float: left;
	margin-right: 50px;
	margin-top: 2px;
}
/*game 631 - 749*****/
.social-more .social-more div>.st-horz{
	float: left;
	padding-right: 6px;
}

/*game 750-800 *****/
/*game > 800******/
#game-social-left>.st-horz{
	margin-top: 5px;
	width: 75px;
}

#game-social-left>.red-horz{
	margin-top: 5px;
}



/*review snippet********/

#tabbed-content #review.entry-container{
	width: 98.5%;
	margin: 0 auto 10px;
}
#tabbed-content .entry{
	width: 100%;
}

.entryheader {
	border-bottom: none;
}
h1.asset-name {
	color: #063466;
	font-size: x-large;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	width: inherit;
}

.entry, .bfg-feature {
	margin: 0 auto 20px;
	position: relative;
   
}
#tabbed-content a.read-more:link,
#tabbed-content a.read-more:visited{
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	background: none;
	text-decoration: none;
	color: #063466;
}

#tabbed-content a.read-more:hover,
#tabbed-content a.read-more:active{
	color: #72BF53;
	text-decoration: underline;
}

/*walkthrough******/

#walkthrough.comments{
	margin: 10px auto;
	width: 96.8%;
}

#walkthrough.ui-tabs-panel{
	padding-left: 10px !important;
}

/*commments******/
#tabbed-content #comment-panels{
	width: auto;
}

#tabbed-content #comments{
	margin: 0 auto;
	width: 98.5%;
}

/*jquery ui tabs styles for content********/
#tabbed-content{
	font-family: trebuchet MS,verdana,arial,sans-serif;
}
#tabbed-content ul.review-tab-buttons{
	font: 22px trebuchet MS,verdana,arial,sans-serif;
	height: 32px;
	background: none;
	border: none;
	 border-bottom: 5px solid #063466;
	 padding: 0;
	
}

.review-tab-buttons li a:link,
.review-tab-buttons li a:visited{
	color: #063466;
}

.review-tab-buttons li.ui-tabs-selected a:link,
.review-tab-buttons li a:hover,
.review-tab-buttons li a:active,
.review-tab-buttons li.ui-tabs-selected a:visited
{
		background: #063365;
	background: -moz-linear-gradient(top,  #064A95 0%, #064A95 58%, #063365 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#064A95), color-stop(58%,#064A95), color-stop(100%,#063365));
	background: -webkit-linear-gradient(top,  #064A95 0%,#064A95 58%,#063365 100%);
	background: -o-linear-gradient(top,  #064A95 0%,#064A95 58%,#063365 100%);
	background: -ms-linear-gradient(top,  #064A95 0%,#064A95 58%,#063365 100%);
	background: linear-gradient(top,  #064A95 0%,#064A95 58%,#063365 100%);
	-pie-background: linear-gradient(top,  #064A95 0%,#064A95 58%,#063365 100%);
	
	color: #fff;

	behavior: url(../mt4/mt-static/themes-base/PIE.php);
}

/*tab link styles*/

.review-tab-buttons .ui-state-active,
.review-tab-buttons .ui-state-default, 
.review-tab-buttons .ui-widget-content .ui-state-default{
	border: none;
	background: none;
}
#tabbed-content .review-tab-buttons li a{
	padding: 7px 10px;
	font-size: 0.8em;
}

#tabbed-content{
	background: none;
	border: none;
	color: #222222;
	padding: 0;
}

#tabbed-content.ui-tabs .ui-tabs-nav li{
	margin: 0 3px -1px 0;
}


#tabbed-content>.ui-tabs-panel{
	padding: 0;
}

.entry, .bfg-feature {
	border-top: none;
}

/*top games******/
#alpha-inner div.icons{
	margin-left: 5px;
	
}

a#top-games{color: #063466;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
	width: inherit;
	
 }