div.more.shop {
  width: 760px;
  clear: both;
  margin-top: 1em; }

.categories {
  width: 760px;
  margin: 0 auto 1em auto;
  text-align: center; }
  .categories ul li {
    display: inline;
    margin: 0 0.25em; }
    .categories ul li a {
      text-transform: uppercase;
      color: #ccc;
      text-decoration: none; }
      .categories ul li a:hover, .categories ul li a.current {
        color: #333;
        text-decoration: underline; }

.pieces {
  width: 760px;
  margin: 0 auto; }
  .pieces .piece .preview {
    width: 220px;
    float: left;
    margin-right: 50px;
    overflow: hidden; }
    .pieces .piece .preview p {
      margin-bottom: 0; }
  .pieces .position_1 .piece .preview {
    text-align: left; }
  .pieces .position_2 .piece .preview {
    text-align: center; }
  .pieces .position_3 .piece .preview {
    text-align: right;
    margin-right: 0; }

.pieces.item .piece h2 {
  text-align: center;
  color: #000;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
  padding-right: 160px; }
  .pieces.item .piece h2 a {
    color: #000;
    text-decoration: none; }
    .pieces.item .piece h2 a:hover {
      text-decoration: underline; }
.pieces.item .piece .by-line {
  text-align: center;
  font-size: 20px;
  padding-right: 160px; }
.pieces.item .piece .artist {
  width: 160px;
  text-align: center;
  font-family: arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  text-align: center; }
  .pieces.item .piece .artist cite {
    display: block;
    height: 42px; }
  .pieces.item .piece .artist img {
    display: block;
    margin-bottom: 0.5em; }
  .pieces.item .piece .artist a {
    text-decoration: none; }
.pieces.item .piece .artist.artist-1 {
  float: left; }
.pieces.item .piece .artist.artist-2 {
  float: right; }
.pieces.item .piece .call-to-action {
  clear: both;
  padding-top: 20px;
  margin-left: 100px; }
  .pieces.item .piece .call-to-action .price {
    font-size: 30px; }
  .pieces.item .piece .call-to-action .shipping .price {
    font-size: 14px; }
.pieces.item .piece fieldset.add-to-cart {
  float: right;
  width: 240px;
  margin-right: 40px; }
  .pieces.item .piece fieldset.add-to-cart button {
    float: right; }
.pieces.item .piece .copy {
  position: relative;
  clear: both;
  text-align: center;
  top: -42px; }
  .pieces.item .piece .copy .introduction {
    width: 440px;
    text-align: center;
    margin: 0 auto 20px auto; }
  .pieces.item .piece .copy .gallery {
    margin-bottom: 30px; }

.piece.shop {
  width: 240px;
  height: 320px;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
  text-shadow: 1px 1px 0px #fff; }
  .piece.shop.position_3 {
    margin-right: 0; }
  .piece.shop a {
    color: #333;
    text-decoration: none; }
  .piece.shop h2 {
    font-size: 36px;
    line-height: 40px;
    color: #000;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
    position: relative;
    top: -40px;
    text-align: left; }
  .piece.shop .by-line {
    position: relative;
    top: -40px; }
  .piece.shop .more {
    position: relative;
    top: 270px;
    text-align: right;
    color: #333;
    text-transform: uppercase;
    text-decoration: underline;
    margin-right: 10px;
    padding-right: 14px;
    background-image: url(/images/more.png);
    background-position: center right;
    background-repeat: no-repeat; }
  .piece.shop .price {
    position: relative;
    top: 290px;
    left: 10px;
    font-size: 20px;
    line-height: 20px; }

.exclusive {
  margin: 0 auto;
  clear: left;
  width: 600px; }
  .exclusive.more {
    margin-bottom: 1em;
    position: relative;
    top: -42px; }
  .exclusive h2 {
    height: 80px;
    font-size: 36px;
    line-height: 36px;
    padding-right: 80px; }
    .exclusive h2 a {
      color: #333; }
  .exclusive .artist {
    width: 80px;
    font-size: 10px;
    line-height: 12px;
    font-family: arial, sans-serif;
    text-transform: uppercase; }
    .exclusive .artist cite {
      display: block;
      height: 36px;
      text-align: center; }
  .exclusive .copy {
    width: 440px;
    top: -36px; }
  .exclusive .artist.artist-1 {
    float: left; }
  .exclusive .artist.artist-2 {
    float: right; }
  .exclusive .copy {
    position: relative;
    clear: both;
    text-align: center;
    top: -42px; }
    .exclusive .copy .introduction {
      width: 440px;
      text-align: center;
      margin: 0 auto 20px auto; }
  .exclusive .gallery {
    margin: 0 auto;
    width: 440px;
    overflow: hidden; }
  .exclusive .price {
    font-size: 20px;
    line-height: 20px; }
