/**
 * RAM
 *
 * @package Games
 */

#board {
	float: left;
	background: #e0e0e0;
	position: relative;
	border: 1px solid #fffff;
}
.theme2 #board {
	border-color: #444;
	background: #fff;
}
#board td{
	padding:0px;
}
#results {
	float:left;
	margin-left:12px;
}
#score,#topscore {
	font-weight:bolder;
	margin-left:4px;
}
.game-ram-ad {
	width: 300px;
	height: 250px;
	float: right;
}
.tile {
	position:absolute;
	text-align:center;
	font-weight:bolder;
	font-size:18px;
	cursor:pointer;
	display:none;
	color:#fff;
}
.msgs {
	position:absolute;
	text-align:center;
	display:none;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	cursor:pointer;
}
#gameOver{
	text-align:center;
	color: #fff;
	z-index:1002;
	background-color: #333;
	cursor: default;
}
