
div#content {
	padding: 1em 2em 2em 0;
	
}

div#content img {
	border: 0;
}

div#content table a {
	text-decoration: none;
}

div#content div#subhead img {
	display: block;
	float: right;
	border: 0;
	height: 29px;
	width: 85px;
}

div#content p {
	line-height: 150%;
}

div#content #mbpaymentmethods {
	list-style-type: none;
	margin: 0; padding: 0 0 0 2em;
}

div#content #mbpaymentmethods li {
	float: left;
	margin: 0; padding: 0;
}

div#content #mbpaymentmethods li img {
	float: left;
	border: 0; padding: 0; margin: 0 10px 10px 0;
}

div#content div#subhead h2 {
	color: #900;
	margin: 0; padding: 0;
}

div#content table {
	border-spacing: 0;
	width: 100%;
}

div#content table th {
	font: bold 10pt verdana;
	text-align: left;
	background-color: #900;
	color: #fff;
}

div#content table td, div#content table th {
	padding-left: 1em;
	height: 30px;
}

div#content table td.yes {
	color: #4CAD47;
	font-weight: bold;
}

div#content table td.currencies {
	font-weight: bold;
}

div#content table tr.odd td {
	background-color: #F7ECEC;
}

div#content h3 {
	color: #900;
	font: bold 11pt/150% verdana, arial;
	border-bottom: solid 1px #AD8484;
	margin-bottom: 0.5em;
	margin-top: 2em;
	padding-bottom: 3px;
}
div#content div.method img {
	float: left;
	margin-right: 1em;
	border: 0;
}

div#content ol {
	
}

div#content ol li {
	line-height: 150%;
}

div#content div.method div.fineprint {
	font-size: 8pt;
}

div#content div.method p.backtotop {
	text-align: right;
	font-size: 8pt;
}

div#content div.method p.backtotop a {

	text-decoration: none;
}

div#content div.method p.lead {
	margin-top: 0; padding-top: 0;
}

div#content div.method dl {
	line-height: 150%;
}

div#content div.method dl dt {
	float: left;
	font-weight: bold;
	width: 12em;
}

div#content div.method dl dd {
	margin-left: 0;
}

div#content div.method dl dd dl {
	clear: both;
	background-color: #F7ECEC;
}

div#content div.method dl dd dl dt {
	width: auto;
	padding-left:1em;
}
div#content div.method dl dd dl dd {
	margin-left: 12em;
}



/* GAME PAGE STUFF */

.game {
	background-color: #600;
	padding: 0.5em 1em;
	margin: 5px 0 0 0;
}
	
	.game * {
		color: #fff;
	}
	
	.game h3 {
		margin: 0 0 1em 0;
	}
	
	.game img {
		float: left;
		margin: 0; padding: 0 0 0 0; border: 0;
		width: 230px;
	}
	
	.game p:first-child {
		margin-top: 0; padding-top: 0;
	}
	
	.game p {
		line-height: 150%;
	}
	
	.game .rules {
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 8pt;
	}
	
	#gameslist h2 a {
		color: #f90;
		}
	
	.game .rules a {
		color: #f90;
		text-decoration: none;
		font-weight: bold;
	}
	
	.game dl dt {
		float: left;
		width: 12em;
		font-weight: bold;
	}
	
	.game dl {
		line-height: 150%;
	}
	
	.game .description {
		margin-left: 240px;
	}
	
	#gameslist {
		width: 510px;
		margin: 0 auto;
		padding: 1em 0 15em 0;
		text-align: left;
	}