/* Shop CSS for WebVivant Press */

div.shopAbstract { margin: 0 0 20px 0; }
div.shopAbstract h2 { }
div.shopAbstract h2.calendarTitle {
    font-size:16px;
    }
div.shopAbstract h3.subtitle {
    font-size:10px;
    }
div.shopAbstract h3.author {
    font-size:10px;
    font-weight:normal;
    }
div.shopAbstract h3.author span.authorName {
    font-weight:bold;
    font-size:11px;
    }
div.shopAbstract p {
    margin:0; padding:0;
    font-size:10px;
    }
div.shopAbstract p.edition, 
div.shopAbstract p.amazon,
div.shopAbstract p.RedBubbleLink {
    margin:2px 0; padding:0;
    font-size:11px;
    }
div.shopAbstract p.prodCats {
    color: #666;
    }
img.shopThumb {
    float:left;
    border:0;
    margin:2px 3px 2px 0;
    }

div#rb-redbubble-art img
  {
    border: none;
  }
div#rb-redbubble-art
  {
    width: 100%;
    float: left; 
    clear: both;
  }
div#rb-redbubble-art ul
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
  }
div#rb-redbubble-art ul li
  {
    display: block;
    float: left;
    width: 139px;
    height: 180px;
    margin: 0 8px 8px 0;
    padding: 0 0 8px 0;
  }
div#rb-redbubble-art ul li a.rb-thumbnail img
  {
    width: 135px;
    height: 135px;
    padding: 2px;
    background: white;
    border: 1px solid #ccc;
  }
div#rb-redbubble-art ul li a
  {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
  }
