/**
 * CSS From PDOTheme.css which is npot validating
 */
@font-face 
	{
	font-family: 'DidotRegular';
	src: url('http://beta.w3industries.com/pro/mendo/prototype/_fonts/didot.eot');
	src: local('Didot'), local('Didot'), url('http://beta.w3industries.com/pro/mendo/prototype/_fonts/didot.woff') format('woff'), url('http://beta.w3industries.com/pro/mendo/prototype/_fonts/didot.otf') format('opentype'), url('http://beta.w3industries.com/pro/mendo/prototype/_fonts/didot.svg#Didot') format('svg');
	}

.overlay_bg
	{
	position:fixed;
	background:#000;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50); 
	}

* html .overlay_bg
	{
	position: absolute; 
	top: expression((ignoreMe = document.body.clientHeight - this.offsetHeight + document.body.scrollTop) +'px'); 
	left:expression((ignoreMe = document.body.scrollLeft) +'px');
	}
	
* html .store_locator_info
    {
    height:81px;
    }
/**
 * CSS From contactlocator.css which is npot validating
 */    
.mtpl11 .overlay h1    
	{
	font-weight:bold;
	font-family: "Trebuchet MS";
	font-size:24;
	padding-bottom:37px;
	background:none;
	line-height:20px;
	border-bottom:1px dotted #000;
	}
