/* ------------------------------------------------------------------- 
   Top module CSS
   -------------------------------------------------------------------
*/

div.topModule
{
	padding-top: 15px;
	float: left;
	padding-bottom: 2px;
}

/* 336 x 280 ad block */
div.topModule .adBlock
{
	float: left;
	width: 336px;
	height: 280px;
	margin-right: 15px;
}

div.topModule .gamePreview
{
	float: left;
	width: 190px;
	margin-bottom: 15px;
	text-align: center;
}

div.topModule .gamePreview img
{
	width: 140px;
	border: 1px solid #e64e8f;
}

div.topModule .gamePreview p
{
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}

div.topModule .gamePreview a
{
	font-size: 13px;
	color: #cd0356;
	text-decoration: none;
}

