/* fix for dotted border around clicked SWFs in FF 3 */

object {
  outline: none;
}

#heroFlash a {
  font-size: 0px;
  left: 0px;
  position: absolute;
  text-decoration: none;
  top: 0px;
  z-index: 1;
}

DIV#heroArea {
	background: black url('../../images/homepage-rotate-base.gif') no-repeat left top;
	height: 1017px;
	width: 908px;
}

#featuresToutWrapper, 
#idToutWrapper,
#newsToutWrapper {
  color: white;
  position: absolute;
  top: -3px;
  z-index: 400;
}

#featuresToutWrapper {
  left: 13px;
}

#idToutWrapper {
  left: 291px;
}
/*
#featuresTout a,
#idTout a {
  float: left;
  margin: 5px;
}
*/
#newsToutWrapper {
  left: 570px;
  top: 0px;
}

DIV#touts {
	position: absolute;
	top: 530px;
	width: 910px;
	height: 154px;
}

#newsTout {
  background: transparent url('../../images/homepage-test-images/tout_bg.png') no-repeat -3px -2px;
  height: 220px;
  width: 305px;
}

#touts a {
  text-decoration: none;
}

#newsTout h4 {
  font-size: 1em;
  font-weight: normal;
  margin: 0px;
  padding: 10px 10px 8px 10px;
  text-transform: uppercase;
}

#idToutWrapper h4 { 
  font-size: 1em;
  font-weight: normal;
  margin: 0px;
  padding: 10px 10px 8px 10px;
}

#idToutWrapper h4 {
	top: 4px;
	left:  3px;
	position: absolute;
	z-index: 9000;
}

.feedListContainer {
  height: 160px;
  margin-bottom: 4px;
  overflow: hidden;
  position: relative;
}

#featuresTout .feedListContainer {
  height: 184px;
}

.feedList {
  float: left;
  left: 0px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  position: relative;
  width: 277px;
  z-index: 6002;
}

#featuresFeed.feedList {
  left: 10px;
  padding-left: 0px;
  width: 257px;
}

.feedList li {
  background: #1C1C1C;
  color: white;
  float: left;
  font-size: 1.1em;
  line-height: 1.7em;
  list-style-type: none;
  margin-bottom: 2px;
  padding: 4px;
  width: 100%;
}

#featuresFeed.feedList li{
  padding: 0px;
}

.feedList li:hover {
  background: #707070;
}

.feedList li a {
  color: #EA6731;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}

#featuresFeed.feedList li a,
#idTout.feedList li a {
   display: inline;
 }

.news-thumb {
  float: left;
  height: 44px;
  margin-right: 7px;
}

.newsControl {
  background: transparent url('../../images/homepage-test-images/ctrl-arrows.gif') no-repeat left top;
  display: block;
  height: 5px;
  position: absolute;
  right: 10px;
  text-indent: -5000em;
  width: 10px;
  z-index: 6001;
}

/* remove carousel rules if carousel tout is not used */

.carouselCtrl .ctrlPrev,
.carouselCtrl .ctrlNext {
  float: left;
  height: 10px;
  position: static;
  width: 5px;
}

.carouselCtrl .ctrlPrev {
  background-position: -40px -15px;
}

.carouselCtrl .ctrlNext {
  background-position: -40px 0px;
}

.carouselCtrl .ctrlPrev:hover {
  background-position: -45px -15px;
}

.carouselCtrl .ctrlNext:hover {
  background-position: -45px 0px;
}

.ctrlUp {
  top: 14px;
}

#featuresTout .ctrlUp {
  top: 17px;
}

.ctrlUp:hover {
  background-position: -20px 0px;
}

.ctrlUp.btnDisabled:hover {
  background-position: 0px 0px;
}

.ctrlDown {
  background-position: 0px -20px;
  top: 200px;
}

.ctrlDown:hover {
  background-position: -20px -20px;
}

.ctrlDown.btnDisabled:hover {
  background-position: 0px -20px;
}

.carouselCtrl .ctrlPrev:active,
.carouselCtrl .ctrlPrev:focus,
.carouselCtrl .ctrlNext:active,
.carouselCtrl .ctrlNext:focus,
.ctrlUp:focus,
.ctrlUp:active,
.ctrlDown:focus,
.ctrlDown:active {
  outline: none;
}

.subscribe,
.viewAll {
  background: transparent url('../../images/homepage-test-images/tout-link-arrow.gif') no-repeat right center;
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  padding-right: 12px;
  padding-left: 15px;
  text-transform: uppercase;
}

.subscribe {
  background: transparent url('../../images/homepage-test-images/rss-icon.gif') no-repeat right center;
  left: 100px;
  padding-right: 17px;
}

#heroSwitchWrapper {
  margin: 0px -5px 0px 0px;
  position: absolute;
  right: 0px;
  top: 528px;
  z-index: 500;
}

#heroSwitch {
  background: transparent url('../../images/homepage-test-images/toggle_bg.png') no-repeat left top;
  /*display: none;*/
  height: 229px;
  padding: 10px 0px;
  width: 43px;
}

#heroSwitch ul {
  margin: 0px;
  padding: 0px;
}

#heroSwitch li {
  float: left;
  list-style-type: none;
}

#heroSwitch a {
  position: relative;
  z-index: 6000;
}

#heroSwitch a {
  background: #444;
  color: white;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  height: 15px;
  margin: 0px 0px 1px 10px;
  padding: 5px 5px 5px 5px;
  text-align: center;
  text-decoration: none;
  width: 15px;
}

#heroSwitch a:hover,
#heroSwitch a.activeSlide {
  background: #EA6731;
  outline: none;
}

/* begin amended styles for HTML / JS touts - **** may not be required */

.featureImageWrapper {
  height: 185px;
  overflow: hidden;
  position: relative;
  width: 256px;
}

/* only required for larger images used in features tout
.featureImageWrapper img {
  left: 50%;
  margin: -125px 0 0 -150px;
  position: relative;
  top: 50%;
}
*/
.featureDescription {
  background: transparent url('../../images/homepage-test-images/featureToutOverlay.png') repeat left top;
  color: white;
  height: 50px;
  padding: 5px;
  position: relative;
  top: -47px;
}

#featuresTout,
#idTout {
  background: transparent url('../../images/homepage-test-images/test/tout-back.png') no-repeat left top;
  height: 231px;
  padding: 1px 0px 0px 4px;
  top: -3px;
  width: 283px;
}

#featuresTout {
  left: 13px;
  display:block;
}

#idTout {
  left: 288px;
}

#featuresTout h4,
#idTout h4 {
  color: white;
  font-size: 1.1em;
  font-weight: normal;
  margin: 12px 0 0 12px;
}

#featuresTout h4 {
  margin-bottom: 8px;
}

#featuresNonJS {
  left: 8px;
  position: relative;
  top: 29px;
}

.carouselToutWrapper h5,
.carouselToutWrapper p {
  color: white;
}

.carouselToutWrapper h5 {
	font-size: 1.2em;
}

.carouselToutWrapper h5 a {
  color: #EA6731;
  text-decoration: none;
}

/* test styles for dynamic ID tout */

.carouselTout {
  height: 215px;
  left: 8px;
  margin: 8px 0 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 257px;
}

.carouselTout li {
  color: white;
  height: 100%;
  list-style-type: none;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  text-transform: uppercase;
  width: 257px;
}

.carouselLinks {
  height: 50px;
  left: 5px;
  position: relative;
  text-align: right;
  /*top: -180px;*/
  width: 247px;
  z-index: 8004;
}

.carouselLinks span.carouselTitleLink {
  display: block;
  color: #EA6731;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: none;
}

.carouselLinks a {
  background: transparent url('../../images/homepage-test-images/test/tout-arrows-orange.gif') no-repeat right 2px;
  color: white;
  display: block;
  font-weight: bold;
  height: 12px;
  padding: 0px 11px 0px 0px;
  text-decoration: none;
}

.carouselLinks a:hover {
  background-position: 100% -18px;
  color: #b1b1b1;
}

.carouselCtrl {
  height: 10px;
  padding: 15px 20px 0px 0px;
  position: absolute;
  right: 0px;
  width: 30px;
}

.carouselCtrl a {
  margin-left: 10px;
  position: static;
  width: 20px;
}

.carouselFooter {
  display: block;
  position: relative;
  text-align: center;
  top: -108px;
  font-weight: bold;
}

.carouselFooter  a {
	text-decoration: none;
	color: white;
}

.carouselFooter  a:hover {
	text-decoration: underline;
}

#tout_takeover {
	position: absolute;
	width: 274px;
	height: 225px;
	z-index: 20000;
}

#tout_takeover a {
  background: transparent url('../../images/homepage-test-images/spacer.gif') repeat left top;
	display: block; 
	width:274px; 
	height: 225px;
}

/* NEW HOMEPAGE TOUTS */
.carouselTout li.homeToutMiddle  {
	background:#000;
	height:210px;}
	
.homeToutMiddle a {
	position:relative;
	display:block;
	width:100%;
	height:200px;
	margin-top:0px;}
	
.homeToutMiddle a img.toutbg {
	position:absolute;
	top:5px;}

.homeToutMiddle .homeToutTitle {
	display:block;
	position:absolute;
	top:20px;
	left:53px;
	color:#fff;
	font:bold 1em Arial;
	text-transform:uppercase;
	background:url(/nikefootball/content/home/assets/chevron.gif) right center no-repeat;
	padding-right:10px;}

.homeToutMiddle .homeToutTitle .touttitleline {
	color:#fff;
	font:bold 1.2em Arial;}	
	
.homeToutMiddle p.toutbodyline {
	color:#fff;
	font-size:1em;
	font-family:Arial, Verdana, helvetica, Sans-Serif;
	position:absolute;
	margin:80px 25px 0;
	}
	
/* Overrides for adding follow us icons */

#newsTout a.viewAll							{ color:#fff; }
#newsTout a.subscribe						{ color:#fff; padding-left:12px; }
#newsTout span.follow						{ color:#fff; padding-left:12px; text-transform:uppercase; font-weight:bold; font-size:1.1em; }
#newsTout a.twitter,
#newsTout a.facebook,
#newsTout a.rss								{ color:#fff; line-height:1.1em; padding:0 0 0 3px; }
#newsTout a.twitter img,
#newsTout a.facebook img,
#newsTout a.rss img							{ position:relative; top:2px; }



