/*Hides unnecessary <br> tags above Featured Products*/
#content_area br {display: none;}
#content_area table table br {display: block;}
img[src*="Icon_FreeShipping_Small.gif"] {display: none;} /*Removes free shipping truck*/

#content {
	background: url(../images/homepage/homepage_content_bg.jpg) repeat-y 0;
}

#content_top {
	background: url(../images/homepage/homepage_content_top_bg.png) no-repeat 0 0;
}

#content_area {
	padding: 0 !important;
	width: 730px;
}

#content_area > table table[width="96%"] {
	width: 100%;
	background: #FFF;
}


/*****************************
 * *  	   SLIDESHOW 	   * *
 *****************************/
 
#slideshow_wrap {position: relative;}

#slideshow {
    height: 293px;
    overflow: hidden;
    position: relative;
    width: 730px;
	margin-bottom: 7px;
}

#slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}

#slideshow .currentPic {z-index: 590;}

.back_btn, .forward_btn {
    cursor: pointer;
    display: block;
    height: 13px;
    position: absolute;
    width: 12px;
    z-index: 999;
}

.back_btn {
    background: url(../images/homepage/left.png) no-repeat;
    right: 38px;
    bottom: 19px;
}

.forward_btn {
    background: url(../images/homepage/right.png) no-repeat;
    right: 22px;
    bottom: 19px;
}

/*****************************
 * *  	     PROMOS  	   * *
 *****************************/
 
#promos_wrap {
	overflow: hidden;
	width: 730px;
	margin-bottom: 15px;
}

#promos_wrap a {
	float: left;
	display: block;
	text-indent: -9999px;
}

#promos_wrap a.one {
	background: url(../images/homepage/new_arrivals.jpg) no-repeat 0 0;
	width: 239px;
	height: 93px;
}

#promos_wrap a.two {
	background: url(../images/homepage/clearance_deals.jpg) no-repeat 0 0;
	width: 247px;
	height: 93px;
}

#promos_wrap a.three {
	background: url(../images/homepage/newsletter_archive.jpg) no-repeat 0 0;
	width: 244px;
	height: 93px;
}

/*****************************
 * *   FEATURED PRODUCTS   * *
 *****************************/
 
/*Produt Images*/
table.v65-productDisplay a > img {
	max-width: 150px;
}

/*Name*/
a.productnamecolor.colors_productname {
	color: #000;
	font: 500 11px/1.3 Ubuntu, sans-serif;
}

/*Our Price TEXT*/
font.pricecolor.colors_productprice font.text.colors_text b {
	color: #212121;
	font: 400 11px/1.3 Ubuntu, sans-serif;
}

/*Sale PRICE/TEXT / Our Price PRICE */
font.pricecolor.colors_productprice {
	color: #0072bc;
	font: 400 11px/1.3 Ubuntu, sans-serif;
}

/*Featured Title*/
#featured_title {
	background: url(../images/homepage/featured_title.jpg) no-repeat 0 0;
	width: 730px;
	height: 49px;
}

