div.bonuses {
	margin:auto;
	width:90%;
	padding:10px;
	background:#cbe7fd;
	border:2px solid #21669b;
	text-align:center;
}
	div.bonus {
		margin:auto;
		width:90%;
		padding:10px;
		background:#fff;
		border:2px dotted #21669b;
		margin-bottom:10px;
	}
	div.bonuses h2{
		font-weight:bold;
		color:#da2525;
		padding-top:0;
		margin-top:0;
		text-align:center;
	}
	div.bonuses h3 {
		font-weight:bold;
		color:#da2525;
		padding-top:0;
		margin-top:0;
		text-align:center;
	}
	div.bonuses div.bonus h2{
		text-align:left;
	}
	p.highlight {
		text-align:center;
		color:#da2525;
		font-weight:bold;
	}
	p.quote {
		color:#21669b;
		font-weight:bold;
		font-style:italic;
	}
	div.bonuses div.bonus ul {
		text-align:left;
		list-style-type:none;
		margin:20px 0;
		padding-left:5px;
	}
		div.bonuses div.bonus ul li {
			padding-left:30px;
			font-size:80%;
			background:url(../images/bullettick.jpg) center left no-repeat;
			padding:10px 0 10px 30px;
		}

	div.bonuses div.bonus ol {
		text-align:left;
		margin:20px;
		padding-left:5px;
	}
		div.bonuses div.bonus ol li {
			font-size:80%;
			color:#21669b;
			padding-bottom:10px;

		}
		
	div.bonuses table {
		margin:auto;
		width:90%;
		padding:10px;
		border:2px solid #21669b;
		margin-bottom:10px;
		background:#99d1fc;
		border-collapse:collapse;
		font-size:90%;
		font-weight:bold;
		text-align:left;
	}
	div.bonuses table td {
		border:2px solid #cbe7fd;
		padding:5px;
	}
	div.bonuses table tr.alt td {
			border:2px solid #cbe7fd;
			background:#70befb;
	}
	
	div.flash {
	width:400px;
	overflow:hidden;
	padding-left:99px;	
}
.strike {
	text-decoration:line-through;
}