@import "reset.css";	/* reset all css to common specs */
@import "layout.css";	/* layout styles */
@import "color.css";	/* color styles */


/* --------Layout 87------------ */
/* general site-wide styles */

input:hover	{/* not supported in IE6 */}
img:hover	{/* not supported in IE6 */}	

.options {/* options table class in product displays */
	border: #444444  1px solid; 
	padding: 2px;
	margin: 2px;
}	


.inputControl	{/* input text field in forms */	
	margin-left: 2px;
	margin-right: 2px;
}
	
.clickButton	{/* button input in form pages */	
	margin: 3px;
}
input.clickButton	{}


/* ------------------------------------------------------ */
/* header styles */
/* ------------------------------------------------------ */
#header_content	{/* content holding div */}

.ada	{/* skip navigation class for S.508 compliance */
	position: absolute;
	left: -999em; /* moves link out of view */
	}
	
#header	{/* header container */
	background-image: url(../store_back.gif);
	background-position: 0px -40px;
	}


/*	store name widget */
#store_name	{/* store name */
	border: 0px solid #cc0000;	
	padding-top: 20px;
	text-align: left;	
	width: 300px;
	float: left;	
	word-wrap: break-word;
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-size: 3.5em;
	vertical-align: middle;	
	line-height: 1.3em;	
	margin-bottom: 10px;
	}
	
#store_name a:link, #store_name a:visited  {
	text-decoration: none;
}
	
#store_name img	{/* optional image */
	vertical-align: middle;
	
	}
#store_name span	{/* span to position title */
	border: 0px solid #cc0000;
	
	
}
#store_name table	{}




/* cart widget */
#your_cart_container	{/* cart related links */
	border: 0px solid #0000CC;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 0px;
	padding: 0px;
	width: 350px;	
	vertical-align: top;
	text-align: right;
	padding-bottom: 2px;
		
	}
ul#your_cart	{/* shopping cart link list */
	
}
ul#your_cart li	{
	display: inline;
	margin-left: 10px; /*for horizontal display */
	vertical-align: top;
	line-height: 20px;
	font-weight: bold;
	font-size: .9em;	
	}
ul#your_cart li a:link, ul#your_cart li a:visited	{	
	text-decoration: none;
}
ul#your_cart li a:hover	{
	text-decoration: underline;
}


ul#your_cart li a.cart	{/* shopping cart link list */
	background: url(../assets/product_images/layout_87_cart.gif) no-repeat;	
	padding-left: 25px;	
	padding-bottom: 5px;
}
#wish	{
	
	float: right;
	
	padding-left: 6px;
	width: 433px;
	height: 2px;
}
.checkout	{padding-left: 6px;}
.account	{
	padding-left: 6px;
}
#your_cart_container img	{/* shopping cart icon image */
	
}

#utility_menu  {
	
	border: 0px solid #006633;
	float: right;
	width: 410px;
	background-color: #ffffff;
	position: relative;	
	z-index: 3000;
	margin-top:5px;
	margin-bottom: 8px;
	}

ul#utility_list	{}

ul#utility_list li	{
	float: right;
	display: inline;
	width: 108px;	
	background: #ffffff url(../assets/product_images/layout_87_top_button.gif) no-repeat;
	line-height: 24px;
	margin-right: 3px;
	margin-left: 12px;
	margin-top: 5px;
	text-align: center;
	position: relative;
	}
	
ul#utility_list li a:link, ul#utility_list li a:visited	{
	display: block;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: .87em;
	text-decoration: none;
}

ul#utility_list li a:hover	{}


/* see-all menu  */
/* suckerfish menu */

	
	
ul#utility_list li #content_expord		{
	position: absolute;
	left: -999em;
	width: 155px;/* width of the popup */
	}
ul#utility_list li:hover #content_expord, ul#utility_list li.sfhover #content_expord		{
	position: absolute;
	left: 0px;
	z-index: 3000;
	border: 1px solid #C00;
	line-height: 1.8em;
	text-align: left;
	background-color: #FFF;
	opacity: .96;
	filter: alpha(opacity=96); /* IE patch */
	top: 20px;	
	}
	

	
		
ul#utility_list div#popmenu a	{/* optional width of links inside table */}

/* express order search widget */
#content_expord	{/* container for express order */
	border: 1px solid #C00;
	text-align: center;
	}
	
#content_expord	h4 {/* container for express order */
	display: none;
	}

#expressOrder_title  {

	display: none;
}

ul#utility_list li #mailing_list		{
	position: absolute;
	left: -999em;
	width: 400px;/* width of the popup */
	}
ul#utility_list li:hover #mailing_list, ul#utility_list li.sfhover #mailing_list		{
	position: absolute;
	left: -150px;
	z-index: 2000;
	border: 1px solid #C00;
	line-height: 1.8em;
	text-align: left;
	background-color: #FFF;
	opacity: .96;
	filter: alpha(opacity=96); /* IE patch */
	top: 20px;	
	}
	
ul#utility_list li #gift_card		{
	position: absolute;
	left: -999em;
	
	}
ul#utility_list li:hover #gift_card, ul#utility_list li.sfhover #gift_card		{
	position: absolute;
	left: 0px;
	z-index: 2000;
	border: 1px solid #C00;
	line-height: 1.8em;
	text-align: left;
	background-color: #FFF;
	opacity: .96;
	filter: alpha(opacity=96); /* IE patch */
	top: 20px;	
	}
	
ul#utility_list li #gift_card h4		{
	display: none;	
	}
	
#gift_card_title		{
	display: none;	
	}
/* gift card widget */
#gift_card	{
	border:0px solid #0000CC;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 0px;
	padding: 0px;
	width: 250px;
	height: 130px;
	
	}
#gift_card span	{
	
	}
#gift_card a	{
	display: none;
	}
#gift_card_banner	{}

#gift_card ul  {
	display: none;
}

#gift_card ul li {
	display: none;
}



#expressOrder	{/* container for form */
	width: 150px;
	text-align: center;
}  
#expressOrder form input	{
	vertical-align: middle;
	margin: 3px 0px;
	}

#expressOrder .clickButton img	{
	display: none;
	}

/* department navigation widget */
/* requires the popup menu JS for IE */
#deptNav	{/* department links */
	border: 0px solid #C00;
	clear: both;
	padding: 10px 0px;
	text-align: center;
	background: url(../assets/product_images/layout_87_horizontal_nav.gif) no-repeat;  
	width: 752px;
	margin-top: 5px;
	margin-bottom: 0px;		
	margin-left: auto;
	margin-right: auto;	
	
	}
#deptNav h4	{/* optional title */}
ul#deptNavHor	{/* list of dept links */
	text-align: center;
	position: relative;	
	z-index: 2000;
}
ul#deptNavHor li	{
	display: inline;
	margin-right: 10px;
	overflow: hidden;
		}
		
ul#deptNavHor li.seperator	{
	border-left: 1px solid #444444;
		}
		
		
ul#deptNavHor li a:link, ul#deptNavHor li a:visited	{
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}

ul#deptNavHor li a:hover	{
	text-decoration: underline;
}

/* see-all menu  */
ul#deptNavHor li div.popmenu	{
	position: absolute;
	left: -999em;
	width: 750px;/* width of the popup */
	}

ul#deptNavHor li:hover div.popmenu, ul#deptNavHor li.sfhover div.popmenu	{
	position: absolute;
	left: 0;
	border: 2px solid #C90000;
	line-height: 1.3em;
	text-align: left;
	opacity: .96;
	filter: alpha(opacity=96); /* IE patch */
	top: 16px;	
	background-image: url(../assets/product_images/layout_87_footer_bg.gif);	
	}

ul#deptNavHor div.popmenu a:link	{/* optional width of links inside table */
	color: #c90000;
	font-family: Verdana, Arial;
}
	

	
	
ul#deptNavHor div.popmenu a	{/* optional width of links inside table */}

/* end popup menu */


/* featured dept widget */
#featured_dept, ul#shopNav_top_links	{/* featured dept */
	margin-top: 5px;
	border: 1px solid #B2B2B2;
	margin-left: 3px;
	margin-right: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
#featured_dept h4	{/* optional title */
	display: none;
}
#featured_dept_title	{
	background-image: url(../assets/product_images/layout_87_left_title_red.gif);
	height: 27px;	
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;	
	width: 217px;	
}
.featured1, .featured2, .featured3, .SelectedDept 	{/* title class for featured dept. 1 */	
	font-family: Verdana, Arial;
	font-size: 1.1em;
	font-weight: bold;	
}

.featDeptNav	{/* unordered list of nav tab links */	
	padding-bottom: 2px;
	padding-top: 0px;
}
ul.featDeptNav_links	{/* list of featured dept links */
	
}
ul.featDeptNav_links li	{/* individual nav tab links */
	font-family: Verdana, Arial;
	font-size: 1em;	
	padding: 2px;	
}
ul.featDeptNav_links li a:link, ul.featDeptNav_links li a:visited	{
	text-decoration: none;
	
}

ul.featDeptNav_links li a:hover	{
	text-decoration: underline;
} 

.fd_img  {
	display: none;
}

ul#shopNav_top_links li	{}
ul#shopNav_top_links li a:link, ul#shopNav_links li a:visited	{
	font-size: 1em;
	font-family: Verdana, Arial;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	}
ul#shopNav_top_links li a:hover	{
	text-decoration: underline;
	} 





/* search box widget */
#search_title, #shopNav_top h4, #affiliate_title	{/* main search box */
	/* width: 160px; when in a narrow col */
	background-image: url(../assets/product_images/layout_87_left_title_gray.gif);
	height: 27px;	
	font-family: Verdana, Arial;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	line-height: 27px;
	margin-left: 2px;
	margin-right: 2px;	
	
	}
	

#search, #affiliateNav	{/* main search box */
	/* width: 160px; when in a narrow col */
	margin-top: 5px;
	border: 1px solid #B2B2B2;
	margin-left: 3px;
	margin-right: 4px;
	margin-bottom: 0px;
	padding: 5px;
	font-family: Verdana, Arial;
	font-size: 1em;		
	}
#search	h4 {/* main search box */
	display: none;

}
#search label	{
	
}
#search input	{
	vertical-align: middle;
	margin: 8px 0px;
	
	}

#search button span	{
	display: none;
	}
#search button.clickButton {/* search button */	
	border: none;
	background: url(../assets/product_images/layout_87_search_button.gif) no-repeat #ffffff;
	width: 32px;
	height: 20px;
	margin-left: 2px;
	vertical-align: middle;
	}
#search button img  {
	display: none;	
}	

#search a:link, #search a:visited 	{/* search box link to advanced search */
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 1em;	
	font-weight: bold;
}
#search a:hover	{
	text-decoration: underline;
}

/* search by price widget */
#search2	{/* div container for additional search criteria */

	font-family: Verdana, Arial;
	margin-top: 0px;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	margin-left: 3px;
	margin-right: 4px;
	margin-bottom: 7px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 1em;	
	font-weight: bold;	
	
}
#search2 h4, #search2_title	{
	display: none;
}
#search2 p	{}
#search2 a, #search2 a:visited	{
	text-decoration: none;
}
#search2 a:hover	{
	text-decoration: underline;
}


#animation1  {
	width: 515px;
	margin-left: auto;
	margin-right: auto;
	height: 320px;
	}




#topPromo	{/* top promo/banner container */
	clear: both;
	background-image: url(../assets/product_images/layout_87_top_promo.gif);
	width: 751px;
	height: 34px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	line-height: 34px;
}
#topPromo img	{}
.topPromo_text	{}


#topPromo2  {
	
	font-weight: bold;	
	padding-top: 10px;
	text-align: center;	
}



/* featured items widget */

.acc_open_2	{/* optional title for featured item on home page */
	background-image: url(../assets/product_images/layout_87_featured_open.gif);	
	width: 744px;
	height: 34px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
	
}

.acc_close_2		{/* optional title for featured item on home page */
	background-image: url(../assets/product_images/layout_87_featured_close.gif);	
	width: 744px;
	height: 34px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
}

#acc_content_2  {
	width: 744px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding-bottom: 5px;
}

#acc_content_2 ul  {
	width: 744px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding-bottom: 5px;
	
}

#acc_content_2 ul li {
	float: left;
	display: inline;
	list-style-type: none;
}

.item	{/* item list container */
	width: 246px;
	text-align: center;
	min-height: 190px;
	height: 190px;
	margin-top: 8px;
	
	}
dl.item_details	{/* item details */
	text-align: center;
	
	}
	
dl.item_details dt img	{/* item details */
	height: 150px;
	}
	
#acc_content_2 .item_title	{
	font-family: Verdana, Arial;
	font-size: .9em;
	font-weight: bold;
	height: 25px;
	text-align: center;
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;	
	}
.item_review	{
	display: none;
	}
#acc_content_2 .item_description	{
	clear: left;
	display: none;
	}
	
dl.item_stock	{/* item stock, pricing */
	margin: 0 auto;
	line-height: 1.4em;
	display: none;
	}
dl.item_stock dt	{/* display dt and dd inline */
	float: left;
	display: none;
	padding: 2px;
	}
dl.item_stock dd	{/* spacing between dt and dd */
	text-indent: .4em;
	display: none;
	}
dt.discount_price, dd.discount_price	{/* yellow price style */
	}

.quantity	{/* shopping form */
	text-align: center;
	margin: 0 auto;
	display: none;
	}
.quantity label	{
	vertical-align: middle;
	}
.quantity input	{
	width: 25%;
	margin: 10px 0;
	}
.quantity button	{
	margin: 5px 0;
	}
.quantity button img	{
	}




/* testimonials widget homepage + testimonials page */
#testimonials	{ /* widget container */	
	margin-top: 5px;
	border: 1px solid #B2B2B2;
	margin-left: 3px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
.col2 #testimonials_title	{
	display: none;
}
#testimonials h4	{/* optional title on testimonials page */}
.col1 #testimonials_title	{/* homepage testimonials title */
	background-image: url(../assets/product_images/layout_87_left_title_gray.gif);
	height: 27px;		
	line-height: 27px;	
	font-family: Verdana, Arial;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;	
}
.col1 #testimonials h4	{/* homepage testimonials title */
	font-size: xx-small;	
	visibility: hidden;	
}
#testimonials p	{ /* testimonials text */
	font-family: Verdana, Arial;
	font-size: 1em;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;	
}
#testimonials p.testimonials_name	{ /* testimonials author */
	font-family: Verdana, Arial;
	font-size: 1em;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;	
	font-weight: bold;
}
#testimonials a.testimonials_more	{ /* read more links */
	font-family: Verdana, Arial;
	font-size: 1em;
	padding: 2px;
	font-weight: bold;
}
#testimonials hr	{ /* separation lines */}
/* testimonials page only */
.testimonials_form	{/* testimonials page form */
	text-align: center;
}

#animation2    {
	background-image: url(../assets/product_images/layout_87_anim2_bg.gif);	
	width: 515px;
	height: 194px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 200;
}

#animation2 #prev2    {	
	position: absolute;
	left: 147px;
	top: 80px;
	z-index: 5000;
}

#animation2 #next2    {	
	position: absolute;
	left: 495px;
	top: 80px;
	z-index: 5000;

}

#animation2 #ps_title_3    {
	width: 135px;
	height: 45px;
	position: absolute;
	left: 10px;
	top: 76px;
	background: url(../assets/product_images/layout_87_anim2_title.gif) no-repeat;	
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 12px;
	padding-bottom: 2px;
	line-height: 16px;
	text-align: center;	
}

#animation2 #ps_content_3    {
	clear: both;
	width: 350px;
	height: 162px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;	
	position: absolute;
	left: 150px;	
	top: 5px;	
	border: 3px solid #b7b7b7;	
	padding-bottom: 3px;
	padding-top: 3px;
	overflow: hidden;
}

#animation2 .ps_item    {
	width: 350px;
	height: 162px;
}


#animation2 .ps_item img    {
	margin-right: 155px;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
	border: 1px solid #b7b7b7;	
	width: 150px;
	height: 150px;	
}


#animation2 dt.item_title    {
	line-height: 12px;
	margin-bottom: 4px;
	width: 180px;
	padding: 2px;
	position: absolute;
	top: 5px;
	left: 162px;
	
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	text-align: center;	
	font-weight: bold;
		
}

#animation2 dd.item_description    {
	display: none;
}

#animation2 dl.ps_item_stock   {
	clear: both;
	line-height: 12px;
	margin-bottom: 4px;
	width: 185px;
	height: 105px;
	position: absolute;
	top: 64px;
	left: 160px;
	padding: 2px;
	text-align: left;
	overflow: hidden;	
	word-wrap: break-word;	
	font-size: .8em;
}


#animation2 dl.ps_item_stock dt   {
	display: inline;
	float: left;
	padding-left: 3px;
	
}


#csNav	{/* customer service links */
	border: 0px solid #C00;
	float: left;
	margin: 0px;
	width: 187px;	 
	} 
	
.col1 #csNav_title	{/* customer service links */
	display: none;	 
	} 

#csNav h5	{/* headers in site map page */
	background-image: url(../assets/product_images/layout_87_csNav_bg.gif);	
	width: 100%;
	height: 29px;
	font-size: 1.1em;
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	margin-bottom: 3px;	
}



ul#csNav_links	{/* unordered list of customer service tab links */
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	
}
ul#csNav_links li	{
	

}
ul#csNav_links li a:link, ul#csNav_links li a:visited	{
	
	text-decoration: none;
	
}
ul#csNav_links li a:hover	{
	text-decoration: underline;
}


#affilNav	{/* affiliate links */
	border: 0px solid #C00;
	float: left;
	width: 187px;
	margin: 0px;
	}
	
#affilNav_title	{/* affiliate links */
	display: none;
	}	

#affilNav h5	{/* site info affiliate title */
	background-image: url(../assets/product_images/layout_87_nav_mid_bg.gif);	
	width: 100%;
	height: 29px;
	font-size: 1.1em;
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-weight: bold;
	text-align: center;
	line-height: 26px;	
	margin-bottom: 3px;	
} 
ul#affilNav_links	{/* unordered list of affiliate tab links */
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	text-align: center;
}
ul#affilNav_links li	{
	
}
ul#affilNav_links li a:link, ul#affilNav_links li a:visited	{
	
	text-decoration: none;
}
ul#affilNav_links li a:hover	{
	text-decoration: underline;
}

#infoNav	{/* site info links */
	border: 0px solid #C00;
	float: left;
	width: 187px;
	margin: 0px;
	}
	
#infoNav_title	{/* site info links */
	display: none;
	}
	
#infoNav h5	{/* site info links title */
	background-image: url(../assets/product_images/layout_87_infoNav_bg.gif);	
	width: 100%;
	height: 29px;
	font-size: 1.1em;
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-weight: bold;
	text-align: center;
	line-height: 26px;	
	margin-bottom: 3px;	
} 
ul#infoNav_links	{/* unordered list of site info tab links */
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	text-align: center;
}
ul#infoNav_links li	{
	padding-left: 3px;
	padding-right: 3px;
	
}
ul#infoNav_links li a:link, ul#infoNav_links li a:visited	{
	
	text-decoration: none;	
}
ul#infoNav_links li a:hover	{
	text-decoration: underline;
} 

/* footer navigation */
#nav_footer	{/* container for footer nav */
	border: 0px solid #C00;
	float: left;
	width: 187px;
	margin: 0px;
	font-size: 1em;
	font-family: Verdana, Arial;
	text-decoration: none;
	}
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	{
	font-size: 1em;
	font-family: Verdana, Arial;
	text-decoration: none;
}
ul#navlist_footer li a:hover	{
	text-decoration: none;
}

/*	shopping navigation widget */
/*	centered tabs */
#shopNav	{/* shopping links */
	border: 0px solid #C00;
	float: left;
	width: 187px;
	margin: 0px;
	text-decoration: none;
	} 
	
#shopNav_title	{/* shopping links */
	display: none;
	} 

#shopNav h5	{/* site info links title */
	background-image: url(../assets/product_images/layout_87_nav_mid_bg.gif);	
	width: 100%;
	height: 29px;
	font-size: 1.1em;
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	margin-bottom: 3px;		
} 
ul#shopNav_links	{/* shopping links */
	padding-left: 3px;
	padding-bottom: 6px;
	text-align: center;
	
	}
ul#shopNav_links li	{
	
}
ul#shopNav_links li a:link, ul#shopNav_links li a:visited	{
	
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	}
ul#shopNav_links li a:hover	{
	text-decoration: underline;
	} 
	


	
/* tags widget on homepage + tags page */
#tags	{/* homepage tags container */		
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	width: 748px;
	background-image: url(../assets/product_images/layout_87_footer_bg.gif);
	margin-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: center;	
	vertical-align: top;

}
.col2 #tags		{/* tags page container */
	background: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-aign: left;
}
#tags_out_title	{/* h5 heading */
	background-image: url(../assets/product_images/layout_87_tags_bg.gif);
	height: 29px;
	font-size: 1.1em;
	font-family: "Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro", Verdana, Arial;
	font-weight: bold;
	text-align: center;
	line-height: 26px;	
	width: 752px;
	margin-top: 8px;
	
}

.col2 #tags h5 #tags_title	{/* h5 heading */
	background: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 3px;
}

#tags h4  {
	display: none;
}

ul.tags_list	{}
ul.tags_list li	{	
	display: inline;
	margin-right: 10px;
	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;
	
	}

/* ------------------------------------------------------ */
/* body styles */
/* ------------------------------------------------------ */
/* account id widget */
#account_name	{ /* account id */
	
	border: 0px solid #0000CC;
	position: relative;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 0px;
	padding: 2px;
	width: 400px;
	font-size: 0.8em;
	vertical-align:top;
	font-weight: bold;
	text-align: right;
	font-family: Verdana, Arial;
	top: 2px;
	
	}
#account_name a:link, #account_name a:visited	{/* sign in/out link */}
#account_name a:hover	{}





/* narrow column styles homepage */



/* redeem gift card widget */




/*	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 */}





/* credit card images and custom links widget */
#cc_img	{/* credit card img + custom links */
	clear: both;
	float: right;
	width: 385px;
	margin-top: 10px;
	text-align: right;
	
}
#cc_links a:link, #cc_links a:visited {}
#cc_links a:hover	{}

/*	share site widget */
#share_site	{
	clear: both;
	width: 385px;
	margin-top: 10px;
	float: left;
	}
#share_site h4		{
	margin-bottom: 10px;
		}
ul#share_list li	{
	display: inline;
	list-style: none;
	
	}



/*	mailing list sign up widget */
#mailing_list	{	
	text-align: left;
	padding: 5px;

	}
	
ul#utility_list li #mailing_list_title		{
	display: none;	
	}
	
ul#utility_list li #mailing_list h4		{
	display: none;	
	}
	
#mailing_list input	{/* width of the input text to fit in narrow cols */
	width: 50%;
	vertical-align: middle;
	}
#mailing_list button	{
	vertical-align: middle;
	}
#mailing_list_banner 	{/* optional banner img or text */}

/* ------------------------------------------------------ */
/* wide column styles homepage */
/* ------------------------------------------------------ */
#body_content	{/* col2 main content */}
	

/* store profile + store description widget */
.store_profile	{/* store profile container */}
.store_profile img	{}


/* ------------------------------------------------------ */
/* narrow column styles inside pages */
/* ------------------------------------------------------ */
/* department directory  */
#dept_list_container	{/* department links */
	margin-top: 5px;
	border: 1px solid #B2B2B2;
	margin-left: 3px;
	margin-right: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 7px;
}	
ul.directoryList	{/* ul for dept. directory links */

}
ul.directoryList li	{
	padding: 2px;
}
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-family: Verdana, Arial;
	font-size: 1.1em;
	font-weight: bold;	
}
a.SelectedDept:link, a.SelectedDept:visited	{/* selected sub department */
	text-decoration: none;
}
a.SelectedDept:hover	{
	text-decoration: underline;
}
a.SelectedDept:active	{}

/* affiliate pages */
#affiliate_login_title  {
	background-image: url(../assets/product_images/layout_87_left_title_gray.gif);
	height: 27px;	
	font-family: Verdana, Arial;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	line-height: 27px;
	margin-left: 2px;
	margin-right: 2px;	
	margin-top: 5px;
}

#affiliateNav h4	{/* affiliate page top navigation */
	display: none;
}

ul#affiliateNav_links	{/* unordered list of shopping tab links */}
ul#affiliateNav_links li	{}
ul#affiliateNav_links li a:link, ul#affiliateNav_links li a:visited	{
	text-decoration: none;
}
ul#affiliateNav_links li a:hover	{} 
#affiliate_title	{/* affiliate page registration title */}
#affiliate_container	{/* affiliate login form */
	
}
#affiliate_login	{/* login table container + account confirmation text in affiliate page */
	margin-top: 5px;
	border: 1px solid #B2B2B2;
	margin-left: 3px;
	margin-right: 4px;
	margin-bottom: 0px;
	padding: 5px;
	text-align: center;
	font-size: 1em;		
}
.login	{/* table containing form */}
#affiliate_login form	{}


/* ------------------------------------------------------ */
/*  wide column inside pages */
/* ------------------------------------------------------ */
/* products listing page */
a.listing_header, a.listing_header:visited, a.listing_header:active, a.listing_header:hover	{
	display: block;
	padding: 2px 0px 0px 3px;
	margin: 2px 2px 3px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;	
	}

.csNav_title  {
	padding: 3px;
	background-color: #C90000;
	color: #ffffff;
	margin: 3px;
	font-weight: bold;

}

.content_main ul li a:link, .content_main ul li a:visited, .content_main ul li a:active, .content_main ul li a:hover  {
	margin: 3px;
}

	


ul.listing_subdept, content_main ul	{
	margin: 0px;
	padding: 0px;	
	
	}
ul.listing_subdept li, content_main ul li	{
	margin: 0px;
	padding: 0px 0px 0px 2px;	
	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 */
	padding: 2px;
	font-weight: bold;
}	
.deptPathBar a:link	{}
.deptPathBar a:hover	{}

.deptList	{/* dept products listing page td */}
.deptList a:link	{}	
.deptList a:hover	{}

.productList	{/* product display by sub dept. + site map */	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	text-decoration: none;	
	
}

.productList a:link, .productList a:visited, .productList a:hover	{
	font-weight: bold;
}


.productList a:link	{

}
.productList a:visited	{}
.productList a:hover	{}

.productList ul	{/* listing display in site map page */}


.QuickPickProduct	{/* td class in subdept. listing */
	padding: 2px;
}

.QuickPickProduct td p	{/* td class in subdept. listing */
	padding: 5px;
}
.QuickPickProductBanner	{ /* table for item title inside above td */
	font-weight: bold;
}
a.QuickPickProductBanner:link	{/* product title links */
	font-weight: bold;
	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 */
	font-weight: bold;
}

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 */}
span.reviews_title	{}
.content_main p {
	padding: 4px;
}

.content_main h4 {
	
	margin-bottom: 2px;
}

.content_main hr	{ /* separation line between content and reviews, q & a, in product display page */	}
.content_main a {
	font-weight: bold;
	text-decoration: none;
}

.content_main td {
	padding: 2px;
	vertical-align: top;
}
/* questions and answers section */
#q_and_a	{/* container for q and a */}
span.q_and_a_title	{}
span.validation	{}
#product_question	{}
#common_question	{}
#latest_question	{}

#affiliate_profile  {

	width: 80%;
	margin-left; auto;
	margin-right: auto;
}

/* live chat widget */
#live_chat	{/* container for widget */}
#live_chat span	{/* span for triangle char */}
#liveChatTools	{/* container for links list */}
#liveChatTools img	{/* icons for chats */}
#subMenu	{/* links list */}


/* ------------------------------------------------------ */
/* footer styles */
/* ------------------------------------------------------ */



#cc_text	{/* credit card text */}

/* bottom text */
.bottom_text	{/* user generated text */
	clear: both;
	width: 760px;
	text-align: center;	
}

/* hit counter widget */
#hit_counter	{
	text-align: center;
}

.homePageDiscountPrice  {
	font-weight: bold;
}

#prod_showcase_nav h4	{/* main search box */
	/* width: 160px; when in a narrow col */
	background-image: url(../assets/product_images/layout_87_left_title_gray.gif);
	height: 27px;	
	font-family: Verdana, Arial;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	line-height: 27px;
	margin-left: 2px;
	margin-right: 2px;	
	
	}

#prod_showcase_title  {

	display: none;

}
#prod_showcase_nav ul.directoryList  {
	margin-top: 5px;
	border: 1px solid #B2B2B2;
	margin-left: 3px;
	margin-right: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 7px;

 }