.r3_strategyMessage 
{
  /* message that appears above each set of recommendations */
    color:#000000;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:12px;
    font-weight:900;
    border-spacing:2px;
    padding:5px;
}

.r3_itemContainer {
/* each item wrapped div with this class applied to it; image, price, buttons, name are inside */
    color:#000000;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:9px;
    font-weight:400;
    border-spacing:2px;
    padding:1px;

}

.r3_image {
/* the product image */
    border:0 none;
    padding:0;
    height: 100px !important;
    width: 100px !important;
}

.r3_price {
/* price display */
    color:#000000;
    font-family:verdana,arial,helvetica,sans-serif;
    letter-spacing:0;
    font-weight:800;
    font-size:9px;
}

.r3_saleprice {
/* price display */
    color:#FF0000;
    font-family:verdana,arial,helvetica,sans-serif;
    letter-spacing:0;
    font-weight:800;
    font-size:9px;
}

.r3_buyNowButton {
/* if your site uses buy now / view details buttons, customize the image links here */
  width:55px;
  height:17px;
  background:url(http://www.doversaddlery.com/images/buttonbuynow.gif) no-repeat;
}

.r3_moreInfoButton {
  width:55px;
  height:17px;
  background:url(http://www.doversaddlery.com/images/buttonmoreinfo.gif) no-repeat;
}


#tlc, #trc { zoom: 1 }

/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(/images/art/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(/images/art/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(/images/art/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(/images/art/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(/images/art/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(/images/art/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(/images/art/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(/images/art/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
