h1 {
	background: url(../images/titles/title_promotional_items_slammed.png) no-repeat;
}

* html h1 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/titles/title_promotional_items_slammed.png');
}

#promo_items {
	margin-top: 15px;
	overflow: hidden;
}

* html #promo_items {
	height: 1%;
}

.cell {
	float: left;
	text-align: center;
	width: 172px;
/*	font-size: .9em;*/
	margin: 0 10px 20px 0;
	padding-bottom: 4px;
	background: url(../images/black15per_bg_slammed.png);
	border: 1px solid #1F507F;
}

* html .cell {
	height: 1%;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/black15per_bg_slammed.png');
}

.cell a,
.icon {
	vertical-align: middle;
}

.image {
	width: 166px;
	height: 166px;
	text-align: center;
	margin: 2px auto 6px;
}

.image img {
	border: 1px solid #000;
}
