.r3_strategyMessage 
{
  /* message that appears above each set of recommendations */
font-family:Verdana MS,Arial;
font-weight:800;
color:#994F00;
font-size:20px;
margin:5px 0;
padding:0;
height:40px;

}

.r3_itemContainer {
/* each item wrapped div with this class applied to it; image, price, buttons, name are inside */

color:#333333;
font-family:Verdana MS,Arial;
font-size:11px;
font-weight:400;
margin:0;    
text-align:center;
padding:0 5px 0;
width:100px;
}


.r3_image {
/* the product image */
    border:0 none;
    padding:0;
    width:90px;
}


.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;
}
