/* ===[ global overrides ]=== */
html,body {
    background-color: #f2f2f2;
    _background: #f2f2f2;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
}
h1 {
  font-weight: normal;
}

h2 {
  font-size: 110%;
  margin-bottom: 0;
}

/* ===[ support specific globals ]=== */
.content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border:none;
    background-color: transparent;
}
a.more,
em.more,
span.more {
  text-align: left;
  background-image: url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/support/_images/morearrow.png);
  padding-right: 9px;
  *display: inline-block;
  white-space: normal;
}

@media only screen {
  a.more,
  em.more,
  span.more {
    background-image: url(/web/20160706052546oe_/http://images.apple.com/support/assets/images/layout/psp/icons/arrow_more.svg);
  }
}

.divider {
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}

.grid1col {
  width: 75%;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.pad20 {
  padding: 20px;
}

.padtop5 {
  padding-top: 5px;
}

.padtop10 {
  padding-top: 10px;
}

.padtop15 {
  padding-top: 15px;
}

.padtop20 {
  padding-top: 20px;
}

.padtop25 {
  padding-top: 25px;
}

.padtop30 {
  padding-top: 30px;
}

.padtop35 {
  padding-top: 35px;
}

.padright10 {
  padding-right: 10px;
}

.padright20 {
  padding-right: 20px;
}

.padleft10 {
  padding-left: 10px;
}

.padleft20 {
  padding-left: 20px;
}

.grid2colc .grid2cola .column.first {
  width: 66%;
}

.grid2colc .grid2cola .column.last {
  width: 32%;
}

.grid2colc .grid2colb .column.first {
  width: 582px;
}

.grid2colc .grid2colb .column.last {
  width: 184px;
}

.grid2colc .grid2colb .grid2col .column.first {
  width: 47%;
}

.grid2colc .grid2colb .grid2col .column.last {
  width: 46%;
}

.grid2colc .column.first {
  width: 184px;
}

.grid2colc .column.last {
  width: 781px;
}

.grid2colc .grid2col .column {
  width: 49%;
}

.grid2colc .grid4col .column {
  width: 23%;
  margin-left: 2%;
}

.grid2colc:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.grid3col .column {
  width: 29%;
}

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

.grid3col .column.last {
  width: 32%;
  float: right;
}


/* ===[ TODO: redo alert box (Rahul) ]=== */

#alert {
  border: 1px solid #ddd;
  padding: 8px 15px 8px 38px;
  margin-bottom: 10px;
  background: #ffffd9 url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/support/home/images/icon_alert.gif) no-repeat 5px top;
}

.alert {
  border: 1px solid #ddd;
  padding: 8px;
  margin-bottom: 10px;
  background: transparent no-repeat 5px top;
}

.alert.yellow {
  background-color: #ffffd9;
}

.alert.icn {
  padding: 8px 15px 8px 38px;
  background-image: url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/support/home/images/icon_alert.gif);
}

/* ===[ TODO: needs review, possible remove ]=== */

hr {
  margin: 14px 0;
  border: 0;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
}

#country {
  padding-bottom: 10px;
}

#country select {
  font-size: 85%;
}

#globalfooter {
  margin-top: 14px;
}

#search {
  float: right;
  margin-top: 1px;
}

#search .restrict {
  padding: 5px 0 5px 5px;
  font-size: 10px;
  color: #686868;
}

ul.buttons {
  margin: 0;
  padding: 4px 8px 10px 8px;
  font-size: 11px;
}

ul.buttons li {
  margin: 3px 2px 0 2px;
  list-style-type: none;
}

ul.buttons li a {
  display: block;
  height: 13px;
  padding: 2px 12px 4px 12px;
  color: #5c5c5c;
  text-decoration: none;
  font-weight: bold;
}

ul.buttons li a.selected {
  color: #fff;
  background: url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/support/iknow/images/button_selected.png) 0 0 no-repeat;
}

ul.buttons .count {
  font-size: 10px;
  color: #a9a9a9;
}

ul.buttons li a.selected .count {
  color: #d0d0d0;
}

#resourcespsp .module h2 {
  position: relative;
  top: -1px;
  left: -1px;
  padding: 3px 10px;
  color: white;
  font-weight: normal;
  background-color: #aaa;
  background: url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/support/_images/module_headerbg_wide.png) no-repeat center top;
}

#resourcespsp .module h2 a {
  color: white;
}

#resourcespsp .module h2 .arrowlink {
  background: url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/support/_images/arrow_jump_white.gif) no-repeat center right;
}

#resourcespsp .module h2 .headerlinkright {
  float: right;
  position: relative;
  left: 0;
}

#main .subbar {
  font-size: 14px;
  font-weight: bold;
  color: #8390a7;
  margin-bottom: 18px;
}

#main h1.subbar {
  font-size: 24px;
  font-weight: normal;
  color: black;
  margin-bottom: 0;
}

#resourcelinkshome {
  padding-top: 10px;
}

#resourcelinkshome li {
  float: left;
  margin-right: 25px;
  padding-right: 25px;
  font-size: 100%;
}

#resourceshome ul {
  padding-top: 18px;
}

#resourceshome .column {
  padding-right: 15px;
  border-right: 1px solid #e0e0e0;
}

#resourceshome .column.last {
  padding-right: 0;
  border-right: none;
}

#resourcespsp h3 {
  font-size: 14px;
  font-weight: bold;
  color: #8390a7;
}

#resourcespsp h4 {
  font-size: 12px;
  font-weight: bold;
}

#resourcespsp ul {
  padding-bottom: 10px;
}

#resourcespsp .column {
  padding-right: 20px;
  border-right: none;
}

#resourcespsp .column.last {
  width: 48%;
  padding-right: 0;
  border-right: none;
}

#coveragetool {
  margin-bottom: 8px;
}

#coveragetool ul {
  padding-top: 0;
}

#coveragetool .inputtext {
  width: 175px;
}

#coveragetool .column {
  padding-right: 0;
  border-right: none;
}

#navgrid h1 {
  padding-top: 20px;
}

#navgrid ul {
  margin: 0 0 40px 0;
}

#navgrid li {
  text-align: center;
}

#navgrid img {
  margin: 10px;
}

#navgrid .arrowlink {
  text-align: left;
  padding: 5px 15px 5px 0;
  border-bottom: 1px solid #e0e0e0;
}

#navgrid .arrowlink.last {
  border-bottom: none;
}

#navgrid .column {
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
}

#navgrid .column.last {
  padding-right: 0;
  border-right: none;
}

#sitemap h3 {
  padding-top: 15px;
}

#sitemap li {
  font-weight: bold;
}

#sitemap li a {
  font-weight: normal;
}

#flow h2 {
  font-size: 130%;
  margin-bottom: 15px;
  color: #8a96ad;
}

#flow .note {
  padding: 10px;
  border: 1px solid #ccc;
  background: #ffffe8;
}

#flow ul {
  margin: 1em 0;
}

#buttongroup {
  text-align: right;
  margin-bottom: 15px;
}

#buttongroup a {
  height: 20px;
  padding: 3px 0 3px 20px;
  color: white;
  font-weight: bold;
  background: transparent url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/support/_images/acbutton_background_l.gif) no-repeat center left;
}

.acbutton {
  height: 20px;
  padding: 3px 20px 3px 0;
  background: transparent url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/support/_images/acbutton_background_r.gif) no-repeat center right;
}

#errorbox {
  width: 640px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.rightbuttons {
  text-align: right;
}

#tabs {
  padding-bottom: 15px;
}

#featured hr {
  _margin-top: -7px !important;
  _margin-bottom: 1px;
}

div.column.first div#menu div.module .tl,
div.column.first div#menu div.module .tr {
  _padding-top: -1px;
  _border-top: 1px transparent #ccc;
  _width: 100%;
}

#resourceshome .grid3col .column.first .sidebar,
#resourceshome .grid3col .column .sidebar,
#resourceshome .grid3col .column.last .sidebar {
  _margin-top: -20px !important;
}

ul {
  margin-bottom: 0;
}

ul.square {
  margin-left: 1.5em;
  margin-bottom: 0;
}

ul.square li {
  line-height: 1.3em;
  padding: 4px 0;
}

/* thai fonts, font urls are NOT FINAL */
@font-face {
    font-family: 'sukhumvit_setthin';
    src: url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-thin-webfont.eot');
    src: url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-thin-webfont.woff') format('woff'),
         url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-thin-webfont.ttf') format('truetype'),
         url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-thin-webfont.svg#sukhumvit_setthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sukhumvit_setmedium';
    src: url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-medium-webfont.eot');
    src: url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-medium-webfont.woff') format('woff'),
         url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-medium-webfont.ttf') format('truetype'),
         url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-medium-webfont.svg#sukhumvit_setmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sukhumvit_settext';
    src: url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-text-webfont.eot');
    src: url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-text-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-text-webfont.woff') format('woff'),
         url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-text-webfont.ttf') format('truetype'),
         url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-text-webfont.svg#sukhumvit_settext') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sukhumvit_setbold';
    src: url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-bold-webfont.eot');
    src: url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-bold-webfont.woff') format('woff'),
         url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-bold-webfont.ttf') format('truetype'),
         url('https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/th/global/fonts/sukhumvitset-bold-webfont.svg#sukhumvit_setbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html[lang="th-TH"] body {
    font: 12px/20px 'sukhumvit_setmedium';
}

html[lang="th-TH"] body #main h1 {
    font-family:'sukhumvit_setbold';
    font-weight:normal;
}

html[lang="th-TH"] body #main h2 {
    font-family:'sukhumvit_setbold';
    font-weight:normal;
}

html[lang="th-TH"] body #globalfooter {
    font-family:'sukhumvit_settext';
    font-size:11px;
}

html[lang="th-TH"] body #globalfooter .gf-sosumi ul.piped li.country_selector p.selector_extra {
    float:left;
    border-right:1px solid #D0D0D0;
    background-image:none;
    padding-right:13px;
    margin-right:11px;
    text-align:right !important;
}

html[lang="th-TH"] body #globalfooter .gf-sosumi ul.piped li.country_selector p.selector_extra:hover {
    text-decoration:none;
}

html[lang="th-TH"] body #globalfooter .gf-sosumi ul.piped li.country_selector p.selector_extra a:hover {
    text-decoration:underline;
}

html[lang="sv-SE"] body div.footer-wrapper #globalfooter p.gf-buy {
  width: 44%;
}

html[lang="es-ES"] body div.footer-wrapper #globalfooter p.gf-buy {
  width: 37%;
}

html[lang="es-US"] body div.footer-wrapper #globalfooter p.gf-buy {
  width: 37%;
}

/* ===[ global footer with country selector flag  ]=== */

/* No longer required */
/*#globalfooter .gf-sosumi ul.piped li.country_selector {
  float: right;
  text-align: right;
}*/

/*#globalfooter .gf-sosumi ul.piped li.country_selector a {
  display: inline;
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  cursor: pointer;
  line-height: 19px;
}*/

/* Override Base.css definition */

#globalfooter ol#breadcrumbs {
    background: #ffffff;
}

#globalfooter ol#breadcrumbs li {
    padding: 0 0 0 1em;
    background: none;
    height: 100%;
}

/* No longer required */
/*#globalfooter .gf-sosumi ul.piped li.country_selector p {
  float: right;
  padding: 0 9px 0 5px;
  margin: 0;
  background: transparent url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/support/home/images/morearrow.png) no-repeat right center;
}

@media only screen {
  #globalfooter .gf-sosumi ul.piped li.country_selector p {
    background-image: url(/web/20160706052546oe_/http://images.apple.com/support/assets/images/layout/psp/icons/arrow_more.svg);
  }
}

#globalfooter .gf-sosumi ul.piped li.country_selector p:hover {
  text-decoration: underline;
}

#globalfooter .gf-sosumi ul.piped li.country_selector img {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  border: none;
}

#globalfooter .gf-sosumi ul.piped li.country_selector img[width="22"] {
  width: 22px;
}

#globalfooter .gf-sosumi ul.piped li.country_selector img[height="22"] {
  height: 22px;
}*/

.footer-breadory {
  border: 1px solid #ddd;
  border-radius: 4px;
  /*clear: both;*/
  /*float: none;*/
  /*height: 3em;*/
  /*height: 36px;*/
  line-height: 36px;
  /*font-size: 11px;*/
  color: #666;
  /*font-weight: bold;*/
  /*text-shadow: 0 1px 0 #fff;*/
  position: relative;
  
  /*line-height: 1.388889;*/
  background: #fff;
  zoom: 1; 
}

.footer-breadory:before, .footer-breadory:after {
    content: ' ';
    display: table;
}
.footer-breadory:after {
    clear: both;
}
/*#globalfooter #breadcrumbs a {
  background: none;
  float: left;
  margin: 0;
  //padding: 0 0 0 1em;
}*/

/*#globalfooter #breadcrumbs span {
  background: none;
  margin: 0;
  padding: 0;
}*/
/*.breadcrumbs-home-label {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}*/
#globalfooter a.home {
  background: url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/global/elements/breadory/breadcrumb_home.png) no-repeat 0% 50%;
  margin: 0;
  padding: 0;
  width: 30px;
  display: block;
  height: 36px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position:absolute;
  z-index: 2;
  left: 11px;
}

#globalfooter a.home:hover {
  background-image: url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/global/elements/breadory/breadcrumb_home_over.png);
}

@media only screen {
  #globalfooter a.home {
    background-image: url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/global/elements/breadory/breadcrumb_home.svg);
  }

  #globalfooter a.home:hover {
    background-image: url(https://webarchive.library.unt.edu/web/20160706052546oe_/http://images.apple.com/global/elements/breadory/breadcrumb_home_over.svg);
  };
}

.breadcrumbs {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    direction: rtl;
}

.breadcrumbs-list {
    color: #666;
    /*padding-bottom: 16px;*/
    float: right;
    min-width: 100%;
    direction: ltr;
    margin: 0;
    list-style: none;
    zoom:1;
}
.breadcrumbs-list:before, .breadcrumbs-list:after {
    content: " ";
    display: table;
}

.breadcrumbs-list:after {
    clear: both;
}

.breadcrumbs-list>li {
    font-size: 11px;
    font-weight: bold;
    float: left;
    padding-left: 0.8em;
    white-space: nowrap;
    margin-left: 41px;
}

#globalfooter p.gf-buy { width: auto; }
/* ===[ global footer lite  ]=== */

#globalfooter .gf-sosumi {
    overflow: hidden;
}
#globalfooter .gf-sosumi.lite {
  border-top: none;
}

#globalfooter ul.piped.right {
    float: right;
    margin: 0 3px 0px 0;
}
#globalfooter ul.gf-links.piped a {
    padding: 0 0 0 1em;
    margin: 0 0 0 1em;
    border-left: 1px solid #d0d0d0;
    white-space: nowrap;
}
.piped li {
    float: left;
}
#globalfooter ul.piped a.choose {
  border-right: none;
  padding-right: 0;
  margin-right:0;
  border-left: 1px solid #d0d0d0;
  margin-left: 0.8em;
}

#globalfooter ul.piped a.choose img {
  margin-top: 0;
  padding: 0; 
  position: relative;
  top: -2px;
}

#globalfooter ul.gf-links.piped li.for_english span {
    border-left: 1px solid #d0d0d0;
    padding: 0 0 0 1em;
    margin: 0 0 0 1em;
    white-space: nowrap;
}

#globalfooter ul.gf-links.piped li.for_english a {
    margin-left: 0; 
    padding:0;
    border-right: none;
    border-left: none;
}

#globalfooter .gf-sosumi p {
    float: left;
    display: inline;
    margin-left: 0;
    margin-top: 0;
}
#globalfooter .gf-sosumi > ul {
    float: none;
    display: inline;
    margin-left: 0;
    margin-top: 0;
}

#globalfooter .gf-sosumi > ul > li > a {
    padding: 0 0 0 1em;
    margin: 0 0 0 1em;
    border-left: 1px solid #d0d0d0;
    border-right:none;
    white-space: nowrap;
}
#globalfooter .gf-sosumi > ul > li:first-child > a {
    border-left: none;
}
#globalfooter .gf-sosumi p {
    margin-right: 0.5em;    
}
#globalfooter p.gf-buy {
    max-width: 55%;
}

.a11y {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#ac-globalnav ~ #container {
	margin-top: 18px;
	padding-top: 18px\9;
}
