/***********Layout 99*****************/

@import "reset.css";	/* reset all css to common specs */
@import "layout.css";	/* layout styles */
@import "color.css";	/* color styles */

.ada	{/* skip navigation class for S.508 compliance */
	position: absolute;
	left: -999em; /* moves link out of view */
	}
button	{
	cursor: pointer;
	}

#shopNav_top li.separator, 
#deptNav li.separator, 
#footer li.separator, 
li.separator	{/* for special separators in navigation lists */
	display: none;
	}
	
#store_name  {
	font-size: 1.6em;
	font-family: impact,arial, helvetica;
	padding-left: 80px;	
	margin-top: 50px;
	width: 430px;
	border: 0px solid #c90000;
	float: left;
}

#store_name a:link, #store_name a:active, #store_name a:visited, #store_name a:hover {	
	font-size: 1.6em;
	font-family: impact,arial, helvetica;	
	text-decoration: none;
}

/* account id widget */
#account_name	{ /* account id */
	
	border: 0px solid #0000CC;	
	float: left;	
	margin-top: 10px;
	margin-left: 25px;
	padding: 2px;
	width: 425px;
	font-size: 0.8em;
	font-weight: bold;	
	}
#account_name a:link, #account_name a:visited	{/* sign in/out link */
	font-size: 0.9em;
}
#account_name a:hover	{
	font-size: 0.9em;
}


#search_title	{/* main search box */
	/* width: 160px; when in a narrow col */
	display: none;	
	}
	

#search	{/* main search box */
	/* width: 160px; when in a narrow col */
	width: 200px;
	float: right;
	border: 0px solid #c90000;
	margin-top: 40px;
	margin-right: 10px;
	}

#search	h4 {/* main search box */
	display: none;

}
#search label	{
	
}
#search input	{
	vertical-align: middle;
	margin: 8px 0px;
	width: 10em;
	
	}

#search button span	{
	display: none;
	}
#search button.clickButton {/* search button */	
	border: none;
	background: url(../assets/product_images/layout99_find.gif) no-repeat #000000;
	width: 38px;
	height: 23px;
	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;
}

/* cart widget */
#your_cart_container	{/* cart related links */
	border: 0px solid #0000CC;	
	float: right;
	margin-right: 10px;	
	margin-left: 0px;
	padding-right: 15px;
	width: 500px;	
	vertical-align: top;
	text-align: right;
	padding-bottom: 2px;
	background: url(../assets/product_images/layout99n_cart_bg.jpg) no-repeat;
	font-size: .9em;		
	}
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;
	
	}
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 */
	
}

/* department navigation widget */
/* requires the popup menu JS for IE */
#deptNav	{/* department links */	
	clear: both;
	border-top: 1px solid #b7e084;
	border-bottom: 1px solid #b7e084;
	margin-left: 20px;
	margin-right: 20px;
	padding: 3px 0px;
	text-align: center;	 
	width: 720px;
	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 #b7e084;
		}
		
		
ul#deptNavHor li a:link, ul#deptNavHor li a:visited	{
	font-size: 1em;
	font-family: geneva,verdana,arial,helvetica;
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;	

}

ul#deptNavHor li a:hover	{
	
}

/* see-all menu  */
ul#deptNavHor li div.popmenu	{
	position: absolute;
	left: -999em;
	width: 720px;/* width of the popup */
	}

ul#deptNavHor li:hover div.popmenu, ul#deptNavHor li.sfhover div.popmenu	{
	position: absolute;
	left: 0;
	text-align: left;
	opacity: .96;
	filter: alpha(opacity=96); /* IE patch */
	top: 16px;
	text-decoration: underline;	
	}

ul#deptNavHor div.popmenu a:link	{/* optional width of links inside table */}

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: 0px 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, #shopNav_top h4, #search2_title, #col1 #testimonials_title	{
	background: url(../assets/product_images/layout99n_left_col_title.gif) no-repeat;
	height: 22px;	
	font-family: geneva,verdana,arial,helvetica;
	font-weight: bold;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;	
	width: 179px;	
	text-indent: 40px;
	font-size: .9em;
}
.featured1, .featured2, .featured3, .SelectedDept 	{/* title class for featured dept. 1 */	
	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 a:link, 
ul#shopNav_top_links li a:visited,  
ul#shopNav_top_links li a:active	{
	font-size: 1em;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;	
	}
ul#shopNav_top_links li a:hover	{
	text-decoration: underline;
	} 

#animation1  {	
	clear: both;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;	
}

#search2 h4  {
	display: none;
}

#search2	{/* div container for additional search criteria */	
	clear: both;	
	margin-bottom: 10px;

}

#search2 p	{}
#search2 a, #search2 a:visited	{
	text-decoration: none;
	
}
#search2 a:hover	{
	text-decoration: underline;
	
}

ul.search2_list li  {
	padding-top: 3px;
	padding-left: 6px;

}

/* testimonials widget homepage + testimonials page */
#col1 #testimonials	{ /* widget container */	
	margin-top: 5px;
	border: 0px solid #B2B2B2;
	margin-left: 3px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 7px;
}

#col1 #testimonials h4	{/* homepage testimonials title */
	display: none;
}
#col1 #testimonials p	{ /* testimonials text */
	padding-left: 2px;
	padding-right: 2px;	
}
#col1 #testimonials p.testimonials_name	{ /* testimonials author */
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;	
	font-weight: bold;
}
#col1 #testimonials a.testimonials_more	{ /* read more links */
	padding: 2px;
	font-weight: bold;
}
#col1 #testimonials hr	{ /* separation lines */
	
}
/* testimonials page only */
#col1 .testimonials_form	{/* testimonials page form */
	text-align: center;
}

#topPromo, 
#topPromo2  {	
	background: url(../assets/product_images/layout99n_promo_bg.gif) no-repeat;	
	font-size: 1em;
	text-align: center;
	width: 527px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 5px;
}

.acc_open_2, .acc_open_3	{/* optional title for featured item on home page */	
	background: url(../assets/product_images/layout99n_acc_open2.gif) #ffffff no-repeat;	
	width: 527px;
	height: 30px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
	font-size: 1em;
	font-family: geneva,verdana,arial,helvetica;	
}



.acc_close_2, .acc_close_3		{/* optional title for featured item on home page */
	background: url(../assets/product_images/layout99n_acc_closed2.gif) #ffffff no-repeat;	
	width: 527px;
	height: 30px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
	font-size: 1em;
	font-family: geneva,verdana,arial,helvetica;	
}

#acc_content_2, #acc_content_3  {	
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	padding-bottom: 5px;
	width: 510px;
}

#acc_content_2 ul, #acc_content_3 ul  {	
	text-align: center;
	margin-top: 4px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	
}

#acc_content_2 ul li, #acc_content_3 ul li {
	float: left;
	display: inline;
	list-style-type: none;
	width: 166px;
	margin-left: auto;
	margin-right: auto;
	border: 0px #c90000 solid;
}

.item	{/* item list container */
	text-align: center;
	min-height: 190px;
	height: 180px;
	margin-top: 8px;
	width: 170px;
	
	}
dl.item_details	{/* item details */
	text-align: center;
	}
	
dl.item_details dt img	{/* item details */
	height: 150px;
	text-align: center;
	}
	
#acc_content_2 .item_title, #acc_content_3 .item_title	{
	font-size: 1em;		
	width: 150px;
	height: 25px;
	text-align: center;
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	overflow: hidden;
	padding: 2px;	
	
	}
.item_review	{
	display: none;
	}
#acc_content_2 .item_description, #acc_content_3 .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	{
	}



#affiliateNav, 
#affiliate_custlinks	{/* affiliate links */
	float: left;
	width: 170px;
	padding-left: 15px;
	}
#affiliate_title	{
	display: none;}
	
#affiliateNav h4	{/* affiliate links */
	display: none;
	}	

ul#affiliateNav_links	{/* unordered list of affiliate tab links */
	clear: both;
	padding-right: 3px;
	padding-bottom: 6px;
}
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	{
	text-decoration: underline;
}
#affiliate_login_title	{
	padding-left: 15px;
	padding-right: 3px;
	padding-bottom: 6px;
	}
#affiliate_login	{
	padding-left: 15px;
	}
#affiliate_login form	{
	padding: 10px;
	}

#csNav	{/* customer service links */
	border: 0px solid #C00;
	float: left;
	margin: 0px;
	width: 240px;	 
	} 
	
.col1 #csNav_title	{/* customer service links */
	display: none;	 
	} 

#csNav h5, #affilNav h5, #infoNav h5	{/* headers in site map page */
	clear: both;
	width: 100%;
	text-align: center;	
	margin-bottom: 3px;		
	border-bottom: 1px solid #b7e084;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: geneva,verdana,arial,helvetica;
}
ul#csNav_links	{/* unordered list of customer service tab links */
	clear: both;
	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	{
	border: 0px solid #C00;
	float: left;
	width: 240px;
	margin: 0px;
	}
ul#affilNav_links	{
	clear: both;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	text-align: center;}

#infoNav	{/* site info links */	
	border: 0px solid #C00;
	float: left;
	width: 240px;
	margin: 0px;	
	}
	
#infoNav_title	{/* site info links */
	display: none;
	}
ul#infoNav_links	{/* unordered list of site info tab links */
	clear: both;
	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;
}

#cc_img	{/* credit card img + custom links */
	clear: both;
	width: 760px;
	margin-top: 10px;
	text-align: center;
	
}
#cc_links a:link, #cc_links a:visited {}
#cc_links a:hover	{}

/*	share site widget */
#share_site	{
	clear: both;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
	}
#share_site h4		{
	margin-bottom: 10px;
		}
ul#share_list li	{
	display: inline;
	list-style: none;
	
	}
.bottom_text	{/* user generated text */
	clear: both;
	text-align: center;	
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#footer  {	
	background: url(../assets/product_images/layout99n_bottom.gif) no-repeat;
	width: 760px;
	height: 66px;
}

/* express order search widget */
#content_expord	{/* container for express order */
	margin: 10px 10px 0;
	float: left;
	width: 230px;
	display: inline; /* IE6 fix */
	}
#expressOrder_title	{
	display: none;
	}
#express_title	{/* title for express order */}
#expressOrder	{/* container for form */
	width: 70%;	
	margin: 0 auto;
	}
#expressOrder form	{
	margin-top: 10px;
	margin-bottom: 10px;
	
	}
#expressOrder form div	{

}
#expressOrder input	{
	margin-bottom: 4px;
	}
#expressOrder label	{
	
}
#expressOrder button	{}
#expressOrder button img	{
	display: none;
	}

		
/* gift card widget */
#gift_card	{
	margin: 10px 0;
	float: left;
	width: 230px;
	text-align: center;
	}
#gift_card_title	{
	display: none;}

#gift_card ul li	{
	padding-top: 5px; 
	line-height: 1.2em;
	}
#gift_card span	{}
#gift_card ul li a:link	{
	width: 230px;
	display: block;
	text-align: center;
	}
#gift_card img	{
	padding-top: 5px;
	}
#gift_card_banner	{}
/* redeem gift card widget */
.redeemGC	{/* redeem gift card img + link */}
.redeemGC h4	{}
	
	
/*	mailing list sign up widget */
#mailing_list_title	{
	display: none;
	}
#mailing_list	{
	margin: 10px 10px 0;
	float: left;
	width: 225px;
	}
#mailing_list h4, #content_expord h4, #gift_card h4	{
	
	font-size: 1.2em;
	text-align: center;
	height: 30px;
	line-height: 30px;
	}
#mailing_list form	{
	text-align: center;
	margin: 10px 0;
	}
#mailing_list label	{
	vertical-align: middle;
	}
#mailing_list input	{/* width of the input text to fit in narrow cols */
	width: 80%;
	margin: 5px 0;
	vertical-align: middle;
	}
#mailing_list button	{
	vertical-align: middle;
	}
#mailing_list button img	{
	display: none;
	}
#mailing_list_banner 	{/* optional banner img or text */
	line-height: 1.6em;
	}

P {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
TD.hdrtxt {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #FE8A01; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
TD.ftrtxt {
	FONT-SIZE: 10px; COLOR: #A6BA8D; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
TD.wlcmbox {
	FONT-SIZE: 13px; COLOR: #242329; FONT-FAMILY: arial, helvetica, sans-serif; PADDING-RIGHT: 10px; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; PADDING-TOP: 5px; TEXT-DECORATION: none; background-color: #EEF6DF
}
TD.fpbox {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #242329; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
TD.hdrtitle {
	FONT-SIZE: 22px; COLOR: #89CB33; FONT-FAMILY: impact,arial, helvetica; PADDING-RIGHT: 0px; PADDING-LEFT: 80px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; TEXT-DECORATION: none
}
TD.srchpad {
	PADDING-RIGHT: 0px; PADDING-LEFT: 17px; PADDING-BOTTOM: 0px; PADDING-TOP: 7px; TEXT-DECORATION: none
}
P.blocktext {
    margin-left: auto; margin-right: auto; width: 95%; text-align: left; FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #242329; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
TD.fpsmtext {
    FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #242329; FONT-FAMILY: arial, helvetica, sans-serif; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; TEXT-DECORATION: none
}
TD.fpaddbtn {
    PADDING-RIGHT: 0px; PADDING-LEFT: 13px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; TEXT-DECORATION: none
}
.items {
	FONT-SIZE: 11px; COLOR: #619820; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
.welhdrtxt {
	FONT-SIZE: 24px; COLOR: #F66A39; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: none
}
.welmaintxt {
	FONT-SIZE: 13px; COLOR: #4C406A; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
TABLE.ftrdprdct {
	BORDER-LEFT-COLOR: #6D5C98; BORDER-BOTTOM-COLOR: #6D5C98; BORDER-TOP-STYLE: none; BORDER-TOP-WIDTH: 0px; BORDER-TOP-COLOR: #6D5C98; BORDER-RIGHT-STYLE: solid; BORDER-RIGHT-WIDTH: 1px; BORDER-LEFT-STYLE: solid; BORDER-LEFT-WIDTH: 1px; BORDER-RIGHT-COLOR: #6D5C98; BORDER-BOTTOM-STYLE: solid; BORDER-BOTTOM-WIDTH: 1px
}
.fplrg {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #7B6BA6; FONT-FAMILY: tahoma, helvetica, sans-serif; TEXT-DECORATION: none
}
.fpmed {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #7B6BA6; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
.fpsm {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #7B6BA6; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
.prdlrg {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #7B6BA6; FONT-FAMILY: tahoma, helvetica, sans-serif; TEXT-DECORATION: none
}
.prdmed {
	FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #6D5C98; FONT-FAMILY: tahoma, helvetica, sans-serif; TEXT-DECORATION: none  
}
.prdbox {
	PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; TEXT-DECORATION: none
}
.acenter {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #FE8A01; FONT-FAMILY: arial, helvetica, sans-serif; text-align: center; TEXT-DECORATION: none
}
A.ftr:link {
	FONT-SIZE: 10px; COLOR: #A6BA8D; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
A.ftr:visited {
	FONT-SIZE: 10px; COLOR: #A6BA8D; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
A.ftr:hover {
	FONT-SIZE: 10px; COLOR: #A6BA8D; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: underline
}
A.ftr:active {
	FONT-SIZE: 10px; COLOR: #A6BA8D; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
A.fpadd:link {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #6D5C98; FONT-FAMILY: arial,helvetica; TEXT-DECORATION: none
}
A.fpadd:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #6D5C98; FONT-FAMILY: arial,helvetica; TEXT-DECORATION: none
}
A.fpadd:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #6D5C98; FONT-FAMILY: arial,helvetica; TEXT-DECORATION: underline
}
A.fpadd:active {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #6D5C98; FONT-FAMILY: arial,helvetica; TEXT-DECORATION: none
}
A.fpwish:link {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #6D5C98; FONT-FAMILY: arial,helvetica; TEXT-DECORATION: none
}
A.fpwish:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #6D5C98; FONT-FAMILY: arial,helvetica; TEXT-DECORATION: none
}
A.fpwish:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #6D5C98; FONT-FAMILY: arial,helvetica; TEXT-DECORATION: underline
}
A.fpwish:active {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #6D5C98; FONT-FAMILY: arial,helvetica; TEXT-DECORATION: none
}
A.padd:link {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #7B6BA6; FONT-FAMILY: tahoma, helvetica, sans-serif; TEXT-DECORATION: none
}
A.padd:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #7B6BA6; FONT-FAMILY: tahoma, helvetica, sans-serif; TEXT-DECORATION: none
}
A.padd:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #7B6BA6; FONT-FAMILY: tahoma, helvetica, sans-serif; TEXT-DECORATION: underline
}
A.padd:active {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #7B6BA6; FONT-FAMILY: tahoma, helvetica, sans-serif; TEXT-DECORATION: none
}
TABLE.productList {
	FONT-SIZE: 11px; COLOR: #000000; BORDER-TOP-STYLE: none; FONT-FAMILY: FONT-FAMILY: geneva,verdana,arial,helvetica; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none
}
.productList {
	FONT-SIZE: 11px; COLOR: #000000; BORDER-TOP-STYLE: none; FONT-FAMILY: FONT-FAMILY: geneva,verdana,arial,helvetica; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none
}
A.pwish:link {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #7B6BA6; FONT-FAMILY: tahoma, helvetica, sans-serif; TEXT-DECORATION: none
}
A.pwish:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #7B6BA6; FONT-FAMILY: tahoma, helvetica, sans-serif; TEXT-DECORATION: none
}
A.pwish:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #7B6BA6; FONT-FAMILY: tahoma, helvetica, sans-serif; TEXT-DECORATION: underline
}
A.pwish:active {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #7B6BA6; FONT-FAMILY: tahoma, helvetica, sans-serif; TEXT-DECORATION: none
}
.inputControl {
	BORDER-LEFT-COLOR: #89CB33; BORDER-BOTTOM-COLOR: #89CB33; BORDER-TOP-STYLE: solid; BORDER-TOP-WIDTH: 1px; BORDER-TOP-COLOR: #89CB33; FONT-SIZE: 11px; FONT-FAMILY: arial,helvetica,verdana; BORDER-RIGHT-STYLE: solid; BORDER-RIGHT-WIDTH: 1px; BORDER-LEFT-STYLE: solid; BORDER-LEFT-WIDTH: 1px; TEXT-DECORATION: none; BORDER-RIGHT-COLOR: #89CB33; BORDER-BOTTOM-STYLE: solid; BORDER-BOTTOM-WIDTH: 1px
}
A:link {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: underline
}
A:active {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
.directoryList {
	FONT-SIZE: 11px; COLOR: #000000; BORDER-TOP-STYLE: none; FONT-FAMILY: geneva,verdana,arial,helvetica; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none
}
.bgclr1 {
	background-color: #89CB33;
}
.bgclr2 {
      background-color: #B7E084;
}
.bgclr3 {
	background-color: #EEF6DF;
}
.bgclr4 {
	background-color: #FFFFFF;
}
.loginWelcomeMsg {
	FONT-SIZE: 10px; COLOR: #074A1F; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
.discountPrice {
	FONT-SIZE: 11px; COLOR: #ff3300; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
A.advsrch:link {
	FONT-SIZE: 11px; COLOR: #074A1F; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
A.advsrch:visited {
	FONT-SIZE: 11px; COLOR: #074A1F; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
A.advsrch:hover {
	FONT-SIZE: 11px; COLOR: #074A1F; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: underline
}
A.advsrch:active {
	FONT-SIZE: 11px; COLOR: #074A1F; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
.clickButton {
	FONT-SIZE: 11px; BORDER-LEFT-COLOR: #89CB33; BORDER-BOTTOM-COLOR: #89CB33; COLOR: #000000; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #89CB33; FONT-FAMILY: geneva,verdana,arial,helvetica; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; TEXT-DECORATION: none; BORDER-RIGHT-COLOR: #89CB33; BORDER-BOTTOM-STYLE: solid; BACKGROUND-COLOR: #B7E084;
}
HR
{
    COLOR: #89CB33;
}
.QuickPickProduct {
	FONT-SIZE: 11px; COLOR: #000000; BORDER-TOP-STYLE: none; FONT-FAMILY: geneva,verdana,arial,helvetica; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none
}
.QuickPickProductBanner
{
    FONT-FAMILY: geneva,verdana,arial,helvetica;
    FONT-SIZE: 11px;
    BACKGROUND-COLOR: #B7E084;
    COLOR: #000000;
}

A.QuickPickProductBanner:link
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    TEXT-DECORATION: none;
}

A.QuickPickProductBanner:visited
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    TEXT-DECORATION: none;
}

A.QuickPickProductBanner:hover
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    TEXT-DECORATION: underline;
}

A.QuickPickProductBanner:active
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
TABLE.product
{
    COLOR: #000000;
    BACKGROUND-COLOR: #EEF6DF;
}

.SubPaneTitleBar
{
    color: #000000;
    background-color: #B7E084;
    FONT-SIZE: 11px;
    BORDER-STYLE: none;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
    TEXT-DECORATION: none;
}
ul.directoryList {
	FONT-SIZE: 11px; 
	color: #000000; 
	FONT-FAMILY: geneva,verdana,arial,helvetica; 
	TEXT-DECORATION: none; 
	padding-left: 10px;
	margin-bottom: 20px;
}
.deptList
{
    color: #000000;
    FONT-SIZE: 11px;
    BORDER-STYLE: none;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
    TEXT-DECORATION: none;
}

.deptPathBar
{
    color: #000000;
    FONT-SIZE: 11px;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
    TEXT-DECORATION: none; 
	padding: 10px;
}
.search
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    BORDER-TOP-STYLE: none;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    TEXT-DECORATION: none;
    BORDER-BOTTOM-STYLE: none;
}
TABLE.shippingList
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT-COLOR: #51392b;
    BORDER-BOTTOM-COLOR: #51392b;
    COLOR: #51392b;
    BORDER-TOP-STYLE: solid;
    BORDER-TOP-COLOR: #51392b;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
    BORDER-RIGHT-STYLE: solid;
    BORDER-LEFT-STYLE: solid;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none;
    BORDER-RIGHT-COLOR: #51392b;
    BORDER-BOTTOM-STYLE: solid;
}

TD.shippingList
{
    FONT-SIZE: 11px;
    BORDER-LEFT-COLOR: #51392b;
    BORDER-BOTTOM-COLOR: #51392b;
    COLOR: #51392b;
    BORDER-TOP-STYLE: solid;
    BORDER-TOP-COLOR: #51392b;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
    BORDER-RIGHT-STYLE: solid;
    BORDER-LEFT-STYLE: solid;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none;
    BORDER-RIGHT-COLOR: #51392b;
    BORDER-BOTTOM-STYLE: solid;
}

A.SelectedDept:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
    TEXT-DECORATION: none;
}

A.SelectedDept:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
    TEXT-DECORATION: none;
}

A.SelectedDept:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
    TEXT-DECORATION: underline;
}

A.SelectedDept:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
    TEXT-DECORATION: none;
}
A.BuyMeNow:link
{
    FONT-SIZE: 11px;
    COLOR: #074A1F;
    TEXT-DECORATION: none;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
}

A.BuyMeNow:visited
{
    FONT-SIZE: 11px;
    COLOR: #074A1F;
    TEXT-DECORATION: none;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
}

A.BuyMeNow:hover
{
    FONT-SIZE: 11px;
    COLOR: #074A1F;
    TEXT-DECORATION: underline;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
}

A.BuyMeNow:active
{
    FONT-SIZE: 11px;
    COLOR: #074A1F;
    TEXT-DECORATION: none;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
}

A.WishMeNow:link
{
    FONT-SIZE: 11px;
    COLOR: #074A1F;
    TEXT-DECORATION: none;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
}

A.WishMeNow:visited
{
    FONT-SIZE: 11px;
    COLOR: #074A1F;
    TEXT-DECORATION: none;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
}

A.WishMeNow:hover
{
    FONT-SIZE: 11px;
    COLOR: #074A1F;
    TEXT-DECORATION: underline;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
}

A.WishMeNow:active
{
    FONT-SIZE: 11px;
    COLOR: #074A1F;
    TEXT-DECORATION: none;
    FONT-FAMILY: geneva,verdana,arial,helvetica;
}
.productname 
{
    FONT-SIZE: 11px; 
    COLOR: #000000; 
    BORDER-TOP-STYLE: none; 
    FONT-FAMILY: geneva,verdana,arial,helvetica;
    BORDER-RIGHT-STYLE: none; 
    BORDER-LEFT-STYLE: none; 
    TEXT-DECORATION: none; 
    BORDER-BOTTOM-STYLE: none;
}

/* -----------------------------------------------------------------
	additional styles for v9.03
-------------------------------------------------------------------- */

/* ------------------- products listing page ----------------------- */
a.listing_header		{/* dept. titles */
	display: block;
	/*background-color: #5A2B00;*/
	display: block;
	font-weight: 700;
	line-height: 1.8em;
	padding-left: 3px;
	margin-right: 10px;
	}
ul.listing_subdept	{}
ul.listing_subdept li	{
	padding-left: 3px;	
	list-style-type: none;
	}

/* ------------------- shipping page ------------------------------- */
#shipping_text	{/* shipping page text from SM */
	}
.shipping_promo	{/* table class for shipping data */
	margin: 10px auto;
	padding: 0px;
	width: 96%;
	}
	

/* ------------------- paypal redirect page ------------------------ */
#pp_redirect	{/* text on redirect page when paid with PP - has a link */
	font-size: 1.2em;
	}

	
/* ------------------- reviews section widget ---------------------- */
#reviews	{ /* div container for the reviews widget */
	margin: 0px;
	padding: 0px 20px; 
	}
span.reviews_title	{
	font-size: 1.2em;
	font-weight: bold;
	}
.content_main hr	{ /* separation line between content and reviews, q & a, in product display page */
	height: 1px;
	border-top: 0px dotted #821830;
	}
	

/* ------------------ questions and answers section widget --------- */
#q_and_a	{
	margin: 0px;
	padding: 20px;	
	}
span.q_and_a_title	{
	font-size: 1.2em;
	font-weight: bold;
	}
span.validation	{
	color: #C00;
	}
#product_question	{}
#common_question	{}
#latest_question	{}


/* ------------------ testimonials widget --------------------------- */
#col2 #testimonials	{ /* widget container */
	padding: 0px;
	margin-top: 20px;
	border: 0px solid #C00;
	}
#col2 #testimonials_title	{
	display: none;
}

#col2 #testimonials p	{ /* testimonials text */
	padding-left: 20px;
	margin: 0px;	
	}
#col2 #testimonials p.testimonials_name	{ /* testimonials author */
	padding-left: 20px;
	margin-top: 10px;
	}
#col2 #testimonials a.testimonials_more	{ /* read more links */
	}
#col2 #testimonials hr	{ /* separation lines */
	/* visibility: hidden; */
	height: 0px;
	border-top: 1px dotted #5A2B00;
	padding: 0px;
	margin: 5px 20px;
	}
/* ------------------ testimonials page display -------------------- */
.testimonials_form	{/* testimonials page form */
	padding: 0px;
	margin-top: 10px;
	text-align: center;
	}

/* ------------------ 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%;
	color: #FFF;
	background: #5773C4;
	}

.jqZoomPup	{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:10;
	border-color:#c4c4c4;
	border-style: solid;
	cursor: pointer;
	cursor: hand;
	}

.jqZoomPup img	{
	border: 0px;
	}

.preload	{
	-moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align:center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;
	}

.jqZoomWindow	{
	border: 1px solid #999;
	background-color: #FFF;
	}



/* ------------------- live chat widget ---------------------------- */
#live_chat	{/* container for widget */
	width: 160px;
	padding: 5px;
	margin-top: 10px;
	cursor: pointer;
	border: 1px solid #666;
	}
#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 */
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

table td, th	{
	font-size: 12px;
	}

/* ------------------- tags widget --------------------------------- */

#tags_out_title  {	
	border-bottom: 1px solid #b7e084;
	margin-left: 20px;
	margin-right: 20px;
	padding: 3px 0px;
	text-align: center;	 
	width: 720px;
	margin-top: 5px;
	margin-bottom: 0px;		
	margin-left: auto;
	margin-right: auto;	
	font-family: geneva,verdana,arial,helvetica;
	font-weight: bold;
}

#tags	{
	border: 0px solid #C00;	
	padding-bottom: 10px;
	clear: both;
	margin-top: 3px;
	}
#tags h4	{
	display: none;
	}
ul.tags_list li	{
	list-style-type: none;
 	display: inline;
	
	}
a.tags_small	{
	margin-right: 1em;	
	}
a.tags_medium	{
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 1em;
	}
a.tags_large	{
	font-size: 1.6em;
	margin-right: 1em;
	font-weight: bold;
	}
	
/* hit counter widget */	
#hit_counter	{/* hit counter at bottom of pages */
	clear: both;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
	} 
.prod_showcase h1, h2, h3, h4, h5, h6	{
	font-size: 1em;
	}
.comp_description h1, h2, h3, h4, h5, h6	{
	font-size: 1em;
	}
div.pagination	{
	text-align: center;
	}
div.pagination a:link, 
div.pagination a:visited	{
	padding: 0px 3px;
	margin: 0px 2px;
	text-decoration: none;
	border: 1px solid #89cb33;
	zoom: 1;	/*IE6 fix */
	font-weight:normal;
	}	
div.pagination a:hover	{
	background-color: #b7e084;
	color: #FFFFFF;
	}
span.pagination_selected	{
	padding: 0px 6px;
	margin: 0px 2px;
	background-color: #b7e084;
	border: 1px solid #89cb33;
	color: #FFFFFF;
	zoom: 1;	/*IE6 fix */
	}
span.pagination_dots	{
	padding: 0px;
	margin: 0px 4px;
	}


