@import "reset.css";	/* reset all css to common specs */
@import "layout.css";	/* layout styles */
@import "color.css";	/* color styles */


/* ----------Layout 89------------- */
/* general site-wide styles */

input:hover	{/* not supported in IE6 */}
img:hover	{/* not supported in IE6 */}	

.options	{/* options table class in product displays */
	border: 1px solid #44bcd8; 
	padding: 2px;
	margin: 2px;
}	
.inputControl	{/* input text field in forms */

}	
.clickButton	{/* button input in form pages */
	margin-bottom: 2px;	
	margin-top: 2px;
}
input.clickButton	{}

#col2 h4  {
	margin-bottom: 3px;
}

#col2 p  {
	margin-bottom: 3px;
	
}

#col2 td  {
	padding: 3px;
	margin: 3px;
	vertical-align: top;
}

#col2 table  {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* ------------------------------------------------------ */
/* header styles */
/* ------------------------------------------------------ */
#header_content	{/* content holding div */}

.ada	{/* skip navigation class for S.508 compliance */
	position: absolute;
	left: -999em; /* moves link out of view */
	}
	

	
#topNav	{/* shopping links */
	border: 0px solid #C00;	
	height: 30px;
	position: absolute;
	top: 30px;
	left: 0;
	} 
#topNav h4	{/* optional title */
	display: none;
}
ul#topNav_links	{/* shopping links */
	list-style: none;		
	}
ul#topNav_links li	{
	display: inline;
	float: left;
	width: 128px;
	height: 30px;
	background: url(../assets/product_images/layout_89_top_tab.jpg) no-repeat;
	border: 0px solid #C00666;
	margin-left: 0px;
	margin-right: 5px;
	}
ul#topNav_links li a:link, ul#topNav_links li a:visited	{
	text-decoration: none;
	display: block;
	width: 128px;
	font-size: 1em;
	text-align: center;
	padding-top: 12px;
	}
	
.top_products, .top_account, .top_checkout 	{
	text-decoration: none;
	display: block;
	width: 128px;
	font-size: 1em;
	text-align: center;
	padding-top: 12px;
	}
	
ul#topNav_links li a:hover	{
	} 
	
/*	store name widget */
#store_name	{/* store name */
	font: 3em "Futura Light", Arial, Verdana;
	position: absolute;
	top: 78px;
	left: 0;
	width: 500px;		
	}
#store_name img	{/* optional image */
	vertical-align: middle;
	}
#store_name a:link, #store_name a:visited	{/* home page back link */
	text-decoration: none;
	}
#store_name span	{/* span to position title */}
#store_name table	{}

/* cart widget */
#your_cart_container	{/* cart related links */
	position: absolute;
	right: 0;
	top: 36px;
	}
ul#your_cart	{/* shopping cart link list */}
ul#your_cart li	{
	display: inline;
	margin-left: 2px; /*for horizontal display */
	font-size: .93em
	}
ul#your_cart li a:link, ul#your_cart li a:visited	{
	text-decoration: underline;
}
ul#your_cart li a:hover	{}
.cart	{}
.wish	{}
ul#your_cart li .checkout	{
	display: none;
}
.account	{}
.your_cart_img	{/* shopping cart icon image */}

#topPromo	{/* top promo/banner container */
	width: 256px;
	margin-left: 257px;
	position: relative;
	top: 75px;	
}
#topPromo img	{}
.topPromo_text	{}

/* search box widget */
#search	{/* main search box */
	/* width: 160px; when in a narrow col */
	border: 0px solid #cc0000;
	text-align: left;
	width: 195px;
	margin-left: 600px;
	position: relative;
	top: 65px;
	
	}
#search_title  {
	display: none;
}
	
#search label	{
	font-size: .9em;	
}

#search h4	{
	display: none;	
}
#search input	{
	vertical-align: middle;
	margin: 2px 0px;
	}
#search span	{
	display: none;
	}


#search button.clickButton	{/* search button */	
	background-color: #2e3192;
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	margin-left: 3px;
	
	}


#search a:link, #search a:visited	{/* search box link to advanced search */
	text-decoration: none;
	font-size: .9em;
	padding-left: 2px;	
}
#search a:hover	{
	font-size: .9em;	
}

/* department navigation widget */
/* requires the popup menu JS for IE */
#deptNav	{/* department links */
	position: relative;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	clear: both;
	text-align: center;
	height: 25px;
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
	z-index: 2000;
	
	
	}
#deptNav h4	{/* optional title */
	display: none;
}
ul#deptNavHor	{/* list of dept links */	
	
}
ul#deptNavHor li	{
	display: inline;
	margin-left: 20px;
	line-height: 25px;
	}
ul#deptNavHor li a:link, ul#deptNavHor li a:visited	{
	text-decoration: none;
}
ul#deptNavHor li a:hover	{
	text-decoration: underline;
}

/* see-all menu  */

/* suckerfish menu */
ul#deptNavHor li .popmenu	{
	position: absolute;
	left: -999em;
	width: 770px;/* width of the popup */
	}
ul#deptNavHor li:hover .popmenu, ul#deptNavHor li.sfhover .popmenu	{
	border: 1px solid #d10000;
	line-height: 2em;
	text-align: left;
	position: absolute;
	top: 20px;
	left: 0px;
	opacity: .96;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=96);/* IE patch */	}
ul#deptNavHor div.popmenu a	{/* optional width of links inside table */}

ul#deptNavHor div.popmenu a:link	{
	font-size: .9em;
	padding: 2px;
}

#animation1{
	position: relative;
	z-index: 1000;
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

/* featured dept widget */
#featured_dept	{/* featured dept */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 5px;	
}
#featured_dept h4	{/* optional title */
	font-family: "Futura Light", Arial, Verdana;
	font-size: 1.4em;
	font-weight: bold;	
	padding-bottom: 6px;
	text-align: center;	
}
#featured_dept_title	{
	display: none;
}
.featured1, .featured2, .featured3	{/* title class for featured dept. 1 */
	font-size: 1.1em;
	font-weight: bold;		
}

.fd_img  {
	display: none;

}

.featDeptNav	{/* unordered list of nav tab links */}
ul.featDeptNav_links	{/* list of featured dept links */
	padding-bottom: 6px;
}
ul.featDeptNav_links li	{/* individual nav tab links */
	padding: 1px;
}
ul.featDeptNav_links li a:link, ul.featDeptNav_links li a:visited	{
	font-size: 1em;
	text-decoration: none;	
}
ul.featDeptNav_links li a:hover	{
	text-decoration: underline;
} 

#topPromo2	{/* top promo/banner container */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px;
	font-family: "Futura Light", Arial, Verdana;
	font-size: 1.4em;	
}
#topPromo2 img	{}
.topPromo2_text	{}

/* testimonials widget homepage + testimonials page */
#testimonials	{ /* widget container */
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
#testimonials_title	{
	display: none;
}
#testimonials h4	{/* optional title on testimonials page */
	font-family: "Futura Light", Arial, Verdana;
	font-size: 1.4em;
	font-weight: bold;	
	padding-bottom: 6px;
	text-align: center;
}
.col2 #testimonials_title	{/* homepage testimonials title */}
.col2 #testimonials h4	{/* homepage testimonials title */}
#testimonials p	{ /* testimonials text */
	padding: 2px;
}
#testimonials p.testimonials_name, #testimonials a.testimonials_more	{ /* testimonials author */
	font-weight: bold;	
	padding-bottom: 6px;
}
#testimonials a.testimonials_more	{ /* read more links */
	font-weight: bold;		
}
#testimonials hr	{ /* separation lines */}
/* testimonials page only */
.testimonials_form	{/* testimonials page form */
	text-align: center;
}
#utility_list	{
	clear: both;
	width: 542px;	
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 3px;
	
}



/* redeem gift card widget */
.redeemGC	{/* redeem gift card img + link */}

/* gift card widget */
#gift_card	{
		border: 0px solid #af0cb1;
		width: 115px;
		padding-bottom: 5px;	
		float: left;	
	}

#gift_card h4 {
		display: none;
	}
	
#gift_card_title	{
		display: none;	
	}
#gift_card span	{
	display: block;	
	width: 100%;
	font-weight: bold;
	font-size: 1em;
	
	}
#gift_card a	{
	display: block;
	width: 100%;
	}
#gift_card_banner	{}

/* store profile + store description widget */
#store_profile	{/* store profile container */	
	border: 0px solid #5a6dff;
	font-size: 1em;
	width: 253px;	
	padding-bottom: 5px;
	float: left;
	padding-left: 5px;
	margin-right: 8px;	
}
.store_profile img	{}

/* search by price widget */
#search2{	
		padding-bottom: 5px;
		border: 0px solid #f06d04;
		text-align: center;
		float: left;	
		width: 145px;
		margin-bottom: 7px;
} 



#search2 h4 	{/* div container for additional search criteria */
	font-size: 1.2em;
	font-family: "Futura", Arial, Verdana;
	font-weight: bold;
	padding: 2px;	
	
}
#search2 p	{
	padding: 5px;
	font-weight: bold;
}

#search2_title  {
	display: none;
}
#search2 a, #search2 a:visited	{}
#search2 a:hover	{}

/*	mailing list sign up widget */
#mailing_list	{		
	padding-bottom: 5px;
	text-align: left;
	border: 1px solid #707070;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	}
	
#mailing_list_title	{		
	display: none;
	}
	
#mailing_list h4   {
	font-size: 1.2em;
	font-family: "Futura", Arial, Verdana;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

#mailing_list input	{/* width of the input text to fit in narrow cols */
	width: 135px;
	vertical-align: middle;	
	margin: 2px;	
		}
#mailing_list button	{
	vertical-align: middle;
	margin-left: 3px;	
	}
#mailing_list_banner 	{/* optional banner img or text */	
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}

/* tags widget on homepage + tags page */
#tags            {
	padding-bottom: 5px;
	text-align: left;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	margin-left: auto;
	margin-right: auto;
}

#tags h4          {
	display: none;
}

#tags_out_title  {
	font-size: 1.2em;
	font-family: "Futura", Arial, Verdana;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	margin-top: 7px;
}
ul.tags_list	{
	padding-left: 2px;
	padding-right: 2px;
}
ul.tags_list li	{
	display: inline;
	overflow: hidden;		
}
a.tags_small	{
	margin-right: 1em;
	}
a.tags_medium	{
	font-size: 120%;
	font-weight: bold;
	margin-right: 1em;
	}
a.tags_large	{
	font-size: 150%;
	margin-right: 1em;
	font-weight: bold;
	}
	
#infoNav	{/* site info links */
	
	float: left;
	width: 33%;
	
}
#infoNav h5, #affilNav h5, #csNav h5	{/* site info links title */
	border-bottom: 1px solid #F7B41E;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
} 
ul#infoNav_links	{/* unordered list of site info tab links */
	padding-top: 3px;
}
ul#infoNav_links li	{
	text-align: center;	
	
}
ul#infoNav_links li a:link, ul#infoNav_links li a:visited	{
	text-decoration: none;
}
ul#infoNav_links li a:hover	{
	text-decoration: underline;
} 

#affilNav	{/* affiliate links */	
	float: left;
	width: 33%;
}

ul#affilNav_links	{/* unordered list of affiliate tab links */
	padding-top: 3px;
}
ul#affilNav_links li	{
	text-align: center;
	
}
ul#affilNav_links li a:link, ul#affilNav_links li a:visited	{
	text-decoration: none;
}
ul#affilNav_links li a:hover	{
	text-decoration: underline;
}

#csNav	{/* customer service links */
	
	float: left;
	width: 33%;
} 
.csNav_title	{/* customer service links title */}
ul#csNav_links	{/* unordered list of customer service tab links */
	text-align: center;
	padding-top: 3px;
}
ul#csNav_links li	{
	text-align: center;
		
}
ul#csNav_links li a:link, ul#csNav_links li a:visited	{
	text-decoration: none;
}
ul#csNav_links li a:hover	{
	text-decoration: underline;
}

#cc_img	{/* credit card logos */
	clear: both;
	width: 770px;
	margin-top: 10px;
	
}
#cc_text	{/* credit card text */}

/*	share site widget */
#share_site	{
	clear: both;
	width: 770px;
	margin-top: 10px;
	text-align: center;
	}
#share_site h4		{
	margin-bottom: 10px;
		}
ul#share_list li	{
	display: inline;
	list-style: none;
	margin-right: 10px;
	}


/* bottom text */
.bottom_text	{/* user generated text */
	clear: both;
	text-align: center;
	padding: 3px;
}
/* hit counter widget */
#hit_counter	{
	clear: both;
	text-align: center;
}


/*--------------------------------------------------------------------------------------------*/
/*	shopping navigation widget */
/*	centered tabs */


/* ------------------------------------------------------ */
/* body styles */
/* ------------------------------------------------------ */
/* account id widget */
#account_name	{ /* account id */
	border: 0px solid #C00;
	float: left;
	width: 48%;
	padding: 10px 0px;
	position: relative;
	}
#account_name a:link, #account_name a:visited	{/* sign in/out link */}
#account_name a:hover	{}

/* narrow column styles homepage */



/*	gift registry widget */
#gift_reg	{
	/* white-space:nowrap;  keep submit button from wraping */
	width: 200px;
	}
#gift_reg input	{/* width of the input text to fit in narrow cols */
	width: 50%;
	vertical-align: middle;
	}
#gift_reg button	{
	vertical-align: middle;
	}
#gift_reg_banner	{/* optional banner img or text */}


/* express order search widget */


#expressOrder_title	{/* title for express order */
	display: none;
}
#expressOrder	{/* container for form */
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	width: 143px;
	padding-bottom: 5px;
	
	
}  
#expressOrder form input	{
	vertical-align: middle;
	margin: 3px 0px;
	}

#expressOrder .clickButton img {
	display: none;
	}

#content_expord {		
	clear: both;
	text-align: center;
	width: 145px;
	margin-bottom: 5px;
}

/* credit card images and custom links widget */
#cc_links	{/* credit card img + custom links */
	width: 208px;
	margin-left: 5px;
	float: left;
	padding-top: 5px;
	
}
#cc_links a:link, #cc_links a:visited {}
#cc_links a:hover	{}





/* ------------------------------------------------------ */
/* wide column styles homepage */
/* ------------------------------------------------------ */
#body_content	{/* col2 main content */}


	
/* featured items widget */
#featured	{/* featured item container on hp */}
#featured h1	{/* optional title for featured item on home page */}
.featured_description	{/* featured item description */}
.featured_text	{/* featured item pricing description */}
.featured_table p	{/* content holding table p on home page */	}
.featured_table td	{/* content holding table p on home page */	}

/* ------------------------------------------------------ */
/* narrow column styles inside pages */
/* ------------------------------------------------------ */
/* department directory  */
#dept_list_container	{/* department links */
	padding-left: 5px;
	padding-right: 5px;
	padding: top: 5px;
	margin-left: auto;
	margin-right: auto;
}	
ul.directoryList	{/* ul for dept. directory links */
	text-align: left;
	padding-bottom: 6px;
}
ul.directoryList li	{
	padding: 3px;
	
}
ul.directoryList li a:link, ul.directoryList li a:visited	{
	text-decoration: none;	
}
ul.directoryList li a:hover	{
	text-decoration: underline;
}
ul.directoryList li a:active	{}

.SelectedDept	{/* span class for sub dept. title + selected sub dept. title */
	font-weight: bold;	
	padding-bottom: 6px;	
}
a.SelectedDept:link, a.SelectedDept:visited	{/* selected sub department */
	padding-bottom: 6px;
}
a.SelectedDept:hover	{}
a.SelectedDept:active	{}

#shopNav {/* shopping links */
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	} 
#content_expord h4	{/* optional title */
	font-size: 1.2em;
	font-family: "Futura", Arial, Verdana;
	font-weight: bold;
	padding: 2px;
}

#shopNav h5, #affiliate_title, #affiliate_login_title	{/* affiliate page registration title */
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.1em;
}

ul#shopNav_links	{/* shopping links */
	margin-bottom: 8px;	
	}
ul#shopNav_links li	{
	padding: 1px;
	line-height: 8px;
	}
ul#shopNav_links li a:link, ul#shopNav_links li a:visited	{
	text-decoration: none;	
	}
ul#shopNav_links li a:hover	{
	text-decoration: underline;
	} 
	
/* affiliate pages */
#affiliateNav	{/* affiliate page top navigation */}
#affiliateNav h4	{/* affiliate page top navigation */
	display: none;
}

ul#affiliateNav_links	{/* unordered list of shopping tab links */
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}
ul#affiliateNav_links li	{
	
}
ul#affiliateNav_links li a:link, ul#affiliateNav_links li a:visited	{}
ul#affiliateNav_links li a:hover	{} 

#affiliate_container	{/* affiliate login form */}
#affiliate_login	{/* login table container + account confirmation text in affiliate page */
	margin-top: 5px;
}

#affiliate_profile  {
	padding: 3px;
	
}

.login	{/* table containing form */}
#affiliate_login form	{}

#affiliate_login form .clickButton img{
	display: none;
}


/* ------------------------------------------------------ */
/*  wide column inside pages */
/* ------------------------------------------------------ */
/* products listing page */
/* products listing page */
a.listing_header, a.listing_header:visited, a.listing_header:active, a.listing_header:hover,

		{
	display: block;
	padding: 3px 2px 2px 3px;
	margin: 3px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	
	}
ul.listing_subdept	{
	margin-top: 3px;
	padding: 2px;
	vertical-align: top;	
	
	}
ul.listing_subdept li	{
	margin: 0px;
	padding: 2px 2px 2px 3px;		
	list-style-type: none;
	}

ul.listing_subdept li a:link, ul.listing_subdept li a:visited, ul.listing_subdept li a:active  {
	text-decoration: none;
}

ul.listing_subdept li a:hover   {
	text-decoration: underline;
}

.deptPathBar	{/* breadcrumb in product listing pages */
	font-weight: bold;
}	
.deptPathBar a:link	{}
.deptPathBar a:hover	{}

.deptList	{/* dept products listing page td */}
.deptList a:link	{}	
.deptList a:hover	{}

.productList td	{/* product display by sub dept. + site map */
	vertical-align: middle;
	padding: 3px;
}
.productList a:link	{
	font-weight: bold;
	padding-bottom: 3px;
}
.productList a:visited	{}
.productList a:hover	{}

.productList ul	{/* listing display in site map page */}


.QuickPickProduct	{/* td class in subdept. listing */}
.QuickPickProductBanner	{ /* table for item title inside above td */}
a.QuickPickProductBanner:link	{/* product title links */
	border: none;
	text-decoration: none;
} 
a.QuickPickProductBanner:visited	{}
a.QuickPickProductBanner:hover	{}

.product	{/* product popup pages table + shipping info page */}

.discountPrice	{/* yellow price display + confirmation text in basket */}

a.BuyMeNow:link	{/* add to cart and wish list links */
	
}
a.BuyMeNow:visited	{
	
}
a.BuyMeNow:hover	{
	
}
a.BuyMeNow:active	{
	
}
a.WishMeNow:link	{
	
}
a.WishMeNow:visited	{
	
}
a.WishMeNow:hover	{
	
}
a.WishMeNow:active	{
	
}


/* shipping page */
#shipping_text	{/* shipping page text from SM */}
.shipping_promo	{/* table class for shipping data */}
	
/* paypal redirect page */
#pp_redirect	{/* text on redirect page when paid with PP - has a link */
	font-size: 1.2em;
	}

/* product detail zoomin */
div.jqZoomTitle	{/* optional title in the popup window */
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	}
.jqZoomPup	{
	overflow:hidden;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=60);/* IE patch */
	z-index:10;
	cursor: pointer;
	}
.jqZoomPup img	{
	border: 0px;
	}
.preload	{
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=80);/* IE patch */
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	padding: 8px;
	text-align:center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width:90px;
	height:43px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;
	}
.jqZoomWindow	{}
	
/* reviews section */
#reviews	{ /* container for reviews */
	margin: 0px;
	padding: 0px 20px; 
}
span.reviews_title	{
	font-size: 14px;
	font-weight: bold;
	
}
.content_main hr	{ /* separation line between content and reviews, q & a, in product display page */	}


/* questions and answers section */
#q_and_a	{/* container for q and a */
	margin: 0px;
	padding: 20px;	
}
span.q_and_a_title	{
	font-size: 14px;
	font-weight: bold;
}
span.validation	{}
#product_question	{}
#common_question	{}
#latest_question	{}

/* live chat widget */
#live_chat	{/* container for widget */
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #878787;
	cursor: pointer;
}
#live_chat span	{/* span for triangle char */
	font-size: .8em;
}
#liveChatTools	{/* container for links list */
	padding: 0px;
	margin-top: 10px;
}
#liveChatTools img	{/* icons for chats */
	border: none;
	vertical-align: middle;
}
#subMenu	{/* links list */}


/* ------------------------------------------------------ */
/* footer styles */
/* ------------------------------------------------------ */


/* footer navigation */
#nav_footer	{/* container for footer nav */}
ul#navlist_footer	{/* unordered list of links in footer */}
ul#navlist_footer li	{} 
ul#navlist_footer li a:link, ul#navlist-footer li a:visited	{}
ul#navlist_footer li a:hover	{}

#prod_showcase_nav h4   {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.1em;
}

#prod_showcase_title   {
	display: none;
}


