/* GLOBALHEADER */

body {
	margin: 0;
	padding: 0;
	_margin-top: 5px;
}
#topheader {
	width: 902px;
	margin: 0 auto;
	position: relative;
	z-index: 101;
}
#globalheader {
	width: 902px;
	height: 38px;
	margin: 5px auto 0 auto;
	position: relative;
	z-index: 101;
}

#globalheader #globalnav {
	margin: 0;
	padding: 0;
}

#globalheader #globalnav li {
	background: none !important;
	display: inline;
	float: left;
}

#globalheader #globalnav li a {
	float: left;
	width: 117px;
	height: 0;
	padding-top: 38px;
	overflow: hidden;
}
#globalheader #globalnav li,
#globalheader #globalnav li a,
#globalheader #globalsearch {
	background-image: url(../imgV2/common/globalnavbg.png);
	_background-image: url(../imgV2/common/globalnavbg.gif);
	background-repeat: no-repeat;
}

/* BUTTONS */

#globalheader #globalnav li#gn-home,
#globalheader #globalnav li#gn-store a {
	background-position: 0 0;
}

#globalheader #globalnav li#gn-store,
#globalheader #globalnav li#gn-store a {
	background-position: -117px 0;
}

#globalheader #globalnav li#gn-order,
#globalheader #globalnav li#gn-order a {
	background-position: -234px 0;
}

#globalheader #globalnav li#gn-contact,
#globalheader #globalnav li#gn-contact a {
	background-position: -351px 0;
}

#globalheader #globalnav li#gn-menua,
#globalheader #globalnav li#gn-menua a {
	background-position: -468px 0;
}

#globalheader #globalnav li#gn-menub,
#globalheader #globalnav li#gn-menub a {
	background-position: -585px 0;
}

#globalheader #globalnav li#gn-support,
#globalheader #globalnav li#gn-support a {
	background-position: -702px 0;
}

/* OVER STATES */
#globalheader #globalnav li#gn-home a:hover {
	background-position: 0 -38px;
}
#globalheader #globalnav li#gn-store a:hover {
	background-position: -117px -38px;
}
#globalheader #globalnav li#gn-order a:hover {
	background-position: -234px -38px;
}
#globalheader #globalnav li#gn-contact a:hover {
	background-position: -351px -38px;
}
#globalheader #globalnav li#gn-menua a:hover {
	background-position: -468px -38px;
}
#globalheader #globalnav li#gn-menub a:hover {
	background-position: -585px -38px;
}
#globalheader #globalnav li#gn-support a:hover {
	background-position: -702px -38px;
}

/* PRESSED STATES */

#globalheader #globalnav li#gn-home a:active {
	background-position: 0 -76px;
}

#globalheader #globalnav li#gn-store a:active {
	background-position: -117px -76px;
}

#globalheader #globalnav li#gn-order a:active {
	background-position: -234px -76px;
}

#globalheader #globalnav li#gn-contact a:active {
	background-position: -351px -76px;
}

#globalheader #globalnav li#gn-menua a:active {
	background-position: -468px -76px;
}

#globalheader #globalnav li#gn-menub a:active {
	background-position: -585px -76px;
}

#globalheader #globalnav li#gn-support a:active {
	background-position: -702px -76px;
}

/* ON STATES */
#globalheader.home #globalnav li#gn-home,
#globalheader.home #globalnav li#gn-home a:hover {
	background-position: 0 0;
	cursor: default;
}
#globalheader.store #globalnav li#gn-store,
#globalheader.store #globalnav li#gn-store a {
	background-position: -117px -114px !important;
}
#globalheader.mac #globalnav li#gn-order,
#globalheader.mac #globalnav li#gn-order a {
	background-position: -234px -114px !important;
}
#globalheader.ipoditunes #globalnav li#gn-contact,
#globalheader.ipoditunes #globalnav li#gn-contact a {
	background-position: -351px -114px !important;
}
#globalheader.iphone #globalnav li#gn-menua,
#globalheader.iphone #globalnav li#gn-menua a {
	background-position: -468px -114px !important;
}
#globalheader.downloads #globalnav li#gn-menub,
#globalheader.downloads #globalnav li#gn-menub a {
	background-position: -585px -114px !important;
}
#globalheader.support #globalnav li#gn-support,
#globalheader.support #globalnav li#gn-support a {
	background-position: -702px -114px !important;
}

/* GLOBAL SEARCH */

#globalsearch {
	width: 163px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#globalsearch.active {
	background-position: 100% -38px;
}

#globalsearch input.g-prettysearch {
	width: 140px;
	height: 16px;
	margin-top: 9px;
	margin-left: 11px;
	background: url(../imgV2/common/searchfield_repeat.png) center top repeat-x;
}

#globalsearch .search-wrapper {
	position: relative;
	width: 140px;
	margin-top: 9px;
	margin-left: 11px;
}

#globalsearch .search-wrapper input.g-prettysearch {
	width: 110px;
	margin-left: 20px;
	*margin-top: -1px;
	*margin-right: -2px;
	*margin-left: 10px;
}

#globalsearch .search-wrapper .left, 
#globalsearch .search-wrapper .right {
	behavior: url(http://www.apple.com/global/iepngfix.htc);
}

#globalsearch .search-wrapper .left {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 19px;
	background: url(../imgV2/common/searchfield_leftcap.png) left top no-repeat;
}

#globalsearch .search-wrapper .right {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 19px;
	background: url(../imgV2/common/searchfield_rightcap.png) right top no-repeat;
}

#globalsearch .search-wrapper.empty.blurred input {
	color: #7E7E7E;
}

#globalsearch .search-wrapper .reset {
	position: absolute;
	width: 11px;
	height: 11px;
	overflow: hidden;
	z-index: 1;
	right: 4px;
	top: 4px;
	background: url(../imgV2/common/close.gif);
	display: block;
	cursor: pointer;
	_cursor: hand;
}

#globalsearch .search-wrapper.empty .reset {
	display: none;
}

#globalsearch .search-wrapper input.g-prettysearch {
	position: absolute;
	width: 110px;
	top: 0;
	right: 10px;
	background: url(../imgV2/common/searchfield_repeat.png) center top repeat-x;
	border: 0px;
	margin: 0;
	padding: 3px 0 0 0;
	font: 11px "Lucida Grande", Geneva, Arial, sans-serif;
}

#globalsearch label .prettyplaceholder {
	display: none;
}

/* SEARCH SHORTCUTS */

#sp-results {
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	background-color: #fff;
	color: #333;
}

#sp-results {
	position: absolute;
	margin-right: -2px;
	margin-bottom: 0;
	margin-left: 0;
	top: 61px;
	left: 165px;
	height: 0;
	z-index: 250;
}

#sp-results .inside {
	width: 328px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 250;
	line-height: 1px;
	font-size: 1px;
}

#sp-results .resultCat {
	position: relative;
	color: #f6f6f6;
	background: #919191;
	height: 8px;
	margin: 0;
	padding-bottom: 12px;
	font: 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	border: 1px none #fb6bff;
	_width: 322px;
}

ul.sp-results {
	background: url(../imgV2/common/shortcuts_bg_mid_grey.png) repeat-y 0 0;
	_background: url(../imgV2/common/shortcuts_bg_mid_grey.gif) repeat-y 0 0;
	color: #333;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0;
	text-align: left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

ul.sp-results li {
	margin: 0 0 -3px 0;
	padding: 5px 10px;
	list-style-type: none;
	height: 4.6em;
	_height: 5.5em;
	position: relative;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
}

ul.sp-results li.viewall {
	width: 308px;
	height: 20px;
	text-align: right;
	color: #000;
	position: absolute;
	bottom: -30px;
	*bottom: -27px;
	left: 0px;
	background: url(../imgV2/common/shortcuts_bg_foot_grey.png) no-repeat left bottom;
	_background: url(../imgV2/common/shortcuts_bg_foot_grey.gif) no-repeat left bottom;
	border-style: none;
	_width: 328px;
	_height: 30px;
}

ul.sp-results li.viewall a {
	color: #fff;
	padding-right: 23px;
	background: url(../imgV2/common/shortcuts_arrow.gif) no-repeat 99% 50%;
	behavior: url(http://www.apple.com/global/iepngfix.htc);
	padding-top: 3px;
	padding-bottom: 3px;
	font: bold 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

ul.sp-results li.hoverli {
	background: #b7b7b7 none repeat-x;
	color: #fff;
	cursor: pointer;
}

ul.sp-results li.hoverli h4 a {
	color: #fff;
}

ul.sp-results li.hoverli p {
	color: #f1f1f1;
}

ul.sp-results li span.text {
	display: block;
	position: absolute;
	left: 68px;
	width: 240px;
}

ul.sp-results li h4 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

ul.sp-results li p {
	margin: 0;
	font-size: 10px;
	overflow: hidden;
	height: 2.7em;
	color: #555;
}

ul.sp-results li a {
	color: #606060;
	text-decoration: none;
}

ul.sp-results li img, 
ul.sp-results li .replacementimg {
	position: absolute;
	left: 10px;
	width: 46px;
	height: 46px;
	behavior: url(/global/iepngfix.htc);
}

ul.sp-results li h4 a {
	color: #191919;
}

ul.sp-results li.viewall.hover {
	background: url(../imgV2/common/shortcuts_bg_foot_grey.png) no-repeat bottom left;
}

#sp-search-spinner {
	position: absolute;
	top: 13px;
	right: 16px;
	display: none;
	z-index: 9999;
}

#sp-search-cancel img {
	cursor: pointer;
	z-index: 9999;
}

#sp-results .firstCat {
	position: absolute;
	top: -25px;
	left: 0;
	width: 308px;
	height: 8px;
	background: url(../imgV2/common/shortcuts_bg_head_grey.png) no-repeat left top;
	_background: url(../imgV2/common/shortcuts_bg_head_grey.gif) no-repeat left top;
	_width: 328px;
}

#sp-result-none.viewall {
	bottom: -27px;
	*bottom: -27px;
}

#sp-result-none.viewall a {
	font-size: 10px;
}

/* NEW GLOBALFOOTER */

#globalfooter.gf-980,
#globalfooter.gf-900 {
	color: #999;
	font-size: 10px;
	margin: 9px auto;
	padding-bottom: 36px;
	text-align: left !important;
}

#globalfooter {
	_text-align: left;
}

#globalfooter.gf-980 a,
#globalfooter.gf-900 a {
	text-decoration: none;
}

#globalfooter.gf-980 a:hover,
#globalfooter.gf-900 a:hover {
	text-decoration: underline;
}

#globalfooter.gf-980 .gf-buy,
#globalfooter.gf-900 .gf-buy {
	float: left;
	width: 60%;
	margin: 18px 0 9px;
}

#globalfooter.gf-980 .gf-links,
#globalfooter.gf-900 .gf-links {
	float: right;
	text-align: right;
	margin: 18px 0 9px;
}

#globalfooter.gf-980 .gf-links a,
#globalfooter.gf-900 .gf-links a {
	padding: 0 10px;
	white-space: nowrap;
}

#globalfooter.gf-980 .gf-links a.last,
#globalfooter.gf-900 .gf-links a.last {
	padding-right: 0;
	_float: none !important;
	width: auto !important;
}

#globalfooter.gf-980 .gf-sosumi,
#globalfooter.gf-900 .gf-sosumi {
	clear: both;
	width: 100%;
	border-top: 1px solid #eee;
	padding-top: 9px;
}

#globalfooter.gf-980 .gf-sosumi a,
#globalfooter.gf-900 .gf-sosumi a {
	padding: 0 10px;
}

#globalfooter.gf-980 {
	width: 980px;
}

#globalfooter.gf-900 {
	width: 900px;
}

/* IE6 OVERRIDES FOR COMPATIBILITY WITH OLD GLOBAL CSS */

.gf-980 {
	_width: 980px !important;
	_margin-left: auto !important;
	_margin-right: auto !important;
	_font-size: 10px !important;
}

.gf-900 {
	_width: 900px !important;
	_margin-left: auto !important;
	_margin-right: auto !important;
	_font-size: 10px !important;
}

.gf-980 p,
.gf-900 p {
	_margin-bottom: 0 !important;
}

.gf-980 .gf-sosumi,
.gf-900 .gf-sosumi {
	_margin-top: 9px !important;
}

/* NEW BREADCRUMBS */

#breadcrumbs {
	font-size: 11px;
	color: #444;
	background: url(../imgV2/common/breadcrumb_bg.png) no-repeat;
	behavior: url(/global/iepngfix.htc);
	overflow: hidden;
	height: 36px;
	line-height: 34px;
	font-weight: bold;
	text-shadow: 2px 2px #fff;
}

#breadcrumbs a {
	color: #444;
	text-decoration: none;
	float: left;
	padding: 0 10px;
	position: relative;
	margin-left: -10px;
	_cursor: hand;
}

#breadcrumbs a:hover {
	color: #333;
	text-decoration: none !important;
}

#breadcrumbs a.home {
	margin: 0;
	width: 15px;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
}

#breadcrumbs span {
	float: left;
	width: 9px;
	margin: 0 10px 0 0;
	position: relative;
	height: 0;
	padding-top: 34px;
	margin-top: 1px;
	overflow: hidden;
	background: url(../imgV2/common/breadcrumb_sep.png) no-repeat;
	behavior: url(/global/iepngfix.htc);
}

.gf-900 #breadcrumbs {
	background-image: url(../imgV2/common/breadcrumb_bg900.png);
}

/* DIRECTORY NAV */

#directorynav {
	font-size: 11px;
	background: url(../imgV2/common/directory_bg.png) repeat-y;
	border-top: 1px solid #e5e5e5;
	float: left;
	width: 100%;
	position: relative;
	margin-top: -4px;
}

#directorynav .column {
	width: 122px;
	padding: 9px 0 0 18px;
}

#directorynav .column.last {
	float: left !important;
	padding-right: 0;
}

#directorynav h3 {
	color: #444;
	font-weight: bold;
}

#directorynav h3.standalone {
	margin-bottom: 18px;
}

#directorynav a {
	display: block;
	_zoom: 1;
}

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

#directorynav h3.standalone a:link,
#directorynav h3.standalone a:visited {
	color: #444;
}

#directorynav a:hover {
	color: #333 !important;
	text-decoration: none !important;
}

#directorynav .capbottom {
	clear: both;
	position: relative;
	top: 5px;
	_top: 12px;
	height: 5px;
	width: 980px;
	background: url(../imgV2/common/directory_capbg.png) no-repeat;
	behavior: url(/global/iepngfix.htc);
}

.gf-900 #directorynav {
	background-image: url(../imgV2/common/directory_bg900.png);
}

.gf-900 #directorynav .capbottom {
	background-image: url(../imgV2/common/directory_capbg900.png);
	width: 900px;
}

/* DIRECTORY NAV CUSTOM WIDTHS */

.gf-900 #directorynav .column {
	width: 108px;
}

.gf-980 #directorynav.mac #dn-cola {
	width: 140px;
}

.gf-980 #directorynav.mac #dn-colb {
	width: 100px;
}

.gf-900 #directorynav.mac #dn-cola {
	width: 120px;
}

.gf-900 #directorynav.mac #dn-colb {
	width: 96px;
}

#directorynav.ipoditunes .column {
	width: 140px;
}

.gf-900 #directorynav.ipoditunes .column {
	width: 125px;
}
