/*  fr.css
 *
 *  Extra stylization exceptions for French.
 */

header a.mega_link, header span.mega_link {
  /* normally this is padding: 0 12px, shortened for valentine's day */
  padding: 0 10px;
}

body.presale .fr #side_image 
  {
    background-image: url(/images/ecommerce/presale/fw15_home_desktop_private_fre_sale_end.jpg);
  }

/*=Ipad
-------------------------------------------------------------- */
/* mega menu compressed */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {

		header a.mega_link, header span.mega_link {
	  	padding: 0 7px !important;
	}

}

/* style page
------------------------------------------------------------------*/
body.styles #container_error {
  margin-top: 10px;
}