button:not(.custom-appearance):not(.link-button),
input[type='button']:not(.custom-appearance):not(.link-button),
input[type='submit']:not(.custom-appearance):not(.link-button),
select,
input[type='checkbox'],
input[type='radio'] {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08),
      inset 0 1px 2px rgba(255, 255, 255, 0.75);
  color: #444;
  font: inherit;
  margin: 0 1px 0 0;
  text-shadow: 0 1px 0 rgb(240, 240, 240);
}

button:not(.custom-appearance):not(.link-button),
input[type='button']:not(.custom-appearance):not(.link-button),
input[type='submit']:not(.custom-appearance):not(.link-button),
select {
  min-height: 2em;
  min-width: 4em;

/* The following platform-specific rule is necessary to get adjacent
   * buttons, text inputs, and so forth to align on their borders while also
   * aligning on the text's baselines. */
  padding-bottom: 1px;
}

button:not(.custom-appearance):not(.link-button),
input[type='button']:not(.custom-appearance):not(.link-button),
input[type='submit']:not(.custom-appearance):not(.link-button) {
  -webkit-padding-end: 10px;
  -webkit-padding-start: 10px;
}

select {
  -webkit-appearance: none;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 6px;
  /* OVERRIDE */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAWklEQVQokWNgoAOIAuI0PDiKaJMSgYCZmfkbkPkfHYPEQfJEG/b//3+FBQsWLGRjY/uJbBCIDxIHyRNtGDYDyTYI3UA+Pr4vFBmEbODbt2+bKDYIyUBWYtQBAIRzRP/XKJ//AAAAAElFTkSuQmCC"),
      -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
  background-position: right center;
  background-repeat: no-repeat;
}

html[dir='rtl'] select {
  background-position: center left;
}

input[type='checkbox'] {
  bottom: 2px;
  height: 13px;
  position: relative;
  vertical-align: middle;
  width: 13px;
}

input[type='radio'] {
  /* OVERRIDE */
  border-radius: 100%;
  bottom: 3px;
  height: 15px;
  position: relative;
  vertical-align: middle;
  width: 15px;
}

/* TODO(estade): add more types here? */
input[type='password'],
input[type='search'],
input[type='text'],
input[type='url'],
input:not([type]) {
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  box-sizing: border-box;
  color: #444;
  font: inherit;
  height: 2em;
  margin: 0;
  padding: 3px;


}

input[type='search'] {
  -webkit-appearance: textfield;
  /* NOTE: Keep a relatively high min-width for this so we don't obscure the end
   * of the default text in relatively spacious languages (i.e. German). */
  min-width: 160px;
}

/* Checked ********************************************************************/

input[type='checkbox']:checked::before {
  -webkit-user-select: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wDBhYcG79aGIsAAACbSURBVBjTjdFBCkFhFAXgj4fp24PBy0SZ2ICRXRgYGb2xlKzBSEo2YgsiKWVoZgFKMjD5X/2Ux6lb99bpnNO5lKMR5i8MsEQHkhJiEzlS9HCqfiFWMUIt3AfsC3KKLCL30Qr7HfM4Ro4h6rhiEqmusIMKuphGqo+ogSPGcbYLzh91vdkXSHDDBk+0gxussS3rNcMCs+D6E18/9gLPPhbDshfzLgAAAABJRU5ErkJggg==");
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}

html[dir='rtl'] input[type='checkbox']:checked::before {
  -webkit-transform: scaleX(-1);
}

input[type='radio']:checked::before {
  background-color: #666;
  border-radius: 100%;
  bottom: 25%;
  content: '';
  display: block;
  left: 25%;
  position: absolute;
  right: 25%;
  top: 25%;
}

/* Hover **********************************************************************/

button:not(.custom-appearance):not(.link-button):enabled:hover,
input[type='button']:not(.custom-appearance):not(.link-button):enabled:hover,
input[type='submit']:not(.custom-appearance):not(.link-button):enabled:hover,
select:enabled:hover,
input[type='checkbox']:enabled:hover,
input[type='radio']:enabled:hover {
  background-image: -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12),
      inset 0 1px 2px rgba(255, 255, 255, 0.95);
  color: black;
}

select:enabled:hover {
  /* OVERRIDE */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAWklEQVQokWNgoAOIAuI0PDiKaJMSgYCZmfkbkPkfHYPEQfJEG/b//3+FBQsWLGRjY/uJbBCIDxIHyRNtGDYDyTYI3UA+Pr4vFBmEbODbt2+bKDYIyUBWYtQBAIRzRP/XKJ//AAAAAElFTkSuQmCC"),
      -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
}

/* Active *********************************************************************/

button:not(.custom-appearance):not(.link-button):enabled:active,
input[type='button']:not(.custom-appearance):not(.link-button):enabled:active,
input[type='submit']:not(.custom-appearance):not(.link-button):enabled:active,
select:enabled:active,
input[type='checkbox']:enabled:active,
input[type='radio']:enabled:active {
  background-image: -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
  box-shadow: none;
  text-shadow: none;
}

select:enabled:active {
  /* OVERRIDE */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAWklEQVQokWNgoAOIAuI0PDiKaJMSgYCZmfkbkPkfHYPEQfJEG/b//3+FBQsWLGRjY/uJbBCIDxIHyRNtGDYDyTYI3UA+Pr4vFBmEbODbt2+bKDYIyUBWYtQBAIRzRP/XKJ//AAAAAElFTkSuQmCC"),
      -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
}

/* Disabled *******************************************************************/

button:not(.custom-appearance):not(.link-button):disabled,
input[type='button']:not(.custom-appearance):not(.link-button):disabled,
input[type='submit']:not(.custom-appearance):not(.link-button):disabled,
select:disabled {
  background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);
  border-color: rgba(80, 80, 80, 0.2);
  box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08),
      inset 0 1px 2px rgba(255, 255, 255, 0.75);
  color: #aaa;
}

select:disabled {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAYAAAAbQcSUAAAAAXNSR0IArs4c6QAAAAd0SU1FB9sLAxYEBKriBmwAAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAABLSURBVCiRY2CgA4gC4jQ8OIpokxKBoKGh4T8uDJIn2rD///8rLFiwYCE2g0DiIHkSfIndQLIMwmYgRQYhG/j27dsmig1CMpCVGHUAo8FcsHfxfXQAAAAASUVORK5CYII="),
      -webkit-linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);
}

input[type='checkbox']:disabled,
input[type='radio']:disabled {
  opacity: .75;
}

input[type='password']:disabled,
input[type='search']:disabled,
input[type='text']:disabled,
input[type='url']:disabled,
input:not([type]):disabled {
  color: #999;
}

/* Focus **********************************************************************/

button:not(.custom-appearance):not(.link-button):enabled:focus,
input[type='button']:not(.custom-appearance):enabled:focus,
input[type='checkbox']:enabled:focus,
input[type='password']:enabled:focus,
input[type='radio']:enabled:focus,
input[type='search']:enabled:focus,
input[type='submit']:not(.custom-appearance):enabled:focus,
input[type='text']:enabled:focus,
input[type='url']:enabled:focus,
input:not([type]):enabled:focus,
select:enabled:focus {
  /* OVERRIDE */
  -webkit-transition: border-color 200ms;
  /* We use border color because it follows the border radius (unlike outline).
   * This is particularly noticeable on mac. */
  border-color: rgb(77, 144, 254);
  outline: none;
}

/* Link buttons ***************************************************************/

.link-button {
  -webkit-box-shadow: none;
  background: transparent none;
  border: none;
  color: rgb(17, 85, 204);
  cursor: pointer;
  /* Input elements have -webkit-small-control which can override the body font.
   * Resolve this by using 'inherit'. */
  font: inherit;
  margin: 0;
  padding: 0 4px;
}

.link-button:hover {
  text-decoration: underline;
}

.link-button:active {
  color: rgb(5, 37, 119);
  text-decoration: underline;
}

.link-button[disabled] {
  color: #999;
  cursor: default;
  text-decoration: none;
}

/* Checkbox/radio helpers ******************************************************
 *
 * .checkbox and .radio classes wrap labels. Checkboxes and radios should use
 * these classes with the markup structure:
 *
 *   <div class="checkbox">
 *     <label>
 *       <input type="checkbox"></input>
 *       <span>
 *     </label>
 *   </div>
 */

.checkbox,
.radio {
  margin: 0.65em 0;
}

.checkbox label,
.radio label {
  /* Don't expand horizontally: <http://crbug.com/112091>. */
  display: -webkit-inline-box;
}

.checkbox label input ~ span,
.radio label input ~ span {
  -webkit-margin-start: 0.6em;
  /* Make sure long spans wrap at the same horizontal position they start. */
  display: block;
}

.checkbox label:hover,
.radio label:hover {
  color: black;
}

label > input[type=checkbox]:disabled ~ span,
label > input[type=radio]:disabled ~ span {
  color: #999;
}


#sync-setup-overlay * h4 {
  margin: 5px 0;
}

#sync-setup-overlay * form {
  -webkit-user-select: none;
}

#sync-setup-overlay * .content-area {
  padding: 10px 15px;
}

.action-area-link-container {
  -webkit-box-flex: 1;
}

.sync-customize-section-container {
  margin: 5px 0 10px 0;
}

#sync-custom-passphrase {
  margin: 0 25px;
}

#sync-passphrase-message {
  color: gray;
}

.sync-custom-passphrase-input {
  margin: 10px 0;
}

#sync-existing-passphrase-container {
  background: #fff29e;
  border: 1px solid #d4cdad;
  padding: 10px;
}

#sync-select-container {
  margin-bottom: 10px;
}

#sync-instructions-container {
  line-height: 1.8em;
  margin-bottom: 30px;
}

#choose-data-types-body {
  -webkit-column-count: 3;
  margin: 10px 0;
}

#sync-setup-overlay {
  -webkit-user-select: none;
  background-color: #fff;
  margin-bottom: 6px;
  margin-top: 6px;
  width: 500px;
}

#sync-setup-overlay * a:link {
  color: #00c;
}

#sync-setup-overlay * a:visited {
  color: #00c;
}

#sync-setup-overlay * a:active {
  color: #f00;
}

#sync-setup-overlay * hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  text-align: left;
  width: 100%;
}

#sync-setup-overlay * input[type='button'],
#sync-setup-overlay * input[type='submit'] {
  min-height: 26px;
  min-width: 87px;
}

#sync-setup-overlay * .throbber {
  margin: 4px 10px;
  visibility: hidden;
}

#email-readonly {
  font-size: 15px;
  height: 29px;
  line-height: 29px;
  margin: 0;
}

#passphrase-encryption-message {
  color: gray;
  margin-bottom: 5px;
}

#passphrase-input {
  margin-top: 5px;
  margin-bottom: 5px;
}

#incorrect-passphrase {
  margin-top: 5px;
}

#sync-setup-overlay * .error {
  color: red;
}

.overlay-warning {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 100px;
  background: white;
  border: 2px solid #888;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0.2em 0.2em 0.5em #888;
}

#cancel-warning-header {
  font-weight: bold;
  margin-bottom: 8px;
}

.overlay-warning input {
  margin-top: 12px;
  float: right;
  margin-left: 5px;
}

#sync-passphrase-warning {
  margin-bottom: 5px;
}

#gaia-login-form {
  margin-bottom: 0;
}

#captcha-div {
  border: 1px solid #e5e5e5;
  background: #fff;
  margin: 0 0 1.5em;
  overflow: hidden;
  padding: 1em 1em 0;
}

#captcha-wrapper {
  background: no-repeat;
  background-position: center;
  background-size: 200px 70px;
  margin: 0 0 1em;
}

#captcha-image {
  height: 70px;
  width: 200px;
}

#asp-warning-div {
  text-align: left;
}

#logging-in-throbber {
  margin: 0 10px;
}

#top-blurb-error {
  -webkit-transition: margin-top 330ms ease-out, opacity 660ms ease-out;
  background: #f9edbe;
  border: 1px solid #f0c36d;
  display: block;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 10px;
  opacity: 1;
  padding: 8px 25px;
  position: relative;
  text-align: center;
}

#top-blurb-error[hidden] {
  display: block;
  margin-top: -37px;
  opacity: 0;
}

#password-row {
  margin-top: 2px;
}

#action-area {
  margin-top: 2px;
}

#sync-setup-configure {
  background: white;
line-height: 1.5em;
}

#choose-data-types-form {
  -webkit-user-select: none;
}

#chooseDataTypesRadio {
  vertical-align: top;
}

#chooseDataTypes > div {
  display: inline-block;
}

.sync-data-types {
  margin-left: 5px;
}

.sync-configuration-errors {
  margin-top: 5px;
}

.sync-configuration-error {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 1px 10px;
  background-color: #eeb939;
  border-radius: 4px;
  font-weight: bold;
}

#learn-more-link {
  float: right;
}

html[dir='rtl'] #learn-more-link {
  float: left;
}

#customize-link, #use-default-link {
  -webkit-transition: opacity 250ms;
}


/* Sign in box. */

.sign-in {
  margin: 20px auto;
  width: 600px;
}

.signin-box {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 20px 25px 15px;
}

#signin-header {
  position: relative;
}

#signin-header h2 {
  color: #222;
  font-size: 16px;
  font-weight: normal;
  height: 16px;
  line-height: 16px;
  margin-top: 0;
}

#signin-header-logo {
  background: transparent
  display: inline-block;
  height: 19px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 52px;
}

html[dir='rtl'] #signin-header-logo {
  left: 0;
  right: auto;
}

/* Sign in buttons. */

.signin-box input[type=submit] {
  -webkit-transition: all 218ms;
  -webkit-user-select: none;
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  border: 1px solid #3079ed;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 32px;
  line-height: 27px;
  margin: 0 0.4em 1.2em 0;
  min-width: 54px !important;
  padding: 0 8px;
}

html[dir='rtl'] .signin-box input[type=submit] {
  margin: 0 0 1.2em 0.4em;
}

.signin-box input[type=submit]:hover {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0;
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  border: 1px solid #2f5bb7;
  color: #fff;
}

.signin-box input[type=submit]:focus {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  border: 1px solid #4d90fe;
  outline: none;
  z-index: 4 !important;
}

.signin-box input[type=submit]:active,
.signin-box input[type=submit]:focus:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.signin-box input[type=submit]:focus:hover {
  -webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.signin-box input[type=submit][disabled],
.signin-box input[type=submit][disabled]:hover,
.signin-box input[type=submit][disabled]:active {
  -webkit-box-shadow: none;
  background-color: #4d90fe;
  border: 1px solid #3079ed;
  color: #fff;
  opacity: 0.5;
}

/* Sign in text fields. */

.signin-box input[type=text],
.signin-box input[type=password] {
  -webkit-border-radius: 1px;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  color: #333;
  display: inline-block;
  font-size: 15px;
  height: 32px;
  line-height: 27px;
  margin-top: 0.5em;
  padding-left: 8px;
  vertical-align: top;
  width: 100%;
}

html[dir='rtl'] .signin-box input[type=text],
html[dir='rtl'] .signin-box input[type=password] {
  padding-left: 0;
  padding-right: 8px;
}

.signin-box input[type=text]:hover,
.signin-box input[type=password]:hover {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
}

.signin-box input[type=text]:focus,
.signin-box input[type=password]:focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #4d90fe;
  outline: none;
}

.signin-box input[type=text][disabled],
.signin-box input[type=password][disabled] {
  -webkit-box-shadow: none;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
}

.signin-box input[type=text][disabled]:hover,
.signin-box input[type=password][disabled]:hover {
  -webkit-box-shadow: none;
}


/* Sign in links. */

.signin-box .account-link {
  color: #15c !important;
  text-decoration: none;
}

.signin-box .account-link:visited {
  color: #15c !important;
  text-decoration: none;
}

.signin-box .account-link:hover {
  text-decoration: underline;
}

.signin-box .account-link:active {
  color: #d14836 !important;
  text-decoration: underline;
}

/* Sign in text. */

.signin-box strong {
  color: #222;
  display: block;
}

.signin-box label {
  display: block;
  margin: 0 0 1.5em;
}

/* Sign in miscellaneous. */

.signin-box .throbber {
  float: right;
}

html[dir='rtl'] .signin-box .throbber {
  float: left;
}

#create-account-div {
  display: inline-block;
}

.signin-box .errormsg {
  color: #dd4b39 !important;
  font-size: 13px !important;
  line-height: 17px;
  margin: 0.5em 0 1.5em;
}

.signin-box .help-link {
  -webkit-border-radius: 1em;
  background: #dd4b39;
  color: #fff !important;
  display: inline-block;
  font-weight: bold;
  padding: 0 5px;
  position: relative;
  text-decoration: none;
  top: 0;
}

.signin-box .help-link:visited {
  color: #fff !important;
}

.signin-box .help-link:hover {
  color: #fff !important;
  opacity: .7;
}

html {
  font-family: segoe ui, arial, helvetica, sans-serif;
  font-size: 13px;
}

html, body {
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding 0;
  position: absolute;
}

#sync-setup-overlay {
  background-color: transparent;
  margin: 0;
  width: 100%;
}

#sync-setup-configure {
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

.sync-main-content {
  margin: 0 auto;
  width: auto;
}

#sync-setup-login-content-column {
  margin: 0 auto;
  width: 335px;
}

#sync-setup-login-promo-column p,
#sync-setup-login-promo-column h3 {
  color: rgb(34, 34, 34);
}

/* When showing the full page promo, remove top margin from sign-in box. */
#sync-promo .sign-in {
  margin-top: 0;
}

/* Links and buttons. *********************************************************/

#promo-skip-button,
#promo-skip-button:hover,
#promo-advanced,
#promo-advanced:hover,
#sync-setup-overlay * a:link {
  color: rgb(17, 85, 204);
}

#sync-setup-overlay * a:visited {
  color: rgb(17, 85, 204);
}

#promo-skip-button:active,
#promo-advanced:active,
#sync-setup-overlay * a:active {
  color: rgb(209, 72, 54);
}

#promo-skip-button,
#promo-advanced,
#sync-setup-overlay * a {
  text-decoration: none;
}

#promo-skip-button:hover,
#promo-advanced:hover,
#sync-setup-overlay * a:hover {
  text-decoration: underline;
}

#promo-skip {
  padding: 0 26px;
  width: 284px;
}

#promo-advanced,
#promo-skip-button {
  padding: 0 !important; /* Override link button appearance. */
}

#promo-advanced {
  float: right;
}

html[dir='rtl'] #promo-advanced {
  float: left;
}

/* Page Title. ****************************************************************/

#promo-title-container {
  display: block;
  margin: 10px 44px 35px;
  text-align: center;
}

h1 {
  color: rgb(34, 34, 34);
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}

#promo-title-container h2 {
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: normal;
}

#promo-learn-more {
  display: inline-block;
}
#sync-setup-overlay center footer {
	font-size: 11px;
	font-family: "segoe ui", arial, helvetica, sans-serif;
}

            /* Yarnball */
            #yarnball {
                display: inline-block;
                margin-top: 10px;
            }
            .yarnball {
                list-style: none;
                margin: 0;
            }
            .yarnlet {
                display: inline;
            }
            .yarnlet a,
            .yarnlet a:link,
            .yarnlet a:visited {
                color: #666;
                display: inline-block;
                font-size: 12px;
                margin-left: -13px;
                padding: 7px 17px 11px 25px;
                position: relative;
                text-decoration: none;
                vertical-align: top;
            }
            .yarnlet.first a,
            .yarnlet.first a:link,
            .yarnlet.first a:visited {
                padding-left: 8px;
            }
            body.ie7 .yarnlet.first a,
            body.ie7 .yarnlet.first a:link,
            body.ie7 .yarnlet.first a:visited {
                padding-left: 17px;
            }
            .yarnlet a {
                background-image: url(images/hc_yarnlett_global.png);
                background-repeat: no-repeat;
                background-position: 100% 0;
            }
            .yarnlet:hover a {
                background-position: 100% -48px;
                color: #333;
            }
            .yarnlet:active a {
                background-position: 100% -96px;
                color: #333;
            }
            .yarnlet .left-yarn {
                background: url(images/hc_yarnlett_global.png) no-repeat;
                margin-left: -17px;
                padding: 7px 6px 11px 4px;
                z-index: 11;
            }
            .ff .yarnlet .left-yarn {
                padding-top: .6em;
            }
            .yarnlet a:hover .left-yarn {
                background-position: 0 -48px;
            }
            .yarnlet a:active .left-yarn {
                background-position: 0 -96px;
            }
            /* Yarnball for RTL */
            .rtl .yarnball {
                margin-right: -17px;
            }
            .rtl .yarnlet a {
                background: url(images/hc_yarnlett_global_rtl.png);
                background-position: 0 0;
            }
            .rtl .yarnlet:hover a {
                background-position: 0 -48px;
            }
            .rtl .yarnlet:active a {
                background-position: 0 -96px;
            }
            .rtl .yarnlet .left-yarn {
                background: url(images/hc_yarnlett_global_rtl.png) no-repeat;
                background-position: 100% 0;
                margin: 0 -27px 0 0;
            }
            .rtl .yarnlet a:hover .left-yarn {
                background-position: 100% -48px;
            }
            .rtl .yarnlet a:active .left-yarn {
                background-position: 100% -96px;
            }
            .rtl .yarnlet.first a,
            .rtl .yarnlet.first a:link,
            .rtl .yarnlet.first a:visited {
                padding-left: 24px;
            }
            /* IE fixes */
            body.ie7 .yarnlet a:active,
            body.ie8 .yarnlet a:active {
                background-position: 100% -96px;
            }
            body.rtl.ie7 .yarnlet a:active,
            body.rtl.ie8 .yarnlet a:active {
                background-position: 0 -96px;
            }
