@charset "UTF-8";
/**
 * Copyright (C) 2006-2009 YUCHENG HU
 *
 * ----------------------------------------------------------------------------------
 * HA SYSTEMS
 * http://www.tcivis.com
 *
 * Contact
 * huyuchengus@gmail.com / yuchenghu@hawebs.net
 * 
 * ----------------------------------------------------------------------------------
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 *
 * GNU GENERAL PUBLIC LICENSE
 *
 * ----------------------------------------------------------------------------------
 */

body {
	font: 12px/ 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #000000;
	color: #CCCCCC;
}
html, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* LAYOUT */
.clear {
	clear: both;
}
.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}
img {
	behavior: url(/global/scripts/lib/iepngfix.htc);
	border: 0;
}
img.left {
	float: left;
	margin: 2px 20px 16px 0;
}
img.right {
	float: right;
	margin: 2px 0 16px 20px;
}
img.across {
	margin: 2px 0 16px 0;
}
img.flushleft {
	margin-left: -20px;
}
img.flushright {
	margin-right: -20px;
}
#omniture, #top {
	position: absolute;
	top: 0;
}
#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#main {
	width: 100%;
	position: relative;
}
#content {
	padding: 18px 20px;
	position: relative;
	color: #333;
}
#breadcrumb {
	clear: both;
	text-align: center;
	margin: 18px auto;
	clear: both;
	font-size: 10px;
	color: #686868;
}
/* GRID */
.column {
	float: left;
}
.grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col {
	width: 100%;
}
.grid2col .column {
	width: 49%;
}
.grid2col .grid2col .column {
	width: 47.8%;
}
.grid3col .grid2col .column {
	width: 46%;
}
.grid4col .grid2col .column {
	width: 45%;
}
.grid2cola .column.first {
	width: 66%;
}
.grid2cola .column.last {
	width: 32%;
}
.grid2colb .column.first {
	width: 74.9%;
}
.grid2colb .column.last {
	width: 23%;
}
.grid2colc .column.first {
	width: 32%;
}
.grid2colc .column.last {
	width: 66%;
}
.grid2cold .column.first {
	width: 23%;
}
.grid2cold .column.last {
	width: 74.9%;
}
.grid2cole .column.first {
	width: 79%;
}
.grid2cole .column.last {
	width: 19%;
}
.grid2colf .column.first {
	width: 19%;
}
.grid2colf .column.last {
	width: 79%;
}
.grid3col .column {
	width: 32%;
	margin-left: 2%;
}
.grid2col .grid3col .column {
	width: 31%;
}
.grid3cola .column {
	width: 58%;
	margin-left: 2%;
}
.grid3cola .column.first, .grid3cola .column.last {
	width: 19%;
}
.grid4col .column {
	width: 23%;
	margin-left: 3%;
}
.grid5col .column {
	width: 18.4%;
	margin-left: 2%;
}
.grid6col .column {
	width: 15%;
	margin-left: 2%;
}
.column.first, .column.last {
	margin-left: 0 !important;
}
.column.last {
	float: right !important;
}
p.last, ul.last, ol.last, li.last {
	_width: auto !important;
	_float: none !important;
}
#container:after, #content:after, .grid2col:after, .grid2cola:after, .grid2colb:after, .grid2colc:after, .grid2cold:after, .grid2cole:after, .grid2colf:after, .grid3col:after, .grid3cola:after, .grid4col:after, .grid5col:after, .grid6col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#container, #content, .grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col {
	zoom: 1;
}
/* TYPE */

a {
	color: #08c;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.more {
	white-space: nowrap;
	padding-right: 10px;
	background:
 url(http://images.apple.com/global/elements/arrows/morearrow_08c.gif) no-repeat 100% 50%;
	zoom: 1;
}
a[rel="external"], a.external {
	white-space: nowrap;
	padding-right: 15px;
	background:
 url(http://images.apple.com/global/elements/icons/external10x10.gif) no-repeat 100% 50%;
	zoom: 1;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
sup {
	padding-left: 1px;
	font-size: 10px !important;
	font-weight: normal !important;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	color: #76797c;
	_position: static !important;
}
abbr {
	border: 0;
}
.sosumi {
	font-size: 10px !important;
	color: #76797c;
}
p {
	margin-bottom: 18px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 18px;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
}
h4 {
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}
p.intro {
	font-weight: bold;
}
.more {
	text-align: right;
}
ul {
	margin-bottom: 18px;
	list-style: none outside;
}
ol {
	margin-bottom: 18px;
	list-style: decimal;
	margin-left: 2.2em;
}
ul.square, ul.circle {
	margin-left: 2em;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul ul.circle, ul ul.square {
	margin-top: 4px;
	margin-bottom: 5px;
}
ol.sosumi {
	margin-left: 0;
	padding-left: 2em;
}
a.pdf {
	background:
 url(http://images.apple.com/global/elements/icons/globaliconpdf12x12.gif) 0 0.4em no-repeat;
	display: block;
	padding-left: 20px;
}
a.html {
	background:
 url(http://images.apple.com/global/elements/icons/globaliconhtml12x12.gif) 0 0.4em no-repeat;
	display: block;
	padding-left: 20px;
}
a.qt {
	background:
 url(http://images.apple.com/global/elements/icons/globaliconqt12x12.gif) 0 0.4em no-repeat;
	display: block;
	padding-left: 20px;
}
a.ical {
	background:
 url(http://images.apple.com/global/elements/icons/globaliconical12x12.gif) 0 0.4em no-repeat;
	display: block;
	padding-left: 20px;
}
a.dl {
	background:
 url(http://images.apple.com/global/elements/icons/globalicondl11x10.gif) 0 0.4em no-repeat;
	display: block;
	padding-left: 20px;
}
a.dmg {
	background:
 url(http://images.apple.com/global/elements/icons/globalicondmg12x12.gif) 0 0.4em no-repeat;
	display: block;
	padding-left: 20px;
}
a.zip {
	background:
 url(http://images.apple.com/global/elements/icons/globaliconzip12x12.gif) 0 0.4em no-repeat;
	display: block;
	padding-left: 20px;
}
a.keynote {
	background:
 url(http://images.apple.com/global/elements/icons/globaliconkeynote12x12.gif) 0 0.4em no-repeat;
	display: block;
	padding-left: 20px;
}
a.audio {
	background:
 url(http://images.apple.com/global/elements/icons/globaliconaudio12x12.gif) 0 0.4em no-repeat;
	display: block;
	padding-left: 20px;
}
.last {
	margin-bottom: 0;
}
#main .sidebar {
	font-size: 10px;
	line-height: 18px;
	color: #686868;
}
#main .callout {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 18px;
}
/* PIPED LINKS */
.piped {
	display: block;
	zoom: 1;
}
.piped:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.piped li {
	float: left;
	display: inline;
}
.piped a {
	border-left: 1px solid #797c80;
	padding: 0 0 0 0.75em;
	margin-left: 0.75em;
}
.piped a.first {
	border-left: 0 !important;
	padding-left: 0;
	margin-left: 0 !important;
}
/* PRETTY SEARCH */
input.prettysearch {
	width: 200px;
	height: 16px;
	background:
 url(http://images.apple.com/global/elements/prettysearch/searchfield_repeat.png) center top repeat-x;
	border: 0px;
	margin: 0;
	padding: 3px 0 0 0;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
.search-wrapper {
	position: relative;
	width: 200px;
}
.search-wrapper input.prettysearch {
	width: 171px;
	margin-left: 20px;
* margin-top: -1px;
* margin-right: -2px;
* margin-left: 10px;
}
.search-wrapper .left, .search-wrapper .right {
	behavior: url(/global/scripts/lib/iepngfix.htc);
}
.search-wrapper .left {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 19px;
	background:
 url(http://images.apple.com/global/elements/prettysearch/searchfield_leftcap.png) left top no-repeat;
}
.search-wrapper .right {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 19px;
	background:
 url(http://images.apple.com/global/elements/prettysearch/searchfield_rightcap.png) right top no-repeat;
}
.search-wrapper.empty.blurred input {
	color: #7e7e7e;
}
.search-wrapper .reset {
	position: absolute;
	width: 11px;
	height: 11px;
	overflow: hidden;
	z-index: 1;
	right: 4px;
	top: 4px;
	background:
 url(http://images.apple.com/global/elements/prettysearch/close.gif);
	display: block;
	cursor: pointer;
	_cursor: hand;
}
.search-wrapper.empty .reset {
	display: none;
}
label .prettyplaceholder {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 0;
	width: 0;
}
/* GLOBALHEADER */
#globalheader {
	font-size:18px;
	width: 978px;
	height: 37px;
	margin: 9px auto;
	position: relative;
}
div.master_header_nav a, div.master_header_nav a:active, div.master_header_nav a:visited {
	color:#fff;
	text-decoration:none;
	border-width:0px;
}

#globalheader #globalnav {
	margin: 0;
	padding: 0;
}
#globalheader #globalnav li {
	display: inline;
}
#globalheader #globalnav li a {
	float: left;
	width: 163px;
	height: 0;
	padding-top: 9px;
	
}
#globalheader {
	background-image: url(../images/nav/globalnavbg.png);
}
/* BUTTONS */
#globalheader #globalnav li#gn-link a {
	font-size:14px;
	color:#000000;	
}

#globalheader #globalnav li#gn-link a:hover  {
	color:#FFFFFF;
	text-decoration:none;
}


/* OVER STATES */
#globalheader #globalnav li#gn-apple a:hover {
	background-position: 0 -38px;
	float: left;
	width: 163px;
	height: 0;
	padding-top: 38px;
	overflow: hidden;
}
#globalheader #globalnav li#gn-link a:hover {
	
}
/* PRESSED STATES */
#globalheader #globalnav li#gn-apple a:active {
	background-position: 0 -76px;
}
#globalheader #globalnav li#gn-link a:active {
/*background-position: -163px -76px; */
}

/* ON STATES */
#globalheader.home #globalnav li#gn-apple a:hover {
	background-position: 0 0;
	/*cursor: default;*/
}

/* Testing everywhere search */
input[type=search].not-round { /*background: #ABABAB;*/
	height: 19px;
	outline: none;
	-webkit-border-radius: 9px;
	-webkit-border-image:
 url(http://images.apple.com/global/elements/prettysearch/searchfield_border.png) 2 2 2 2 stretch stretch;
	width: 200px;
}
/* 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(http://images.apple.com/global/nav/images/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(/global/scripts/lib/iepngfix.htc);
}
#globalsearch .search-wrapper .left {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 19px;
	background:
 url(http://images.apple.com/global/nav/images/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(http://images.apple.com/global/nav/images/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(http://images.apple.com/global/nav/images/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(http://images.apple.com/global/nav/images/searchfield_repeat.png) center top repeat-x;
	border: 0px;
	margin: 0;
	padding: 3px 0 0 0;
	font: 11px "Lucida Grande", Arial, sans-serif;
}
#globalsearch label .prettyplaceholder {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 0;
	width: 0;
}
#globalsearch input[type=search].not-round {
	background: #ABABAB;
	height: 19px;
	outline: none;
	-webkit-border-radius: 9px;
	-webkit-border-image:
 url(http://images.apple.com/global/elements/prettysearch/searchfield_border.png) 2 2 2 2 stretch stretch;
	width: 133px;
}
/* SEARCH SHORTCUTS */
#sp-results {
	position: absolute;
	margin-right: -2px;
	margin-bottom: 0;
	margin-left: 0;
	top: 61px;
	left: 165px;
	height: 0;
}
#sp-results .inside {
	width: 328px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1px;
	font-size: 1px;
}
#sp-results .resultCat {
	position: relative;
	color: #f6f6f6;
	background: #919191;
	width: 308px;
	height: 8px;
	margin: 0;
	padding-bottom: 12px;
	width: 302px;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	border: 1px none #fb6bff;
}
ul.sp-results {
	background:
 url(http://images.apple.com/global/nav/images/shortcuts_bg_mid_grey.png) repeat-y 0 0;
	_background:
 url(http://images.apple.com/global/nav/images/shortcuts_bg_mid_grey.gif) repeat-y 0 0;
	color: #333;
	padding: 0 3px;
	margin: 0;
	width: 328px;
	text-align: left;
	font: 10px/ 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
ul.sp-results li {
	margin: 0 0 -3px 0;
	padding: 5px 10px;
	list-style-type: none;
	height: 4.6em;
	position: relative;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	width: 300px;
}
ul.sp-results li.viewall {
	width: 308px;
	height: 20px;
	text-align: right;
	color: #000;
	position: absolute;
	bottom: -30px;
* bottom: -27px;
	left: 0px;
	background:
 url(http://images.apple.com/global/nav/images/shortcuts_bg_foot_grey.png) no-repeat left bottom;
	_background:
 url(http://images.apple.com/global/nav/images/shortcuts_bg_foot_grey.gif) no-repeat left bottom;
	border-style: none;
}
ul.sp-results li.viewall a {
	color: #fff;
	padding-right: 23px;
	background:
 url(http://images.apple.com/global/nav/images/shortcuts_arrow.gif) no-repeat 99% 50%;
	behavior: url(/global/scripts/lib/iepngfix.htc);
	padding-top: 3px;
	padding-bottom: 3px;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", 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/scripts/lib/iepngfix.htc);
}
ul.sp-results li h4 a {
	color: #191919;
}
ul.sp-results li.viewall.hover {
	background:
 url(http://images.apple.com/global/nav/images/shortcuts_bg_foot_grey.png) no-repeat bottom left;
}
#sp-search-spinner {
	position: absolute;
	top: 13px;
	right: 16px;
	z-index: 10;
	display: none;
}
#sp-search-cancel img {
	cursor: pointer;
}
#sp-results .firstCat {
	position: absolute;
	top: -25px;
	left: 0;
	width: 308px;
	height: 8px;
	background:
 url(http://images.apple.com/global/nav/images/shortcuts_bg_head_grey.png) no-repeat left top;
	_background:
 url(http://images.apple.com/global/nav/images/shortcuts_bg_head_grey.gif) no-repeat left top;
}
#sp-result-none.viewall {
	bottom: -27px;
* bottom: -27px;
}
#sp-result-none.viewall a {
	font-size: 10px;
}
/*--- Global Footer (legacy) ---*/
#globalfooter .gf-buy {
	float: left;
	width: 60%;
	margin: 18px 0 9px;
}
#globalfooter .gf-links {
	float: right;
	margin: 18px 0 9px;
}
#globalfooter .gf-links a {
	padding: 0 10px;
	white-space: nowrap;
}
#globalfooter .gf-links a.last {
	padding-right: 0;
	_float: none !important;
	width: auto !important;
}
/*--- Global Footer ---*/
#globalfooter {
	width: 980px;
	color: #888;
	font-size: 10px;
	margin: 18px auto;
	padding-bottom: 36px;
	text-align: left !important;
}
#globalfooter a {
	color: #08c;
}
#globalfooter p {
	margin-bottom: 1em;
}
#globalfooter p.gf-buy {
	float: left;
	width: 52%;
	margin: 18px 0 9px 3px;
}
#globalfooter ul.piped a {
	padding: 0 0 0 1.5em;
	margin-left: 1.5em;
	border-left: 1px solid #d0d0d0;
}
#globalfooter .gf-links {
	float: right;
	margin: 18px 3px 9px 0;
}
#globalfooter .gf-sosumi {
	clear: both;
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 9px;
}
#globalfooter .gf-sosumi a {
	padding: 0 10px;
}
#globalfooter .gf-sosumi p {
	float: left;
	margin-left: 3px;
}
#globalfooter form {
	margin: 18px 10px;
}
#globalfooter .search-wrapper {
	margin: 0 auto;
}
#globalfooter .search-wrapper input.prettysearch {
	margin-left: 10px;
}
#globalfooter ul.piped a.contact_us {
	padding-right: 1.5em;
	border-right: 1px solid #d0d0d0;
}
#globalfooter ul.piped a.choose {
	margin-left: 0;
	border: 0;
}
#globalfooter ul.piped a.choose img {
	vertical-align: middle;
	margin-top: -5px;
	position: relative;
}
/*--- Breadcrumbs (legacy) ---*/
#globalfooter #breadcrumbs {
	font-size: 11px;
	color: #444;
	background:
 url(http://images.apple.com/global/nav/images/breadcrumb_bg.png) no-repeat;
	behavior: url(/global/scripts/lib/iepngfix.htc);
	overflow: hidden;
	height: 36px;
	line-height: 34px;
	font-weight: bold;
	text-shadow: 2px 2px 1px #fff;
}
#globalfooter #breadcrumbs a {
	color: #444;
	text-decoration: none;
	float: left;
	padding: 0 10px;
	position: relative;
	margin-left: -10px;
	_cursor: hand;
}
#globalfooter #breadcrumbs a:hover {
	color: #333;
	text-decoration: none !important;
}
#globalfooter #breadcrumbs a.home {
	margin: 0;
	width: 15px;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
}
#globalfooter #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(http://images.apple.com/global/nav/images/breadcrumb_sep.png) no-repeat;
	behavior: url(/global/scripts/lib/iepngfix.htc);
}
/*--- Breadcrumbs ---*/
#globalfooter ol#breadcrumbs {
	font-size: 11px;
	color: #444;
	background:
 url(http://images.apple.com/global/nav/images/breadcrumb_bg.png) no-repeat;
	height: 36px;
	line-height: 34px;
	margin: 0;
	list-style: none;
	font-weight: bold;
	text-shadow: 2px 2px 1px #fff;
	behavior: url(/global/scripts/lib/iepngfix.htc);
}
#globalfooter ol#breadcrumbs li {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	background:
 url(http://images.apple.com/global/nav/images/breadcrumb_sep_20080909.png) no-repeat;
}
#globalfooter ol#breadcrumbs li a {
	float: left;
	color: #444;
	text-decoration: none;
	padding: 0 10px;
	margin-left: -10px;
}
#globalfooter ol#breadcrumbs li a:hover {
	color: #333;
	text-decoration: none;
}
#globalfooter ol#breadcrumbs li.home {
	background: none;
	margin: 0;
	padding: 0;
}
#globalfooter ol#breadcrumbs li.home a {
	margin: 0;
	padding: 0 10px;
	width: 15px;
	text-indent: -9999px;
	overflow: hidden;
}
/*--- Directory Nav ---*/
#directorynav {
	font-size: 11px;
	background:
 url(http://images.apple.com/global/nav/images/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 4px 18px;
}
#directorynav .column.last {
	float: left !important;
	padding-right: 0;
}
#directorynav h3 {
	color: #666;
	font-weight: bold;
}
#directorynav h3.standalone {
	margin-bottom: 18px;
}
#directorynav a {
	color: #888;
	text-decoration: none;
	display: block;
	zoom: 1;
}
#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(http://images.apple.com/global/nav/images/directory_capbg.png) no-repeat;
	behavior: url(/global/scripts/lib/iepngfix.htc);
}
#directorynav ul {
	margin-bottom: 0;
	padding-bottom: 9px;
}
#directorynav .column {
	width: 120px;
}
#directorynav.mac #dn-cola {
	width: 120px;
}
#directorynav.mac #dn-colb {
	width: 115px;
}
#directorynav.mac #dn-cold {
	width: 110px;
}
#directorynav.mac #dn-colg {
	width: 130px;
}
#directorynav.iphone .column {
	width: 146px;
	padding: 9px 0 0 45px;
}
#directorynav.ipoditunes .column {
	width: 177px;
}
/*--- BREADORY ---*/
#breadory {
	border: 1px solid #ddd;
	width: 978px;
	margin: 0 auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#globalfooter #breadory ol#breadcrumbs {
	background: none;
	clear: both;
	float: none;
	height: 3em;
	line-height: 3em;
	font-size: 11px;
	color: #666;
	margin: 0;
	list-style: none;
	font-weight: bold;
	text-shadow: 2px 2px 1px #fff;
}
#breadory ol#breadcrumbs li {
	background: none;
	float: left;
	margin: 0;
	padding: 0 0 0 1em;
}
#breadory ol#breadcrumbs li a {
	float: left;
	color: #666;
	text-decoration: none;
	padding: 0 1.75em 0 0;
	margin-left: 0px;
	background:
 url(http://images.apple.com/global/nav/images/breadcrumb_separator.png) no-repeat 100% 50%;
}
#breadory ol#breadcrumbs li a:hover {
	color: #333;
	text-decoration: none;
}
#breadory ol#breadcrumbs li.home {
	background: none;
	margin: 0;
	padding: 0;
}
#breadory ol#breadcrumbs li.home a {
	background:
 url(http://images.apple.com/global/nav/images/breadcrumb_home.png) no-repeat 1.25em 50%;
	margin: 0;
	padding: 0 0 0 1.25em;
	width: 30px;
	text-indent: -9999px;
	overflow: hidden;
}
#breadory ol#breadcrumbs li.home a:hover {
	background-image:
 url(http://images.apple.com/global/nav/images/breadcrumb_home_over.png);
}
#breadory #directorynav {
	background: none;
	clear: both;
	float: none;
	margin-top: 0;
}
#breadory #directorynav .capbottom {
	height: 0;
	font-size: 1px;
	_display: none;
}
/* PRODUCTHEADER */
#productheader {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 1em 0 0.2em;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
* height: 39px;
}
#productheader h1, #productheader h2 {
	line-height: 32px;
	display: inline;
	float: left;
	margin: 1px 0 6px 8px;
	padding: 0;
	margin-bottom: 6px !important;
}
#productheader h1 a, #productheader h2 a {
	line-height: 32px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #888;
	display: block;
	font-weight: normal;
	height: 32px;
	position: relative;
	outline: none;
	text-decoration: none;
	text-indent: -9999px;
	behavior: url(/global/scripts/lib/iepngfix.htc);
}
body#overview #productheader h1 a, body#overview #productheader h2 a {
	cursor: default;
}
#productheader ul {
	display: inline;
	float: right;
	margin: 0;
}
#productheader ul li {
	display: inline;
}
#productheader ul li a {
	color: #999;
	float: left !important;
	margin-top: 1em;
	margin-left: 30px;
	margin-right: 8px;
	padding: 0;
	text-decoration: none;
}
#productheader ul li a:hover {
	color: #08c;
}
#productheader a.buynow, #productheader a.ordernow, #productheader a.joinnow, #productheader a.preorder, #productheader a.freetrial, #productheader a.downloadnow, #productheader a.upgradenow {
	height: 25px;
	margin: 0.7em 0 0 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: right;
	position: relative;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	behavior: url(/global/scripts/lib/iepngfix.htc);
}
#productheader a.buynow {
	width: 72px;
	background-image:
 url(http://images.apple.com/global/elements/buttons/buynow.png);
}
#productheader a.ordernow {
	width: 81px;
	background-image:
 url(http://images.apple.com/global/elements/buttons/ordernow.png);
}
#productheader a.joinnow {
	width: 72px;
	background-image:
 url(http://images.apple.com/global/elements/buttons/joinnow.png);
}
#productheader a.preorder {
	width: 99px;
	background-image:
 url(http://images.apple.com/global/elements/buttons/preorder.png);
}
#productheader a.freetrial {
	width: 72px;
	background-image:
 url(http://images.apple.com/global/elements/buttons/freetrial.png);
}
#productheader a.downloadnow {
	width: 108px;
	height: 26px;
	background-image:
 url(http://images.apple.com/global/elements/buttons/downloadnow.png);
}
#productheader a.upgradenow {
	width: 104px;
	background-image:
 url(http://images.apple.com/global/elements/buttons/upgradenow.png);
}
/* holiday promos */
#promofooter #promos li.holiday {
	background: #e3f4fd;
}
#promofooter #promos li.holiday h4, #promofooter #promos li.holiday p {
	z-index: 5;
	position: relative;
}
#promofooter #promos li.holiday a.image {
	z-index: 4;
}

/* PRINT */
@media print {
body, #main, #content {
	color: #000 !important;
}
a, a:link, a:visited {
	color: #000 !important;
	text-decoration: none !important;
}
#tabs, #globalheader, #globalfooter, #directorynav, .noprint, .hide {
	display: none !important;
}
#main a.pdf, #main a.html, #main a.qt, #main a.ical, #main a.dl, #main a.dmg, #main a.zip, #main a.keynote, #main a.audio {
	padding-left: 0 !important;
	background-image: none !important;
}
}
/* contact */
#contactus {
	text-align: left;
}
#contactus .companyinfo {
	color: #FF0000;
}
/* INTRODUCTION */
#introduction {
	width: 982px;
	margin: 8px auto;
	position: relative;
	z-index: 9998;
}
#introduction ul {
	padding-bottom: 12px;
	margin-right: 221px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	font-size: 14px;
	color: #FF0000;
	text-transform: uppercase;
	font-weight: bolder;
}
#introduction li {
	padding-bottom: 10px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #CCCCCC;
	line-height: 2em;
}
/* GOOGLEMAP */
#googlemap {
	width: 982px;
	margin: 8px auto;
	position: relative;
	z-index: 9998;
}
#googlemap ul {
	padding-bottom: 12px;
	margin-right: 221px;
	text-align: left;
	font-size: 14px;
	color: #FF0000;
	text-transform: uppercase;
	font-weight: bolder;
}
#googlemap li {
	padding-bottom: 10px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	line-height: 2em;
}
