/* Help layout 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 {
}

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

/* Gray banner tags -------------------------------------------*/

#Nav { 
    position: fixed; 
    z-index: 99;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 1.5em; 
    background-color:#d9d9d9;
    background-image:url(../gfx/navbg.png);
    background-repeat: repeat-x;    
    float: left; 
    margin-top: -.25em; 
    border-bottom:.1em solid #939393;
}


#NavLeft { 
    position: absolute; 
    top: .25em; 
    left: .9em; 
}


#NavRight { 
      /* top: .3em;  */
    padding-top: .25em; 
    padding-right: 1.5em; 
    float: right;
}

/* Home */

a.NavLinkLeft:link   { 
    font-family : "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    font-size: .65em; 
    font-weight: normal; 
    color: #333; 
	text-shadow: #fff 0px 1px 0;
    margin: -.5em 0 -.5em;
}


/* Index */

a.NavLinkRight:link     { 
    font-family : "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    font-size: .65em; 
    font-weight: normal; 
    color: #333; 
	text-shadow: #fff 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 */