/**************************/
/*******CATEGORY VIEW******/
/**************************/
#game_heading{
	border:1px solid orange;
	width :95%;
}
	#game_heading img{
		float:left;
		padding-right:10px;
	}

#game_heading_inside{
	padding: 10px;
}

.clear{
	clear:both;
	padding: 0px;
	margin: 0px;
}

.game{
	border:1px solid silver;
	margin:5px; 
	padding:8px; 
	float:left; 
	width:120px; 
	height:140px; 
	
	display:block; 
	text-align:center;}
	.game img{
		border:5px solid orange;}
	.game a:hover{
		text-decoration:none;}

/**************************/
/******SINGLE GAME VIEW****/
/**************************/
#game{
}

#leaderboard{
	width:50%; 
	float:left;	
}

#similar{
	padding-top: 20px;
}

.leaderboard_on{
	width:50%; 
	float:left;
}

.leaderboard_off{
	width:100%; 
	clear:both;
}

#game_date_add,
#game_played{
	font-weight: bold;
}


/******SINGLE GAME VIEW****/

div.mochi_titolo
{
font-size:		28px;
line-heigth:		28px;
border-bottom:		1px solid #d6d6d6;
padding-bottom:		4px;
margin-bottom:		8px;
}


div.mochi_game
{
background-attachment:	scroll;
background-color:	transparent;
background-image:	url(game_bg.jpg);
background-position:	center top;
background-repeat:	no-repeat;
width:			950px;
height:			938px;
text-align:		left;
vertical-align:		top;
padding-top:		0px;
padding-bottom:		0px;
padding-left:		0px;
padding-right:		0px;
}


div.mochi_game_flash
{
position:		relative;
text-align:		left;
vertical-align:		top;
width:			720px;
height:			540px;
padding-top:		0px;
padding-bottom:		0px;
padding-left:		0px;
padding-right:		0px;
top:			65px;
left:			124px;
background-color:	#000000;
border-top:		2px solid #444444;
border-bottom:		2px solid #888888;
border-left:		2px solid #444444;
border-right:		2px solid #888888;
}





