.r3_strategyMessage {/* message that appears above each set of recommendations */
background-color:#6B1000;
color:#FFFFFF;
	float:left;
	font-family:Arial;
	font-size:14px;
	font-weight:900;
	margin:10px 0px 5px;
	padding-left:5px;
padding-top:5px;
padding-bottom:5px;
	vertical-align:top;
	text-align:left;
       width:580px;
}

.r3_itemContainer {
/* each item wrapped div with this class applied to it; image, price, buttons, name are inside */
    color:#828282;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    margin:0;    
    text-align:left;
    padding:0 5px 0;
    width:150px;
    height:190px;
}


.r3_image {
/* the product image */
    border:0 none;
    padding:0;

}

.r3_buyNowButton {/* if your site uses buy now / view details buttons, customize the image links here */
  width:61px;
  height:23px;
  background:url(http://agrisupply.com/images/art/buynow.gif) no-repeat;
}
.r3_moreInfoButton {
  width:61px;
  height:23px;
  background:url(http://agrisupply.com/images/moreinfo.gif) no-repeat;
}


