.citylink-logo {
	display: none;
}

.rewards {
	margin-left: 40px;

}

	.rewards-item {
		font-family: arial, verdana;
		margin: 30px;
		position: relative;
		width: 160px;
		height: 200px;
		background: transparent;
		float: left;
	}
	
	
	.rewards-item div.background {
		width: 170px;
		height: 210px;
		display: block;
		position: absolute;
		top: -5px;
		left: -5px;
		background: transparent url("/images/rewards/background.gif") no-repeat;
	}
	
	.rewards-item div.points {
		position: absolute;
		bottom: 152px;
		left: 15px;
		font-size:35px;
		color: #cc0000;
		font-weight: bold;
		line-height: 40px;
	}
	
	.rewards-item div.points em {
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
	}
	
	.rewards-item div.brand {
		position: absolute;
		bottom: 20px;
		left: 0px;
		margin: 15px 15px 15px 15px;
		font-size:15px;
		color: #183AA6;
		font-weight: bold;
	}
	
	.rewards-item div.description {
		position: absolute;
		bottom: 0px;
		left: 0px;
		margin: 15px 15px 15px 15px;
		font-size:12px;
		color: #666;
		font-weight: normal;
	}	
	
	.rewards-item div.small {
		font-size: 10px;
	}
	
	.rewards-item img.status {
		position: absolute;
		bottom: 160px;
		left: 90px;
	}


	.rewards-item img.reward {
		position: absolute;
		bottom: 49px;
		left: 10px;
	}
