﻿/*====================================================================*/
/* PizzaExpress */
/* Created on Jul 2010 */
/* Corner teaser styles for the 'Create your Pizza' promo */
/*====================================================================*/

#pex-cyp-teaser {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100000;
	}

* html #pex-cyp-teaser {display: none;} /* IE6 is not worthy */
		
#pex-cyp-teaser a.redirect {
	display: block;
	width: 319px;
	height: 141px;
  background: url(http://www.pizzaexpress.com/create-your-pizza/external-teaser/graphics/corner-teaser-1.png) no-repeat;
	text-indent: -1000em;
	outline: none;
	}
		
#pex-cyp-teaser a.redirect:hover,
#pex-cyp-teaser a.redirect:focus {background-position: 0 100%;}
	
#pex-cyp-teaser a.hide {
	position: absolute;
	right: 3px;
	top: -13px;
	z-index: 100000;
	width: 23px;
	height: 23px;
  background: url(http://www.pizzaexpress.com/create-your-pizza/external-teaser/graphics/hide-button.png) no-repeat;
	text-indent: -1000em;
	outline: none;
	}

#pex-cyp-teaser a.hide:hover,
#pex-cyp-teaser a.hide:focus {background-position: 0 100%;}