﻿/* 
	Nike6.0 color scheme
	
	Blue:	#009193
	Black:	#252525
	Grey:	#545454
	Orange: #FF6600
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #009193;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* ----- UTILITY CLASSES ----- */

.clearfloat {
	display: inline-block;
	overflow: hidden;
}
.clearfloat {
	display: block;
}

.hidden_content, .hidden, .display_none {
	display: none;
}

.invisible {
	visibility: hidden;
}

.pointer {
	cursor: pointer;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.loading-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000 url(../images/loading.gif) no-repeat 50% 600px;
	z-index: 9999;
}

/* ----- PAGE STRUCTURE ----- */

body {
	background: #000000 url(../images/bg-nike6.jpg) center top no-repeat;
	color: #252525;
	font: 12px/16px Helvetica, Arial, Verdana, sans-serif;
}

#page-container {
	margin: 0 auto;
	position: relative;
	width: 1102px;
}

#page-content {
	margin-left: 96px;
	position: relative;
	width: 910px;
}

#content {
	background-color: #FFF;
	min-height: 700px;
	overflow: hidden;
	padding: 0 2px 10px;
	position: relative;
	z-index: 0;
}

/* ----- FEATURE AREA ----- */

#feature { background-color: #000; width: 100%; }

#feature .no-flash {
	color: #009193;
	display: none;
	text-decoration: none;
	text-align: center;
}

#feature .no-flash h2 {
	text-transform: uppercase;
	font-size: 20px;
	padding: 210px 0 10px;
}

#NIKE_COMMERCE { background-color: #FFF: }

/* ----- NAV MODULE ----- */

div#MiniCart_Module {
	z-index: 1;
	position: absolute;
	top: 0px;
	right: 90px;
}

#nav-module {
	left: 0px;
	position: absolute;
	top: 22px;
	width: 96px;
	z-index: 100;
}

#nav-module a {
	color: #595a50;
	display: block;
    font-weight: bold;
    margin: 4px 0;
}

#nav-module a:hover {
	color: #ff6600;
	text-decoration: none;
}

/* NEWSFEED MODULE */

#newsFeed {
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	color: #545454;	
	height: 420px;
	margin-top: 1px;
	padding-top: 32px;
	position: relative;
	width: 451px;
}

#newsFeed h2 {
	margin: 0px 0 30px 26px;
}

#newsFeed h2 a {
	background: url(../images/bg-header-sprite.png) no-repeat;
	display: block;
	height: 29px;
	text-indent: -999em;
	width: 78px;
}

#newsFeed h2 a:hover { background-position: 0px -29px; }

.pt_BR #newsFeed h2 a {
	background-position: -78px 0px;
	width: 110px;
}

.pt_BR #newsFeed h2 a:hover { background-position: -78px -29px; }

#newsFeed h3 {
	color: #44888F;
	float: left;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}

#newsFeed h3 a, #newsFeed h3 a:visited { color: #44888F; }
#newsFeed h3 a:hover {
	color: #000;
	text-decoration: none;
}

#newsFeedItems {
	width: 450px;
	height: 274px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

#newsFeed ul {
	list-style: none;
	position: relative;
	top: 0;
}

#newsFeed ul li {
	border-top: 1px solid #E5E5E5;
	clear: both;
	float: left;
	height: 90px;
	font-size: 11px;
	width: 450px;
}

#newsFeed ul li img.thumbnail {
	float: left;
	margin-right: 7px;
}

#newsFeed ul li div.newsContent {
	height: 58px;
	line-height: 14px;
	margin-top: 20px;
	overflow: hidden;
	padding: 0 20px 0 16px;	
}

#newsFeed ul li div.newsContent div.pubDate {
	color: #000;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}

#newsFeed ul li div.newsContent p { clear: both; }

#newsFeed a.viewAll {
	color: #000;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 37px 0 32px 26px;
	text-transform: uppercase;
}

#newsFeed a.viewAll:hover {
	color: #009193;
	text-decoration: none;
}

#newsFeed div.arrow {
	position: absolute;
	right: 30px;
	outline: none;
	padding: 0;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

#newsFeed #up {
	background: transparent url(../images/bg-arrows-insider.png) no-repeat;
	top: 36px;
}

#newsFeed #down {
	background: transparent url(../images/bg-arrows-insider.png) no-repeat 0 -21px;
	bottom: 30px;
}

#newsFeed #up.off, #newsFeed #up.off:hover {
	background-position: -21px 0px;
	cursor: default !important;
}

#newsFeed #down.off, #newsFeed #down.off:hover {
	background-position: -21px -21px;
	cursor: default !important;
}

#newsFeed #up:hover { background-position: -42px 0px; }
#newsFeed #down:hover { background-position: -42px -21px; }	

/* ----- Home ----- */

#home #feature { height: 459px; }

#home #top {
	float: left;
	position: relative;	
	width: 910px;
	z-index: 10;
}

#home h1 {
	float: left;
	font-size: 17px;
	font-weight: normal;
	margin: 20px 0 20px 20px;
	text-transform: uppercase;	
}

#home #filters {
	float: right;
	font-size: 12px;
	margin: 20px 28px 0 0;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	width: 140px;
}

#home #filters a#selected {
	background: url(../images/bg-filter.png) top right no-repeat;
	color: #000;
}

#home #filters a#selected:hover {
	color: #009193;
}

#home #options li.hide {
	display: none;
}

#home #filters li a, #home #filters li a:visited {
	background-color: #000;
	color: #FFF;
	display: block;
	padding: 4px 10px 4px 12px;
}

#home #filters li a:hover {
	cursor: pointer;
	text-decoration: none;
}

#home #filters ul#options {
	background-color:#000;
	display: none;
	padding:10px 0;
	position: absolute;
	right: 0;
	width: 140px;
	z-index: 200;
}

#home #filters ul#options a:hover {
	background-color: #009193;
}

#home ul.stream {
	float: left;
	margin-left: 20px;
	width: 274px;
}

#home .stream li {
	border-bottom: 1px solid #E5E5E5;
	color: #545454;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
}

#home .stream li a, #home .stream li a:visited {
	color: #252525;
	font-weight: bold;
}

#home .stream li a:hover {
	color: #009193;
	text-decoration: none;
}

#home .stream li p {
	margin-bottom: 8px;
}

#home .stream .heading {
	color: #898989;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#home .stream a.title, #home .stream a.title:visited {
	color: #252525;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#home .stream a.title:hover {
	color: #009193;
	text-decoration: none;
}

#home .stream .feature {
	display: block;
	margin-bottom: 8px;
	position: relative;
	width: 274px;
}

#home .stream .product .bg-wrapper {
	background: url(../images/bg-stream-feature.jpg) top left;
	display: block;
	text-align: center
}

#home .stream .video .overlay {
	display: block;
	position: relative;
}

#home .stream .video .play-button {
	display: block;
	left: 112px;
	position: absolute;
	top: 0;
}

#home .stream .twitter a.profile,
#home .stream .twitter a.profile:visited,
#home .stream .twitter #meta a,
#home .stream .twitter #meta a:visited,
#home .stream .facebook #meta a,
#home .stream .facebook #meta a:visited,
#home .stream .bio p a,
#home .stream .bio p a:visited {
	color: #009193;
	font-weight: bold;
}

#home .stream .twitter a.profile:hover,
#home .stream .twitter #meta a:hover,
#home .stream .facebook #meta a:hover,
#home .stream .bio p a:hover {
	color: #252525;
	text-decoration: none;
}

#home .stream .twitter,
#home .stream .facebook {
	padding-left: 37px;
}

#home .stream .twitter #meta,
#home .stream .facebook #meta {
	color: #898989;
}

#home .stream a.profile-icon {
	background: url(../images/bg-profile-icons.png) no-repeat;
	height: 27px;
	left: 0;
	position: absolute;
	text-indent: -999em;
	top: 2px;
	width: 27px;
}

#home .stream .twitter a.profile-icon {	background-position: 0px 0; }
#home .stream .twitter a.profile-icon:hover { background-position: 0px -27px; }
#home .stream .facebook a.profile-icon { background-position: -27px 0; }
#home .stream .facebook a.profile-icon:hover { background-position: -27px -27px; }

#home .stream .audio .cover-link {
	float: left;
	margin-right: 12px;
	width: 103px;
}

#home .stream .audio img.cover {
	height: 103px;
	width: 103px;
}

#home .stream .audio .heading {
	margin-bottom: 16px;
}

#home .stream .audio-player {
	float: left;
	margin-top: 4px;
}

#home #load-more {
	clear: both;
	padding-top: 20px;
}

#home #load-more-button {
	background-color: #000;
	font-size: 12px;
	color: #FFF;
	margin: 0 0 0 20px;
	padding: 8px 12px;
	text-transform: uppercase;
}

#home #load-more-button:hover {
	background-color: #009193;
	cursor: pointer;
	text-decoration: none;
}

/* Sticky styles! */

#home .stream .sticky {
	background: url(../images/bg-stream-feature.jpg) top left;
	display: block;
	overflow: hidden;
	padding: 8px;
}

#home .stream .sticky img.feature {
	width: 260px;
	margin: 0 auto 8px;
}

#home .stream .sticky a.title,
#home .stream .sticky a.title:visited,
#home .stream .sticky p,
#home .stream .sticky a:hover,
#home .stream .sticky p a:hover {
	color: #FFF;
}

#home .stream .sticky a.title:hover,
#home .stream .sticky a.artist:hover {
	color: #009193;
}

#home .stream .sticky span.feature {
	width: 260px;
}

#home .stream .sticky .artist,
#home .stream .sticky .song { color: #FFF; }

#home .stream .innovation { overflow: hidden !important; }
#home .stream .innovation a, .innovation img { display: block; }
#home .stream .innovation .text { left: 0; position: absolute; top: 374px; overflow: hidden; background: url(../images/innovation/text.png) top left no-repeat; height: 63px; width: 274px; }
#home .stream .innovation .text:hover { background-position: 0px -63px; }
#home .stream .innovation .text p { text-indent: -999em }
#home .stream .isolated { border-bottom: 0 !important; margin: 0 !important; padding: 0 !important; }
#home .slideshow-loading { background: #fff url(../images/innovation/loader-ffffff.gif) 22px 22px no-repeat; }
#home video.transition { position: absolute; top: 485px; left: 18px; }
#home #tout-slideshow { background: transparent; border: none; display: none; height: 534px; left: 22px; position: absolute; top: 489px; width: 862px; z-index: 2; }

#home .stream .product-gallery {
	background: #f1f1f1 url(../images/product-sprite-en.png) 0 -262px repeat-y;
	border-bottom: none;
	height: 437px;
	overflow: hidden;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#home.pt_BR .stream .product-gallery { background-image: url(../images/product-sprite-pt.png); }
	.product-gallery .product-tabs {
		height: 35px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#home .product-gallery .product-tabs li {
			border: none;
			float: left;
			height: 35px;
			margin: 0;
			padding: 0;
			width: 137px;
		}
			.product-gallery .product-tabs a {
				background: #f1f1f1 url(../images/product-sprite-en.png) 0 0 no-repeat;
				display: block;
				height: 35px;
				overflow: hidden;
				text-indent: -9999em;
				width: 137px;
			}
				.pt_BR .product-gallery .product-tabs a { background-image: url(../images/product-sprite-pt.png); }
				.product-gallery .product-tabs .tab-mens a 						{ background-position: 0 -35px; }
				.product-gallery .product-tabs .tab-mens a:hover 			{ background-position: 0 -70px; }
				.product-gallery .product-tabs .tab-mens.active a 		{ background-position: 0 0; cursor: default; }
				.product-gallery .product-tabs .tab-womens a 					{ background-position: -137px -35px; }
				.product-gallery .product-tabs .tab-womens a:hover 		{ background-position: -137px -70px; }
				.product-gallery .product-tabs .tab-womens.active a 	{ background-position: -137px 0; cursor: default; }

	.product-tab {
		height: 402px;
		margin: 0;
		overflow: hidden;
	  position: relative;
	  width: 274px;
	}
	.control-wrapper {
		height: 285px;
		margin: 64px 0 0 0;
		position: relative;
	}
		.product-tab .wrapper {
			height: 285px;
	  	overflow: hidden;
			position: absolute; top: 0;
		  width: 274px;
		}
			.product-tab .wrapper ul {
			  position: absolute; top: 0;
			  width: 9999px;
			}
				#home .product-gallery .product-tab li {
					border: none;
					float: left;
					height: 310px;
					margin: 0;
					padding: 0;
					position: relative;
					width: 274px;
				}
					.product-tab a {
						display: block;
						height: 285px;
						margin: 0 auto;
						width: 190px;
					}
						.product-tab img {
							display: block;
							margin: 0 auto;
						}
						.product-tab .product-buy {
							background: transparent url(../images/product-sprite-en.png) -179px -105px no-repeat;
							display: none;
							height: 35px;
							overflow: hidden;
							position: absolute; right: 0; top: 188px;
							text-indent: -9999em;
							width: 95px;
						}
						.product-tab a:hover .product-buy {	display: block;	}

.product-tab .arrow {
  background: transparent url(../images/product-sprite-en.png) -179px -105px no-repeat;
  cursor: pointer;
  display: block;
  height: 35px;
	margin: -27px 0 0 0;
	overflow: hidden;
  position: absolute; top: 50%;
  text-indent: -999px;
  width: 35px;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}
.pt_BR .product-tab .arrow { background-image: url(../images/product-sprite-pt.png); }
.product-tab .forward {
  background-position: -35px -105px;
  right: 8px;
}
.product-tab .back {
  background-position: 0 -105px;
  left: 8px;
}
.product-tab .forward:hover { background-position: -105px -105px; }
.product-tab .back:hover { background-position: -70px -105px; }

a.product-collection {
	background: #171717 url(../images/product-sprite-en.png) 0 -140px no-repeat;
	display: block;
	height: 32px;
	overflow: hidden;
	position: absolute; left: 0; bottom: 0;
	text-indent: -9999em;
	width: 274px;
}
.pt_BR a.product-collection { background-image: url(../images/product-sprite-pt.png); }


/* ----- Touts ----- */
.tout {
	border-top: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.tout p {
	display: none;
}

#music-player.tout {
	height: 279px;
	padding: 0;
}

/* ----- Team Landing ----- */

#team_landing #feature { height: 298px; }

#team_landing #feature h1 { display: none; }

ul#team-list {
  list-style: none;
}
ul#team-list li {
  display: inline;
  float: left;
  margin: 0 1px;
  width: 451px;
}
ul#team-list li h2 { margin: 16px; }

ul#team-list li h2 a {
	background: url(../images/bg-header-sprite.png) no-repeat;
	display: block;
	height: 22px;
	text-indent: -999em;
}

ul#team-list li#surf h2 a { background-position: 0px -58px; width: 40px; }
ul#team-list li#bmx h2 a { background-position: -40px -58px; width: 33px; }
ul#team-list li#wake h2 a { background-position: -73px -58px; width: 43px; }
ul#team-list li#snow h2 a { background-position: -116px -58px; width: 46px; }
ul#team-list li#moto h2 a { background-position: -162px -58px; width: 43px; }
ul#team-list li#ski h2 a { background-position: -205px -58px; width: 25px; }

ul#team-list li#surf h2 a:hover { background-position: 0px -80px; width: 40px; }
ul#team-list li#bmx h2 a:hover { background-position: -40px -80px; width: 33px; }
ul#team-list li#wake h2 a:hover { background-position: -73px -80px; width: 43px; }
ul#team-list li#snow h2 a:hover { background-position: -116px -80px; width: 46px; }
ul#team-list li#moto h2 a:hover { background-position: -162px -80px; width: 43px; }
ul#team-list li#ski h2 a:hover { background-position: -205px -80px; width: 25px; }

/* ----- Sport Detail ----- */

#sport #feature { height: 242px; position: relative; }

#sport #feature h1 {
	display: block;
	height: 242px;
	width: 910px;
	text-indent: -999em;
}

.bmx h1 { background: url(../images/team-header-bmx.jpg) no-repeat;}
.ski h1 { background: url(../images/team-header-ski.jpg) no-repeat;}
.snow h1 { background: url(../images/team-header-snow.jpg) no-repeat;}
.surf h1 { background: url(../images/team-header-surf.jpg) no-repeat;}
.wake h1 {	background: url(../images/team-header-wake.jpg) no-repeat;}
.moto h1 {	background: url(../images/team-header-moto.jpg) no-repeat;}

.pt_BR .bmx h1 { background: url(../images/team-header-bmx-br.jpg) no-repeat;}
.pt_BR .ski h1 { background: url(../images/team-header-ski-br.jpg) no-repeat;}
.pt_BR .snow h1 { background: url(../images/team-header-snow-br.jpg) no-repeat;}
.pt_BR .surf h1 { background: url(../images/team-header-surf-br.jpg) no-repeat;}
.pt_BR .wake h1 {	background: url(../images/team-header-wake-br.jpg) no-repeat;}
.pt_BR .moto h1 {	background: url(../images/team-header-moto-br.jpg) no-repeat;}

#sport #content { padding-top: 3px; }

#sport #leftcol {
	float: left;
	width: 451px;
}

#sport #rightcol {
	float: right;
	width: 455px;
}
#sport #athlete-action-shot img {
	height: 425px;
	width: 451px;
}
#sport #athlete-action-shot img { width: 451px; }
#sport #athlete-list, #sport #action-shots {
	overflow: hidden;
}
#sport #athlete-list {
	min-height: 425px;
  	padding-left: 3px;
}

#action-shots {
	height: 427px;
}
#action-shots li { 
	display: none;
	height: 425px;
	position: absolute;
	width: 451px;
	z-index: 1;	
}

#action-shots li.show {
	display: block;
	z-index: 2;
}

#action-shots li.hide {
	z-index: 1;
}

#sport #border-contain, #shop #border-contain {
	border-right: 1px solid #E5E5E5;
}
#sport #border-contain { min-height: 454px; }

#sport #athlete-list li {
	background: url(../images/line-hor-small.png) right top no-repeat;
	float: left;
	height: 104px;
	padding-top: 3px;
	overflow: hidden;
	position: relative;
	width: 226px;
}
#sport #athlete-list li.top { background: none; padding-top: 0;}
	
#sport #athlete-list li a, #sport #athlete-list li a:visited {
	color: #000;
	display: table;
	height: 104px;
	float: left;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 103px;
	position: relative;
}

#sport #athlete-list li.secondary { display: none; }

#sport #athlete-list li.secondary a,
#sport #athlete-list li.secondary a:visited { color: #9E9E9E; }

#sport #athlete-list li a:hover,
#sport #athlete-list li.secondary a:hover {
	color: #009193;
	text-decoration: none;
}

#sport #athlete-list li a img {
	height: 104px;
	left: 0;
	position: absolute;
}

#sport #athlete-list li a span.name {
	display: block;
	position: relative;
	text-indent: -999em;
	top: 0px;
	vertical-align: middle;
	white-space: nowrap;
	width: 123px;
}

#sport #athlete-list li a span.name:hover {
	background-position: 0 -104px;
}

a#hide-view {
	background: #000000 url(../images/bg-arrows-white.gif) no-repeat;
	bottom: 0px;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 0px;
	min-width: 95px;
	padding: 0px 21px 0 110px;
	position: absolute;
	right: 2px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;	
}

a#hide-view:hover { background-color: #009193; }

a#hide-view.view { background-position: 13px 0; }
a#hide-view.view:hover { background-position: 13px -62px; }
a#hide-view.hide { background-position: 13px -31px; }
a#hide-view.hide:hover { background-position: 13px -93px; }

#sport #touts {
	text-align: center;
}

/* ----- Athlete ----- */

#athlete #content { padding: 0 0 10px; }

#athlete #content h1 { display: none; }

#athlete #feature {
	height: 468px;
	padding: 0;
}

#athlete #leftcol {
  float: left;
  width: 415px;
}

#athlete #rightcol {
  float: right;
  width: 495px;
}

#athlete #portrait { height: 233px; }

#athlete #portrait img { width: 415px; }

#athlete #bio {
  border-right: 1px solid #E5E5E5;
  line-height: 20px;
  overflow: hidden;
  padding: 30px 40px 30px 80px;
  position: relative;
}

#athlete #bio h2#qa {
  background: url(../images/bg-header-sprite.png) -295px 0px no-repeat;
  height: 85px;
  left: 25px;
  position: absolute;
  text-indent: -999em;
  width: 23px;
}

#athlete #bio h4 {
  color: #009193;
}
#athlete #bio p,
#athlete #bio ol,
#athlete #bio ul {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

#athlete #bio ol{
	list-style-type: decimal;
	margin-left: 20px;
}
#athlete #bio ul{
	list-style-type: disc;
	margin-left: 20px;
}

#athlete #athlete-info {
  display: table;
  height: 233px;
}

#athlete-info img { width: 222px; float: left;}

#athlete #athlete-info dl {
  background: url(../images/line-vert.gif) center left no-repeat;
  float: right;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 269px;
}

#athlete #athlete-info dt {
  color: #009193;
  margin-top: 20px;
}
#athlete #athlete-info dt.first { margin-top: 0; }

#athlete #athlete-info dd {
  color: #000;
  margin-top: 3px;
}

#athlete #titles {
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  padding-bottom: 30px;
}

#athlete #titles h2 {
  background: url(../images/bg-header-sprite.png) -230px -58px no-repeat;
  height: 29px;
  margin: 30px auto;
  text-indent: -999em;
  width: 66px;
}

#athlete.pt_BR #titles h2 {
	background-position: -188px -24px;
	height: 34px;
	width: 80px;
}

#athlete #titles li {
  color: #009193;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 0 30px;
}

#athlete #archives h2 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 30px 0 20px 0;
  text-transform: uppercase;
}

#athlete #bio-archive,
#athlete #bio-archive-b { display: none; }

#athlete #archives .date a {
	color: #000;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

#athlete #archives .date a:hover {
  color: #009193;
  cursor: pointer;
  text-decoration: none;
}

#athlete #touts {
  text-align: center;
}

#athlete .align {
  display: table-cell;
  vertical-align: middle;
}

/* ----- Shop ----- */

#shop #feature { height: 400px; }
#shop #content { padding: 0 1px 10px; }

#shop #content h1 { display: none; }

#shop #shop-nav {
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	padding-top: 10px;
}

#shop #shop-nav li {
	display: inline-block;
	float: left;
	margin-right: 9px;
	width: 220px;
}

#shop #shop-nav li.last { margin-right: 0;}

#shop #shop-nav h2 {
	text-align: center;
	padding: 16px 0 20px;
}

#shop #shop-nav li h2 a {
	background: url(../images/bg-header-sprite.png) 0 -102px no-repeat;
	display: block;
	height: 18px;
	margin: 0 auto;
	text-indent: -999em;
}

/* region specific links */
.en_US #shop-nav #tout-0 h2 a { background-position: 0px -102px; width: 65px; }
.en_US #shop-nav #tout-1 h2 a { background-position: -65px -102px; width: 88px; }
.en_US #shop-nav #tout-2 h2 a { background-position: -153px -102px; width: 110px; }
.en_US #shop-nav #tout-3 h2 a { background-position: -263px -102px; width: 33px; }

.en_US #shop-nav #tout-0 h2 a:hover { background-position: 0px -120px; }
.en_US #shop-nav #tout-1 h2 a:hover { background-position: -65px -120px; }
.en_US #shop-nav #tout-2 h2 a:hover { background-position: -153px -120px; }
.en_US #shop-nav #tout-3 h2 a:hover { background-position: -263px -120px; }

.en_EMEA #shop-nav #tout-0 h2 a { background-position: 0px -102px; width: 65px; }
.en_EMEA #shop-nav #tout-1 h2 a { background-position: 0px -138px; width: 116px; }
.en_EMEA #shop-nav #tout-2 h2 a { background-position: -116px -138px; width: 138px; }
.en_EMEA #shop-nav #tout-3 h2 a { background-position: -254px -138px; width: 76px; }

.en_EMEA #shop-nav #tout-0 h2 a:hover { background-position: 0px -120px; }
.en_EMEA #shop-nav #tout-1 h2 a:hover { background-position: 0px -156px; }
.en_EMEA #shop-nav #tout-2 h2 a:hover { background-position: -116px -156px; }
.en_EMEA #shop-nav #tout-3 h2 a:hover { background-position: -254px -156px; }

#shop #leftcol {
  float: left;
  width: 451px;
}

#shop #rightcol {
  float: right;
  width: 455px;
}

#shop #touts { text-align: center; }

#shop #touts .first { border: none; }

#shop #newsFeed { border-top: none; }

/* ----- About ----- */
#about #content {
	background: none;
	height: 800px;
	padding: 150px 0 0 0;
}

#about #about-content {
	color: #bebebe;
	width: 615px;
	margin: 0 auto;
}

#about #content h1 {
	background: url(../images/bg-about.png) top left no-repeat;
	height: 52px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
	text-indent: -999em;
	width: 276px;
}

#about p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

/*  ----- iD Nation ----- */

#id_nation #feature { height: 510px; }

#id_nation #feature h1 { display: none; }

#id_nation a#view-all:hover { text-decoration: none; }

#id_nation #content {
	background: #f8f8f8 url(../images/bg-id-landing.jpg) top left no-repeat;
	overflow: hidden;
	padding: 25px 25px 0;
}

#id_nation #featured-id {
  background-color: #ecf0f3;
  background-image: -moz-linear-gradient(100% 100% 90deg, #f8f8f8, #ecf0f3);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ecf0f3), to(#f8f8f8));
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  width: 858px;
}

#id_nation #featured-header {
	background-color: #e0e7eb; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #e6eaee, #e0e7eb);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0e7eb), to(#e6eaee));
	-moz-border-radius: 3px 3px 0 0;
  	border-radius: 3px 3px 0 0;
  	padding: 12px 18px;
  	overflow: hidden;
}

#id_nation #featured-header h2 { 
	display: inline;
	float: left;
	font-size: 15px;
}
#id_nation #featured-header a {
	color: #252525;
	float: right;
	font-size: 13px;
}

#id_nation #featured-id ul {
	margin: 0 auto;
	width: 750px;
}

#id_nation #featured-id li {
	float: left;
	overflow: hidden;
	padding: 207px 30px 34px 30px;
	position: relative;
	width: 308px;
}

#id_nation #featured-id ul li p { color: #707070; }

#id_nation #featured-id li.first {
	background: transparent url(../images/line-vert-id.gif) center right no-repeat;
	padding: 207px 60px 34px 0;
}

#id_nation #featured-id li h3 {
	font-size: 18px;
	padding-top: 20px;
}

#id_nation #featured-id li p {
	font-size: 13px;
	padding: 8px 0;
	line-height: 1.4em;
}

#id_nation #featured-id a.reload {
	cursor: pointer;
	display: block;
	background: transparent url(../images/btn-id-reload.png) top left no-repeat;
	height: 64px;
	width: 64px;
	position: absolute;
	top: 18px;
	right: 10px;
	text-indent: -999em;
	z-index: 4;
}

#id_nation #featured-id .first a.reload {
	right: 40px;
}

#id_nation #featured-id .product {
	position: absolute;
	top: -70px;
	z-index: 2;
}

#id_nation #featured-id .hide {
	display: none;
}

#id_nation #featured-id img.blank {
	display: none;
	z-index: 3;
}
#id_nation #featured-id .buttons {
	clear: left;
	margin-top: 20px;
}

#id_nation #featured-id li a.button {
	background: #e3e7e9 url(../images/arrow-btn-id.png) right 11px no-repeat; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #252525;
	font-size: 13px;
	font-weight: bold;
	margin: 0 8px 0 0;
	padding: 8px 20px 8px 8px;
}

#id_nation .tout {
	border: none;
	float: left;
	width: auto;
}

#id_nation .first {
	margin-right: 14px;
}

/* ----- Style Lab ----- */

#style_lab #feature { 
	height: 440px;
	padding: 0;
}

#style_lab #feature h1 { display: none; }

#style_lab #content {
	background: #f8f8f8 url(../images/bg-id-landing.jpg) top left no-repeat;;
}

#style_lab #module-contain {
	height: 302px;
	margin: 0 auto;
	overflow: hidden;
	width: 882px;
}

#style_lab #module-contain #color-wheel {
	float: left;
}
#style_lab #module-contain #athlete-designs {
	float: right;
}

#style_lab #top-designs {
	background-color: #f5f5f5;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 4px #CCC;
	box-shadow: 0 0 4px #CCC;
	height: 275px;
	margin: 10px auto;
	overflow: hidden;
	width: 858px;
}

#style_lab #top-designs #header {
	background-image: -moz-linear-gradient(90deg, #e1e1e1, #efefef 33%);
	background-image: -webkit-gradient(linear, center bottom, center top, from(#e1e1e1), color-stop(33%, #efefef), to(#efefef));
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	height: 35px;
	margin: 0 auto;
	width: 856px;
}

#style_lab #top-designs #header #date-filter {
	float: left;
	width: 440px;
}

#style_lab #top-designs #header #date-filter li { float: left; }

#style_lab #top-designs #header h2,
#style_lab #top-designs #header #date-filter li a,
#style_lab #top-designs #header #date-filter li a:visited {
	color: #c0c0c0;
	display: block;
	float: left;
	font-size: 13px;
	height: 15px;
	padding: 11px 20px 9px;
	text-transform: uppercase;
}

#style_lab #top-designs #header h2 {
	color: #252525;
	padding: 11px 20px 9px 15px;
}

#style_lab #top-designs #header #date-filter li a:hover {
	color: #009193;
	cursor: pointer;
	text-decoration: none;
}

#style_lab #top-designs #header #date-filter li a.selected,
#style_lab #top-designs #header #date-filter li a.selected:hover {
	background-image: none;
	background-color: #f5f5f5;
	color: #252525;
}

#style_lab #top-designs ul#shoe-filter {
	float: right;
	font-size: 13px;
	margin: 0;
	padding: 0;
	position: relative;
	right: 12px;
	text-align: right;
	top: 5px;
	z-index: 10;
}

#style_lab #top-designs ul#shoe-filter li { float: left; }

#style_lab #top-designs ul#shoe-filter ul#selected-label li,
#style_lab #top-designs ul#shoe-filter ul#filter-label li {
	display: none;
}

#style_lab #top-designs ul#shoe-filter ul#selected-label li.show,
#style_lab #top-designs ul#shoe-filter ul#filter-label li.show {
	display: block;
}

#style_lab #top-designs #shoe-filter ul#selected-label li {
	background: url(../images/bg-filter.png) right 3px no-repeat;
	color: #252525;
	padding-top: 6px;
}

#style_lab #top-designs #shoe-filter #selected-label li,
#style_lab #top-designs #shoe-filter li a,
#style_lab #top-designs #shoe-filter li a:visited {
	color: #252525;
	display: block;
	padding: 4px 10px 4px 12px;
}

#style_lab #top-designs #shoe-filter li a:hover {
	cursor: pointer;
	text-decoration: none;
}

#style_lab #top-designs #shoe-filter ul#options {
	background-color: #efefef;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0px 2px 4px #CCC;
	-moz-box-shadow: 0px 2px 4px #CCC;
	box-shadow: 0px 2px 4px #CCC;
	display: none;
	position: absolute;
	right: -12px;
	top: -5px;
	width: 300px;
	z-index: 200;
}

#style_lab #top-designs #shoe-filter ul#options form {
	line-height: 0;
	overflow: hidden;
}

#style_lab #top-designs #shoe-filter ul#options li {
	float: left;
	font-size: 13px;
	text-align: left;
	width: 300px;
}

#style_lab #top-designs #shoe-filter ul#options #filter-label { padding-top: 8px; }

#style_lab #top-designs #shoe-filter ul#options #filter-label li {
	background: url(../images/bg-id-filter-down.png) 281px 8px no-repeat;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	height: 18px;
	padding: 3px 22px 6px 0px;
	text-align: right;
	width: 278px;
}

#style_lab #top-designs #shoe-filter ul#filter-label li:hover,
#style_lab #top-designs #shoe-filter ul#options li.label:hover {
	background-color: #EFEFEF;
}

#style_lab #top-designs #shoe-filter ul#options label {
	float: left;
	margin-top: 4px;
	width: 260px;
}

#style_lab #top-designs #shoe-filter ul#options label:hover,
#style_lab #top-designs #shoe-filter ul#options input:hover {
	cursor: pointer;
}

#style_lab #top-designs #shoe-filter ul#options li input {
	float: left;
	margin-right: 8px;
}

#style_lab #top-designs #shoe-filter ul#options li.category:hover,
#style_lab #top-designs #shoe-filter ul#options li.product:hover {
	background-color: #FFF;
}

#style_lab #top-designs #shoe-filter ul#options li.category {
	background: #fafafa url(../images/bg-id-category-off.png) bottom center no-repeat;
	padding: 5px 0;
}
#style_lab #top-designs #shoe-filter ul#options li.category.on {
	background: #fff url(../images/bg-id-category-on.png) bottom center no-repeat;
	font-weight: bold;
}
#style_lab #top-designs #shoe-filter ul#options li.category ul {
	display: none;
	float: left;
	margin-bottom: -5px;
	overflow: hidden;
	padding-top: 5px;
	clear: left;
	width: 300px;
}
#style_lab #top-designs #shoe-filter ul#options li.product {
	background: #eee url(../images/bg-id-product-off.png) bottom center no-repeat;
	padding: 5px 0 5px 22px;
}

#style_lab #top-designs #shoe-filter ul#options li.product.on {
	background: #f6f6f6 url(../images/bg-id-product-on.png) bottom center no-repeat;
}
#style_lab #top-designs #designs { 
	height: 240px;
	position: relative;
}

#style_lab #top-designs #designs .arrow {
	background: url(../images/bg-id-pagination.png) top left no-repeat;
	display: block;
	float: left;
	height: 34px;
	margin: 0 18px;
	position: relative;
	top: 38%;
	width: 17px;
}

#style_lab #top-designs #designs #page-right.on { background-position: -17px 0; }
#style_lab #top-designs #designs #page-left:hover { background-position: -34px 0; cursor: pointer; }
#style_lab #top-designs #designs #page-right:hover { background-position: -51px 0; cursor: pointer; }
#style_lab #top-designs #designs #page-left.off { background-position: -68px 0; }
#style_lab #top-designs #designs #page-right.off { background-position: -85px 0; }

#style_lab #top-designs #designs #designs-contain {
	float: left;
	height: 240px;
	overflow: hidden;
	position: relative;
	width: 752px;
}

#style_lab #top-designs #designs ul {
	float: left;
	left: 0;
	position: absolute;
	width: 999em;
}

#style_lab #top-designs #designs ul li {
	background: url(../images/line-vert-stylelab.png) 0px 10px no-repeat;
	float: left;
	height: 220px;
	overflow: hidden;
	padding: 0 15px 15px 14px;
	position: relative;
	width: 221px;
}

#style_lab #top-designs #designs ul li .contain {
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 220px;
	padding: 0 20px;
	position: relative;
	top: 10px;
}
#style_lab #top-designs #designs ul li .contain:hover {
	background-color: #e4e4e4;
}

#style_lab #top-designs #designs ul li a.thumb {
	display: block;
	height: 180px;
}

#style_lab #top-designs #designs ul li img {
	position: relative;
	top: -20px;
}

#style_lab #top-designs #designs ul li .meta {
	position: relative;
	top: -28px;
}

#style_lab #top-designs #designs ul li .meta a,
#style_lab #top-designs #designs ul li .meta a:visited {
	color: #252525;
	font-size: 12px;
	text-decoration: none;
}

#style_lab #top-designs #designs ul li .meta h3 {
	margin-bottom: 3px;
}

#style_lab #top-designs #designs ul li .meta p {
	line-height: 1.3em;
}

#style_lab #top-designs #designs ul li .meta .name {
	padding-right: 6px;
}

#style_lab #touts {
	overflow: hidden;
}

#style_lab .tout {
	border: none;
	float: left;
	padding-top: 10px;
	width: auto;
}

#style_lab #stylelab-count {
	float: left;
	margin-right: 0px;
	padding: 0 0 0 13px;
	width: 611px;
}

/* ----- Athlete Designs ----- */

#athlete_style #feature { height: 400px; padding: 0;}
#athlete_style #feature h1 { display: none; }

#athlete_style #content {
	background: #f8f8f8 url(../images/bg-id-landing.jpg) top left no-repeat;
}

#athlete_style #content #content_left,
#athlete_style #content #content_right {
	float: left;
	padding: 25px 0 0;
	width: 453px; 
}

#athlete_style #content #content_left { padding-left: 25px; width: 428px; }

#athlete_style .featured_block {
	-moz-border-radius: 4px;
	-moz-box-shadow: rgba(0,0,0,.1) 0px 0px 5px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,.1) 0px 0px 5px;
	background-color: #f0f0f0;
	float: left;
	margin: 0 0 28px;
	padding: 0;
	width: 417px;
}

#athlete_style .featured_block.design { margin: 0 0 0 14px; }
	
#athlete_style .featured_block.remixes { margin: 25px 0 0 14px; }

#athlete_style .featured_block h3 {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	background-image: -moz-linear-gradient(100% 100% 90deg, #d6d6d6, #efefef);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#d6d6d6));
	font-size: 15px;
	padding: 10px 17px 6px;
	text-transform: uppercase;
}

#athlete_style .featured_block h3 a {
	color: #000;
	float: right;
	font-size: 13px;
	font-weight: normal;
	position: relative;
}
		
#athlete_style .featured_block .bio { padding: 20px; position: relative; float: left; }

#athlete_style .featured_block .bio #bio_frame {
	height: 175px;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 175px;
}

#athlete_style .featured_block .bio img {
	float: left;
	height: 150px;
	width: 150px;
}
#athlete_style .featured_block .bio img.athlete { margin: 5px 0 0 5px; }

#athlete_style .featured_block .bio ul { float: left; margin: 0 0 0 18px; width: 202px; }

#athlete_style .featured_block .bio ul li { border-bottom: 1px solid #dadada; padding: 12px 0; }
#athlete_style .featured_block .bio ul li:last-child { border: none; }

#athlete_style .featured_block .bio h4 {
	color: #707070;
	font-size: 14px;
	font-weight: normal;
}
	
#athlete_style .featured_block .bio h4 em {
	color: #000;
	display: block;
	font-size: 10px;
	font-style: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
}
		
#athlete_style .featured_block .style {
	border-top: 1px solid #dadada;
	clear: both;
	float: left;
	margin: 20px 0 30px;
	padding: 34px 33px 0;
	width: 351px;
}
	
#athlete_style .featured_block .style h2 { font-size: 23px; font-weight: bold; text-transform: uppercase; }

#athlete_style .featured_block .style blockquote {
	font-size: 23px;
	line-height: 30px;
	margin: 25px 0 0;
	padding: 0;
}

#athlete_style .featured_block .links {
	clear: left;
	font-size: 17px;
}
#athlete_style .featured_block .links li {
	background-color: rgb(97,122,171);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.18, rgb(59,90,151)), color-stop(0.82, rgb(97,122,171)) );
	background-image: -moz-linear-gradient( center bottom, rgb(59,90,151) 18%, rgb(97,122,171) 82% );
}
#athlete_style .featured_block .links li.twitter {
	background-color: rgb(122,214,247);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.18, rgb(90,204,245)), color-stop(0.82, rgb(122,214,247)) );
	background-image: -moz-linear-gradient( center bottom, rgb(90,204,245) 18%, rgb(122,214,247) 82% );
}

#athlete_style .featured_block .links li.last {
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#athlete_style .featured_block .links li.last span {
	-moz-border-radius: 0 0 4px 0px;
	border-radius: 0 0 4px 0px;
}

#athlete_style .featured_block .links a {
	background: url(../images/bg-id-social-sprite.png) top left no-repeat;
	color: #252525;
	display: block;
	height: 51px;
	padding-left: 51px;
}
#athlete_style .featured_block .links .twitter a { background-position: 0 -51px; }
#athlete_style .featured_block .links a:hover { text-decoration: none; }

#athlete_style .featured_block .links a span {
	-webkit-box-shadow: inset 2px 2px 2px #DDD;
	-moz-box-shadow: inset 2px 2px 2px #DDD;
	box-shadow: inset 2px 2px 2px #DDD;
	display: block;
	line-height: 51px;
	background-color: #FFF;
	padding-left: 20px;
}

#athlete_style .featured_block .links a span:hover { text-decoration: none; color: #FFF; }

#athlete_style .featured_block .links .facebook span:hover {
	background-color: rgb(97,122,171);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.18, rgb(59,90,151)), color-stop(0.82, rgb(97,122,171)) );
	background-image: -moz-linear-gradient( center bottom, rgb(59,90,151) 18%, rgb(97,122,171) 82% );
	-webkit-box-shadow: inset 2px 2px 2px #2e4065;
	-moz-box-shadow: inset 2px 2px 2px #2e4065;
	box-shadow: inset 2px 2px 2px #2e4065;
}

#athlete_style .featured_block .links .twitter span:hover {
	background-color: rgb(122,214,247);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.18, rgb(90,204,245)),  color-stop(0.82,rgb(122,214,247)));
	background-image: -moz-linear-gradient( center bottom, rgb(90,204,245) 18%, rgb(122,214,247) 82% );
	-webkit-box-shadow: inset 2px 2px 2px #75bcd5;
	-moz-box-shadow: inset 2px 2px 2px #75bcd5;
	box-shadow: inset 2px 2px 2px #75bcd5;
}

#athlete_style #design-contain { 
	background: url(../images/bg-id-designs.jpg) top left no-repeat;
	height: 250px;
	position: relative;
	width: 417px;
}

#athlete_style #design-contain img { 
	left: 75px;
	position: absolute;
	top: -77px;
	z-index: 0;
}

#athlete_style #design-contain .tooltip {
	background: url(../images/tooltips-sprite.png) top left no-repeat;
	height: 35px;
	position: absolute;
	width: 34px;
}

#athlete_style #design-contain .tooltip#tip2 { background-position: 0 -35px; }
#athlete_style #design-contain .tooltip#tip3 { background-position: 0 -70px; }
#athlete_style #design-contain .tooltip#tip4 { background-position: 0 -105px; }
#athlete_style #design-contain .tooltip#tip5 { background-position: 0 -140px; }

#athlete_style #design-contain .tooltip:hover,
#athlete_style #design-contain .tooltip.on { background-position: -34px 0; cursor: pointer; }
#athlete_style #design-contain .tooltip#tip2:hover,
#athlete_style #design-contain .tooltip#tip2.on { background-position: -34px -35px; }
#athlete_style #design-contain .tooltip#tip3:hover,
#athlete_style #design-contain .tooltip#tip3.on { background-position: -34px -70px; }
#athlete_style #design-contain .tooltip#tip4:hover,
#athlete_style #design-contain .tooltip#tip4.on { background-position: -34px -105px; }
#athlete_style #design-contain .tooltip#tip5:hover,
#athlete_style #design-contain .tooltip#tip5.on { background-position: -34px -140px; }

#athlete_style #design-contain div {
	height: 206px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#athlete_style #design-contain #tip-text {
	bottom: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	height: 44px;
	left: 0;
	line-height: 44px;
	position: relative;
	text-align: center;
}

#athlete_style .video {
	background: url(../images/bg-id-videos.jpg) top left no-repeat;
	display: block;
	float: left;
	height: 63px;
	margin: 25px 0 0 14px;
	text-align: center;
	width: 418px;
}

#athlete_style .video:hover {
	background-position: 0 -63px;
	text-decoration: none;
}

#athlete_style .video span {
	background: url(../images/bg-id-videos-arrow.png) right 2px no-repeat;
	color: #FFF;
	font-size: 14px;
	line-height: 63px;
	margin: 0 auto;
	padding-right: 20px;
}

#athlete_style .featured_block #shoe_remix {
	float: left;
	height: 290px;
	padding: 30px 0 30px 67px;
	position: relative;
	width: 350px;
}
	
#athlete_style .featured_block.remixes h4 {
	color: #3e3e3e;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}
	
#athlete_style .featured_block.remixes h4 em { 
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

#athlete_style .featured_block.remixes .remix {
	display: none;
	position: absolute;
	top: -58px;
	z-index: 1;
}

#athlete_style .featured_block.remixes .remix a {
	display: block;
	height: 250px;
	position: absolute;
	top: 84px;
	width: 280px;
	z-index: 2;
}

#athlete_style .featured_block.remixes .favorites {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #e7e7e7 url(../images/bg_favorites.gif) left no-repeat;
	display: block;
	float: left;
	margin-top: 16px;
	padding: 8px 10px 8px 35px;
}

#athlete_style .featured_block a.reload {
	display: block;
	background: transparent url(../images/btn-id-reload.png) top left no-repeat;
	height: 64px;
	width: 64px;
	position: absolute;
	top: 34px;
	right: 45px;
	text-indent: -999em;
	z-index: 4;
}

/* ----- PRODUCTS GRID ----- */
#products h1 { display: none; }
.pt_BR #nav-module h1 { display: block; }

#products #categories {
	list-style-type: none;
	font-family: 'Times New Roman',serif;
	font-size: 29px;
	margin: 30px;
	overflow: hidden;
	width: 100%;
} 

#products #categories li {
	color: #959595;
	float: left;
}

#products #categories li h2 {
	line-height: .8;
	position: relative;
}

#products #categories li h2 a {
	color: #959595;
	font-weight: normal;
	text-transform: uppercase;
}
	.pt_BR #categories a {
		background: transparent url(../images/hdrs-products-br.png) 0 0 no-repeat;
		display: block;
		float: left;
		height: 26px;
		text-indent: -9999em;
	}
	.pt_BR #categories .hdr-todos a               { background-position: -53px 0; width: 53px; }
	.pt_BR #categories .hdr-masculinos a          { background-position: -105px -26px; width: 105px; }
	.pt_BR #categories .hdr-femininos a           { background-position: -90px -52px; width: 90px; }
	.pt_BR #categories .hdr-todos a:hover         { background-position: -106px 0; width: 53px; }
	.pt_BR #categories .hdr-masculinos a:hover    { background-position: -210px -26px; width: 105px; }
	.pt_BR #categories .hdr-femininos a:hover     { background-position: -180px -52px; width: 90px; }
	.pt_BR #categories .hdr-todos a.selected      { background-position: 0 0; width: 53px; }
	.pt_BR #categories .hdr-masculinos a.selected { background-position: 0 -26px; width: 105px; }
	.pt_BR #categories .hdr-femininos a.selected  { background-position: 0 -52px; width: 90px; }

#products #categories li h2 a.selected {
	color: #000;
	cursor: default;
	text-decoration: underline;
}

#product-list {
	list-style: none outside none;
	margin: 0;
	padding: 1px 0 0 1px;
	width: 101%;
}

#products #content {
	float: left;
	overflow: visible;
	z-index: 1;
}


#product-list .product {
	border: 1px solid #EEEEEC;
	float: left;
	height: 132px;
	margin: -1px 0 0 -1px;
	position: relative;
	width: 150px;
}

#product-list .product .zoom {
    background: url(../images/product-zoom.png) 7px 7px no-repeat;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 7px;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 100%;
}

#product-list .right-side .zoom { background-position: 130px 7px; }

#product-list .on {
	border: 1px solid #787878;
	z-index: 7;
}

#product-list .product .product-shot{
	display: block;
	margin: 16px auto 0;
}

#product-list .product .product-caption {
	top: -20px;
	display: none;
	left: 140px;
	position: absolute;
	z-index: 8;
}

#product-list .right-side .product-caption {
	left: auto;
	right: 140px;
}

#product-list .product .product-caption dl {
	background-color: #000;
	color: #959595;
	width: 280px;
}

#product-list .product .product-caption dt {
	font-size: 12px;
	padding: 10px 12px;
	text-transform: uppercase;
}

#product-list .product .product-caption dd {
	background-color: #2D2D2D;
	color: #FFF;
	font-size: 11px;
	line-height: 1.3em;
	padding: 16px;
}

#product-list .product .product-caption dd.title {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

#product-list .product .product-caption dd.color {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#product-list .on,
#product-list .on .product-caption,
#product-list .on .zoom { display: block; }

/* Zoom View */
#zoom-view {
    background: #fff url(../images/ffffff.gif) center center no-repeat;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 110;
}
#zoom-view img { 
    display: block;
    position: absolute; 
}
#zoom-view #zoom-close {
    background: url(../images/zoom-close.png);
    height: 49px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 49px;
}

/* ----- FOOTER ----- */

#footer {
	background: #FFF url(../images/logo-white.jpg) center center no-repeat;
	clear: left;
	font-size: 11px;
	height: 200px;
	padding: 20px 0;
	position: relative;
}

#footer a {
	color: #343434;
	font-weight: bold;
}

#footer ul {
	list-style: none;
}

#footer li {
	float: left;
	padding-right: 15px;
}

#footer_top_left {
	bottom: 20px;
	left: 20px;
	position: absolute;
}

#footer_top_center {
	bottom: 0px;
	left: 411px;
	position: absolute;
}

#footer_top_right {
	bottom: 20px;
	position: absolute;
	right: 20px;
}

#footer_top_right li {
	padding-right: 0;
}

#footer_link_change_region {
	padding-left: 20px;
}

#footer_item_change_region img {
	padding-right: 4px;
	position: absolute;
	top: 1px;
}

/* ----- Region specific styles ----- */
#home.pt_BR #filters,
#home.pt_BR #filters ul#options { width: 160px; }

/* ----- temporary BR video page ----- */

#video_br #feature { height: 510px; }

#video_br #video-grid #now-playing {
	padding: 16px;
}

#video_br #video-grid #now-playing h2 {
	font-size: 28px;
}

#video_br #video-grid ul {
	overflow: hidden;
	padding: 0;
}

#video_br #video-grid li {
	display:inline;
	float:left;
	height:180px;
	padding: 16px;
	width:270px;
}

#video_br #video-grid li.featured { background-color: #252525; }

#video_br #video-grid a {
	font-weight: bold;
	text-decoration: none;
}

#video_br #video-grid li .img {
	border: 1px solid #252525;
	height: 152px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#video_br #video-grid li .img img {
	position: relative;
	top: -25px;
	width: 270px;
}

