/* LAYOUT */
html, body { background-color: #f5f6f7; }
#main { width: 980px; margin: 0 auto; }
#content { width: 980px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,.35); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.35); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.35);} 


.grid3col .column.first { width:32%; }
.grid3col .column { width:32%; }

/* CONTENT */
#content { background:#fff; }
#content { float: left; width: 880px; padding: 0 50px 40px; 
	-webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; }

#main h1 { font-size: 28px; font-weight: normal; line-height: 28px; color: #000000; margin: 30px 0 13px 7px; }
#main h2 { font-size: 18px; font-weight: normal; line-height: 28px; color: #000000; border-bottom: 1px solid #a1a5a9; margin-top: 36px; margin-bottom: 0px; }
#main h2.arrow a { line-height: 28px; color: #000000; text-align: left; background: url(https://images.apple.com/support/_images/sitemap_arrow.gif) top right no-repeat; text-decoration: none; padding: 2px 30px 0 0;}
#main h2.arrow a:visited { line-height: 28px; color: #000000; text-align: left; background: url(https://images.apple.com/support/_images/sitemap_arrow.gif) top right no-repeat; text-decoration: none; padding: 2px 30px 0 0;}
#main h2.arrow a:hover { line-height: 28px; color: #000000; text-align: left; background: url(https://images.apple.com/support/_images/sitemap_arrow.gif) top right no-repeat; text-decoration: none; padding: 2px 30px 0 0;}
#main h2.arrow a:active { line-height: 28px; color: #000000; text-align: left; background: url(https://images.apple.com/support/_images/sitemap_arrow.gif) top right no-repeat; text-decoration: none; padding: 2px 30px 0 0;}
#main h2 a { text-decoration: none; color: #333333; }
#main h2 a:visited { text-decoration: none; color: #333333; }
#main h2 a:hover { text-decoration: none; }
#main h2.noh3 { font-margin-bottom: 18px; }
#main h3 { font-size: 14px; font-weight: bold; margin-top: 21px; line-height: 1.5em;}
#main h3 a { text-decoration: none; color: #333333; }
#main h3 a:visited { text-decoration: none; color: #333333; }
#main h3 a:hover { text-decoration: underline; }
#main p, #main ul { margin-bottom: 0; font-size: 14px; line-height: 1.5em; }
#main ul li li { margin-left: 12px; }
#main a { text-decoration: none; color: #767676; }
#main a:hover { text-decoration: underline; }