/*	THIS CSS IS ONLY EFFECTIVE FOR IE PRIOR TO VERSION 9 (see CSS conditional link in nav.asp header)
	IE browsers prior to version 9 do not support "border-radius" style and have to use "behavior: url(/global/css/border-radius.htc);" instead.
	This .htc however creates problems in IE9 and must be removed from default CSS definitions which is now done.
	The following adds this "behavior" back to specific classes only if this .css is loaded which is governed by conditional inclusion in nav.asp.
*/
.xrx_product_cta_shop_button {
	behavior		: url(/global/css/border-radius.htc);
}
.curved	{
	behavior		: url(/global/css/border-radius.htc);
}
