
/* these styles are for the express shop window itself, styles for the product area (in the iframe) are in expressShopFrame.css */

.esWindow{
	position:absolute;
	width:670px;
	height:542px;
	z-index:9999;
}
.esHeader a{
	text-decoration:none;
	display:block;
	width:670px;
	height:17px;
	font-size:1px;
	background:url(/Images/expressShop/esHeader.gif) no-repeat center;
	text-indent:-99999px;
}
.esFrame{
	border:2px solid #036;
	border-top:none;
	width:666px;
	height:542px;
	background-color:#fff;
}
.esShadow{
	position:absolute;
	z-index:9998;
	width:690px;
	height:581px;
	background:url(/Images/expressShop/esShadow.png) no-repeat left top;
}
* html .esShadow{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/expressShop/esShadow.png', sizingMethod='crop');
	background: none;
}
.esLink{ /* height and width set via inline style in showExpressShopLink() in expressShop.js */
	position:absolute;
	display:block;
	text-decoration:none;
	font-size:8px;
	background:url(/Images/expressShop/quickView.gif) no-repeat;
	z-index:5;
	text-indent:-99999px;
	outline:none;
	width:71px;
	height:15px;
}

.esLink:hover {background-position: 0px -15px;}
