/*	Desc: Jordan iPhone Screen Style Sheet
	Author: Chad Oakenfold
	Date: 08/05/08 12:58 PM
	+ Colours	
	- #d10a08 (Index: link click )
	- #ffffff (Video/Release Pages: font highlight/click, Back arrow, page title)	
	- #808080 (Video/Release Pages: font color)	
	
	- #161616 (Release Dates: Month headers)
	- #d0d0d0 (Release Dates: Month header font color)
	- #ececec (Release Dates: Font color)
	- #282828 (Release Dates: List border top/bottom)
	
=== === === === === === === === === === */

#loadMask
{
	display: block;
	height: 6000px;
	background: #000000;
}

/*=STRUCTURE
=== === === === === === === === === === */

body
{
	background: #000;
	color: #808080;
	-webkit-tap-highlight-color: #d10a08;
}

a{
	color: #808080;
	text-decoration: none;
}
/*=Common
=== === === === === === === === === === */

#footer
{
	padding: 20px 0 0 22px;
	font-size: 10px;
	width: 298px;
}

/*=Masthead
=== === === === === === === === === === */
#masthead{
	height: 76px;
	border-bottom: 1px solid #282828;
}
#jumpman_logo{
	background: #000 url('../../images/iphone/logo_jumpman.png') no-repeat scroll top left;
	width: 38px;
	height: 36px;
	text-indent: -9999px;
	margin:0 auto;
	position: relative;
	top: 20px;
}
#masthead #back{
	float:left;
	position: relative;
	top: 31px;
	color: #ffffff;
	margin-left: 22px;
	padding-left: 17px;
	background: transparent url('../../images/iphone/back_arrow.png') no-repeat 0% 50%;
}
#masthead h1, #masthead h2 
{
	float:right;
	position: relative;
	top: 21px;
	color: #ffffff;
	padding-right: 18px;
	font-size: inherit;
}
/*=Content
=== === === === === === === === === === */
#content{
	position: relative;
}
#content ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content ul li{
	line-height:38px;
	border-bottom: 1px solid #282828;
}
/*=Index
=== === === === === === === === === === */
#index #content ul li a{
	color: #c5c5c5;
	display:block;
	padding: 0 0 0 22px;
	background: transparent url('../../images/iphone/forward_arrow.png') no-repeat 93% 50%;
}
#featureNav {
	margin: 0 0 20px 0;
}
/*=content_categories
=== === === === === === === === === === */
#content_categories #content ul li a{
	color: #c5c5c5;
	display:block;
	padding: 0 0 0 22px;
	background: transparent url('../../images/iphone/forward_arrow.png') no-repeat 93% 50%;
}
#content_categories #content ul li a div {
	width: 65%;
}
/*=Release Dates: Shoes
=== === === === === === === === === === */
#content_index #content h1,#content_index_apparel #content h1
{
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #161616;
	color: #d0d0d0;
	width: 100%;
	border-bottom: 1px solid #282828;
	font-size: 12px;
}
#content_index #content ul li{
	line-height:46px;
}
#content_index #content li a{
	position: relative;
	display:block;
	padding-left: 83px;
	color: #ececec;
	background: transparent url('../../images/iphone/forward_arrow.png') no-repeat 93% 50%;
}
#content_index_apparel #content li a{
	position: relative;
	display:block;
	padding-left: 65px;
	color: #ececec;
	background: transparent url('../../images/iphone/forward_arrow.png') no-repeat 93% 50%;
}
#content_index #content li a img,#content_index_apparel #content li a img{
	position: absolute;
	top: -1px;
	left: 0;
	border: 0;
}
#content_index #content ul li a:active img, #content_index_apparel #content ul li a:active img{
opacity:0.8;
}
#content_index #content li a div{
	width: 65%;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
#content_index_apparel #content li a div{
	width: 65%;
	height: 88px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
/*=Shoe info
=== === === === === === === === === === */
#prod_info .lg_image{
	display: block;
	margin-bottom: 18px;
}
#prod_info #content h1
{
	margin: 0 20px 15px 20px;
	padding: 0;
	font-size: inherit;
}
#prod_info .product_details{
	margin: 0 20px 0 20px;
	padding: 0;
}
#prod_info .prod_price
{
	margin: 15px 0px;
	padding: 0;
}
#prod_info .release_date{
	color: #ffffff;
	margin: 0 20px 0 20px;
	padding: 0;
}

/*=Video info
=== === === === === === === === === === */
#jtv_detail #content{
	padding-top: 258px;
}
#jtv_detail #video_container{
	position: absolute;
	top: 0;
	left: 0;
}
#jtv_detail #content h1
{
	margin: 0pt 20px 15px 20px;
	padding: 0;
	font-size: inherit;
}
#jtv_detail .video_details{
	margin: 0pt 20px 15px 20px;
	padding: 0;
}
#jtv_detail .release_date{
	color: #ffffff;
	margin: 0 0 0 20px;
	padding: 0;
}

/*=brand info
=== === === === === === === === === === */
#brand_detail #content{

}
#brand_detail .lg_image{
	display: block;
	margin-bottom: 18px;
}
#brand_detail #content h1
{
	margin: 0 20px 15px 20px;
	padding: 0;
	font-size: inherit;
}
#brand_detail .brand_details{
	margin: 0 20px 0 20px;
	padding: 0;
}
#brand_detail .release_date{
	color: #ffffff;
	margin: 0 20px 0 20px;
	padding: 0;
}

/*=retail locator
=== === === === === === === === === === */
#rl_region_index #content ul li a, #rl_index #content ul li a {
	color: #c5c5c5;
	display:block;
	padding: 0 0 0 22px;
	background: transparent url('../../images/iphone/forward_arrow.png') no-repeat 93% 50%;
}

.mobEx{
	display: none;
}

#noflashcontent {
	display: none;
}

#scrollDiv{
	display: none;
}

