#logoff h1 {
  font-weight: bold;
}

/*colors*/
/* --------------------------------------------------------------
    typography.less
    Copyright (C) 2004 and later AMain.com, Inc.
    All Rights Reserved
    Description: Establishes typographical rules for all standard text elements
-------------------------------------------------------------- */
html {
  font-size: 12px;
}
body {
  font-size: 100%;
  color: #222;
  background-color: #fff;
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.25;
}
h1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 0 10px 0;
}
h2 {
  font-size: 1.65rem;
}
h3 {
  font-size: 1.62rem;
}
h4 {
  font-size: 1.62rem;
}
h5 {
  font-size: 1rem;
  font-weight: bold;
}
h6 {
  font-size: 1rem;
  font-weight: bold;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/*Text Elements*/
p {
  margin: 4px 0 8px 0;
}
a,
span.link {
  cursor: pointer;
  text-decoration: underline;
  color: #000;
}
.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
li {
  margin-left: 2rem;
}
/*Forms*/
select,
input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type="radio"],
input[type="checkbox"],
textarea,
input[type="tel"] {
  border: 1px solid #c2c4c6;
}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'],
input[type='tel'] {
  box-sizing: border-box;
  padding: 4px;
  vertical-align: middle;
}
label,
input {
  vertical-align: middle;
}
div.cartMessage p {
  color: #222;
  font-family: LucindaGrande, 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
div.message-stack-message {
  font-family: LucindaGrande, 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: black;
}
.snap-css-button {
  font-size: 12px;
  line-height: 12px;
}
.snap-css-button.large {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
#infopage p {
  line-height: 180%;
}
blockquote {
  background: #f6f6f6;
  padding: 20px;
  border: 1px solid #c5c6ca;
  line-height: 180%;
  margin-bottom: 24px;
}
#error404 h1,
#error500 h1 {
  font-size: 45px;
  color: rgba(117, 133, 148, 0.85);
  font-weight: bold;
  text-shadow: 1px 1px 2px white, -1px -1px 0px #000;
  padding-bottom: 0;
  margin-bottom: 9px;
}
#error404 h2,
#error500 h2 {
  font-size: 32px;
  color: #798794;
  color: rgba(117, 133, 148, 0.8);
  font-weight: bold;
  text-shadow: 0px 1px 2px white, -1px -1px 0px #000;
  margin: 0 0 23px 0;
  text-transform: uppercase;
}
#error404 h3,
#error500 h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
#error404 .instructions,
#error500 .instructions {
  font-size: 17px;
  margin: 0;
  padding: 0;
}
#error404 .instructions a:link,
#error500 .instructions a:link {
  text-decoration: underline;
}
.wishlists .wishlist-undo {
  border: 1px solid #c0c0c0;
  padding: 5px;
  background: #ffffe0;
  text-align: center;
  margin-bottom: 8px;
  clear: both;
}
.wishlists .wishlist-undo a {
  font-weight: bold;
  text-decoration: underline;
}
.wishlists.one .move-button {
  display: none !important;
}
.wishlists .wishlist-container {
  margin: 10px 0 5px;
  background: white;
  clear: both;
}
.wishlists .wishlist-container.is-public div.wishlist-options .if-private {
  display: none;
}
.wishlists .wishlist-container.is-public h2:after {
  content: " (public)";
}
.wishlists .wishlist-container.is-private div.wishlist-options .if-public {
  display: none;
}
.wishlists .wishlist-container.is-private h2:after {
  content: " (private)";
}
.wishlists .wishlist-container.is-default div.wishlist-options .if-not-default {
  display: none;
}
.wishlists .wishlist-container.is-default h2:after {
  content: " (default list)";
}
.wishlists .wishlist-container.is-default.is-public h2:after {
  content: " (public, default list)";
}
.wishlists .wishlist-container.is-default.is-private h2:after {
  content: " (private, default list)";
}
.wishlists .wishlist-container.no-items div.wishlist-options .if-not-empty {
  display: none;
}
.wishlists .wishlist-container div.wishlist-content {
  display: table;
  box-sizing: border-box;
  width: 100%;
}
.wishlists .wishlist-container div.wishlist-content div.wishlist-item {
  display: table-row;
  border-collapse: collapse;
}
.wishlists .wishlist-container div.wishlist-content div.wishlist-item:not(:last-child) > div {
  border-bottom: 1px solid #c0c0c0;
}
.wishlists .wishlist-container div.wishlist-content div.wishlist-item > div {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}
.wishlists .wishlist-container div.wishlist-content div.wishlist-item > div.thumbnail-column {
  width: 100px;
  box-sizing: border-box;
}
.wishlists .wishlist-container div.wishlist-content div.wishlist-item > div.thumbnail-column img {
  width: 100px;
  height: 80px;
}
.wishlists .wishlist-container div.wishlist-content div.wishlist-item > div.qty-column {
  text-align: right;
}
.wishlists .wishlist-container div.wishlist-content div.wishlist-item > div.qty-column input[type=number] {
  padding-right: 3px;
  margin-left: 3px;
  width: 50px;
  text-align: center;
}
.wishlists .wishlist-container div.wishlist-content div.wishlist-item div.wishlist-item-title a {
  font-weight: bold;
}
div.wishlist-hint {
  padding: 5px;
  background: #ffffc0;
}
div.wishlist-info-message {
  display: none;
  position: absolute;
  border: 1px solid #c0c0c0;
  padding: 5px;
  background: #ffffe0;
  z-index: 10;
}
div.wishlist-info-message a {
  font-weight: bold;
  text-decoration: underline;
}
div.wishlist-search {
  border: 1px solid #c0c0c0;
}
div.wishlist-search > .wishlist-hint {
  padding: 5px 10px;
  background: #ffffe0;
  border-bottom: 1px solid #e0e0e0;
}
div.wishlist-search > .wishlist-hint p {
  margin: 5px;
}
div.wishlist-search > .wishlist-hint p:first-of-type {
  margin-top: 0;
}
div.wishlist-search > div.search-details {
  display: table;
  margin: 10px auto;
}
div.wishlist-search > div.search-details > div {
  display: table-row;
}
div.wishlist-search > div.search-details > div > div {
  display: table-cell;
  padding: 3px 5px;
}
div.wishlist-search > div.search-details > div > div > input,
div.wishlist-search > div.search-details > div > div > select {
  width: 20em;
}
div.wishlist-search > div.submit {
  text-align: center;
  margin-bottom: 10px;
}
div.wishlist-search-result {
  border: 1px solid #c0c0c0;
  margin-top: 1em;
}
div.wishlist-search-result > div {
  padding: 3px 10px;
}
div.wishlist-search-result > div:first-of-type {
  text-align: center;
  font-weight: bold;
  background: black;
  color: white;
}
div.wishlist-search-result > div:nth-child(even) {
  background: #f8f8f8;
}
div.ui-widget-overlay.ui-front {
  opacity: 0.7;
}
#send-list-dialog {
  width: auto;
}
#send-list-dialog input,
#send-list-dialog textarea {
  min-width: 30em;
  width: 95%;
}
#send-list-dialog div.g-recaptcha {
  margin-top: 1em;
  margin-bottom: 1em;
}
#send-list-dialog div.g-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}
@media print {
  ol.plain-text-links {
    list-style-type: decimal;
    font-size: 90%;
  }
}

/*colors*/
/* --------------------------------------------------------------
    typography.less
    Copyright (C) 2004 and later AMain.com, Inc.
    All Rights Reserved
    Description: Establishes typographical rules for all standard text elements
-------------------------------------------------------------- */
html {
  font-size: 12px;
}
body {
  font-size: 100%;
  color: #222;
  background-color: #fff;
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.25;
}
h1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 0 10px 0;
}
h2 {
  font-size: 1.65rem;
}
h3 {
  font-size: 1.62rem;
}
h4 {
  font-size: 1.62rem;
}
h5 {
  font-size: 1rem;
  font-weight: bold;
}
h6 {
  font-size: 1rem;
  font-weight: bold;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/*Text Elements*/
p {
  margin: 4px 0 8px 0;
}
a,
span.link {
  cursor: pointer;
  text-decoration: underline;
  color: #000;
}
.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
li {
  margin-left: 2rem;
}
/*Forms*/
select,
input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type="radio"],
input[type="checkbox"],
textarea,
input[type="tel"] {
  border: 1px solid #c2c4c6;
}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'],
input[type='tel'] {
  box-sizing: border-box;
  padding: 4px;
  vertical-align: middle;
}
label,
input {
  vertical-align: middle;
}
div.cartMessage p {
  color: #222;
  font-family: LucindaGrande, 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
div.message-stack-message {
  font-family: LucindaGrande, 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: black;
}
.snap-css-button {
  font-size: 12px;
  line-height: 12px;
}
.snap-css-button.large {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
#infopage p {
  line-height: 180%;
}
blockquote {
  background: #f6f6f6;
  padding: 20px;
  border: 1px solid #c5c6ca;
  line-height: 180%;
  margin-bottom: 24px;
}
#error404 h1,
#error500 h1 {
  font-size: 45px;
  color: rgba(117, 133, 148, 0.85);
  font-weight: bold;
  text-shadow: 1px 1px 2px white, -1px -1px 0px #000;
  padding-bottom: 0;
  margin-bottom: 9px;
}
#error404 h2,
#error500 h2 {
  font-size: 32px;
  color: #798794;
  color: rgba(117, 133, 148, 0.8);
  font-weight: bold;
  text-shadow: 0px 1px 2px white, -1px -1px 0px #000;
  margin: 0 0 23px 0;
  text-transform: uppercase;
}
#error404 h3,
#error500 h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
#error404 .instructions,
#error500 .instructions {
  font-size: 17px;
  margin: 0;
  padding: 0;
}
#error404 .instructions a:link,
#error500 .instructions a:link {
  text-decoration: underline;
}
#createpage .input-validation-error {
  border: 1px solid red !important;
}
