.RewardsLoyaltyBanner {
	width: 960px;
	z-index:2001;
	position: relative;
	margin: 0 auto;
	padding: 0;
    font: 10px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	top:4px;
}


.RewardsLoyaltyBanner .signin {
	position: absolute;
	left: 0;
	background: url(/Content/core/icons/loyalty-login.gif) no-repeat;
	width: 330px;
	height: 29px;
	padding: 0 0 0 50px;
}


.RewardsLoyaltyBanner .signin a {
	font-size: 10px;
}

.RewardsLoyaltyBanner p {
	margin: 5px 0 0;
	padding: 0;
	font: 11px/11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}

.RewardsLoyaltyBanner p a {
	font-size: 10px;
}

.RewardsLoyaltyBanner a {
	font-size: 10px;
	color: #fff;
}
.RewardsLoyaltyBanner a:hover {
	font-size: 10px;
	color: #fff;
	text-decoration:none;
}
.RewardsLoyaltyBanner  {
	width: 330px;
	height: 38px;
  position: absolute;
	margin: 0;
	padding: 0;
	left:50%;
	margin-left:150px;
}

.RewardsLoyaltyBanner .firstname {
	width: 109px;
	height: 29px;
	background: url(/App_Themes/Default/images/2010/loyalty/loyalty-standard.jpg) no-repeat;
	display: inline;
	float: left;
}

.RewardsLoyaltyBanner #membership {
	position: absolute;
	text-align: center;
	margin: 0;
	padding: 0;
	top: 14px;
	left: 8px;
	z-index: 1; 
}

.RewardsLoyaltyBanner #membership .mbrlvlstd {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.RewardsLoyaltyBanner #membership .mbrlvlstd a {
	text-transform: lowercase;
}

.RewardsLoyaltyBanner #membership .mbrlvlgold {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #E1AE00;
	text-transform: uppercase;
	margin: 0;
}

.RewardsLoyaltyBanner #rewardpoints {
	width: 112px;
	height: 29px;
	background: url(/App_Themes/Default/images/2010/loyalty/loyalty-points.jpg) no-repeat;
	display: inline;
	float: left;
}

.RewardsLoyaltyBanner #rewardsearned {
	width: 109px;
	height: 29px;
	background: url(/App_Themes/Default/images/2010/loyalty/loyalty-earned.jpg) no-repeat;
	display: inline;
	float: left;
}

.RewardsLoyaltyBanner #rewardsdisplay {
	width: 330px;
	height: 29px;
	background: url(/App_Themes/Default/images/2010/loyalty/loyalty-selected.gif) no-repeat;
	position:absolute;
	left:50%;
	margin-left:-165px;
	top:29px;
}

.RewardsLoyaltyBanner #rewardsdisplay .chart {
	width: 147px;
	height: 13px;
	background: url(/App_Themes/Default/images/2010/loyalty/loyalty-chart.gif) no-repeat;
	position: absolute;
	left: 117px;
	top: 3px;
}

.RewardsLoyaltyBanner #rewardsdisplay #bar {
	width: 140px;
	height: 10px;
	background-image:url(/App_Themes/Default/images/2010/loyalty/loyalty-bar.jpg);
	background-color: #560d18;
	background-repeat: no-repeat;
	position: absolute;
	left: 119px;
	top: 16px;
}

.RewardsLoyaltyBanner #awaygold {
	display: none;
}

#rewards-popup {
	display: none;
	width: 138px;
	height: 110px;
	border: 1px solid #bebebe;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topright: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	margin: 0;
	padding: 0;
	position: absolute;
	background:#FFFFFF;
	top:1px;
	left:50%;
	margin: 0 0 0;
}

#rewards-popup p {
	font: 9px/12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 123px;
	position: absolute;
	top: 6px;
	left: 8px;
	margin: 0;
	padding: 0;
}

#rewards-popup a {
	font: 8px/10px Arial, Helvetica, sans-serif;
	color: #666666;
	position: absolute;
	top: 95px;
	left: 110px;
}