{
  position: relative;
  width: 180px;
  height: 180px;
  vertical-align: top;
  text-align: left;
}
div.productPreviewBox {
	position: relative;
	z-index: 1;
	width: 180px;
	height: 180px;
	background: #ffffff;
	overflow: hidden;
	float: left;
	margin: 1px;
}

div.productPreviewBox a:hover {
	text-decoration: none;
}

div.productPreviewBox div.productImage {
	position: absolute;
	text-align: center;
	width: 100%;
}

div.productPreviewBox div.productImage img {
	width: 100%;
	height: 184px;
}

div.productPreviewBox div.productDetails {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	height: 165px;
}

div.productPreviewBox div.productDetails h2.productNameLabel {
	font-size: 12px;
	line-height: 15px;
	width: 50px;
	margin: 0 0 6px 0;
	font-family: Arial, Verdana, sans-serif;
}

div.productPreviewBox div.productDetails h2.productNameLabel a {
	color: #333333;
	text-decoration: none;
}

div.productPreviewBox div.productDetails a.flipButton {
	position: absolute;
	bottom: 0;
	margin-top: 5px;
	display: block;
	width: 25px;
	height: 25px;
	background-image: url("/ecom/common/images/shop/backgrounds/pdpSprite.png");
  	background-position: -10px -765px;
	cursor: pointer;
}

div.productPreviewBox div.productPrices {
	position: absolute;
	z-index: 1;
	bottom: 2px;
	right: 2px;
}

div.productPreviewBox div.productPrices span.promotionLabel {
	display: inline-block;
	height: 16px;
	padding: 0 2px 0 2px;
	margin-bottom: 8px;
	background:
		url('/ecom/common/images/shop/backgrounds/ppbox-promo-center-bg.gif')
		repeat-x;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	float: left;
}

div.productPreviewBox div.productPrices span.leftcorner-promotionLabel {
	display: inline-block;
	height: 16px;
	width: 4px;
	margin-bottom: 8px;
	background:
		url('/ecom/common/images/shop/backgrounds/ppbox-promo-left-bg.png')
		no-repeat;
	float: left;
}

div.productPreviewBox div.productPrices span.rightcorner-promotionLabel
	{
	display: inline-block;
	height: 16px;
	width: 4px;
	margin-bottom: 8px;
	background:
		url('/ecom/common/images/shop/backgrounds/ppbox-promo-right-bg.png')
		no-repeat;
	float: left;
}

div.productPreviewBox div.productPrices span.priceLabel {
	display: block;
	font-size: 11px;
	color: #787878;
	font-weight: bold;
	clear: both;
}

div.productPreviewBox div.productPrices span.priceLabel span.newprice {
	display: block;
	color: #000000;
}

div.productPreviewBox div.productPrices span.priceLabel span.oldprice {
	display: block;
	color: #787878;
	text-decoration: line-through;
}

div.productPreviewBox div.collectionLogo {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

div.productPreviewBoxOver div.collectionLogo {
	bottom: 0;
	right: 0;
}

div.productPreviewBox div.specialFeatureLabel {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}

div.productPreviewBoxOver {
	z-index: 1;
	width: 184px;
	height: 184px;
	margin-top: -2px;
	margin-left: -2px;
	background: #fff;
	cursor: pointer;
}

div.productPreviewBoxContainer,td.productPreviewBoxContainer {
	width: 182px;
	height: 180px;
	position: relative;
	float: left
}
