/*Hides unnecessary <br> tags above Featured Products*/
#content_area br {display: none;}
#content_area table table br {display: block;}

/*****************************
* *   	   OVERRIDES	   * *
******************************/

#content {
	/* background:none !important; */
	box-shadow:none !important;
}

#content_area {
	width:970px;
	padding:0;
}

/*****************************
* *   FEATURED PRODUCTS    * *
******************************/

#content_area table[width="96%"],
#content_area table[width="96%"] table {
	width: 100%;
	border-collapse: collapse;
}

#content_area table[width="96%"] td {
	padding: 0;
}

img[src$="Icon_FreeShipping_Small.gif"],  /*Removes free shipping truck*/
td[background$="Grid_Divider_Vertical.gif"], /*Removes vertical divider*/
td[background$="Grid_Divider_Horizontal.gif"] {/*Removes vertical divider*/
	display: none;}
	
/* Produt Images */
table.v65-productDisplay a > img {
	max-width: 190px;
}

/* Center Featured Products Text */
a.productnamecolor.colors_productname,
font.pricecolor.colors_productprice,
font.text.colors_text {
	display: block;
	text-align: center;
}
font.pricecolor.colors_productprice font.text.colors_text {display: inline;}

/* Name */
a.productnamecolor.colors_productname {
	color: #000;
	font: normal 12px/1.3 Arial, sans-serif;
}

/* Our Price TEXT */
font.pricecolor.colors_productprice font.text.colors_text b {
	color: #000;
	font: normal 12px/1.3 Arial, sans-serif;
}

/* Sale PRICE/TEXT / Our Price PRICE */
font.pricecolor.colors_productprice {
	color: #000;
	font: normal 12px/1.3 Arial, sans-serif;
}

/* ============================================ */

#main-graphic {
	margin:0 0 0 -10px;
}

#big-product-img {
	background:#fff;
	width:349px;
	height:382px;
	border:4px #fff solid;
	margin:36px 0 0 20px;
}

#mid-promos {
	margin:15px 0 15px 0;
}

.promo {
	width:232px;
	min-height:340px;
	background: #f3eee8 url('../images/homepage/promo-bg.jpg') repeat-y 0 0;
	margin:0 0 0 7px;
	position:relative;
	padding-bottom: 45px;
}

.promo1 {
	margin-left:0 !important;
}

.ptop {
	width:232px;
	height: 64px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	text-transform:uppercase;
	margin:10px 0 32px 0;
	background:url('../images/homepage/title-bg.png') repeat-x;
}

.ptop-black {
	color:#53091c;
	font-size:13px;
}

.ptop-white {
	color:#fff;
	font-weight:normal;
	font-size:24px;
	line-height:20px;
}

.pimg {
	margin:15px 0;
}

.pimg img {
	display: block;
	margin: 0 auto;
}

.ptext {
	color:#232122;
	font-size:12px;
	text-align:center;
	margin:0 auto;
	margin-bottom:21px;
	width:201px;
}

.pshop {
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 43px;
	line-height: 43px;
	background:url('../images/homepage/promo-shop-now.png') no-repeat;
}

.plink {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
}

.plink:hover {
	text-decoration:none;
	box-shadow:-1px 0px 7px 0px rgba(175, 172, 166, 0.76);
}

#bottom-promos {
	margin:0 0 0 0;
}

.bottom-col a {
	display:block;
}

.bottom-col:first-child a:first-child {
	width:310px;
	height:175px;
}

.bottom-col a:hover {
	opacity:.8;
}

.last-col a {
	width:200px;
}