@charset "UTF-8";

#tabContainer #tab-1 {
	z-index: 99;
}

#tabContainer {
	width: 940px;
	height: 430px;
	top: 24px;
	left: 0px;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	background: url(/PowerUpRewards/SiteResources/i/rebrand/purRB_dividerHZ.png) center bottom no-repeat ;
}

#tabContainer img {
	border: none;
}

div.tabContent {
	width: 940px;
	height: 287px;
	top: 0px;
	left: 0px;
	position: absolute;
	float: left;
}

div.tabContent.hide { 
	display: none;
}

#tabs {
	width: 940px;
	height: 92px;
	top: 300px;
	left: 0px;
	padding: 0;
	margin: 0;
	position: absolute;
	float: left;
	text-align: center;
}

ul#tabs li { 
	width: 303px;
	height: 91px;
	margin: 0 8px;
	display: inline-block;
	overflow: hidden;
	float: left;
}
	ul#tabs li:first-child,
	ul#tabs li.first-child {
		margin-left: 0px;
		}
	ul#tabs li:last-child,
	ul#tabs li.last-child {
		margin-right: 0px;
		}

		ul#tabs.thCount-4 li { 
			width: 223px;
		}
			ul#tabs.thCount-4 li img { 
				margin-left: -40px;
			}
		ul#tabs.thCount-5 li { 
			width: 175px;
		}
			ul#tabs.thCount-5 li img { 
				margin-left: -66px;
			}
		ul#tabs.thCount-6 li { 
			width: 143px;
		}
			ul#tabs.thCount-6 li img { 
				margin-left: -78px;
			}

ul#tabs li a {
	width: 100%;
	height: 91px;
	background: #f0f0f0;
	display: block;
	text-align: left;
	color: #333;
	position: relative;
	overflow: hidden;
}

ul#tabs li h3 {
	font: normal 12px/12px arial, helvetica;
	position: absolute;
	bottom: 5px;
	left: 8px;
}

ul#tabs li a:hover, ul#tabs li a.selected {
	cursor: pointer;
	background: #85030e;
	color: #fff;
}


.promos {
	width: 940px;
	height: 122px;
	padding: 0;
}
	.promos li.promo {
		display: inline-block;
		height: 122px;
		margin: 0;
		position: relative;
		vertical-align: top;
		width: 300px;
		padding: 0;
		float: left;
		}
	.promos li:first-child,
	.promos li.first-child {
		padding-right: 20px;
		background: url(/PowerUpRewards/SiteResources/i/rebrand/purRB_dividerVT.png) 300px 0px no-repeat;
		}
	.promos li:last-child,
	.promos li.last-child {
		padding-left: 20px;
		background: url(/PowerUpRewards/SiteResources/i/rebrand/purRB_dividerVT.png) 0px 0px no-repeat;
		}
		.promo a {
			display: block;
			}
