.r3_strategyMessage {
  /* message that appears above each set of recommendations */
color:#00325C;
font-family:verdana,helvetica,sans-serif;
font-size:14px;
font-weight:800;
text-align:left;
}

.r3_itemContainer {
/* each item wrapped div with this class applied to it; image, price, buttons, name are inside */

color:#00325C;
font-family:verdana,helvetica,sans-serif;
font-size:11px;
font-weight:800;
text-decoration:underline;
margin:0;    
text-align:center;
padding:0 5px 0;
width:130px;
}


.r3_image {
/* the product image */
    border:0 none;
    padding:0;
    width:130px;
}


.r3_buyNowButton {
/* if your site uses buy now / view details buttons, customize the image links here */
    margin:2;    
  width:44px;
  height:22px;
  background:url(http://www.bitsandpieces.com/images/art/buttonbuy.gif) no-repeat;
}


.r3_moreInfoButton {
  width:44px;
  height:22px;
  background:url(http://www.bitsandpieces.com/images/art/buttonmoreinfo.gif) no-repeat;
}
