/* Default CSS - for pages with no specified custom CSS */

div#rb-redbubble-art img
  {
    border: none;
  }
div#rb-redbubble-art
  {
    width: 100%;
    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;
  }

