.home-promo-container {
	width: 100%;
	height: 201px;
	border-bottom: 11px solid #fff;
	background-color: #14cec5;
	margin-top: 20px;
	min-width: 984px;
}
.home-promo-spacer {
	height: 13px;
	width: 100%;
	background-color: #fff;
	position: absolute;
}
.promo-box {
	float: left;
	margin-right: 10px;
	width: 230px;
	height: 210px;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 3px;
}
.home-promo-rep-top {
	height: 34px;
	background-color: #F30B28;
	color: #FFF;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	line-height: 1.75em;
}
.home-promo-rep-image {
	float: left;
	margin: 10px;
}
.home-promo-rep-image>img {
	width: 60px;
	height: 80px;
}
.home-promo-rep-text {
	margin: 10px 10px 0px 0px;
}
.home-promo-rep-name {
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 5px;
}
.home-promo-rep-blurb {
	font-size: 10pt;
	font-style: italic;
	line-height: 1.25em;
	color: #888;
}
.home-promo-rep-blurb a {
	font-style: normal;
	text-decoration: underline;
	font-size:90%;
}
.home-promo-rep-discounts {
	background-color: #5D5D5D;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
.home-promo-rep-number {
	font-size: 18pt;
	color: #F20C28;
	text-align: center;
	font-weight: 600;
	margin-top: 5px;
}
.home-promo-rep-ext {
	font-size: 10pt;
	text-align: center;
	font-weight: 600;
	margin-top: 5px;
	color: #666;
}
.home-promo-rep-box-link {
	font-size:80%;
	display:block;
	text-align:right;
}
/**
 * Category Square
 */
#home-tile-container .category-square {
	width: 236px;
	float: left;
	margin: 20px 0 10px 6px;
}
/* Category square on the search page is slightly different size : */
#search-header #home-tile-container .category-square {
	width: 229px;
}

#home-tile-container .category-square-title {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	height: 24px;
}
#home-tile-container .category-square-title h2 {
	font-size: 18px;
}
#home-tile-container .category-square-title a, #home-tile-container .category-square-title a:active, #home-tile-container .category-square-title a:link, #home-tile-container .category-square-title a:visited {
	color: #4f4f4f;
	font-weight: 500;
}
#home-tile-container .category-square-image {
	width: 200px;
	height: 200px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	border-radius: 20px;
}
#home-tile-container .category-square-image img {
	margin: 0 auto;
	width: 200px;
}
#home-tile-container .category-square-link {
	text-align:center;
	margin-top:6px;
}
#home-tile-container .category-square-link a, #home-tile-container .category-square-link a:active, #home-tile-container .category-square-link a:link, #home-tile-container .category-square-link a:visited {
	color: #00aebd;
	font-weight: 400;
}
