div.game {
	width: 146px;
	height: auto;
	padding-right: 10px;
	float: left;
}

.g-last { padding-right: 0px !important; }

div.game a:link, div.game a:visited, div.game a:hover, div.game a:active {
	font: bold 10pt Arial;
	color: #4a4947;
	text-decoration: none;
}

div.game p {
	padding: 4px;
	font: 8pt Arial;
	color: #4a4947;
}

div.clearinghouse {
	clear: both;
	width: auto;
	height: auto;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 15px;
	margin-bottom: 10px;

}


/*  Play games section */
div#gameinfo {
	width: 128px;
	height: 402px;
	padding: 10px;
	background-color: #fff;
	float: left;
	border: 1px solid #d9d8d8;
	margin-right: 10px;
}

div#gamebox {
	width: 600px;
	height: auto;
	float: left;
}

div#gameinfo h2 {
	font: bold 11pt Arial;
	color: #10cfcf;
}

div#gameinfo p, div#gameinfo td {
	font: 8pt Arial;
	color: #666666;
	margin: 5px 0px 10px;
}

div.content {
	padding-top: 10px;
	text-align: center;
}

.back-to-games {
    font-family: Helvetica, Arial, serif;
    font-weight: bold;
    color: #10CFCF;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

#ad-content {
    text-align: center;
}







