/**
 * Migration Notice!
 * This file has been migrated to the new platform: RS-Web.
 * Before editing this file send notice of the changes to aos-vanship@group.apple.com.
 */

#primary {
	margin-right: 1px;
}
#navigation {
	margin-right: 9px;
}
#primary > .box {
	margin-bottom: 0;
}

/* =Header
================================================= */
.help-index .help-header {
	background: transparent url("bg/help-index-header-background.svg?rasterize@.5x") repeat-x 0 0;
	background-size: 1px 90px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
.help-content .titlestub {
	padding: 0 15px 10px 14px;
	width: 490px;
	float: left;
}
.help-content .titlestub h1 {
	margin-bottom: 4px;
	padding: 25px 0 6px;
	font-size: 21px;
	font-weight: bold;
	color: #677072;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.help-content .titlestub h1 a,
.help-content .titlestub ul li a {
	color: #333333;
}
.help-content .titlestub ul {
	padding-left: 25px;
}
.help-content .help-banner {
	float: right;
}
.ns .help-content .help-banner img {
	margin: -1px -1px 0 0;
}

/* =Index Categories
================================================= */
.help-index .help-content h2 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
}
.help-index .help-content .box-content {
	overflow: hidden; /* hide the extra from the last column */
	width: 802px;
}

.help-index .help-content ol {
	list-style: none;
	width: 804px;
}

.help-index .category {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #333333;
	float: left;
	height: 135px;
	padding: 10px 16px 0;
	width: 235px;
}

.help-index .category h3 {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 3px;
}
.help-index .category h3 a {
	color: #333333;
	background: url("bg/help-index-arrow.png") no-repeat 100% 4px;
	padding-right: 16px;
}
.help-index li.superlink-hover {
	background-color: #E5ECF2;
}
.help-index li.superlink-hover h3 a,
.help-index .category h3 a:hover {
	text-decoration: none;
	color: #0085CF;
}

.ns.help-index .help-content .box-content {
	width: auto;
}

.ns.help-index .help-content ol {
	width: 807px;
}

.ns.help-index .category {
	width: 236px;
}

/* Fix for a .box that's inside a .box-content */
.ns .rail .box-content > .box {
	background: none;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}

/* =Topic Area
================================================= */
.help-content .topic-area {
	float: left;
	width: 250px;
	border-left: 1px solid #CCCCCC;
	margin: 10px 0;
	padding: 10px 15px 20px;
}
.help-content .topic-area p {
	color: #677072;
}


/* =Lists
================================================= */
.help-content ul.topics li,
.help-content .topic ul li {
	background: transparent url("bg/bullet.gif") no-repeat 0 0.6em;
	margin: 1px 0;
	padding: 0 0 0 15px;
}
.help-content .topic ol {
	list-style-position: outside;
}
.help-content .topic ol li {
	margin: 1px 0 1px 30px;
}


/* =Topic
================================================= */
.help-content .topic {
	position: relative;
	border-top: 1px solid #E4E4E4;
	clear: both;
	margin: 10px 14px;
	padding: 15px 0 0 245px;
}
.help-content .topic h3 {
	position: absolute;
	top: 15px;
	left: 0;
	width: 180px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}
.help-content .topic h4 {
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
.help-content .topic p,
.help-content .topic ul,
.help-content .topic ol {
	margin-bottom: 18px;
}
.help-content .topic ul {
	margin-left: 15px;
}
.help-content .topic li ul,
.help-content .topic li ol {
	margin-top: 8px;
}
.help-content .topic .spacing ol li,
.help-content .topic .indent ul li {
	margin-bottom: 18px;
}
.help-content .topic li ul li,
.help-content .topic li ol li,
.help-content .topic .spacing li ol li,
.help-content .topic .indent li ul li {
	margin-bottom: 1px;
}
.help-content .topic .toplink a {
	background: transparent url("bg/return-to-top-arrow.gif") no-repeat 100% 70%;
	color: #9A9A9A;
	padding-right: 14px;
}


/* Inline styles discovered in slots (CG) */
.help-content .topic .indent .numbers li {
	list-style-type: decimal;
}
.help-content .topic .list {
	margin-left: 40px;
}