/* DEFAULT CSS VALUES FOR CONSISTENCY ACROSS BROWSERS */
/* ========================================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0; clear: none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: 100; }
q:before,q:after{content:'';}


/* =+=+=+=+=+= =+=+=+=+=+= OVERRIDDEN HTML =+=+=+=+=+= =+=+=+=+=+= */
/* =============================================================== */

html, body {
	height: 100.1%;
}

body {
	background: #000000 url(../images/bg_tile.jpg) repeat-x top;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
	
h1 { font-size: 30px; line-height: 32px; font-weight: bold; }
h2 { font-size: 21px; line-height: 24px; font-weight: bold; }
h3 { font-size: 18px; line-height: 24px; color: #CCCCCC; margin-bottom: 20px; font-weight: bold; }
h4 { font-size: 16px; line-height: 20px; color: #FCAD02; margin-bottom: 2px; }
h5 { font-size: 12px; line-height: 16px; color: #FCAD02; }
h6 { font-size: 10px; line-height: 14px; color: #FFF; }

a img { border: none; }

a:link { color: #FCAD02; text-decoration: underline; }
a:visited { color: #B0B0B0; text-decoration: underline; }
a:hover { color: #CC6600; text-decoration: underline; }
a:active { color: #FCAD02; text-decoration: underline; border: none; }

hr {
	border: 0;
	color: #5A5A5A;
	background-color: #5A5A5A;
	margin: 10px 0 2em 0;
	height: 1px;
}

p {
	margin-bottom: 2em;
}

ul {
	margin-bottom: 2em;
}

li { margin-bottom: .5em; }

form {
	margin-bottom: 2em;
}

 ul {
	list-style: disc;
	margin-left: 1em;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
	margin-bottom: 2em;
}

ol ol  {
	list-style: lower-alpha;
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: 1em;
}


/* ------------------------------------------------------------- */


/* =+=+=+=+=+= =+=+=+=+=+= STRUCTURAL CSS  =+=+=+=+=+= =+=+=+=+=+= */
/* =============================================================== */

#outerContainer {
	width: 989px;
	margin: 0;
	position: relative;
}

#mainContainer {
	width: 989px;
	position: relative;
}

#mainColumn {
	margin-bottom: 20px;
	float: right;
	width: 989px;
	position: relative;
}

/* -------------------------------------------------------------
/  Footer
/* ------------------------------------------------------------- */

#footer {
	font-size: 10px;
	clear: both;
	border-top: 1px solid #262626;
	padding-top: 10px;
	padding-bottom: 50px;
}

#footer a:link { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #FCAD02; text-decoration: none; }
#footer a:active { color: #FCAD02; text-decoration: none; }

#footer ul li {
	font-size: 9px;
	margin: 0 5px;
	display: inline;
}

#footer ul li.selected {
	color: #F86A13;
}

#footer ul.left {
	float: left;
}

#footer ul.right {
	float: right;
}

/* -------------------------------------------------------------
/  Left Column
/* ------------------------------------------------------------- */

#leftColumn {
	float: left; 
	width: 235px;
	margin-bottom: 50px;
}

		/*-------------------------
		 Home Link (Nike Logo)
		--------------------------*/

#nikeLogo a {
	display: block;
	margin: 27px;
	width: 62px;
	height: 21px;
	background: url(../images/bg_logo_swoosh.gif) no-repeat;
	margin-bottom: 100px;
}
	#nikeLogo a:link { background: url(../images/bg_logo_swoosh.gif) no-repeat; }
	#nikeLogo a:visited { background: url(../images/bg_logo_swoosh.gif) no-repeat; }
	#nikeLogo a:hover { background: url(../images/bg_logo_swoosh.gif) no-repeat 0 -21px; }
	#nikeLogo a:active { background: url(../images/bg_logo_swoosh.gif) no-repeat 0 -21px; }
	
	#nikeLogo span { display: none; }


		/*-------------------------
		 Press Release
		--------------------------*/
		img#nikeLogo { margin: 27px; margin-bottom: 46px; }
	
		#leftColumn h2 { border: none; padding: 0; margin: 0; margin-left: 30px; margin-bottom: 50px; }
		#leftColumn a#close { text-decoration: none; margin-left: 30px; }
		

		/*-------------------------
		 SubNav
		--------------------------*/
		#leftColumn .subNav {
			margin-left: 30px;
			list-style: none;
		}
		
		#leftColumn #subNavHeader {
			
		}
		
		#leftColumn .subNav a:link { text-decoration: none; }
		#leftColumn .subNav a:visited { text-decoration: none; }
		#leftColumn .subNav a:hover { text-decoration: none; }
		#leftColumn .subNav a:active { text-decoration: none; }

		/*-------------------------
		 Search Form
		--------------------------*/

#searchForm {
	margin-bottom: 5px;
	font-size: 9px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #717070;
	height: 20px;
}

	#searchForm input { font-size: 10px; }

#searchInput {
	border: 1px solid #D0D0D0;
	height: 12px;
	padding: 2px 10px;
	padding-top: 3px;
	margin-right: 4px;
	color: #717070;
	width: 146px;
	text-align: center;
	vertical-align: middle;
}

#searchBtn {
	vertical-align: middle;
}

#searchFilter {
	margin-top: 20px;
	border-top: 1px solid #5A5A5A;
	padding-top: 15px;
}

	#searchFilter select {
		display: block;
		width: 358px;
		margin-bottom: 20px;
	}
	
	#searchFilter #searchTerm {
		width: 350px;
		margin-right: 10px;
	}
	
#searchResults {
	width: 465px;
	float: left;
}

#topSearches {
	float: right;
	width: 237px;
}
	
div.searchResult, div.topSearch {
	margin-bottom: 1.5em;
}
	div.searchResult a { display: block; }
	div.topSearch a { display: block; }
	
	span.resultNum { font-size: 18px; font-weight: bold; color: #A1A1A0; }
	span.resultLink { color: #A1A1A0; }
	
		/*-------------------------
		 Main Nav
		--------------------------*/

#mainNav {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: normal;
	width: 233px;
	
}
	#mainNav ul { margin: 0; }
	#mainNav a:link { color: #FFFFFF; text-decoration: none; }
	#mainNav a:visited { color: #FFFFFF; text-decoration: none; }
	#mainNav a:hover { color: #FFFFFF; text-decoration: none; }
	#mainNav a:active { color: #FFFFFF; text-decoration: none; }

#mainNav li {
	display: block;
	width: 233px;
	height: 20px;
	text-transform: uppercase;
	font-size: 9px;
	margin: 0;
}

#mainNav li a {
	display: block;
	width: 213px;
	height: 10px;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 10px;	
}

#mainNav h3 {
	display: block;
	width: 233px;
	height: 20px;
	text-transform: uppercase;
	font-size: 9px;
	line-height: normal;
	margin-bottom: 0;
	font-weight: normal;
}

#sectionOverviewTitle h3, .topNewsLink h3, #sectionOverview h3 { color: #FFF; line-height: 22px; }

#mainNav h3.secondLevel {
	display: block;
	width: 233px;
	height: 20px;
	text-transform: uppercase;
	font-size: 9px;
}

#mainNav h3.secondLevel a {
	display: block;
	width: 213px;
	height: 10px;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 0px;
	padding-left: 20px;
}

#mainNav h3 a {
	display: block;
	width: 213px;
	height: 10px;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 10px;
}

#mainNav h3.secondLevelwSub, #mainNav a.secondLevelwSub {
	display: block;
	width: 213px;
	height: 10px;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 0px;
	padding-left: 20px;
	color: #FFF;
	cursor: pointer;
}

#mainNav h3.secondLevelwSub_active { cursor: pointer; }

.accordion {
	overflow: hidden;
}

.subAccordion {
	overflow: hidden;
}


/* ---------------- FIRST LEVEL NAV ------------------- */
#mainNav h3.firstLevel a:link { background: url(../images/bg_primaryNav_b.gif) no-repeat; }
#mainNav h3.firstLevel a:visited { background: url(../images/bg_primaryNav_b.gif) no-repeat; }
#mainNav h3.firstLevel a:hover, #mainNav h3.firstLevel_active { background: url(../images/bg_primaryNav_b.gif) no-repeat 0 -20px; }
#mainNav h3.firstLevel a:active { background: url(../images/bg_primaryNav_b.gif) no-repeat 0 -20px; }


/* ---------------- SECOND LEVEL NAV ------------------- */
#mainNav h3.secondLevel a:link { background: url(../images/bg_secondaryNav_b.gif) no-repeat; }
#mainNav h3.secondLevel a:visited { background: url(../images/bg_secondaryNav_b.gif) no-repeat; }
#mainNav h3.secondLevel a:hover, #mainNav h3.secondLevel a.selected { background: url(../images/bg_secondaryNav_b.gif) no-repeat 0 -20px; }
#mainNav h3.secondLevel a:active { background: url(../images/bg_secondaryNav_b.gif) no-repeat 0 -20px; }


/* ---------------- SECOND LEVEL  w/SUB NAV ------------------- */
#mainNav h3.secondLevelwSub, #mainNav a.secondLevelwSub { background: url(../images/bg_secondaryNav_c.gif) no-repeat; }
#mainNav h3.secondLevelwSub:hover, #mainNav a.secondLevelwSub:hover { background: url(../images/bg_secondaryNav_c.gif) no-repeat 0 -20px; }
#mainNav h3.secondLevelwSub_active, #mainNav a.secondLevelwSub_active { background: url(../images/bg_secondaryNav_c.gif) no-repeat 0 -40px; }
#mainNav h3.secondLevelwSub_active:hover, #mainNav a.secondLevelwSub_active:hover  { background: url(../images/bg_secondaryNav_c.gif) no-repeat 0 -40px; }

#mainNav h3.secondLevelwSub_active a:link { background: url(../images/bg_secondaryNav_b.gif) no-repeat 0 -20px; }
#mainNav h3.secondLevelwSub_active a:visited{ background: url(../images/bg_secondaryNav_b.gif) no-repeat 0 -20px; }
#mainNav h3.secondLevelwSub_active a:hover { background: url(../images/bg_secondaryNav_b.gif) no-repeat 0 -20px; }
#mainNav h3.secondLevelwSub_active a:active{ background: url(../images/bg_secondaryNav_b.gif) no-repeat 0 -20px; }


/* ---------------- THIRD LEVEL NAV ------------------- */
#mainNav div.subAccordion li a { padding-left: 20px; padding-right: 0; }
#mainNav div.subAccordion li a:link { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat }
#mainNav div.subAccordion li a:visited { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat }
#mainNav div.subAccordion li a:hover { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }
#mainNav div.subAccordion li a:active { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }
div.subAccordion li:hover { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }

#mainNav div.subAccordion li a.selected:link { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }
#mainNav div.subAccordion li a.selected:visited { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }
#mainNav div.subAccordion li a.selected:hover { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }
#mainNav div.subAccordion li a.selected:active { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }


/* -------------------------------------------------------------
/  Header
/* ------------------------------------------------------------- */
#header {
	border-left: 5px solid #FFFFFF;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.fixedHeader { height: 318px; }

#header p {
	width: 483px;
}

#header img { border: none; padding: 0; margin: 0; }

#pageTitleTxt {
	padding: 50px 0 15px 0;
	margin-left: 10px;
	border-bottom: 1px solid #5A5A5A;
}

#header h3 { margin: 0; padding: 0; }

#header #pageTitleImg {
	padding: 18px 0 50px 0;
	margin-left: 10px;
}

#headerSubNav { margin-top: 2px; }

div.breadCrumb {
	width: 728px;
	position: relative;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #A3ADA3;
	height: 20px;
	font-size: 10px;
	line-height: 12px;
	padding: 10px 0 0 14px;
	background: url(../images/bg_header_742.gif) no-repeat;
}

#landingTop .ColA-feature .heading div.breadCrumb {
	background: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}

	div.breadCrumb a:link { color: #808180; text-decoration: none; }
	div.breadCrumb a:visited { color: #808180; text-decoration: none; }
	div.breadCrumb a:hover { color: #FFFFFF; text-decoration: none; }
	div.breadCrumb a:active { color: #FFFFFF; text-decoration: none; }
	
#textSize {
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/textSize.gif) no-repeat 0 2px;
	height: 20px;
	padding-left: 50px;
}

	#textSize span { display: none; }
	
	a#increaseText {
		display: block; 
		width: 11px;
		height: 11px;
		background: url(../images/increaseText.gif) no-repeat;
		float: left;
		margin-left: 5px;
	}
		/* will need to adjust for IE 6 */
		a#increaseText.inactive { background: url(../images/increaseText_inactive.gif) no-repeat; }
		
	a#decreaseText {
		display: block; 
		width: 11px;
		height: 11px;
		background: url(../images/decreaseText.gif) no-repeat;
		float: left;
		margin-left: 5px;
	}
	
		a#decreaseText.inactive { background: url(../images/decreaseText_inactive.gif) no-repeat; }


/* -------------------------------------------------------------
/  Main Content Area
/* ------------------------------------------------------------- */

#mainColumn {
	width: 747px;
}

#mainContent {
	padding-right: 25px;
	padding-left: 15px;
	width: 455px;
	float: left;
	margin-bottom: 50px;
	position: relative;
}



#mainContent.full {
	padding-right: 0;
	width: 732px;
	float: left;
	margin-bottom: 50px;
	position: relative;
}


#flashContainer {
	width: 742px;
	border-left: 5px solid #FFF;
}

#locationsContainer {
	width: 742px;
	border-left: 5px solid #FFF;
	padding-bottom: 50px; 
}

#locationsContainer #flashcontent { padding-bottom: 0; margin-bottom: 0; border-bottom: 1px solid #FFF; }
	/* #mainContent.full p, #mainContent.full ul { width: 483px; } */


.topLeftBorder {
	background: url(../images/bg_contentTopLBorder.gif) no-repeat top left;
	padding-top: 16px;
}

#mainContent h2 { margin-bottom: 1.5em; }


#mainContent #pageTitle {
	padding-top: 20px;
}

.ruled {
	border-top: 1px solid #4F4F4F;
	padding-top: 10px;
}

#mastContent {}

#mastContent ul { list-style: none; margin-left: 0; margin-bottom: 20px; }
#mastContent ul li { margin-bottom: 0; }

.mastSubNav ul { list-style: none; margin-left: 0; margin-bottom: 20px; }
.mastSubNav ul li { margin-bottom: 0; }

#actionLinks {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 10px;
}

	#printLink { 
		display: block; 
		padding-left: 18px;
		background: url(../images/icon_print.gif) no-repeat 0 1px;
	}
	
	a#printLink:link { color: #FFF; }
	a#printLink:visited { color: #FCAD02; }
	a#printLink:hover { color: #FCAD02; background: url(../images/icon_printHover.gif) no-repeat 0 1px; }
	a#printLink:active { color: #FCAD02; background: url(../images/icon_printHover.gif) no-repeat 0 1px; }
	
	
	#helpLink {
		display: block; 
		padding-left: 18px;
		background: url(../images/icon_help.gif) no-repeat 0 1px;		
	}
	
	a#helpLink:link { color: #FFF; }
	a#helpLink:visited { color: #FCAD02; }
	a#helpLink:hover { color: #FCAD02; background: url(../images/icon_helpHover.gif) no-repeat 0 1px; }
	a#helpLink:active { color: #FCAD02; background: url(../images/icon_helpHover.gif) no-repeat 0 1px; }
	
	
	.rssLink {
		padding: 2px;
		padding-bottom: 0;
		padding-left: 20px;
		background: url(../images/rssIcon.gif) no-repeat left;		
	}
	
	a#rssLink:link { color: #FFF; }
	a#rssLink:visited { color: #FCAD02; }
	a#rssLink:hover { color: #FCAD02; background: url(../images/icon_rssHover.gif) no-repeat 0 1px; }
	a#rssLink:active { color: #FCAD02; background: url(../images/icon_rssHover.gif) no-repeat 0 1px; }
	
	
	/*
	/ Features
	/* */

div.featureList {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #4F4F4F;
	margin-bottom: 1.5em;
	padding-right: 240px;
}
	div.featureList h3 {
		margin-bottom: 0;
	}
	
	div.featureList p { margin-bottom: 0; }
	
	a.readMoreLink { font-size: 10px; } 

/* -------------------------------------------------------------
/  Landing Page - Template A
/* ------------------------------------------------------------- */

#featureTitle {
	width: 230px;
	padding: 20px 0 0 10px;
	float: left;
}

.ColA-feature #featureTitle {
	width: auto;
}

#featureTitle h2 { font-size: 21px; padding-bottom: 10px; }

.viewArticle {
	margin: 15px 0 10px 0;
	padding: 0; 
	display: block; 
	font-size: 9px; 
	background: url(/images/viewArticle.gif) no-repeat;
	width: 64px;
	height: 7px;
}
.viewArticle span { display: none; }

.downloadPR {
	padding: 0; 
	display: block; 
	font-size: 9px; 
	background: url(/images/downloadPR.gif) no-repeat;
	width: 123px;
	height: 7px;	
}
.downloadPR span { display: none; }

#featureDesc { padding: 20px 10px 0 10px; margin-left: 247px; }

div.topNewsLink a { font-size: 16px; display: block; color: #FCAD02; margin-bottom: 20px; }
div.topNewsLink a:link { color: #FCAD02; text-decoration: none; }
div.topNewsLink a:visited { color: #FCAD02; text-decoration: none; }
div.topNewsLink a:hover { color: #CC6600; text-decoration: none; }
div.topNewsLink a:active { color: #FCAD02; text-decoration: none; }

div.newsWrapper {
	padding: 20px 10px 0 10px;
}

table td.ColA {
	border: none;
	padding: 0;	
	border-left: 5px solid #FFFFFF;
	width: 494px;
	vertical-align: top;
}

#landingTop table td.ColA-feature {
	border: none;
	padding: 0;	
	border-left: 5px solid #FFFFFF;
	width: 494px;
	vertical-align: top;
}

table td.ColA-feature {
	border: none;
	padding: 0;	
	width: 471px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 15px;
}

table td.ColB {
	border: none;
	padding: 0;	
	border-left: 5px solid #FFFFFF;
	width: 242px;
	vertical-align: top;
}

#landingTop {
	position: relative;
	width: 747px;
	margin-bottom: 46px;
	margin-left: 4px;
	font-size: 11px;
}

div.sectionLanding #landingTop { margin-bottom: 10px; }

#sectionLandingTop {
	position: relative;
	width: 747px;
	margin-bottom: 46px;
	margin-left: 0;
	font-size: 11px;
	border-left: 5px solid #FFFFFF;
	padding-bottom: 20px;
}

#landingBottom {
	position: relative;
	width: 747px;
	margin-left: 4px;
	font-size: 11px;
	margin-bottom: 20px;
}

.typeSmaller #landingTop, div.typeSmaller #landingBottom { font-size: 10px; }
.typeNormal #landingTop, div.typeNormal #landingBottom { font-size: 11px; }
.typeLarger #landingTop, div.typeLarger #landingBottom { font-size: 12px; }
.typeLargest #landingTop, div.typeLargest #landingBottom { font-size: 14px; }

#latestNews { padding-left: 10px; }

#latestNews div.newsItem {
	border-bottom: 2px solid #777777;
	padding-top: 15px;
	padding-bottom: 40px;
}

#latestNews div:last-child { border-bottom: none; }

#latestNews div.newsItem span.date { color: #BABABA; display: block; margin-top: 0; }
#latestNews div.newsItem a.viewArticle { margin-top: 10px; margin-bottom: 0; }

.ColB span.date { margin-top: 3px; }

.latestRelease a { display: block; }

div.newsItem a { color: #FFF; text-decoration: none; display: block; }
div.newsItem a:link { color: #FFF; text-decoration: none; }
div.newsItem a:visited { color: #FFF; text-decoration: none; }
div.newsItem a:hover { color: #FCAD02; text-decoration: none; }
div.newsItem a:active { color: #CC6600; text-decoration: none; }

div.newsItem a.recallLink { color: #FCAD02; text-decoration: none; display: block; }
div.newsItem a.recallLink:link { color: #FCAD02; text-decoration: none; }
div.newsItem a.recallLink:visited { color: #FCAD02; text-decoration: none; }
div.newsItem a.recallLink:hover { color: #FCAD02; text-decoration: none; }
div.newsItem a.recallLink:active { color: #CC6600; text-decoration: none; }


#landingMedia {
	background: url(../images/bg_mediaInfo_tile.gif) repeat-x bottom;
}

#landingMedia #desc {
	padding: 25px 10px;
}

#landingMedia p {
	padding-bottom: 15px;
}

#landingMedia #desc h4 {
	font-size: 12px;
	color: #BBBABA;
	font-weight: bold;
}

#landingMedia #desc a.viewMore {
	padding-top: 15px;
}

.halfCol {
	float: left;
	width: 247px;
}

div.heading {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #A3ADA3;
	height: 21px;
	font-size: 10px;
	line-height: 12px;
	padding: 10px 0 0 14px;
}

.ColA .heading, #landingTop .ColA-feature .heading {
	width: 480px;
	background: url(../images/bg_header_494.gif) no-repeat;
}

.ColB .heading {
	width: 228px;
	background: url(../images/bg_header_247.gif) no-repeat;
}

#landingBottom .ColA .left .heading {
	width: 233px;
	background: url(../images/bg_header_494L.gif) no-repeat;	
}

#landingBottom .ColA .right .heading {
	width: 233px;
	background: url(../images/bg_header_494R.gif) no-repeat;	
} 

#landingBottom ul, #sectionLandingBottom ul  {
	margin: 0;
}


#landingBottom ul li.latestRelease, #sectionLandingBottom ul li.latestRelease {
	display: block;
	background: #343635 url(../images/bg_releasesTile.jpg) repeat-y;
	width: 221px;
	margin-bottom: 2px;
	border-left: 1px solid #000;
	padding: 15px 10px;
	line-height: 17px;	
}

#landingBottom ul li.latestRelease:last-child, #sectionLandingBottom ul li.latestRelease:last-child {
	margin-bottom: 0;
}

#landingBottom ul li.latestRelease span.date {
	font-size: 11px;
	line-height: 11px;
	display: block;
	margin-bottom: 3px;
	color: #BBBABA;
	font-weight: bold;
}

#landingBottom ul li.latestRelease span.headline, #sectionLandingBottom ul li.latestRelease span.headline {
	font-size: 11px;
	line-height: 13px;
	display: block;
	margin-bottom: 3px;
	color: #BBBABA;
	font-weight: bold;
}


#sectionLandingBottom ul li.latestRelease a { color: #FCAD02; text-decoration: none; }
#sectionLandingBottom ul li.latestRelease a:link { color: #FCAD02; }
#sectionLandingBottom ul li.latestRelease a:visited { color: #FCAD02; }
#sectionLandingBottom ul li.latestRelease a:hover { color: #FCAD02; text-decoration: underline; }
#sectionLandingBottom ul li.latestRelease a:active { color: #CC6600; }

#landingBottom ul li.latestRelease a { text-decoration: none; color: #FFF; }

#landingBottom ul li.latestRelease a { color: #FFF; text-decoration: none; }
#landingBottom ul li.latestRelease a:link { color: #FFF; }
#landingBottom ul li.latestRelease a:visited { color: #FFF; }
#landingBottom ul li.latestRelease a:hover { color: #FCAD02; }
#landingBottom ul li.latestRelease a:active { color: #CC6600; }


#landingBottom ul li.latestRelease a:hover span.date {
	color: #FEBA02;
	
}
/* -------------------------------------------------------------
/  Content Sidebar
/* ------------------------------------------------------------- */

#contentSidebar {
	float: right;	
	width: 247px;
	margin-bottom: 50px;
	font-size: 11px;
}

#sectionLandingBottom { position: relative; width: 100%; }

#sectionLandingBottom #contentSidebar {
	margin-right: -3px;
	float: right;
}

#contentSidebar .ColB { font-size: 11px; }

#contentSidebar.topMargin { margin-top: 16px; } /* won't work for ie 6 */

.quoteBlock {
	font-size: 14px;
	color: #FCAD02;
	line-height: 18px;
}

#sectionOverview {
	padding: 10px;
}

/* -------------------------------------------------------------
/	Press Releases
/* ------------------------------------------------------------- */														
#prFilter {
	border-bottom: 1px solid #4F4F4F;
}

#prFilter h2 { margin-bottom: 0; padding-bottom: 0; }
#prFilter ul { margin-top: 0; margin-bottom: 10px; margin-left: 0; padding-top: 0 ; padding-bottom: 0; }
#prFilter ul li { display: inline; margin-right: 10px; } 

.prDate { display: block; color: #FFF; }
h3.prSectionMonth { color: #CCCCCC; margin-bottom: 5px; padding-bottom: 0; margin-top: 20px; }

div.prWrapper {
	padding: 15px 0;
	border-bottom: 1px solid #4F4F4F;
	
}


/* -------------------------------------------------------------
/  Tables
/* ------------------------------------------------------------- */


th { vertical-align: top }

td {
	vertical-align: top;
	background: transparent;
}

tr.alternateRow td {
	background: #1C1C1C;
}

td.label {
	color: #A1A1A0;
	font-weight: bold;
	padding-right: 20px;
}

#mainContent.full table p, #mainContent.full table ul { width: auto; }



		/*-------------------------
		 Awards & Recognition
		--------------------------*/
.awardsTbl {
	width: 100%;
	margin-bottom: 20px;
}

.awardImg {
	width: 30%;
}

.awardTxt {
	width: 70%;
	padding: 0 20px 20px 10px;
	height: auto;
}

.awardsContainer h3 { }


		/*-------------------------
		 Career Areas
		--------------------------*/
#latestPostings {
	border-top: 1px solid #5A5A5A;
	padding-top: 10px;
}


		/*-------------------------
		 Executives
		--------------------------*/
#execPhoto td {
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: bottom;
}

#execPhoto td.title { padding-left: 15px; }

#execText { width: 100%; padding: 0; }
#execText td { vertical-align: top; }
#execText td.label { width: 168px; }

		/*-------------------------
		 Investors Calendar
		--------------------------*/

table.calendarTable th {
	font-size: 18px; line-height: 24px; color: #CCCCCC;
	border-bottom: 1px solid #595959;
	padding: 0 10px 10px 0;
}

table.calendarTable td {
	border-bottom: 1px solid #595959;
	padding: 10px 10px 40px 0;
}
	table.calendarTable td.eventCol { color: #FCAD02; }
	
	
		/*-------------------------
		 Downloads Table
		--------------------------*/
		
table.downloadsTable th {
	font-size: 12px; line-height: 14px; color: #B8B7B7;
	border-bottom: 1px solid #595959;
	padding: 0 10px 10px 5px;	
}

table.downloadsTable td {
	border-bottom: 1px solid #595959;
	padding: 6px 10px 1px 5px;
	vertical-align: middle
}
	table.downloadsTable td.eventCol { color: #FCAD02; }
	
	
		/*-------------------------
		 Direct Downloads Table
		--------------------------*/
table.directDownloadsTable {
	border-collapse: separate;
	border-spacing: 2px;
}
		
table.directDownloadsTable td {
	border-bottom: none;
	padding: 0;
	vertical-align: middle;
}
		
table.directDownloadsTable th {
	font-size: 18px; line-height: 24px; color: #CCCCCC;
	border-bottom: none;
	padding: 0 10px 10px 0;	
}

table.directDownloadsTable td.year {
	padding-right: 75px;
	font-size: 14px;
	padding: 7px 75px 4px 0;
}

table.directDownloadsTable td.quarter {

}

	td.quarter a {
		display: block;
		text-align: center;
		width: 120px;
		padding: 6px 0 4px 0;
	}
	
	td.quarter a:link { background: #595959; border-top: 1px solid #6C6C6B; color: #FFFFFF; text-decoration: none; }
	td.quarter a:visited { background: #404040; border-top: 1px solid #696969; color: #EAEAEA; text-decoration: none; }
	td.quarter a:hover { background: #FFAE00; border-top: 1px solid #57492C; color: #000000; text-decoration: none; }
	td.quarter a:active { background: #FFAE00; border-top: 1px solid #57492C; color: #000000; text-decoration: none; }
	
	
		/*-------------------------
		 List Detail Table
		--------------------------*/
		
table.listDetailTable {
	width: 100%;
}

table.listDetailTable th {
	font-size: 18px; line-height: 24px; color: #CCCCCC;
	border-bottom: none;
	padding: 0 10px 20px 0;	
}

table.listDetailTable td {
	border-bottom: none;
	vertical-align: top;
}

table.listDetailTable td.list {
	width: 25%;
	padding: 0 25px 100px 0;
}

#mainContent table.listDetailTable td.list ul {
	list-style: none;
	margin-left: 0;
}

#mainContent.full table.listDetailTable td.list p, #mainContent.full table.listDetailTable td.list ul {
	width: auto;
}

table.listDetailTable td.list ul li {
	margin-bottom: .75em;
}

table.listDetailTable td.detail {
	border-left: 2px solid #606161;
	padding: 0 10px 100px 10px;
}

		/*-------------------------
		 Career Areas Table 
		---------------------------*/
#careerAreasTable { width: 100%; }

#careerAreasTable th {
	font-size: 18px; line-height: 24px; color: #CCCCCC;
	font-weight: bold;
	border-bottom: none;
	padding: 0 10px 20px 0;	
}
#careerAreasTable td { vertical-align: top; }
#careerAreasTable td.list { width: 218px; padding-right: 20px; }

#careerAreasTable td.list ul {
	list-style: none;
	margin-left: 0;
}

#careerAreasTable td.list p, #careerAreasTable td.list ul {
	width: auto;
}

#careerAreasTable td.list ul li {
	margin-bottom: .75em;
}

#careerAreasTable td.list ul li a { text-decoration: none; }

		/*-------------------------
		 Forms Table
		--------------------------*/
table.formsLayout td {
	padding-bottom: 1.5em;
}

table.formsLayout td.asteriskError, table.formsLayout td.required { padding: 0; }

table.rightPad td { padding-right: 10px; }



		/*-------------------------
		 Pagination
		--------------------------*/
#mainContent div.pagination {
	margin: 0;
	margin-bottom: 4em;
	font-size: 10px;
	padding: 10px 0;
	clear: both;
}

#mainContent div.pagination ul {
	display: inline;
	list-style: none;
	list-style-position: inherit;
	margin: 0;
	margin-left: 35px;
	padding: 0;
}
	#mainContent div.pagination ul li { display: inline; margin-right: 5px; }

a.boxLink:link {
	background: #595959;
	color: #FFF;
	border: none;
	font-size: 10px;
	padding: 4px 20px;
	border-top: 1px solid #6c6c6b;
	border-right: 1px solid #6c6c6b;
	border-left: 1px solid #595959;
	border-bottom: 1px solid #595959;
	vertical-align: middle;
	text-decoration: none;
}

a.boxLink:visited {
	background: #595959;
	color: #FFF;
	border: none;
	font-size: 10px;
	padding: 4px 20px;
	border-top: 1px solid #6c6c6b;
	border-right: 1px solid #6c6c6b;
	border-left: 1px solid #595959;
	border-bottom: 1px solid #595959;
	vertical-align: middle;
	text-decoration: none;
}

a.boxLink:hover {
	background: #FCAD02;
	color: #000;
	border: none;
	font-size: 10px;
	padding: 4px 20px;
	border-top: 1px solid #ffc547;
	border-right: 1px solid #ffc547;
	border-left: 1px solid #FCAD02;
	border-bottom: 1px solid #FCAD02;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;	
}

div.pagination span {
	background: #282827;
	color: #6B6B6A;
	border: none;
	font-size: 10px;
	padding: 2px 10px;
	border-top: 1px solid #2D2D2D;
	border-right: 1px solid #2D2D2D;
	border-left: 1px solid #282827;
	border-bottom: 1px solid #282827;
	vertical-align: middle;		
}

div .pagination a.boxLink:link {
	background: #595959;
	color: #FFF;
	border: none;
	font-size: 10px;
	padding: 2px 10px;
	border-top: 1px solid #6c6c6b;
	border-right: 1px solid #6c6c6b;
	border-left: 1px solid #595959;
	border-bottom: 1px solid #595959;
	vertical-align: middle;
	text-decoration: none;
}

div.pagination a.boxLink:visited {
	background: #595959;
	color: #FFF;
	border: none;
	font-size: 10px;
	padding: 2px 10px;
	border-top: 1px solid #6c6c6b;
	border-right: 1px solid #6c6c6b;
	border-left: 1px solid #595959;
	border-bottom: 1px solid #595959;
	vertical-align: middle;
	text-decoration: none;
}

div.pagination a.boxLink:hover {
	background: #FCAD02;
	color: #000;
	border: none;
	font-size: 10px;
	padding: 2px 10px;
	border-top: 1px solid #ffc547;
	border-right: 1px solid #ffc547;
	border-left: 1px solid #FCAD02;
	border-bottom: 1px solid #FCAD02;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;	
}



/*
/* martin award */
#awardRecipientLinks {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 2em;
}

#awardRecipientLinks li {
	display: inline;
	margin-right: 2em;

}

.sideColHeaderBlack {
	width: 226px;
	height: 15px;
	background: url(../images/bg_sideColHeader_black.jpg) no-repeat;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #A3ADA3;
	font-size: 10px;
	line-height: 12px;
	padding: 10px 10px 10px 14px;
}

.sideColTile {
	width: 226px;
	padding: 10px;
	background: url(../images/bg_sideColTile.jpg) repeat-y;
}

.sideColTile p { margin-bottom: 1em; font-size: 11px; }

form.topLabel div {
	margin-bottom: 1.5em;
}

form.topLabel label {
	display: block;
}


/* -------------------------------------------------------------
/  Forms
/* ------------------------------------------------------------- */
.inputText {
	border: 1px solid #D0D0D0;
	padding: 3px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

.inputTextArea {
	border: 1px solid #D0D0D0;
	padding: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica,  Verdana, Geneva, sans-serif;	
}

select {
	border: 1px solid #D0D0D0;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica,  Verdana, Geneva, sans-serif;	
}


.inputSubmit {
	background: #595959;
	color: #FFF;
	border: none;
	font-size: 10px;
	padding: 2px 20px;
	border-top: 1px solid #6c6c6b;
	border-right: 1px solid #6c6c6b;
	border-left: 1px solid #595959;
	border-bottom: 1px solid #595959;
	vertical-align: middle;	
}

.inputSubmitHover {
	background: #FCAD02;
	color: #FFF;
	border: none;
	font-size: 10px;
	padding: 2px 20px;
	padding-bottom: 2px;
	border-top: 1px solid #ffc547;
	border-right: 1px solid #ffc547;
	border-left: 1px solid #FCAD02;
	border-bottom: 1px solid #FCAD02;
	vertical-align: middle;
	cursor: pointer;	
}

fieldset {
	margin: 20px 0;
}

fieldset div {
	margin-bottom: 2em;
	clear: both;
	zoom: 1;
	min-height: 0;
	position: relative;
}

fieldset div label {
	text-align: right;
	vertical-align: top;
	margin-right: 20px;
	width: 200px;
	display: block;
	float: left;
	line-height: 16px;
	zoom: 1;
}

fieldset div.radioSet { position: relative; clear: both; }
fieldset div.radioLabel { float: left; width: 200px; }
fieldset div.radioOptions { clear: none; float: left; margin-left: 20px; }

fieldset div.radioOptions input {

}

fieldset div.radioOptions label {
	text-align: left;
	margin-left: 10px;
	display: inline;
	float: none;
	width: auto;
	line-height: 24px;
}

fieldset div.radioOptions label span.finePrint {
	margin-left: 30px;
	line-height: 14px;
	display: block;
	width: 240px;
}

legend {
	color: #FCAD02;
	margin-bottom: 2em;
}

#emailAlert {
	margin-bottom: 5em;
}

div.errorMsg { display: inline; color: #FCAD02; font-style: italic; margin-left: 5px; }
div.errorMsg2 { 
	color: #FCAD02;
	display: block;
	font-style: italic;
	margin-left: 260px;
	margin-top: 2px;
	position: absolute;
}

.radioSet div.errorMsg { display: block; }

select.wide, input.wide, textarea.wide { width: 340px; }

#procurementForm input.error { border: 1px solid #CC6600; background: #ebc299; }
#procurementForm select.error { border: 1px solid #CC6600; background: #ebc299; }
#procurementForm select.wide, #procurementForm input.wide, #procurementForm textarea.wide { width: 310px; }
#procurementForm h3.ruled { margin-bottom: 2.5em; }
#procurementForm .required { color: #FCAD02; }
#procurementForm fieldset div p { margin-left: 220px; margin-top: 5px; width: 340px; }

.radioSet input { margin-right: 5px; }

/* -------------------------------------------------------------
/  Job Feeds
/* ------------------------------------------------------------- */
#latestPostings {
	margin-top: 50px;
}

#jobFeedsList ul {
	width: 494px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#jobFeedsList ul li {
	display: block;
	padding: 2px;
}

#jobFeedsList ul li.on { background: #222222; padding: 5px; }

#jobFeedsList ul li a:link { color: #FFF; }
#jobFeedsList ul li a:visited { color: #FFF; }
#jobFeedsList ul li a:hover { color: #FCAD02; }
#jobFeedsList ul li a:active { color: #CC6600; }



/* -------------------------------------------------------------
/  Diversity Calendar
/* ------------------------------------------------------------- */

#calendarHeaders {
	font-size: 18px; 
	line-height: 24px; 
	color: #CCCCCC; 
	padding-bottom: 7px; 
	font-weight: bold;
	margin-bottom: 5px; 
}

	#calendarHeaders span#date { display: block; position: absolute; left: 132px; top: 0; }
	#calendarHeaders span#event { display: block; position: absolute; left: 272px; top: 0; }

div.monthBlock { position: relative; width: 732px; margin-bottom: 30px; }
div.monthBlock div.month { position: absolute; left: 0; top: -1px; padding-top: 12px; font-weight: bold; color: #FCAD02;  }

div.monthBlock table.events { margin-left: 120px; width: 612px; }

div.monthBlock table.events td { padding-top: 12px; border-top: 1px solid #4F4F4F; padding-bottom: 20px; }
table.events td.date { width: 140px; }

/* -------------------------------------------------------------
/  Press Release
/* ------------------------------------------------------------- */
#pressRelease {
	border-left: 5px solid #FFFFFF;
	padding: 0 0 50px 10px;
	width: 613px;
	position: relative;
	float: left;
}

#pressRelease h2 {
	padding-top: 100px;
	margin-bottom: 50px;
}

#pressReleaseLinks {
	position: absolute;
	right: 0;
	top: 34px;
	z-index: 1000;
}

#pressReleaseLinks a.boxLink:link {
	padding: 5px 20px;
	border-top: 2px solid #5F5F5F;
	border-left: 1px solid #5F5F5F;
}

#pressReleaseLinks a.boxLink:visited {
	padding: 5px 20px;
	border-top: 2px solid #5F5F5F;
	border-left: 1px solid #5F5F5F;
}

.pr_Subsidiaries {}
.pr_Responsibility {}
.pr_NikeBrand {}
.pr_NikeInc {} 

#prFilter ul { margin-top: 10px; }
#prFilter ul li { margin-right: 20px; }
#prFilter ul li a { text-decoration: none; }
#prFilter ul li a.pr_toggleOn { background: url(/images/radioBtn_on.gif) no-repeat right; padding: 4px; padding-right: 22px; }
#prFilter ul li a.pr_toggleOff { background: url(/images/radioBtn_off.gif) no-repeat right; padding: 4px; padding-right: 22px; }

#prSidebar {
	float: right;
	width: 237px;
}

h2#releaseTitle { margin-top: 50px; width: 600px; }
h2#releaseTitle span#titleTxt { color: FFF; }
h2#releaseTitle .date { color: #FCAD02; }

#prSidebar .photoCaption {
	color: #FCAD02;
	display: block;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 50px;
}

#prContent { 
	float: left;
	width: 470px;
	padding-right: 15px;
}

#releaseSynopsis {
	padding-bottom: 20px;
	color: #999999;
	font-weight: bold;
	width: 470px;
	padding-right: 15px;
}

#shareLink {
	float: left;
	width: 470px;
	margin-top: 20px;
}

#shareLink .ruled { 
	border-top: none;
	padding-bottom: 3px;
	border-bottom: 1px solid #4F4F4F;
	display: block;
	margin-bottom: 5px; 
}

#shareLink img { margin-right: 3px; }
#shareLink a { margin-right: 10px; text-decoration: none; color: #FFF; font-size: 11px; }

#shareLink a:link { text-decoration: none; color: #FFF; }
#shareLink a:visited { text-decoration: none; color: #FFF; }
#shareLink a:hover { text-decoration: none; color: #FCAD02; }
#shareLink a:active { text-decoration: none; color: #FFF; }

/* -------------------------------------------------------------
/  Global Classes
/* ------------------------------------------------------------- */
.clear {
	clear: both;
}

br.clear {
	clear: both;
	height: 0;
}

.noMargin { margin: 0; }

.noPadding { padding: 0; }

.highlight { color: #FCAD02; }

.highlight a:link { color: #FFF; }
.highlight a:hover { color: #CC6600; }

tr.highlightRow td { background: #323232; }


.grey { color: #CCCCCC; }

.ruled {
	border-top: 1px solid #4F4F4F;
	padding-top: 10px;
}

.floatRight { float: right; }
.alignRight { text-align: right; }

.bottomRule { border-bottom: 1px solid #4F4F4F; padding-bottom: 5px; margin-bottom: 1em; }

.topBorder {
	border-top: 1px solid #5A5A5A;
}

.bottomBorder {
	border-bottom: 1px solid #5A5A5A;
}

.textInputWide {
	width: 300px;
}

.finePrint {
	font-size: 9px;
	line-height: 9px;
}

.typeSmaller {
	font-size: 10px;
	line-height: 16px;
}
		
.typeNormal {
	font-size: 12px;
	line-height: 17px;
}
			  
.typeLarger {
	font-size: 14px;
	line-height: 18px;
}
		
.typeLargest {
	font-size: 16px;
	line-height: 20px;
}

.recallLink { color: #FCAD02; }

.asteriskError { color: #FCAD02; }

div.photoCaption {  font-size: 9px; }

div.imgFrame {
	background: url(/images/bg_header_246.gif) no-repeat top left;
	padding-top: 29px;
}

div.imgFrame img { margin: 0; padding: 0; }

div.imgFrame div.photoCaption {
	background: url(/images/bg_sideColTile.jpg) repeat-y;
	margin: 0;
	margin-top: 0;
	padding: 10px;
	margin-top: -4px;
}

.externalLink {
	padding-right: 13px; 
	margin-left: 1px; 
	margin-right: 2px;
}
.externalLink:link { background: url(../images/pop_icon.gif) no-repeat right; }
.externalLink:visited { background: url(../images/pop_icon_visited.gif) no-repeat right; }
.externalLink:hover { background: url(../images/pop_icon_hover.gif) no-repeat right; }
.externalLink:active { background: url(../images/pop_icon.gif) no-repeat right; }

.wideColWrapper { width: 470px; padding-right: 10px; }


.sideBarList {
	list-style: none;
	margin-top: 16px;
}

.fullColWrapper {
	padding-right: 50px;
}

a.backToTop { text-decoration: none; }

.formError {
	border: 1px solid #FCAD02;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: -10px; 
	color: #FCAD02;
	font-size: 16px;
	line-height: 20px;
}

#flashMsg {
	padding: 100px;
	text-align: center;
}

.newsWrapper h3 .ruled { display: block; padding-top: 20px; }

#sectionLandingBottom .ColB .newsWrapper { padding-top: 5px; }
