/* CSS for Real Simple Rewards - Official Rules */

#content .boxContent {
	padding: 40px 50px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
	}

#content h2 {
	margin-top: 2em;
	margin-bottom: 1em;
	font: bold 1.6em/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

#content p {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#content a {
	color: #6f3d23;
	text-decoration: underline;
	}

#content a:hover {
	text-decoration: none;
	}


/* ===========================================
         FACTS
==============================================*/

#facts {
	margin-top: 40px;
	padding: 0 20px 24px;
	border: 2px solid #999;
	}

#facts h2 {
	margin-top: 15px;
	margin-bottom: 14px;
	line-height: 1.2em;
	text-align: center;
	color: #231f20;
	}

#facts table {
	width: 609px;
	margin: auto auto 24px;
	border: 1px solid #999;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: center;
	}

#facts table th {
	padding: 0.6em 18px 0.6em;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-color: #6f3d23;
	border-right: 1px solid #999;
	}
	
#facts table td {
	padding: 0.6em 18px 1em;
	border-right: 1px solid #999;
	line-height: 1.3em;
	}

#facts table .prize { width: 28%; text-align: left; font-weight: bold; }
#facts table .value { width: 22%; }
#facts table .number { width: 30%; }
#facts table .odds { width: 20%; border-right: none; }

#facts p {
	margin-bottom: 0.6em;
	}


/* ---- Disclaimer ---- */

#content #disclaimer {
	padding: 300px 0 14px;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	}

#content #disclaimer p {
	margin-left: 0;
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.3em;
	color: #7a7a7a;
	}

#content #disclaimer a {
	color: #231f20;
	}

#content #disclaimer h4 {
	margin-left: 0;
	margin-bottom: 0.4em;
	font-size: 1em;
	font-weight: bold;
	color: #7a7a7a;
	}

#content #disclaimer ul {
	margin-bottom: 1em;
	font-weight: bold;
	color: #7a7a7a;
	}

#content #disclaimer li {
	float: left;
	padding: 8px 12px;
	border: 1px solid #7a7a7a;
	border-right: 0;
	}

#content #disclaimer li.last {
	border-right: 1px solid #7a7a7a;
	}