/* ****    Copyright (c) 1999-2005 UniteU Technologies Inc.  All rights reserved. ****/
/* ***********************************************************************************/
/* ****    This file contains default style definitions used in the UU eShop and  ****/
/* ****    eStore applications. This file is included on all store pages. This    ****/
/* ****    setting may be modified via the site manager so that a different file  ****/
/* ****    may be used.                                                           ****/
/*************************************************************************************/

body {
	background: #fff url(../body_bg.gif) fixed top left repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%; /* 16px */
	line-height: 18px; /*1.125em; /* 16x1.125=18px */
	text-align: center;
}

.left { clear: left; }

#Body-Container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	/*background: #d3d2a4;*/
	background: #ffffff;
}

/*** HEADER ELEMENTS ***/
#Header-Container {
	width: 1000px;
	/*height: 134px;*/
	background: url(../HeaderImages/header_bg.gif) top left repeat-x;
	text-align: left;
}
	#Header-Container ul, #Header-Container ol {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	#Header-Container a {
		color: #000;
		text-decoration: none;
	}
	#Header-Container a:hover {
		color: #000;
		text-decoration: underline;
	}
	#logo {
		float: left;
		/*padding-left: 110px;*/
		padding-left: 80px;
	}
		#logo h1 {
			width: 410px;
			height: 93px;
			background: url(../HeaderImages/eriks-logo.gif) top left no-repeat;
		}
			#logo h1 span { display: none; }
			#logo a { cursor: pointer; }
	#quickLinks {
		float: left;
		/*margin: 5px 0 0 115px;*/
		margin:5px 0 0 100px;
	}
		#quickLinks #links {
			float: left;
		}
			#quickLinks #links li {
				font-size: 11px; /*0.6875em; /* 16x0.6875=11px */
			}
		#quickLinks #quickCart {
			float: left;
			margin-left: 30px;
			padding: 3px 0 0 5px;
			background: url(../Headerimages/quickCart_bg.gif) top left no-repeat;
		}
			#cartDisplay li, #accountLinks li {
				float: left;
				padding-left: 10px;
				font-size: 11px; /*0.6875em; /* 16x0.6875=11px */
				font-weight: bold;
			}
						#welcome {
							float:none;
							width:200px;
							font-size:12px;
						}
			#cartDisplay li.wish { font-weight: normal; }
			#accountLinks, #welcome {
				clear: left;
			}
			#quickLinks-Search {
				clear: left;
				padding: 10px 0 10px 10px;
				width: 252px;
				/*height: 20px;*/
				background: url(../HeaderImages/search-tab.gif) top left no-repeat;
				font-size: 11px; /*0.6875em; /* 16x0.6875=11px */
			}
				#quickLinks-Search .input {
					margin-left: 7px;
					font-size: 9px; /*0.8181em; /* 12x0.8181=9px */
					color: #767676;
					border-top: 1px solid #333;
					border-left: 1px solid #333;
					border-right: 1px solid #ccc;
					border-bottom: 1px solid #ccc;
				}
				#quickLinks-Search .button { margin:0 0 -3px 3px; }
		#quickCart {
			float: left;
		}
		#accountLinks a { text-decoration: underline; }
		#main-image {
			clear: left;
			margin-bottom: 10px;
			width: 1000px;
			z-index:100;
			height: 247px;
			/*background: url(../HeaderImages/main-large.jpg) top left no-repeat;*/
		}




/*** FOOTER ELEMENTS ***/
#hm_nav {
	clear: left;
	margin-top: 10px;
	width: 1000px;
	height: 124px;
	border-top: 1px solid #cccccc;
	background: url(../HomeImages/hm_nav_bg.jpg) top left no-repeat;
	text-align: left;
}
	#hm_nav div {
		float: left;
		margin-top: 13px;
	}
	#hm_nav h3 {
		color: #c02;
		font-size: 12px; /*0.75em; /* 16x0.75=12px */
		font-weight: bold;
	}
	#hm_nav ul {
		margin: 0 0 0 20px;
		padding:0;
		list-style-type: none;
	}
	#hm_nav li, #hm_nav p {
		font-size: 11px; /*0.6875em; /* 16x0.6875=11px */
	}
	#hm_nav-stores {
		margin-left: 195px;
		width: 175px;
	}
		#hm_nav-stores p { margin-left: 20px; }
	#hm_nav-clubs, #hm_nav-about, #hm_nav-email, #hm_nav-giftcards {
		margin-left: 15px;
		padding-left: 15px;
		height: 105px;
		background: url(../HomeImages/hm_nav-div_bg.gif) top left no-repeat;
	}
	#hm_nav-email {
		width: 170px;
	}
		#hm_nav-email input {
			margin-top: 3px;
			padding: 2px;
			font-size: 9px; /*0.5625em; /* 16x0.5625=9px */
			color: #767676;
			border-top: 1px solid #333;
			border-left: 1px solid #333;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
		}
		#hm_nav-email input.image {
			border: none;
			margin-left: 5px;
			margin-bottom: -4px;
		}
	#hm_nav-giftcards { background: none; }	

#Footer-Container {
	/*margin-bottom: 25px;*/
	padding: 5px 0 20px;
	width: 1000px;
	background: #8fb3bd;
	text-align: center;
	font-size: 11px; /*0.6875em; /* 16x0.6875=11 */
}
	#Footer-Container ul {
		list-style-type:none;
		margin: 0 100px;
		padding:0;
	}
	#Footer-Container li {
		float: left;
		padding: 0 15px;
		border-left: 1px solid #fff;
		text-align: center;
	}
		#Footer-Container li.first {
			border: none;
		}
		#Footer-Container a {
			color: #000;
			text-decoration: none;
		}
		#Footer-Container a:hover {
			color: #000;
			text-decoration: underline;
		}
	#Footer-Container p {
		clear: left;
		padding-top: 7px;
	}
	


/*** HOMEPAGE ELEMENTS ***/
#homepage { text-align:center; }
#homepage a:link, #homepage a:visited {
	color: #000;
	text-decoration: none;
}
#homepage a:hover, #homepage a:active {
	color: #000;
	text-decoration: underline;
}
.hm_box {
	float: left;
	width: 234px;
	margin-bottom: 10px;
	background: url(../HomeImages/hm_box_bg.gif) top left repeat-y;
	text-align: center;
}
	.hm_box h2 {
		width: 234px;
		padding: 12px 0 10px;
		font-size: 14px; /*0.875em; /* 16x0.875=14px */
		font-weight: bold;
		background: url(../HomeImages/hm_box-h2_bg.gif) top left no-repeat;
	}
	.hm_box p {
		/* this needs a fixed width in order for the entire rnd btm img to show in IE */
		/* b/c it has padding, box model hack with width...ugh */
		width: 234px; 
		voice-family: "\"}\""; 
		voice-family: inherit;
		width: 214px;
		padding: 12px;
		text-align: left;
		font-size: 11px; /*0.6875em; /* 16x0.6875=11px */
		background: url(../HomeImages/hm_box-p_bg.gif) bottom left no-repeat;
	}
	html>body .hm_box p {
		width: 214px;
	}
#hm_giftIdeas, #hm_bikes, #hm_info {
	margin-right: 8px;
}


	
	
/*** STORE LOCATOR ***/
#stores { margin: 0 10px 10px 10px; }
#stores td {
	padding: 10px;
	font-size: 12px; /*0.75em; /* 16x0.75=12px*/ 
}
#stores td table { margin-bottom: 8px; }
#stores td table td { padding: 0; }

#stores h2 {
	margin-top: 8px;
	font-size: 14px; /*1.1666em; /* 12x1.1666=14px */
	font-weight: bold;
}
#stores p { font-weight: normal; }
#storeListings {
	float: left;
	margin-bottom: 15px;
	width: 270px;
}
	#storeListings h3 {
		margin-top: 8px;
		margin-bottom: 3px;
		font-weight: bold;
	}
	#storeListings ul {
		margin: 0 0 0 15px;
		padding:0;
		list-style-type:none;
	}
	#storeListings a { cursor: pointer; }
	#storeListings ul li a:link, #storeListings ul li a:visited {
		cursor: pointer;
		color: #42438A;
		text-decoration: none;
	}
	#storeListings ul li a:hover, #storeListings ul li a:active {
		cursor: pointer;
		color: #212245;
		text-decoration: underline;
	}

#storeDetail {
	float: left;
	/*width: 430px;*/
	width: 640px;
}
	#storeDetail .storeDetail { display: none; }
	#storeDetail img {
		margin-top: 8px;
		border-top: 1px solid #A6A6A6;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-left: 1px solid #A6A6A6;
	}
	#storeDetail .placeholder {
		margin-top: 8px;
		width: 244px;
		height: 188px;
		border-top: 1px solid #A6A6A6;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-left: 1px solid #A6A6A6;
	}
	#storeDetail h3, #storeDetail h4 {
		margin-top: 8px;
		font-weight: bold;
	}
	#storeDetail ul {
		/*margin-left:25px;*/
		margin:0 0 0 10px;
		padding:0;
		list-style-type:disc;
	}
	#storeDetail .hours { padding-left:20px; }
	#storeDetail .storeDetail .map {
		margin-top: 8px;
		/*border-top: 1px solid #737373;/*#ccc;*/
		/*border-right: 1px solid #333;
		border-bottom: 1px solid #333;*/
		/*border-left: 1px solid #737373;/*#ccc;*/
	}
	
/*** PRIVACY POLICY ***/
#policy { /*margin-top: 8px;*/ }

#policy h3 { font-weight: bold; }

#policy p { margin-bottom: 8px; }

/*** FNS SEARCH RESULTS ELEMENTS ***/
#search_form {
	padding-bottom: 10px;
}
.sorttxt { color: #666666; }
.searchdrop {
	padding: 2px;
	border: 1px solid #000000;
}
	#search_form .searchprod {
		margin: 0 5px 10px;
		/*padding: 0 10px;*/
		/*text-align: left;*/
		text-align: center;
		font-size: 12px; /*0.75em; /* 16x0.75=12px */
		width: 155px;
		/*border-right: 1px solid #a6a6a6;*/
	}
		#search_form .searchprod . {
			/*width: 155px;
			height: 130px;*/
			/*border-top: 1px solid #A6A6A6;*/
			/*border-right: 1px solid #666666;*/
			max-width: 155px;
			/*min-height: 125px;*/
			/*min-height:110px;*/
			/*height: 125px;*/
			/*height:110px;*/
			vertical-align: bottom;
			cursor: pointer;
			/*border-bottom: 1px solid #666666;
			border-left: 1px solid #A6A6A6;*/
		}
		#search_form .searchprod .searchthumb img { max-width: 155px; }
		#search_form .searchprod .searchDesc {
			/*padding: 10px 10px 20px 10px;*/
			padding: 0 10px 20px 10px;
			/*background: #cecf8d;
			border-top: 1px solid #a6a6a6;			
			border-bottom: 1px solid #a6a6a6;
			border-left: 1px solid #a6a6a6;*/
			min-height: 100px;
			height: 100px;
		}
		#search_form .searchprod .searchDesc .vendorCode, h2.vendorCode {
			font-weight: bold;
			color: #212245;
		}
		#search_form .searchprod .searchDesc .ListPricewSale { padding-top: 0; }
		/* check .deptlinkP classes for link styles */
	#message-block {
		display: block;
		margin-left: 15px;
		font-size: 11px; /*0.6875em; /* 16x0.6875=11px */
	}
	.history_bar {
		padding: 15px 25px 5px 15px;
		font-size: 12px; /*0.6875em; /* 16x0.6875=11px */
	}
	.searchpage { font-weight: bold; }
	.history-link:link, .searchtxt a:link {
		/*color: #42438A;*/
		color: #000000;
		text-decoration: none;
	}
	.history-link:visited, .searchtxt a:visited {
		/*color: #42438A;*/
		color: #000000;
		text-decoration: none;
	}
	.history-link:hover, .searchtxt a:hover {
		/*color: #212245;*/
		color: #000000;
		text-decoration: underline;
	}
	.history-link:active, .searchtxt a:active {
		/*color: #212245;*/
		color: #000000;
		text-decoration: underline;
	}
	#item-count-block b { font-weight: normal; }
	.sort_bar { padding: 15px 0 5px 15px; }
	.sort_bar .sorttxt, .sort_bar select { font-size: 11px; /*0.6875em; /* 16x0.6875=11px */ }
	#refine-container {
		margin: 0 10px;
		width: 200px;
		/*background: #ffffff url(../ProdDisplay/refine-container_bg.gif) bottom left no-repeat;*/
	}
		.refine-header {
			padding-top: 7px;
			padding-left: 7px;
			width: 200px;
			voice-family: "\"}\""; 
			voice-family: inherit;
			width: 197px;
			/*background: url(../ProdDisplay/refine-header_bg.gif) top left no-repeat;*/
			font-size: 14px; /*0.875em; /* 16x0.875=14px */
			font-weight: bold;
			text-transform: uppercase;
			color: #666666;
		}
		html>body .refine-header {
			width: 197px;
		}
		.CatGroup { padding: 7px; }
			.CatName {
				padding: 3px 0 3px 5px;
				font-size: 12px; /*0.75em; /* 16x0.75=12px */
				color: #336699;
				text-transform: uppercase;
				font-weight: bold;
				background: url(../catName_bg.gif) top left no-repeat;
			}
				.CatItem {
					/*margin: 5px 10px;*/
					padding: 2px 0 2px 12px;
					font-size: 12px; /*0.75em; /* 16x0.75=12px */
					/*font-size: 0.6875em; /* 16x0.6875=11px */
					background: url(../catItem_bg.gif) 3px 5px no-repeat;
				}
				.CatItem:link, .CatItem:visited {
					text-decoration: none;
					color: #42438A;
				}
				.CatItem:hover, .CatItem:active  {
					text-decoration: underline;
					color: #212245;
				}
		#refine-container p {
			padding: 7px 10px;
			font-size: 12px; /*0.75em; /* 16x0.75=12px */
		}
	#mainResults {
		margin: 0 10px 10px 10px;
		/*padding: 15px 0 15px 15px;*/
		width: 730px;
		/*voice-family: "\"}\""; 
		voice-family: inherit;
		width: 715px;*/
		/*background: #ffffff url(../ProdDisplay/mainResults_bottom.gif) bottom left no-repeat;*/
	}
	html>body #mainResults {
		/*width: 715px;*/
	}
		#mainResults .mainResultsTbl {
			width: 730px;
			/*background: url(../ProdDisplay/mainResults_top.gif) top left no-repeat;*/
		}
	#shopper {
		margin: 0 10px 10px 10px;
	}
		
		.searchresbox { margin-top:10px; }

/*** PRODUCT ELEMENTS ***/
#productPage {
	/*padding: 20px 50px 20px 0;*/
}
#productPage h2.ProductName, #productPage h1.ProductName, .ProductName {
	color: #336699;
	font-weight: bold;
	font-size: 12px;
}
#leaf_tree {
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}
.lfNav { margin-left: 10px; }
#buyDetails {
	margin: 3px 0 3px 10px;
	width: 90%;
	/*border: 1px solid #cccccc;*/
}
	#buyDetails td { padding: 3px 0px; }
	#buyDetails td.stock {
		background: #b52121;
		color: #ffffff;
		text-align: center;
	}
#buyDetails .ProductAttrlabel, .ProductAttrlabel b {
	font-size: 12px;
	font-weight: normal;
}
	#buyDetails .ProductAttrlabel br { display: none; }
#buyDetails .ProductAttr { font-size: 12px; }
.ProductAttr{font-size: 12px;}
#finePrintTBL { font-size: 10px; }
#finePrint {
	/*position: relative;
	margin: -8px 0 20px 50px;
	margin: 5px auto;
	width: 275px;
	border: 1px solid #cccccc;
	background: #eeeeee;*/
	/*width: 500px;*/
	width: 450px;
	margin: 0 auto;
}
#finePrint ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#finePrint ul li {
	float: left;
	width: 33%;
	font-size: 10px;
	border-right: 1px solid #ffffff;
}
#finePrint ul li.last { border: none; }
#finePrint ul li a {
	display: block;
	text-align: center;
	color: #ffffff;
}
.subFinePrint a:link, .subFinePrint a:visited {
	color: #000000;
	text-decoration: none;
}
.subFinePrint a:hover, .subFinePrint a:active {
	color: #000000;
	text-decoration: underline;
}
p.online-instore-msg {
	font-size: 14px;
	font-weight: bold;
}
#buyDetails p.online-instore-msg { margin-left: 0; }
h3.description {
	/*margin: 15px 10px 0 50px;*/
	margin: 15px 10px 0 0;
	font-weight: bold;
	font-size: 12px;
	color: #b52121;
}
p.description {
	/*margin: 0 10px 0 50px;*/
	margin: 0 10px 0 0;
	font-size: 12px;
}
tr.enlarge { background: url(../prodDisplay/enlarge_bg.gif) top left repeat-x; }
tr.enlarge td { position: relative; }
#mfgLogo {
	/*position: relative;
	z-index: 300;
	margin: -20px 30px 0 0;*/
}
#info_ctr_hd {
	margin: 0 0 3px;
	width: 150px;
	height: 16px;
	background: url(../prodDisplay/information-center.gif) top left no-repeat;
}
	#info_ctr_hd span { display: none; }
#info_ctr {
	position: relative;
	font-size: 12px;
}
#infoTabs {
	margin:0;
	padding:0;
	list-style-type:none;
}
#infoTabs li {
	float: left;
	position: relative;
	z-index: 100;
	margin: 8px 5px -1px 0;
	padding: 8px 0;
	width: 90px;
	height: 13px;
	text-align: center;
	background: url(../prodDisplay/inactiveTab.gif) top left no-repeat;
}
	#infoTabs li a { cursor: pointer; }
	#infoTabs li.activeTab {
		font-weight: bold;
		color: #336699;
		background: url(../prodDisplay/activeTab.gif) top left no-repeat;
	}
	#infoTabs li.inactiveTab {
		font-weight: normal;
		color: #000000;
		background: url(../prodDisplay/inactiveTab.gif) top left no-repeat;
	}
#contentContainer {
	float: left;
	/*width: 500px;*/
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.tabContent {
	display: none;
	/*width: 550px;*/
	height: 225px;
	overflow: scroll;
	padding: 10px 25px 10px 10px;
	border: 1px solid #cccccc;
}
.tabContent ul {
	list-style-type: disc;
	/*margin-left: 15px;*/
	margin:0 0 0 15px;
	padding:0;
}
div.activeTab { display: block; }
div.inactiveTab { display: none; }

#helpfulLinks {
	float: left;
	padding-bottom: 15px;
	border-left: 1px solid #cccccc;
}
	#helpfulLinks h3 {
		padding: 3px 30px 3px 10px;
		background: #cccccc;
		font-weight: bold;
		font-size: 14px;
	}
	#helpfulLinks li {
		padding: 3px 15px;
	}
	#helpfulLinks li a:link, #helpfulLinks li a:visited {
		color: #000000;
		text-decoration: none;
	}
	#helpfulLinks li a:hover, #helpfulLinks li a:active {
		color: #000000;
		text-decoration: underline;
	}

#crossPromo { margin-top: 10px; }
	#crossPromo h3.stock {
		margin-top: 8px;
		padding: 3px 0 3px 10px;
		/*width: 500px;*/
		background: #b52121;
		/*border-left: 1px solid #ccc;*/
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
	}
	#crossPromo a:link, #crossPromo a:visited {
		font-weight: bold;
		color: #000000;
		font-size: 12px;
		text-decoration: none;
	}
	#crossPromo a:hover, #crossPromo a:active {
		font-weight: bold;
		color: #000000;
		font-size: 12px;
		text-decoration: underline;
	}
	#crossPromo .ListPricewoSaleR, #crossPromo .ListPricewSaleR, #crossPromo .SalePriceR {
		display: block;
		font-size: 11px;
	}
	#crossPromo .CartLabels { background: none; }
	#related td { padding: 0px 0px; }

	


/* mainResults styles appear above in FNS search elements */
#prodPg { padding-top: 20px; }
#prodPg #mainResults { font-size: 12px; /*0.75em; /* 16x0.75=12px */ }
	#prodPg #mainResults img {
		border-top: 1px solid #A6A6A6;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-left: 1px solid #A6A6A6;
	}
	#prodPg #mainResults img.btnImg { border: 0; }
	/* popup basket styles */
	#cartpopwrapper {
	  align: left;
	  position: relative;
	  top: 25px;
	  left: 200px;
	  z-index: 900;
	  height: auto;
	}
	#cartpop {
	  position: absolute;
	  top: 10px;
	  left: 25px;
	  z-index: 899;
	  height: auto;
	}
	.outermostpop { background-color: #DDDED2; }
	.outerpop     { background-color: #666666; padding: 2px; }
	.innerbg      { background-color: #ffffff; padding: 4px; font-size: 12px; /*0.75em; /* 16x0.75=12px */ }
	.inneredge    { background-color: #729EDD; padding: 2px; }
	.innerheader  { background-color: #265BAB; color: #ffffff; font-weight: bold; padding: 1px; }
	.tablebgcolor { }
	.cart_list_item {
		font-weight: normal;
		border-top: 1px dotted #cccccc;
	}
	.cart_list_total {
		font-weight: bold;
		font-size: 14px;
		border-top: 1px dotted #cccccc;
	}
	.cart_list {
		font-weight: bold;
		font-size: 14px;
	}

/*** share page ***/
#mainResults .share td {
	padding: 7px 0 7px 15px;
	font-size: 12px; /*0.75em; /* 16x0.75=12px */
}
#shopper .share td {
	padding: 3px 0 3px 15px;
	font-size: 12px;
}
#mainResults .share h2 {
	font-size: 14px; /*1.1666em; /* 12x1.1666=14px */
	font-weight: bold;
}
#shopper .share h2 {
	font-size: 14px;
	font-weight: bold;
}
p.note { font-size: 11px; /*0.91666em; /* 12x0.91666=11px */ }


/*** careers page ***/

/** careers landing page (dept 60) **/
.careerListing p { margin-top: 10px; }
.careerListing h2 {
	margin: 8px 0 0 15px;
	cursor: pointer;
	text-decoration: underline;
}
.careerListing { font-size: 12px;/*1.25em;*/ }
.careerListing .careerDesc {
	display: none;
	margin-left: 15px;
	padding: 7px;
	width: 450px;
	border: 1px solid #cccccc;
}
.careerListing .careerDesc p {
	margin-top: 0;
	margin-bottom: 5px;
}
.careerListing .careerDesc h3 {
	font-weight: bold;
	font-style: italic;
}
.careerListing .careerDesc h4 {
	margin-left: 10px;
	font-weight: bold;
}
.careerListing .careerDesc ul { margin-left: 20px; }

#careersForm {
	margin-top: 10px;
	padding-bottom: 10px;
	width: 730px;
	/*background: url(../ProdDisplay/mainResults_top.gif) top left no-repeat;*/
	font-size: 12px; /*0.75em; /* 16x0.75=12px */
}
	#careersForm h2 {
		margin: 10px 0 10px 15px;
		width: 25%;
		border-bottom: 1px dotted #CCCCCC;
		font-size: 14px; /*1.1666em; /* 12x1.1666=14px */
		font-weight: bold;
	}
	#careersForm img {
		margin: 0 0 7px 15px;
		border-top: 1px solid #A6A6A6;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-left: 1px solid #A6A6A6;
	}
	#careersForm p { margin: 0 25px 7px 15px; }
	#careersForm h3 {
		margin: 0 25px 0 15px;
		font-weight: bold;
	}
	.formElement { margin: 7px 25px 7px 15px; }
		#careersForm label {
			display: block;
			margin-bottom: 3px;
		}
		#careersForm input, #careersForm textarea, #careersForm select { margin-left: 8px; }
		#careersForm #formSubmit { margin-top: 15px; }



/*** about page ***/
#mainResults .aboutUs { font-weight: normal; }
#mainResults .aboutUs p { margin: 5px 0 7px; }
#mainResults .aboutUs p.insetimage {
	float: right;
	margin: 10px 15px;
	text-align: center;
}

	


/******* uniteu standard classes *******/


/* shop by brand dropdown*/
.qjump { color: #660000; text-decoration: none; font-weight:bold }


/*page title text on all pages except the department and product pages*/
.PageTitle {
	display: none;
	/*background: inherit;
	color: #000000;*/
}


/*department titles*/
.DeptTitle{
	font-size: 14px; /*1.1666em; /* 12x1.1666=14px */
	font-weight: bold;
}


/*list price or price level 1 with a sale*/
.ListPricewSale {
	display: block;
	padding-top: 5px;
	background: inherit;
	color: #990000;
}


/*list price or price level 1 with NO sale*/
.ListPricewoSale {
	display: block;
	/*padding-top: 5px;
	background: inherit;*/
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}




/* msrp price */
.MSRPPrice {
	color: #000000;
	font-size: 11px;
}


/*  FOR PAMELA'S DEPTLINK CODE - NOT SURE WE SHOULD KEEP  */

table#headerTable {background: inherit; color: #000000;}
table#emailSignUp {background: inherit; color: #000000;}
table#TableNnav  {background: inherit; color: #000000;}
td#TDbottom  {background: inherit; color: #000000;}
td#TDbelowNav  {background: inherit; color: #000000;}


table#TableNav {

}
.nav {
	background: #e7e7dd;
	text-align:left;
}
.nav ul { 
	list-style-type:none;
	margin: 0 10px 20px;
	padding:0;
}
.nav li {
	padding-top:8px;
	font-size:14px;
	font-weight:bold;
}
.nav li a:link, .nav li a:visited {
	color:#000000;
	text-decoration:none;
}
.nav li a:hover, .nav li a:active {
	color:#000000;
	text-decoration:underline;
}
.nav li ul {
	margin-top:0;
	margin-bottom:0;
}
.nav li li {
	padding-top: 3px;
	font-size:12px;
	font-weight:normal;
}
.nav li li a:link, .nav li li a:visited {
	color:#666666;
	text-decoration:none;
}
.nav li li a:hover, .nav li li a:active {
	color:#666666;
	text-decoration:underline;
}
.navmargin{
	padding: 8px;
	background: inherit;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}


.insidenavtextbottom  {background: inherit; color: #000000; text-decoration: none; font-weight: normal; text-align:right; border: 1px solid #666666; padding: 0px 10px 7px 3px}

/*  END DEPTLINK CODE CLASSES  */


/* general div on all pages to offset content from left nav  */
.PageContent {
	background: #ffffff;
	/*background: #d3d2a4;*/
	/*padding: 10px 0 0 0;*/
}


/*  DEPTLINK EMAIL SIGNUP  */
.EmailSignupbgcolor {background: #CCCCCC; color: #000000;}
.EmailSignupTitle {background: #CCCCCC; color: #000000;}
.EmailSignupText {background: #CCCCCC; color: #000000;}


/*  SHOPPER LOOKUP CLASSES  */
.TableText {background: #ffffff; color: #000000;}

/* HEADER CLASSES  */
.HeaderNav:link {background: inherit; color: #ffffff; text-decoration: none; font-weight: normal; margin-bottom: 5px;}
.HeaderNav:visited {background: inherit; color: #ffffff; text-decoration: none; font-weight: normal; margin-bottom: 5px;}
.HeaderNav:hover {background: inherit; color: #ffffff; text-decoration: underline; font-weight: normal; margin-bottom: 5px;}
.HeaderNav:active {background: inherit; color: #ffffff; text-decoration: underline; font-weight: normal; margin-bottom: 5px;}

.HeaderNavBack {background: #6699CC; color: #000000; border-color: black black #666666; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;}


/* FOOTER CLASSES  */
.Footertext {background: inherit; color: #ffffff;}
.FooterBack {background: #6699CC; color: #ffffff;}

.FooterLink:link {background: inherit; color: #ffffff; text-decoration: none; font-weight: normal; margin-bottom: 5px;}
.FooterLink:visited{background: inherit; color: #ffffff; text-decoration: none; font-weight: normal; margin-bottom: 5px;}
.FooterLink:hover {background: inherit; color: #EE484C; text-decoration: none; font-weight: normal; margin-bottom: 5px;}
.FooterLink:active {background: inherit; color: #EE484C; text-decoration: none; font-weight: normal; margin-bottom: 5px;}


/* SHOPPER NEW AND SHOPPER UPDATE */
.SubText { font-weight: normal;}
.optional {}
.required { color: #990000; }


/* PRODUCT PAGE  */

/* You may also be interested in */
.relProductlabel {background: inherit; color: #000000;}
.ProductShortDescription {background: inherit; color: #000000;}


/*list price or price level 1 with a sale*/
.ListPricewSale {
	display: block;
	margin: 3px 0;
	color: #000000;
	font-size: 12px;
}
.SalePrice {
	display: block;
	/*margin: 0 5px;*/
	padding-left: 85px;
	color: #b52121;
	font-size: 14px;
	font-weight: bold;
	background: url(../ProdDisplay/sale_text.gif) top left no-repeat;
}
.ListPricewSaleP  {background: inherit; color: black;}
/*list price or price level 1 with NO sale*/
.ListPricewoSaleP  {background: inherit; color: black;}
/* sale price */
.SalePriceP  {background: inherit; color: red;}
/* msrp price */
.MSRPPriceP  {background: inherit; color: black;}

/*  related products list price or price level 1 with a sale*/
.ListPricewSaleR  {background: inherit; color: black;}
/*  related products list price or price level 1 with NO sale*/
.ListPricewoSaleR {background: inherit; color: black;}
/*  related products sale price */
.SalePriceR  {background: inherit; color: red;}
/*  related products msrp price */
.MSRPPriceR  {background: inherit; color: black;}

/*   END PRODUCT PAGE CLASSES  */


/*  DEPARTMENT PAGE  */
.DeptShortDescription {background: inherit; color: #000000;}
#SpannerLinks {
	font-size: 12px;
}
#SpannerLinks a:link, #SpannerLinks a:visited {
	color: #000000;
	text-decoration: none;
}
#SpannerLinks a:hover, #SpannerLinks:active {
	color: #000000;
	text-decoration: underline;
}
.shortDesc { display: none; }
table.dept table.ulopener table {
	border-right: 1px solid #a6a6a6;
}
/*, table.dept table.ulopener table tr + tr*/
table.dept td.searchDesc {
	padding: 10px 10px 20px 10px;
	background: #cecf8d;
	border-top: 1px solid #a6a6a6;			
	border-bottom: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	min-height: 100px;
	height: 100px;
	max-width: 155px;
}
table.dept td.searchthumb {
	max-width: 155px;
	min-height: 125px;
	height: 125px;
	vertical-align: bottom;
	cursor: pointer;
}
table.dept td.searcthumb img { max-width: 155px; }





/*  Item Table Styles */
.CartLabels {background: #999999; color: #000000;}
.cart_list_item {background: #ffffff; color: #000000;}
.SubHeadbgcolor {
	/*border: 1px solid #b52121;*/
}
.SubHeadText {
	width: 25%;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
}
#shopper .SubHeadText { width: 35%; }

#basket {
	margin: 10px 0 10px 15px;
	font-size: 12px;
}
#basket h2 {
	font-size: 14px; /*1.1666em; /* 12x1.1666=14px */
	font-weight: bold;
}
#basket td { padding: 5px; }
#basket .SubHeadText { 
	width: auto;
	border-bottom: none;
}
.cart { border: 1px solid #b52121; }
#shopper table.share #basket table.pay td { padding: 3px; }



/*  ERRORS   */
.BasketErrors {
	display: block;
	margin: 3px;
	padding: 5px;
	color: #b52121;
	/*background: #ffffcc;
	border: 1px solid #b52121;*/
	font-size: 11px;
	font-weight: bold;
}


.PurchaseErrors
{color: #ff0000; background: #ffffff;}
.ErrorMsg {
	padding: 5px;
	color: #990000;
	background: #ffffcc;
	border: 1px solid #ffff33;
}


/*  SHIPPING PAGE  */


/*  PAYMENT PAGE  */
.PaymentInput {background: inherit; color: #000000; font-weight: bold;}
fieldset.paySect, table.paySect {
	border: 1px solid #b52121;
	padding: 5px;
}
#paypal { border:none; }


/*  CONFIRMATION PAGE  */
.outer {border: 1px solid #999999}
table#confBottom td {border-style: solid; border-left-width: 1pt; border-top-width: 1pt; border-right-width: 0pt; border-bottom-width: 0pt; border-color: #b9b9b9;}


/*  ------BEGIN LINK STYLE DEFINITIONS------  */

/*  general links - applied when no class is specified  */
a:link, a:visited {
	text-decoration: none;
	color: #42438A;
}
a:hover, a:active {
	text-decoration: underline;
	color: #212245;
}

/*  left hand navigation, top level  */
.deptbarlink:link {
	display: block;
	text-align: left;
	margin-left: 9px;
	background: inherit;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 5px;
}
.deptbarlink:visited {
	display: block;
	text-align: left;
	margin-left: 9px;
	background: inherit;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 5px;
}
.deptbarlink:hover {
	display: block;
	text-align: left;
	margin-left: 9px;
	background: inherit;
	color: #EE484C;
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: 5px;
}
.deptbarlink:active {
	display: block;
	text-align: left;
	margin-left: 9px;
	background: inherit;
	color: #EE484C;
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: 5px;
}

/*  left hand navigation, secondary level  */
.deptbarlink2:link {
	display: block;
	text-align: left;
	margin-left: 15px;
	background: inherit;
	color: #656565;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 4px;
}
.deptbarlink2:visited {
	display: block;
	text-align: left;
	margin-left: 15px;
	background: inherit;
	color: #656565;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 4px;
}
.deptbarlink2:hover {
	display: block;
	text-align: left;
	margin-left: 15px;
	background: inherit;
	color: #EE484C;
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: 4px;
}
.deptbarlink2:active {
	display: block;
	text-align: left;
	margin-left: 15px;
	background: inherit;
	color: #EE484C;
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: 4px;
}

/*  content area, department page  */
.deptlinkM:link, .deptlinkM:visited {
	text-align: left;
	font-weight: bolder;
	color: #666666;
	background: inherit;
	text-decoration: none;
	text-indent: 12px;
}
.deptlinkM:hover, .deptlinkM:active {
	text-align: left;
	font-weight: bolder;
	color: #EE484C;
	background: inherit;
	text-decoration: none;
	text-indent: 12px; 
}


/*  content area, product page  */
.deptlinkP:link, .deptlinkP:visited  {
	font-weight: normal;
	text-decoration: none;
	color: #212245;
	background: inherit;
}
.deptlinkP:hover, .deptlinkP:active  {
	font-weight: bold;
	text-decoration: underline;
	color: #212245;
	background: inherit;
}

/* footer links - class must be specified in site to take effect  */
.footer:link {background: inherit; color: #ffffff; text-decoration: none; font-weight: normal; margin-bottom: 5px;}
.footer:visited {background: inherit; color: #ffffff; text-decoration: none; font-weight: normal; margin-bottom: 5px;}
.footer:hover {background: inherit; color: #EE484C; text-decoration: none; font-weight: normal; margin-bottom: 5px;}
.footer:active {background: inherit; color: #EE484C; text-decoration: none; font-weight: normal; margin-bottom: 5px;}

/* "Back to" link on product page  */
.deptlinkM2:link, .deptlinkM2:visited {
	font-size: 11px; /*0.91666em; /* 12x0.91666=11px */
	text-decoration: none;
	color: #42438A;
	background: inherit;
}
.deptlinkM2:hover, .deptlinkM2:active {
	font-size: 11px; /*0.91666em; /* 12x0.91666=11px */
	text-decoration: underline;
	color: #212245;
	background: inherit;
}


/*  -------END LINK STYLE DEFINITIONS------  */




/* PRODUCT POPUP STYLES */
#productPop {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #000000;
}
#productPop td { padding: 5px 0; }
#productPop .thumbs {
	margin: 5px auto;
	border: 1px solid #b52121;
}
.alternate_main { height:300px; }
.alternate_thumbs img {
	/*margin: 0 10px;*/
	margin:0;
	cursor: pointer;
}


/* wish basket styles */
#wish {
	text-align:center;
	font-size:12px;
}
#wish h2 {
	/*margin:10px 0 10px 100px;*/
	margin:10px 0 10px 0;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}
#wish p.note {
	margin:0;
	text-align:left;
}
#wish a:link, #wish a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#wish a:hover, #wish a:active {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
#wish .SubHeadbgcolor {
	margin:10px auto;
	width:750px;
	border:2px solid #94947a;
}
#wish .SubHeadText {
	padding: 3px 2px;
	background:#94947a;
	font-size:14px;
	font-weight:bold;
	border-bottom:none;
}
#wishTable .CartLabels {
	background:#94947a;
	padding: 5px;
	font-weight:bold;
}
#wishTable .cart_list_item {
	padding: 5px;
	border-bottom:none;
	border-top:1px solid #94947a;
	border-right:1px solid #94947a;
}
#wish .subTbl td { padding:3px; }
#wish p {
	margin:0 auto;
	width:750px;
}


/* YUI reset margin/paddings/borders for all elements */
body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,img,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
/*ol,ul { list-style:none; }*/
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after { content:''; }
abbr,acronym { border:0; }


/* Rollout menus css */
/* --[[ Main Expand Icons ]]-- */
#navigation {
	clear: left;
	width: 1000px;
}
	#imenus0 li.main {
		float: left;
		/*width: 125px;*/
		width: 143px;
		height: 28px;
		padding-top: 7px;
		background: url(../HeaderImages/nav-tab_bg.gif) top left no-repeat;
		text-align: center;
		font-size: 0.875em; /* 16x.0875=14px */
	}
	#imenus0 li.last {
		float: left;
		/*width: 125px;*/
		width: 142px;
		height: 28px;
		padding-top: 7px;
		background: url(../HeaderImages/nav-tab-last_bg.gif) top left no-repeat;
		text-align: center;
		font-size: 0.875em; /* 16x.0875=14px */
	}
	#imenus0 a.active { font-weight: bold; }
	
	/* --[[ Main Expand Icons ]]-- */
	#imenus0 .imeam span, #imenus0 .imeamj span {
		/*background-image: url(sample3_main_arrow.gif);*/
		width: 7px;
		height: 7px;
		left: 0px;
		top: 5px;
		/*background-repeat: no-repeat;
		background-position: top left;*/
		background: url(../sample3_sub_arrow.gif) top left no-repeat;
	}
	#imenus0 li:hover .imeam span, #imenus0 li a.iactive .imeamj span {
		/*background-image: url(sample3_main_arrow.gif);
		background-repeat: no-repeat;
		background-position: top left;*/
		background: url(../sample3_sub_arrow.gif) top left no-repeat;
	}

	/* --[[ Sub Expand Icons ]]-- */
	#imenus0 ul .imeas span, #imenus0 ul .imeasj span {
		background-image: url(../sample3_sub_arrow.gif);
		width: 5px;
		height: 7px;
		left: 0px;
		top: 3px;
		background-repeat: no-repeat;
		background-position: top left;
	}
	#imenus0 ul li:hover .imeas span, #imenus0 ul li a.iactive .imeasj span {
		background-image: url(../sample3_sub_arrow.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	#canvas { }

	/* --[[ Main Container ]]-- */
	#imouter0 {
		/*background-color: #ffffff;
		border-style: none;
		border-color: #6a6a6a;
		border-width: 1px;
		padding: 0px;
		margin: 0px;*/
	}

	/* --[[ Sub Container ]]-- */
	#imenus0 li ul {
		margin: 4px 0 0 0;
		padding: 5px;
		background: #ececd9;
		/*border: 1px solid #535246;*/
		/*background-color: #efefef;
		border-style: solid;
		border-color: #cccccc;
		border-width: 1px;*/
		/*margin: 4px 0px 0px;*/
	}
	.imcanvassubc { border: 1px solid #535246; }

	#imenus0 li ul li {
		background: none;
	}

	/* --[[ Main Items ]]-- */
	#imenus0 li a {
		color: #000;
		text-align: center;
		text-decoration: none;
		/*color: #333333;
		text-align: left;
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		text-decoration: underline;
		border-style: solid;
		border-color: #dddddd;
		border-width: 1px;*/
		padding: 2px 8px;
	}

	/* [hover] - These settings must be duplicated for IE compatibility.*/
	#imenus0 li:hover>a {
		/*background-color: #efefef;
		text-decoration: underline;*/
		color: #000;
		text-decoration: none;
	}
		#imenus0 li.main:hover>a {
			/*background-color: #efefef;
			text-decoration: underline;*/
			color: #000;
			text-decoration: none;
		}
	#imenus0 li a.ihover, .imde imenus0 a:hover {
		/*background-color: #efefef;
		text-decoration: underline;*/
		color: #000;
		text-decoration: none;
	}
		#imenus0 li.main a.ihover, .imde imenus0 a:hover {
			/*background-color: #efefef;
			text-decoration: underline;*/
			color: #000;
			text-decoration: none;
		}

	/* [active] */
	#imenus0 li a.iactive {
		color: #000;
		text-decoration: none;
	}
		#imenus0 li.main a.iactive {
			color: #000;
			text-decoration: none;
		}

	/* --[[ Sub Items ]]-- */
	#imenus0 ul a {
		color: #555555;
		text-align: left;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		/*border-style: none;
		border-color: #000000;
		border-width: 1px;*/
		padding: 2px 5px;
	}

	/* [hover] - These settings must be duplicated for IE comptatibility.*/
	#imenus0 ul li:hover>a {
		color: #000;
		text-decoration: underline;
		background: #dbdbb8;
	}
	#imenus0 ul li a.ihover {
		color: #000;
		text-decoration: underline;
		background: #dbdbb8;
	}

	/* [active] */
	#imenus0 ul li a.iactive {
		/*background-color: #fff;*/
		background: #dbdbb8;
	}
/* end Rollout menus css */

/* Product Page - packages items */
.redDiv{
	background: #B52121;
	margin: 0px 10px 15px 10px;
	height: 14px;
}
.pkgProductName{
	color: #506C91;
	font-size: 20px;
	margin-left: 10px;
	font-weight: bolder;
}
.short_desc{
	font-size: 12px;
	font-weight: bold;
}

.pkg_step_container{
	width: 100%;
	margin-bottom: 5px;
}
.blackbottomborder{
	border-bottom: 1px solid #000000;
	margin-left: 15px;
}
.pkg_step_header{ 
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}
.pkg_header_title{
	color: #F0341A;
}
.pkg_item_container{
	width: 100%;
}
.pkg_item_name{
	font-size: 13px;
	color: #404DA2;
	font-weight: bold;
}
#productPagePkg .sizechartlink:link, #productPagePkg .sizechartlink:visited {
	font-size: 13px;
}
#productPagePkg .sizechartlink:hover, #productPagePkg .sizechartlink:active {
	font-size: 13px;
}
.prodPkg .ListPricewoSale {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	display: block;
}
/*list price or price level 1 with a sale*/
.prodPkg .ListPricewSale {
	color: #990000;
	display: block;
	font-size: 16px;
}
.prodPkg .MSRP {
	color: #000000;
	font-size: 14px;
}
.prodPkg .ListPricePkg {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.redbar{ background:#B63F32; height: 10px; margin: 8px 0px;}
.packageLandingDiv{ text-align: left; }
.packageLandingDiv .searchDesc{ text-align: center;}
.packagesbg h3{ font-size: 23px; font-weight: bold; color: #3E7BA6; margin: 8px 0px !important;}
.ProductAttrPkg{ font-size: 12px; width: 160px; }
#savingsDiv{font-weight:bold; font-size: 22px; color: #B52121;}