/* Shop CSS for WebVivant Press */

div.shopSection {
    padding:10px 0;
}
div.shopSection h2 {
    font-size:14px;
    margin-bottom:10px;
}
div.shopSection h2.sectionName {
    background:#eee;
    border-top:1px solid #ddd;
    letter-spacing:0.2em;
    text-align:center;
}
div.shopAbstract { margin: 0 0 20px 0; }
div.shopAbstract h2 { }
div.shopAbstract h3.subtitle {
    font-size:10px;
    color:#555;
    }
div.shopAbstract h3.author {
    font-size:10px;
    font-weight:normal;
    color:#555;
    }
div.shopAbstract h3.author span.authorName {
    font-weight:bold;
    font-size:11px;
    }
div.shopAbstract p {
    margin:0; padding:0;
    font-size:10px;
    color:#333;
    }
div.shopAbstract p.publisher { font-size:9px; color: #555; }
div.shopAbstract p span.editionName { font-weight: bold; }
div.shopAbstract p span.price {
    font-weight:bold;
    text-transform: uppercase;
}
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;
  }
