.home-featured-items {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

.home-featured-items tr {
		border-top: 1px solid #000;
	}

.home-featured-items .featured-item-first {
	width: 250px;
	height: 233px;
	padding: 5px 8px 5px 8px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.home-featured-items .featured-item-middle {
	width: 250px;
	height: 233px;
	margin: 0 8px;
	padding: 5px 8px;
	background-position: center bottom;
	background-repeat: no-repeat;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

.home-featured-items .featured-item-last {
	width: 250px;
	height: 233px;
	padding: 5px 8px 5px 8px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.home-featured-items .featured-title {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	width: 70px;
	position: relative;
	float: left;
	text-align: left;
}

.home-featured-items .featured-title a {
	color: #000;
}

.home-featured-items .featured-title a:hover {
	color: #000;
}

.home-featured-items .featured-title a:visited {
	color: #000;
}

.home-featured-items .featured-price {
	position: relative;
	float: right;
	text-align: right;
}

.home-featured-items .featured-price .featured-strikethrough-price {
	text-decoration: line-through;
	color: #000;
}

.home-featured-items .featured-price .featured-sale-price {
	text-decoration: none;
	color: #fe0000;
	font-weight: bold;
	font-size: 14px;
}

.home-featured-items .featured-image {
	height: 220px;
	width: 250px;
	text-align: center;
	vertical-align: bottom;
}

.home-featured-items .featured-image img {
	vertical-align: bottom;
}
