/*
	################################### 
	STRUCTURE:
		* @import statements
		* define layout structure
			* clearly document sections
			* keep IE specific code in separate file
	################################### 
*/


/* ################################### UTILITY STYLES ################################################# */
@import url(common.shared.css);
	/* over-ride after all @imports */
/* ################################### FONTS ########################################################## */
@import url(common.fonts.css);
	/* over-ride after all @imports */

/* ################################### GENERAL LAYOUT STYLES THE BASIC FRAME & STRUCTURE ############## */

*{
	margin: 0;
	padding: 0;
}

html{
	overflow-x: hidden;
	overflow-y: scroll;
}

body{
	background: url(../images/backgrounds/subPageBody.gif) repeat-x top left white;
}
img{
	border: none;
}

#frame{
	width: 960px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#frame #footer{
	clear: both;
}
#frame #footer ul{
	margin-top: 5px;
	margin-left: 300px;
}
#frame.home #footer ul, #frame.login #footer ul{
	margin-left: 10px;
}
#frame #footer ul li{
	display: inline;
}
#frame #footer ul li a{
	text-decoration: none;
	font-size: 10px;
	color: #000;
}

#frame #header{
	height: 121px;
}
#breadCrumb{
	border-bottom: 8px solid black;
	height: 25px;
	line-height: 25px;
	font-size: 10px !important;
}
#breadCrumb ul li{
	display: inline;
	list-style: none;
	font-size: 10px;
}

#breadCrumb span{
	font-size: 11px !important;
}
#breadCrumb a{
	font-size: 11px !important;
	color: #1c5a8c;
}
#breadCrumb ul li a{
	display: block;
	height: 25px;
	line-height: 25px;
	float: left; 
}

#frame.productWall{
	background: url(../images/backgrounds/productWall.jpg) no-repeat 10px 121px;
}

#frame.productWall #primary{
	width: 680px;
	float: right;
	/* margin-right: 10px; */
}
#frame.productWall #primary #pw{
	margin-top: 185px;
	border-bottom: 8px solid #000;
}
#shadow_area{
	width: 960px;
	height: 35px;
	background: url('../images/backgrounds/marquee_shadow.jpg') no-repeat top left;
	
}
.quickLook{
	position: absolute;
	z-index: 3;
	width: 228px;
	top: 0;
	left: 0;
	/*background: url(../images/backgrounds/pwQuickLook.gif) no-repeat top left;*/
}
.quickLook h4, .quickLookPName{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #7291aa;
	margin: 0 15px 0 16px;
}
.quickLook h5{
	margin-left: 16px;
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
	
}
.quickLook ul{
	margin-left: 16px;
}
.quickLook ul li{
	list-style: none;
	width: 193px;
	height: 15px;
	display: block;
	font-size: 10px;
}
.quickLook a.dlLink{
	font-size: 10px;
	display: inline;
	color: #000;
	margin: 0 0 0 10px;
}
.quickLook a.hiRes{
	margin: 0 0 0 36px;
}
.quickLook .prev, .quickLook .next{
	display: block;
	width: 15px;
	height: 50px;
	float: left;
	margin: 10px 5px 0 5px;
	outline: none;
	background: url(../images/buttons/prev.gif) no-repeat center right;
	text-decoration: none;
}
.quickLook .next{
	background: url(../images/buttons/next.gif) no-repeat center left;
	float: right;
	margin: 10px 5px 0 0;
}
#colorwayContainer{
	float: left;
	margin: 12px 0 0 0;
}
.quickLookTop{
	height: 10px;
	background: url(../images/backgrounds/quickLookTop.gif) no-repeat top left;
}
.quickLookBottom{
	height: 20px;
	background: url(../images/backgrounds/quickLookBottom.gif) no-repeat top left;
}
.quickLookMiddle{
	height: 200px;
	background: url(../images/backgrounds/quickLookMiddle.gif) repeat-y top left;
}
.loading{
	display: block;
	width: 100%;
	height: 100px;
	background: url(../images/backgrounds/loading.gif) no-repeat center;
}

.categoryDesc{
	margin-bottom: 30px;
	width: 630px;
}
#frame.productWall #primary #pw #items .item, #bagView .item{
	display: block;
	width: 200px;
	margin-top: 1px;
	margin-right: 26px;
	margin-bottom: 50px;
	float: left;
	text-decoration: none;
}
#frame.productWall #primary #pw #items .category{
	text-decoration: none;
	display: block;
	width: 200px;
	height: auto;
	float: left;
	margin-right: 26px;
	margin-bottom: 50px;
}
.item:hover{
}
.item img, .category img{
	display: block;
	margin-bottom: 15px;
}
.item span.itemName, .category span.itemName{
	display: block;
	width: 200px;
	margin: 0 0 8px 0;
	font-weight: bold;
	font-size: 12px;
	color: #7291aa;
}
.category span.itemName{
	width: 150px;
}
#frame.productWall #primary #pw #items .middle{
	margin-left: 1px;
	margin-right: 26px !important;
}

#frame.productWall #primary .categoryTitle{
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
	font-size: 24px;
	font-weight: normal;
}
#frame.productWall #secondary{
	width: 240px;
	background: #000;
	float: left;
	margin: 25px 0 0 10px;
}
#frame.productWall #secondary #secondaryNavigation{
	width: 200px;
	height: auto;
	margin: 20px 0 25px 25px;
}
#secondaryNavigation a{
	text-decoration: none;
}
#secondaryNavigation a:hover{
	text-decoration: underline;
}
#secondaryNavigation li{
	margin: 0 0 4px 0;
	padding: 0;
}
#secondaryNavigation li a{
	color: #7291aa;
	font-size: 11px;
}
#secondaryNavigation li ul{
	margin: 5px 0 10px 12px;
}
#secondaryNavigation li ul li{
	margin: 1px 0;
	padding-left: 10px;
	background: url(../images/backgrounds/whiteArrow.gif) no-repeat left center;
}
#secondaryNavigation li h2 , #secondaryNavigation li ul li a{
	color: white;
}
#secondaryNavigation li ul li.mainlevelitem{
	list-style: none;
	color: #7291aa;
	font-size: 11px;
	margin-left: -20px;
	background: none;
}

#utility_nav{
	height: 72px;
	
}

#logo{
	width: 414px;
	clear: both;
	margin-left: 10px;
}

#bagdetails{
	background: url(../images/backgrounds/bagDetails.gif) no-repeat 0 8px;
	height: 72px;
	width: 305px;
	margin-right: 10px;
	clear: none;
	float: right;
}

#bagdetails #bagitems{
	display: block;
	height: 18px; 
	clear: right; 
	margin-left: 10px; 
	margin-top: 14px; 
	margin-bottom: 7px;
	color: #000;
	text-decoration: none;
}
#bagitems span{
	cursor: pointer;
}
#bagitems span#qty{
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	display: block;
	float: right;
}
#bagdetails #searchForm
{
	vertical-align: bottom;
}

#searchTerms{
	height: 21px;
	border: none;
	float: left; 
	width: 193px; 
	margin-left: 10px;
}

#searchButton{
	display: none;
}


#AddToMediaBag{
	background: url(/resources/images/buttons/AddSelected.gif); 
	width: 197px; 
	height: 26px;
}



#nav{
	position: absolute;
	width: 950px;
	height: 49px;
	left: 10px;
	top: 72px;
	z-index: 500;
	background: url(../images/backgrounds/nav.gif) no-repeat top left;
}
ul.ddMenu{
	width: 500px;
}
ul.ddMenu li{
	position: relative;
	list-style: none;
	display: block;
	float: left;
	height: 49px;
	margin: 0 5px 0 0;
	width: auto;
}
ul.ddMenu li a{
	font-family: univers, arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .5px;
	padding: 17px 10px;
	line-height: 49px;
	background: transparent;
	color: white;
	text-decoration: none;
}
ul.ddMenu li a:hover, ul.ddMenu li:hover, ul.ddMenu li.subHover{
	background: #7291aa;
}
ul.ddMenu li ul{
	position : absolute;
	visibility: hidden;
	opacity: .5;
	top: 49px;
	left: 0;
	width: 197px;
}
ul.ddMenu li ul li{
	display: block;
	background: url(../images/backgrounds/ddMenu.gif) repeat-y top left transparent;
	float: none !important;
	height: 25px;
	margin: 0;
	padding: 6px 0 0 0;
	clear: left;
}
ul.ddMenu li ul li:hover{
	background: url(../images/backgrounds/ddMenu.gif) repeat-y top left transparent;
}
ul.ddMenu li ul li.last{
	width: 197px;
	height: 3px;
	font-size: 0 !important;
	text-indent: -9999px;
	background: url(../images/backgrounds/ddMenuBottom.gif) no-repeat top left;
}
ul.ddMenu li ul li a{
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 187px;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 10px;
	
}
ul.ddMenu li ul li a:hover{
	background: #4e5152;
}


#secondarynav{
	clear: none;
	float: right;
	margin-right: 5px;	
}
#secondarynav a{
	display: block;
	height: 49px;
	padding: 0 5px;
	line-height: 49px;
	float: left;
	color: #aeaeae;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}
#secondarynav a:hover{
	text-decoration: none;
}
#secondaryNavigation a.current, #secondary li.current a{
	font-weight: bold;
}

#frame.home{
	min-height: 600px;
	background: url(../images/backgrounds/homeFrame.gif) no-repeat 0 72px;
}
#frame.login{
	min-height: 600px;
	background: none;
}
#frame.login h1{
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
}
#frame.login #header{
	height: 72px;
}
#frame.login #nav{
	display: none;
	background: none;
}
#frame.login .alpha{
	float: left;
	margin: 25px 0 0 35px;
	color: #FFF;
}
#frame.login label, #frame.login .text{
	display: block;
	height: 18px;
	padding: 3px 0 0 3px;
	border: none;
}
#frame.login .text{
	width: 200px;
	margin: 5px 0;
}
.regLabel{
	display: block;
	margin: 10px 0 0 0;
}
#loginSubmit{
	margin: 10px 0 0 0;
}
.agree label{
	display: inline !important;
}
.agree{
	color: #000;
	margin: 0 0 5px 0;
}
#frame.login #terms{
	width: 100%;
	height: 225px;
	margin-bottom: 35px;
	color: #FFF;
	overflow: auto;
}
#terms p{
	margin-right: 20px;
}
.pressRelease, .blogEntry{
	margin: 22px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.pressRelease h3 a{
	color: #000;
	text-decoration: none;
}
.pressRelease h3 a:hover{
	text-decoration: underline;
}
#pressReleaseListHeader{
	border-top: 7px solid #000;
	margin: 25px 0 185px 0;
}
#pressReleaseList{
	border-bottom: 7px solid #000;
}
.pressReleaseContent{
	margin: 180px 0 0 0;
}
.pressReleaseContent h1{
	font-size: 18px;
	margin: 0 25px 25px 0;
}
.last{
	border: none;
}
#frame.home #secondary{
	width: 304px;
	margin-top: 400px;
	margin-right: 11px;
	float: right;
}
#secondary #winCountContainer{
	background: #000;
	width: 100%;
	height: 278px;
	margin: 10px 0 0 0;
}
#winCountContainer #winCount{
	width: 100%;
	height: 195px;
	background: url(../images/backgrounds/winCount.gif) no-repeat top left;
}
#countHeader{
	position: relative;
}
.currentYearWinCountTitle span#yearCount{
	display: block;
	float: right;
	width: 33px;
	font-size: 16px;
	position: absolute;
	top: 15px;
	right: 10px;
	height: 33px;
	background: url(../images/backgrounds/count.gif) no-repeat center;
	line-height: 33px;
	text-align: center;
	color: white;
}
#winCount #years{
	float: left;
	margin:  5px 0 0 25px;
}

#winCount #years li{
	display: inline;
	margin:  5px 10px 0 0;
}
#winCount #years li a{
	text-decoration: none;
}
#winCount #years li a:hover{
	text-decoration: underline;
}
#winCount #years li a.current{
	font-weight: bold;
}

#winCountContent{
	height: 137px;
	width: 100%;
	overflow: hidden;
	float: left;
	margin: 10px 0 0 0;
}
.scrollContent{
	width: 236px;
	margin: 0 0 0 30px;
	float: left;
	font-size: 11px;
	color: #bdbdbd;
}
.scrollContent strong{
	display: block;
	font-size: 11px;
	color: #FFF;
	margin: 10px 0 0 0;
}
.scrollContent a{
	color: #bdbdbd;
	display: block;
	text-decoration: none;
	font-size: 11px;
	margin: 1px 0 1px 0;
}
.scrollbar{
	float: right;
	width: 9px;
	margin-right: 20px;
	height: 100%;
	background: transparent;
}
.scrollbar .knob{
	width: 8px;
	height: 15px;
	background: transparent;
	position: relative;
}
.scrollbarUp{
	background: url(../images/scrollbar/winCountUpButton.gif) no-repeat top left;
}
.scrollbarDown{
	background: url(../images/scrollbar/winCountDownButton.gif) no-repeat top left;
}
.scrollbarUp, .scrollbarDown{
	display: block;
	width: 9px;
	height: 9px;
}
#recentMedia h3{
	margin: 5px 0 0 0;
}
#recentMedia h3 a{
	color: #000; 
	text-decoration: none;
}
#recentMedia h3 a:hover{
	text-decoration: underline;
}
#videoPlayer{
	width: 100%;
	height: 187px;
	background: url(../images/playVideoFPO.jpg) no-repeat top left;
}

/* FRAME.HOME  */
#frame.home #nav{
	background: none;
}
#frame.home #homeMarquee{
	width: 1023px;
	height: 410px; 
	background: url(../images/marquee.png) no-repeat top right;
	position: relative;
	left: -63px;
}
#frame.home #primary{
}
#frame.home #primary h1{
	font-size: 28px;
	font-weight: normal;
}
#frame.home #primary .alpha, #frame.home #primary .beta{
	border-bottom: 7px solid black;
	margin: 0;
}
#frame.home #primary .alpha{
	float: left;
	width: 630px;
}
#frame.home #primary .beta{
	width: 305px;
	float: right;
}

.tout{
	margin: 0px 0 11px 0;
	font-size: 10px;
}
#lgToutArea .tout{
	width: 293px;
	min-height: 153px;
	float: left;
}
#lgToutArea .first{
	margin-left: 20px;
	margin-right: 22px;
}
#lgToutArea .second{
}
#smToutArea .tout{
	border-left: 1px solid #E5E5E5;
	padding-left: 10px;
	margin-left: -10px;
}





#featuredStory{
	float: left;
	width: 630px;
	height: auto;
}
#featuredStory h1{
	font-size: 28px;
	font-weight: normal;
	margin-top: 20px;
	overflow: hidden;
	height: 65px;
}
#featuredStoryBody{
	width: 380px; 
	clear: none; 
	float: left; 
	margin: 35px 20px 0 0; 
}
#pdp{
	border-bottom: 7px solid #000;
	border-bottom: none;
}
#pdp h1{
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0;
}
#pdp .alpha{
	float: left;
	width: 410px;
	padding-bottom: 10px;
}
#pdp .beta{
	float: right;
	width: 245px;
	padding-bottom: 10px;
}
#pdp .addSelected{
	margin-bottom: 10px;
}
#pdpImage, #pdpDesc{
	border-bottom: 7px solid #000;
}
#pdpDesc .section{
	margin-bottom: 20px;
}
#pdpDesc .section h2{
	margin-top: 15px;
}
#pdpImage img{
	margin-bottom: 25px !IMPORTANT;
}
.dlItems{
	width: 175px;
	margin: 0 0 25px 0;
	float: left;
}
.dlItems img{
	margin-left: -7px;
}
.cursorPointer{
	cursor: pointer;
}
#pdpDownloads .even{
	float: right;
}
#pdpDownloads .file{
	margin: 5px 0;
}
.file label{
	margin: 0 10px 0 5px;
	font-size: 11px;
}
.file a{
	font-size: 11px;
	color: #000;
	
}

.category:hover{
}
.category img{
	display: block;
	margin-bottom: 15px;
}
.category span.categoryName{
	font-weight: bold;
	font-size: 12px;
	color: #7291aa;
}
#frame.productWall #primary #pw #items .middle{
	margin-left: 1px;
	margin-right: 1px;
}
#frame.productWall #whatsInTheBag{
	width: 410px;
	float: left;
	border-bottom: 7px solid #000;
}
#whatsInTheBag h2, #athleteWinCount h2{
	padding-bottom: 10px;
	border-bottom: 7px solid #000;
}
#frame.productWall #athleteWinCount{
	width: 244px;
	float: right;
	border-bottom: 7px solid #000;
}
#athletesBag .section{
	clear: both;
	margin: 27px 0;
}
#athletesBag .bagItem{
	width: 166px;
	float: left;
	margin-left: 7px;
}
#athletesBag .bagItem a{
 text-decoration: none;
}
#athletesBag .bagItem a:hover h3{
 text-decoration: underline;
}
#athletesBag .bagItem h3{
	color: #7291aa;
	margin-top: 10px	
}
#athletesBag .even{
	float: right;
	margin-left: 0;
	margin-right: 20px;
}


.yearWins{
	margin: 22px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
#athleteWinCount .last{
	border-bottom: none;
}
.yearWins ul{
	margin-top: 5px;
}
.yearWins ul li{
	list-style: none;
}

#athleteList{
	color: white;
	margin: 20px 25px 30px 25px;
}
#athleteList ul{
	margin: 15px 0 0 15px;
}
#athleteList li{
	list-style: none;
	margin: 0 0 3px 0;
}
#athleteList li a{
	color: white;
	text-decoration: none;
}
#athleteList li a:hover, #athleteList li a.current{
	color: #9ea500;
}


#bagView{
	margin: 25px 0 0 0;
	border-bottom: 7px solid #000;
}
#bagView .item{
	margin-bottom: 0;
}
.removeLabel{
	color: #898989;
	margin-left: 5px;
}

/*
**
**	
**	TITLES
**	
**
*/
.title{
	display: block;
	text-indent: -9999px;
	font-size: 0;
	outline: none;
	text-decoration: none;
	background-position: top left;
}
.itemsInBag{
	width: 142px;
	height: 11px;
	float: right;
	margin: 5px 90px 0 3px;
	background: url(../images/titles/itemsInBag.gif) no-repeat;
}
.WinCount08{
	width: 100%;
	height: 50px;
	background: url(../images/titles/08WinCount.gif) no-repeat #000 25px 15px;
}
.currentYearWinCountTitle{
	height: 50px;
	font-size: 20px;
	float: left;
	margin: 15px 0 0 25px;
	color: #7291aa;
}
.relatedFiles{
	width: 100%;
	height: 23px;
	background: url(../images/titles/relatedFiles.gif) no-repeat 0 0;
}
.recentMedia{
	width: 100%;
	height: 57px;
	background: url(../images/titles/recentMedia.gif) no-repeat 0 0;
}
.otherRecentStories{
	width: 100%;
	height: 16px;
	background: url(../images/titles/otherRecentStories.gif) no-repeat 0 0;
}
.error{
	
}
#frame.login .error{
	color: white;
}

/*
**
**	
**	BUTTONS
**	
**
*/
.button{
	display: block;
	text-indent: -9999px;
	font-size: 0 !important;
	outline: none;
	text-decoration: none;
	background-position: top left;
	background-repeat: no-repeat !important;
}
.button:hover{
	background-position: bottom left !important;
}
.siteSearch{
	float: right;
	margin-right: 10px;
	width: 91px;
	height: 21px;
	background: url(../images/buttons/Search.gif);
}
.siteSearch:hover{
	background-position: top left !important;
}
.siteSearch:active{
	background-position: bottom left !important;
	outline: none;	
}
.logolink{
	width: 358px;
	height: 72px;
	background: url(../images/logo.gif) no-repeat -4px 0;
}
.logolink:hover{
	background-position: -4px 0 !important;
}
#frame.login .logolink{
	width: 213px;
	height: 26px;
	margin-top: 23px;
	background: url(../images/nikeGolfLogoPlain.gif) no-repeat top left;
}
#frame.login #bagdetails{
	display: none; 
}
.readMore{
	color:#1c5a8c;
	white-space: nowrap;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	text-decoration: none;
	background: url(../images/buttons/readMore_cs.gif) no-repeat 0 center;
}
.readMore:hover{
	background-position: 3px center
}

.cta{
	display: block;
	background-image: url(../images/buttons/greyArrow.gif);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: 15px center;
	padding: 10px 0px 10px 30px;
	color: #ababab;
	margin: 5px 0 0 0;
}

.cta:hover{
	background-position: 18px center;
}

.viewDetails{
	width: 191px;
	height: 45px;
	margin: 10px 0 10px 15px;
	background: url(../images/buttons/viewDetails.gif);
	clear: both !important;
}
.printWinCount{
	float: left;
	margin-left: 30px;
	margin-top: -10px;
	width: 100%;
	height: 19px;
	background: url(../images/buttons/printWinCount.gif) no-repeat;
}
.addSelected{
	width: 197px;
	height: 26px;
	margin-top: 20px;
	background: url(../images/buttons/addSelected.gif) no-repeat;
}
.iAgree{
	width: 125px;
	height: 26px;
	margin-top: 20px;
	background: url(../images/buttons/iAgree.gif) no-repeat;
}
.blogTitle{
	width: 304px;
	height: 18px;
	background: url(../images/buttons/blogHeader.gif) no-repeat;
}

