
/* This is a print stylesheet with La Quinta-specific elements for the La Quinta brand */


html
{
	/* This creates the logo along the top of the popup pages */
	background-image: url(/lq/images/about-this-hotel/lq/logo-print.gif);
}

/* Only IE sees this */
* html body
{
	/* This creates the logo along the top of the popup pages */
	background-image: url(/lq/images/about-this-hotel/lq/logo-print.gif);
}

/* And, IE/Mac gets the original value */
* > html body
{
	background-image: none;
}