.r3_strategyMessage 
{
  /* message that appears above each set of recommendations */
    margin-left:12px;
    margin-top:15px;
    color:#4c69d5;
    font-family:verdana,helvetica,sans-serif;
    font-size:14px;
    font-weight:800;
    border-bottom:1px solid #4c69d5;
    text-align:left;
}


.r3_itemContainer {
/* each item wrapped div with this class applied to it; image, price, buttons, name are inside */
    color:#333333;
    font-family:verdana,sans-serif;
    font-size:11px;
    margin:0;    
    text-align:center;
    padding:0 5px 0;
    width:110px;
}


.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 */
  width:42px;
  height:21px;
  background:url(http://www.positivepromotions.com/images/art/buttonbuy.gif) no-repeat;
}


.r3_moreInfoButton {
  width:42px;
  height:21px;
  background:url(http://positivepromotions.com/images/art/buttoninfo.gif) no-repeat;
}
