
#homeSpecialOffer {
	width: 433px;
	height: 194px;
	overflow: hidden;
	background: url(/_resources/images/some-random-offers/bg_special_offers.jpg) no-repeat top left;
}


.offer {
	float: left;
	margin: 10px 0 0 10px;
	width: 131px;
	height: 174px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
	font-family: Arial, sans-serif;
	cursor: default;
}

.offer .image {
}

.offer a img {
	cursor: hand;
	border: 0px;
}

.offer .content {
	position: absolute;
	bottom: 0px;
	z-index: 3;
}

.offer .content .price a {
	background: #cc2229;
	padding: 1px 3px 1px;
	_padding-top: 3px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.offer .content .price sup {
	font-size: 9px;
	position: relative;
	top: 3px;
	_top: 0px;
}
.offer .content .title, .offer .content .supplier{
	border-left: 3px solid #fff;
	padding-top: 2px;
	font-size: 11px;
}
.offer .content .title a, .offer .content .supplier a {
	background: #fff;
	color: #000;
	padding: 1px 3px 1px 0;
	text-decoration: none;
}

.offer .content .supplier a {
	text-transform: uppercase;
}

.offer .content .title a {
	font-weight: bold;
	font-size: 12px;
}