@import url(//fonts.googleapis.com/css?family=Open+Sans);

/* Featured products */
h2, h3, h4 {
  font-family: 'open sans', arial, sans-serif;
}
h2 {
  font-size: 26px;
  padding: 10px 0 5px;
}
h3.col-4 {
  font-size: 1.2em;
  font-weight: normal;
}
h4.product-name {
  font-size: 1.09em;
  font-weight: normal;
  margin: 0;
  padding-top: 10px;
  white-space: nowrap;
}
a {
  color: #15c;
}
sup {
  vertical-align: text-top;
  color: red;
}
.snippets {
  margin-top: 6px;
}
.col-1 {
  margin: 8px 20px 0 0;
  width: 48px;
  height: 80px;
}
.viewall a {
  font-size: .78em;
  text-transform: uppercase;
}
.viewall a:hover, .viewall a:active {
  color: #039;
  text-decoration: underline;
}

/* Promo bar */
#promobar {
  background: #f1f6ff;
  border: 1px solid #dfebff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  padding: 12px;
}
#promobar img {
  display: block;
  float: left;
  margin-right: 10px;
}

/* Footer */
#footer {
  border-top: 1px solid #ededed;
  margin-top: 30px;
}
#footer h3 {
  border: none;
  font-size: 1.09em;
  font-weight: normal;
  margin-top: 1.5em;
}
#footer .cols {
  margin-bottom: -10px;
  height: auto;
}
#footer ul li a, #footer ul li a:visited {
  color: #15c;
  text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active {
  color: #039;
  text-decoration: underline;
}
#footer ul li.viewall a {
  color: #777;
}
#footer-jump {
  border: none;
  padding-top: 10px;
}
#footer-jump h4 {
  font-size: 1em;
  text-transform: none;
}
#footer-jump h4.second {
  margin-top: 20px;
}
#basics {
  margin: 20px 0 10px;
}
#basics a {
  margin: 20px 0 10px;
}

#footer {
  border-top: none;
  margin-top: 0;
}