#content .content {
  padding: 1.5em 0;
}


.pager {
  margin: 0 auto;
  width: 95%;
}


  #productListing .image {
    padding: 10px;
  }
  #productListing .image img {
    border: 1px solid #ccc;
  }
  #productListing .name {
    padding: 3px;
    text-align: left;
  }
  #productListing .model {
    text-align: center;
    width: 70px;
  }
    #productListing thead .model {
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
    }
    #productListing tbody .model {
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
    }
    #productListing tr.even .model {
      background: #f2f7ff;
    }
    #productListing tr.odd .model {
      background: #E7ECF4;
    }

  #productListing .now {
    text-align: center;
    width: 70px;
  }
    #productListing .now a {
      text-decoration: underline;
    }
    #productListing .now a:hover {
      background-color: transparent;
      color: black;
    }


