/*  DISABLED NAV ICONS

#nav a {
  font-size: 1.5rem; }
  #nav a span {
    background: url(../images/icons/DISABLED-nav_artsy.png) no-repeat;
    padding: 3px 0;
    padding-left: 23px; }
  #nav a.gamer span {
    background-image: url(../images/icons/DISABLED-nav_gamer.png);
    background-position: 0 1px; }
  #nav a.rocker span {
    background-image: url(../images/icons/DISABLED-nav_rocker.png);
    background-position: 0 -2px; }
  #nav a.scifi span {
    background-image: url(../images/icons/DISABLED-nav_scifi.png);
    background-position: 3px 7px; }
  #nav a.techie span {
    background-image: url(../images/icons/DISABLED-nav_techie.png);
    background-position: 0 1px; }
  #nav a.forums span {
    padding-left: 0;
    padding-right: 23px;
    background-image: url(../images/icons/DISABLED-nav_more.png);
    background-position: bottom right; }
    */

#main .products article {
  min-height: 145px;
/*  margin-bottom: 0; Causing issues on homepage */
  }
  #main .products article:nth-child(2n+1) {
    margin-right: 4.7786366839078%; }
  #main .products article:nth-child(3n+1) {
    margin-right: 0; }
  #main .products article:nth-child(10) {
    display: block; }

#subnav a {
  background: url(../images/icons/subnav_books.png) no-repeat 20px 14px;
  padding-left: 4.94%;
  padding-right: 1.9%; }
  #subnav a.apparel {
    background-image: url(../images/icons/subnav_apparel.png); }
  #subnav a.gadgets {
    background-image: url(../images/icons/subnav_gadgets.png);
    background-position: 20px 11px; }
  #subnav a.games {
    background-image: url(../images/icons/subnav_games.png);
    background-position: 20px 11px; }
  #subnav a.household {
    background-image: url(../images/icons/subnav_household.png); }
  #subnav a.toys {
    background-image: url(../images/icons/subnav_toys.png);
    background-position: 20px 11px; }
  #subnav a.tv {
    background-image: url(../images/icons/subnav_tv.png);
    background-position: 20px 11px; }
  #subnav a.misc {
    background-image: url(../images/icons/subnav_misc.png);
    background-position: 20px 11px; }

#search input[type=text] {
  width: 100%;
  height: 36px;
  }
#newsletter input[type=text], #newsletter input[type=email] {
  width: 79%; }
