/* Help layout version 1.0.1r  HTML   04-30-09 */
/* Help layout version 1.0.e 11-03-08 */ 


/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css -------------------------------------------------*/

html { 
    background-color : #fff;
    text-align : left;  
}

body {
    font : 1em "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    line-height:1.125em;
    color : #333;
    background-color : #fff;
    margin : .95em;
    text-align : left;
}

.AppleTopic { 
}

/* Gray banner tags -------------------------------------------*/
#Nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.25em;
	float: left;
	padding-top: -2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d1d1d1), color-stop(0.5, #d1d1d1));
	-webkit-background-origin: border;
	border-bottom: 1px solid #939393;
	background-color: #dddddd;
	z-index: 99;
}


#NavLeft {
	position: relative;
	position: absolute;
	top: -1px;
	left: 15px
}

#NavRight {
	float: right;
	position: relative;
	top: -1px;
	margin-right: 24px;
}

/* Home */

a.NavLinkLeft:link   { 
	color: #333;
	font-size: .625em;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	text-shadow: #FFFFFF 0px 1px 0;
}


/* Index */

a.NavLinkRight:link     { 
	color: #333;
	font-size: .625em;
	font-weight: normal;
	line-height: 22px;
	margin-left: 8px;
	text-align: right;
	vertical-align: middle;
	text-shadow: #FFFFFF 0px 1px 0;
}

/* Anchors */

a[Name]:after     { 
    content: "";
    text-decoration: none;
}


 
/* hide elements -----------------------------------------------*/

.HelpElements { 
display : none; }

.index { 
display : none; }


.ConditionPrint { 
display : none; }

.ChapterIntroSection { 
display : none; }

.ConditionComment { 
display : none; }

.ConditionProduct2 { 
display : none; }


/* =si_clear_children -----------------------------------------------*/

.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */