/* *********************************************************************** */
/* *********************************************************************** */
/* MISC PAGES                                                              */
/* *********************************************************************** */
/* *********************************************************************** */



/* *********************************************************************** */
/* CURRENT PROMOTIONS                                                      */
/* *********************************************************************** */

/* --- General --- */

body#CURRENTPROMOTIONS div.current_promotions_wrap {
	position: relative;
	margin: 20px 0 10px 0;
}


/* --- Header --- */

body#CURRENTPROMOTIONS h1.hdr_current_promotions {
	position: relative;
	height: 60px;
	background: url('../images/hdr_current_promotions.gif') 0 30px no-repeat;
	border-bottom: 1px dashed #ACABAB;
}
body#CURRENTPROMOTIONS h1.hdr_current_promotions span {
	display: none;
}


/* --- Promotion Item --- */

body#CURRENTPROMOTIONS div.current_promotions_wrap div.promo_wrap {
	position: relative;
	/* 5/14/07 JCM - modified to accomodate promo tag lines that did not fit in a div with height = 7em 
	height: 7em;*/
	min-height: 77px;
	clear:both;
	height:auto !important;
	height:77px;
}
body#CURRENTPROMOTIONS div.current_promotions_wrap div.promo_logo {
	position: absolute;
	top: 1.2em;
	width: 185px;
	text-align: center;
}
body#CURRENTPROMOTIONS div.current_promotions_wrap div.promo_desc {
	position: relative;
	top: 2em;
	left: 260px;
	width: 600px;
}


/* --- Button --- */

body#CURRENTPROMOTIONS div.current_promotions_wrap div.button_wrap {
	position: relative;
	margin-top: 20px;
	height: 32px;
	text-align: right;
}



/* *********************************************************************** */
/* SHOP BY BRAND                                                           */
/* *********************************************************************** */

/* --- General --- */

body#SHOPBYBRAND div.shop_by_brand_wrap {
	position: relative;
	margin: 20px 0 10px 0;
}


/* --- Main Header --- */

body#SHOPBYBRAND h1.hdr_shop_by_brand {
	position: relative;
	height: 60px;
	background: url('../images/hdr_shop_by_brand.gif') 0 30px no-repeat;
	border-bottom: 1px dashed #ACABAB;
}
body#SHOPBYBRAND h1.hdr_shop_by_brand span {
	display: none;
}


/* --- Featured Brands --- */

/* General */
body#SHOPBYBRAND div.featured_brands_wrap {
	position: relative;
	clear: both;
}

/* Header */
body#SHOPBYBRAND h2.hdr_sub_featured_brands {
	height: 40px;
	background: url('../images/hdr_sub_featured_brands.gif') 0 10px no-repeat;
}
body#SHOPBYBRAND h2.hdr_sub_featured_brands span {
	display: none;
}

/* Featured Brands UL */
body#SHOPBYBRAND div.featured_brands_wrap ul {
	position: relative;
	display: inline-block;
}
body#SHOPBYBRAND div.featured_brands_wrap ul li {
	display: block;
	float: left;
	width: 137px;
	text-align: center;
	padding: 0 6px 20px 0;
	background: none;
}
body#SHOPBYBRAND div.featured_brands_wrap ul li a {
	text-decoration: none;
}
body#SHOPBYBRAND div.featured_brands_wrap ul li a img {
	margin: 10px 0;
}
body#SHOPBYBRAND div.featured_brands_wrap ul li a span {
	text-decoration: underline;
}
body#SHOPBYBRAND div.featured_brands_wrap ul li a:hover span {
	text-decoration: none;
}

/* --- All Brands --- */

/* General */
body#SHOPBYBRAND div.all_brands_wrap {
	clear: both;
	position: relative;
	border-top: 1px dashed #ACABAB;
}

/* Header */
body#SHOPBYBRAND h2.hdr_sub_all_brands {
	height: 60px;
	background: url('../images/hdr_sub_all_brands.gif') 0	30px no-repeat;
}
body#SHOPBYBRAND h2.hdr_sub_all_brands span {
	display: none;
}

/* All Brands UL */
body#SHOPBYBRAND div.all_brands_wrap ul {
	position: relative;
	display: inline-block;
}
body#SHOPBYBRAND div.all_brands_wrap ul li {
	display: block;
	float: left;
	width: 137px;
	padding: 2px 6px 2px 0;
	background: none;
}
body#SHOPBYBRAND div.all_brands_wrap ul li ul li {
	height: 3.5em;
	padding: 0;
}


