.hide {
	display: none;
}
#freeShippingPolicyPopUp, #lowPriceGuaranteePopUp, #freeShippingPolicyCartPopUp {
	width:600px;
	margin:10px 30px 10px 10px;  /*eliminates horizontal scrolling at any width*/
}
html>body #freeShippingPolicyPopUp, #lowPriceGuaranteePopUp, #freeShippingPolicyCartPopUp { /*IE7*/
	*width:600px;
	*margin-right:6%;  /*eliminates horizontal scrolling at any width*/
}
*html #freeShippingPolicyPopUp, #lowPriceGuaranteePopUp, #freeShippingPolicyCartPopUp { /*IE6*/
	width:600px;
	margin-right:6%;  /*eliminates horizontal scrolling at any width*/
}
