
/***********Layout 101 New*****************/

@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 */
	}

#shopNav_top li.separator, 
#deptNav li.separator, 
#footer li.separator, 
li.separator	{/* for special separators in navigation lists */
	display: none;
	}


.clickButton {
	margin: 4px;
	line-height: 18px;
}
button	{
	cursor: pointer;
	}

#header	{
	width: 740px;
	}
#store_name  {
	font-family: "times new roman",arial, helvetica;
	padding-left: 170px;	
	margin-top: 40px;
	float: left;
	width: 350px;
	overflow: hidden;
	line-height: normal;
	height: 70px;
}
#store_name a:link, #store_name a:active, #store_name a:visited, #store_name a:hover {	
	font-size: 2.5em;
	font-family: "times new roman",arial, helvetica;	
	text-decoration: none;
}


#search	{/* main search box */
	/* width: 160px; when in a narrow col */
	width: 210px;
	float: left;
	margin-top: 30px;
	text-align: right;
	}
#search	h4 {/* main search box */
	display: none;
	}
#search label	{}
#search input	{
	vertical-align: middle;
	margin: 8px 3px;
	width: 10em;
	}
#search button span	{
	display: none;
	}
#search button.clickButton {/* search button */	
	border: none;
	background: url(../assets/product_images/layout101_find.gif) no-repeat;
	width: 55px;
	height: 18px;
	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;
	}
#search a:hover	{
	text-decoration: underline;
	}

/* cart widget */
#your_cart_container	{/* cart related links */
	clear: both;
	text-align: right;
	position: relative;
	top: 10px;
	}
ul#your_cart	{/* shopping cart link list */}
ul#your_cart li	{
	display: inline;
	margin-right: 10px; /*for horizontal display */
	}
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 */}
#wish	{}
.checkout	{}
.account	{}
#your_cart_container img	{/* shopping cart icon image */
	
}

/* department navigation widget */
/* requires the popup menu JS for IE */
#deptNav	{/* department links */	
	clear: both;
	background: url(../assets/product_images/layout101_nv_tl.gif);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;	
	text-align: center;	 
	width: 740px;
	height: 30px;
	line-height: 30px;	
	margin-left: auto;
	margin-right: auto;	
	position: relative;	
	z-index: 2000;
	
	}
#deptNav h4	{/* optional title */}
ul#deptNavHor	{/* list of dept links */
	text-align: center;	
}
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, ul#deptNavHor li a:hover	{
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 8px;
	padding-bottom: 8px;	
	height: 30px;
}


/* see-all menu  */
ul#deptNavHor li div.popmenu	{
	position: absolute;
	left: -999em;
	width: 738px;/* 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: 29px;			
	}

ul#deptNavHor div.popmenu a:link	{/* optional width of links inside table */	
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 4px;
	margin-right: 4px;
	display: block;
}

ul#deptNavHor div.popmenu a:hover	{/* optional width of links inside table */	
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 4px;
	margin-right: 4px;
	display: block;
}

ul#deptNavHor div.popmenu a	{/* optional width of links inside table */}

/* end popup menu */

/* account id widget */
#account_name	{ /* account id */
	
	border: 0px solid #0000CC;	
	float: left;	
	margin-top: 3px;
	margin-left: 3px;
	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;	
	}
	

#animation1  {	
	width: 515px;
	margin-left: auto;
	margin-right: auto;
	border: 6px solid #7b6ba6;	
}

/* 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, #col1 #tags_out_title	{
	background: url(../assets/product_images/layout101n_title.gif) no-repeat left #ccc6dc;
	height: 30px;	
	font-family: geneva,verdana,arial,helvetica;
	font-weight: bold;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;	
	width: 179px;	
	text-align: center;
	text-indent: 10px;
	font-size: 1.2em;
}
.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: 3px;	

}
ul.featDeptNav_links li a:link, ul.featDeptNav_links li a:visited	{
	
	text-decoration: none;
	display: block;
	padding: 3px;	

	
}

ul.featDeptNav_links li a:hover	{
	text-decoration: none;
	display: block;
	padding: 3px;	

} 

.fd_img  {
	text-align: center;
	margin: 3px;
}

ul#shopNav_top_links li a:link, 
ul#shopNav_top_links li a:visited	{
	font-size: 1em;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	}
ul#shopNav_top_links li a:hover	{
	text-decoration: underline;
	} 



#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;

}

/* ------------------- tags widget --------------------------------- */

#tags	{
	border: 0px solid #C00;	
	padding-left: 6px;
	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;
	}

/* 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/layout101n_title.gif) no-repeat left #ccc6dc;
	font-size: 1.2em;
	text-align: center;
	width: 468px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
	overflow: hidden;
}

.acc_open_2, .acc_open_3	{/* optional title for featured item on home page */	
	background: url(../assets/product_images/layout101n_acc_open.gif) #ffffff no-repeat left;	
	border: 2px solid #6d5c98;
	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/layout101n_acc_close.gif) #ffffff no-repeat left;
	border: 2px solid #6d5c98;	
	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  {	
	width: 520px;
	margin: 0 auto;
	padding-bottom: 5px;
}

#acc_content_2 ul, #acc_content_3 ul  {	
	text-align: center;
	padding-bottom: 5px;
	margin: 0 auto;
	
}

#acc_content_2 ul li, #acc_content_3 ul li {
		
	float: left;
	display: inline;
	list-style-type: none;
	width: 170px;
}

.item	{/* item list container */
	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;
	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	{
	}
	
#nav_footer	{
	clear: both;
	width: 100%;
	}
/* express order search widget */
#content_expord	{/* container for express order */
	margin: 10px 10px 0;
	float: left;
	width: 230px;
	display: inline; /* IE6 fix */
	text-align: center;
	}
#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	{
	background: url(../assets/product_images/layout101n_title.gif) no-repeat left #ccc6dc;
	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;
	}
	

#content_footer  {	
	width: 760px;
	clear: both;
	}
#csNav	{/* customer service links */
	border: 0px solid #C00;
	float: left;
	margin: 0px;
	width: 240px;	 
	} 	
#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 #6d5c98;
	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	{/* affiliate links */	
	border: 0px solid #C00;
	float: left;
	width: 240px;
	margin: 0px;
	}
	
#affilNav_title	{/* affiliate links */
	display: none;
	}	

ul#affilNav_links	{/* unordered list of affiliate tab links */
	clear: both;
	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: 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;
}


#affiliateNav, 
#affiliate_custlinks	{/* affiliate links */
	float: left;
	width: 170px;
	padding: 10px;
	}
#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	{
	font-size: 1em;
	text-decoration: none;
}
ul#affiliateNav_links li a:hover	{
	text-decoration: underline;
}
#affiliate_login_title	{	
	background: url(../assets/product_images/layout101n_title.gif) no-repeat left #ccc6dc;	
	font-family: geneva,verdana,arial,helvetica;
	font-weight: bold;
	line-height: 30px;	
	text-align: center;
	text-indent: 10px;
	font-size: 1.2em;
	clear: both;
	}
#affiliate_login	{
	padding-left: 15px;
	}
#affiliate_login form	{
	padding: 10px 0;
	text-align: center;
	}


P {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
A.advsrch:link {
	COLOR: #eceaf2; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
A.advsrch:visited {
	COLOR: #eceaf2; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
A.advsrch:hover {
	COLOR: #eceaf2; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: underline
}
A.advsrch:active {
	COLOR: #eceaf2; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
.hdrtxt {
	FONT-SIZE: 28px; COLOR: #eceaf2; FONT-FAMILY: times new roman,arial,helvetica; TEXT-DECORATION: none
}
.items {
	FONT-SIZE: 11px; COLOR: #d3cee1; 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-RIGHT: #6d5c98 1px solid; BORDER-TOP: #6d5c98 0px; BORDER-LEFT: #6d5c98 1px solid; BORDER-BOTTOM: #6d5c98 1px solid
}
.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
}
TD.prdbox {
	PADDING-RIGHT: 0px; PADDING-LEFT: 6px; FONT-SIZE: 10px; PADDING-BOTTOM: 0px; COLOR: #6d5c98; PADDING-TOP: 0px; FONT-FAMILY: arial, helvetica, sans-serif; BACKGROUND-COLOR: #e2dfeb; 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
}
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-RIGHT: #d8b9fd 1px solid; BORDER-TOP: #d8b9fd 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #d8b9fd 1px solid; BORDER-BOTTOM: #d8b9fd 1px solid; FONT-FAMILY: arial,helvetica,verdana; TEXT-DECORATION: none
}
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
}
.bgcolor1 {
	BACKGROUND-COLOR: #a7a1b6
}
.bgcolor2 {
	BACKGROUND-COLOR: #e2dfeb
}
.bgcolor3 {
	BACKGROUND-COLOR: #e2dfeb
}
.bgcolor4 {
	BACKGROUND-COLOR: #ffffff
}

.navbarBackgound {
	BACKGROUND-COLOR: #e2dfeb
}
.navigation {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
.navigation:link {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: geneva,verdana,arial,helvetica
}
.navigation:visited {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: geneva,verdana,arial,helvetica
}
.navigation:hover {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: underline
}
.navigation:active {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: geneva,verdana,arial,helvetica
}
.QuickPickProductBanner {
	FONT-SIZE: 11px; COLOR: #7b6ba6; FONT-FAMILY: geneva,verdana,arial,helvetica; BACKGROUND-COLOR: #e2dfeb
}
A.QuickPickProductBanner:link {
	FONT-SIZE: 11px; COLOR: #7b6ba6; TEXT-DECORATION: none
}
A.QuickPickProductBanner:visited {
	FONT-SIZE: 11px; COLOR: #7b6ba6; TEXT-DECORATION: none
}
A.QuickPickProductBanner:hover {
	FONT-SIZE: 11px; COLOR: #7b6ba6; TEXT-DECORATION: underline
}
A.QuickPickProductBanner:active {
	FONT-SIZE: 11px; COLOR: #7b6ba6; TEXT-DECORATION: none
}
.productList {
	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
}
.SubPaneTitleBar {
	FONT-SIZE: 11px; COLOR: #7b6ba6; BORDER-TOP-STYLE: none; FONT-FAMILY: geneva,verdana,arial,helvetica; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #e2dfeb; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none
}

#dept_list_container	{
	margin: 10px 0 10px 10px;
}
.directoryList {
	FONT-SIZE: 11px; COLOR: #7b6ba6; BORDER-TOP-STYLE: none; FONT-FAMILY: geneva,verdana,arial,helvetica; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #e2dfeb; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none
}
.deptList {
	FONT-SIZE: 11px; COLOR: #7b6ba6; 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
}
.deptPathBar {
	FONT-SIZE: 11px; COLOR: #7b6ba6; 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; padding: 10px;
}
.search {
	FONT-SIZE: 11px; COLOR: #51392b; 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.product {
	COLOR: #7b6ba6; BACKGROUND-COLOR: #e2dfeb
}
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: #7b6ba6; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
A.SelectedDept:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #7b6ba6; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
A.SelectedDept:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #7b6ba6; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: underline
}
A.SelectedDept:active {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #7b6ba6; FONT-FAMILY: geneva,verdana,arial,helvetica; TEXT-DECORATION: none
}
A.BuyMeNow:link {
	FONT-SIZE: 11px; COLOR: #7b6ba6; TEXT-DECORATION: none
}
A.BuyMeNow:visited {
	FONT-SIZE: 11px; COLOR: #7b6ba6; TEXT-DECORATION: none
}
A.BuyMeNow:hover {
	FONT-SIZE: 11px; COLOR: #7b6ba6; TEXT-DECORATION: underline
}
A.BuyMeNow:active {
	FONT-SIZE: 11px; COLOR: #7b6ba6; TEXT-DECORATION: none
}
A.WishMeNow:link {
	FONT-SIZE: 11px; COLOR: #7b6ba6; TEXT-DECORATION: none
}
A.WishMeNow:visited {
	FONT-SIZE: 11px; COLOR: #7b6ba6; TEXT-DECORATION: none
}
A.WishMeNow:hover {
	FONT-SIZE: 11px; COLOR: #7b6ba6; TEXT-DECORATION: underline
}
A.WishMeNow:active {
	FONT-SIZE: 11px; COLOR: #7b6ba6; TEXT-DECORATION: none
}
HR {
	COLOR: #7b6ba6
}
.login {
	FONT-SIZE: 11px; COLOR: #51392b; 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
}
.discountPrice {
	FONT-SIZE: 11px; COLOR: #cc0000; FONT-FAMILY: geneva,verdana,arial,helvetica
}
.homePageDiscountPrice {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #f66a39; FONT-FAMILY: arial, helvetica, sans-serif; TEXT-DECORATION: none
}
.loginWelcomeMsg {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: verdana,arial,geneva,helvetica; TEXT-DECORATION: none
}
.productname {
	FONT-SIZE: 10px; COLOR: #000000; BORDER-TOP-STYLE: none; FONT-FAMILY: arial,helvetica,verdana; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none
}
A.listing_header {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 3px; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; MARGIN: 0px 0px -10px; PADDING-TOP: 3px
}
UL.listing_subdept {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
UL.listing_subdept LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#shipping_text {
	
}
.shipping_promo {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 10px auto; WIDTH: 96%; PADDING-TOP: 0px
}
#pp_redirect {
	FONT-SIZE: 1.2em
}
#reviews {
	PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
SPAN.reviews_title {
	FONT-WEIGHT: bold; FONT-SIZE: 1.2em
}
.content_main HR {
	BORDER-TOP: #821830 0px dotted; HEIGHT: 1px
}
#q_and_a {
	PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: 20px; MARGIN: 0px; PADDING-TOP: 20px
}
SPAN.q_and_a_title {
	FONT-WEIGHT: bold; FONT-SIZE: 1.2em
}
SPAN.validation {
	COLOR: #c00
}
#product_question {
	
}
#common_question {
	
}
#latest_question {
	
}
#testimonials {
	BORDER-RIGHT: #c00 0px solid; PADDING-RIGHT: 0px; BORDER-TOP: #c00 0px solid; MARGIN-TOP: 20px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: #c00 0px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #c00 0px solid
}
#testimonials_title {
	
}
#testimonials P {
	PADDING-LEFT: 20px; MARGIN: 0px
}
#testimonials P.testimonials_name {
	MARGIN-TOP: 10px; PADDING-LEFT: 20px
}
#testimonials HR {
	PADDING-RIGHT: 0px; BORDER-TOP: #5a2b00 1px dotted; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 5px 20px; PADDING-TOP: 0px; HEIGHT: 0px
}
.testimonials_form {
	PADDING-RIGHT: 0px; MARGIN-TOP: 10px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; TEXT-ALIGN: center
}
DIV.jqZoomTitle {
	FONT-SIZE: 11px; Z-INDEX: 5000; BACKGROUND: #5773c4; LEFT: 0px; WIDTH: 100%; COLOR: #fff; PADDING-TOP: 2px; FONT-FAMILY: Tahoma; POSITION: absolute; TOP: 0px; HEIGHT: 16px; TEXT-ALIGN: center
}
.jqZoomPup {
	Z-INDEX: 10; BORDER-LEFT-COLOR: #c4c4c4; FILTER: alpha(opacity = 60); BORDER-BOTTOM-COLOR: #c4c4c4; OVERFLOW: hidden; CURSOR: hand; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #c4c4c4; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BACKGROUND-COLOR: #fff; BORDER-RIGHT-COLOR: #c4c4c4; BORDER-BOTTOM-STYLE: solid; -moz-opacity: 0.6; opacity: 0.6
}
.jqZoomPup IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
.preload {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 8px; BACKGROUND-POSITION: 43px 30px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 8px; FONT-SIZE: 12px; Z-INDEX: 10; FILTER: alpha(opacity = 80); LEFT: 3px; BACKGROUND-IMAGE: url(../images/zoomloader.gif); PADDING-BOTTOM: 8px; BORDER-LEFT: #ccc 1px solid; WIDTH: 100px; COLOR: #333; PADDING-TOP: 8px; BORDER-BOTTOM: #ccc 1px solid; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Tahoma; POSITION: absolute; TOP: 3px; HEIGHT: 55px; BACKGROUND-COLOR: white; TEXT-ALIGN: center; TEXT-DECORATION: none; -moz-opacity: 0.8; opacity: 0.8
}
.jqZoomWindow {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; BORDER-BOTTOM: #999 1px solid; BACKGROUND-COLOR: #fff
}
#live_chat {
	BORDER-RIGHT: #666 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #666 1px solid; MARGIN-TOP: 10px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #666 1px solid; WIDTH: 160px; CURSOR: pointer; PADDING-TOP: 5px; BORDER-BOTTOM: #666 1px solid
}
#live_chat SPAN {
	FONT-SIZE: 0.8em
}
#liveChatTools {
	PADDING-RIGHT: 0px; MARGIN-TOP: 10px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
#liveChatTools IMG {
	VERTICAL-ALIGN: middle; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
#subMenu {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
TABLE TD {
	FONT-SIZE: 12px
}
TH {
	FONT-SIZE: 12px
}
#hit_counter {
	TEXT-ALIGN: center
}
.prod_showcase H1 {
	FONT-SIZE: 1em
}
H2 {
	FONT-SIZE: 1em
}
H3 {
	FONT-SIZE: 1em
}
H4 {
	FONT-SIZE: 1em
}
H5 {
	FONT-SIZE: 1em
}
H6 {
	FONT-SIZE: 1em
}
.comp_description H1 {
	FONT-SIZE: 1em
}
H2 {
	FONT-SIZE: 1em
}
H3 {
	FONT-SIZE: 1em
}
H4 {
	FONT-SIZE: 1em
}
H5 {
	FONT-SIZE: 1em
}
H6 {
	FONT-SIZE: 1em
}
DIV.pagination {
	TEXT-ALIGN: center
}
DIV.pagination A:link {
	BORDER-RIGHT: #7b6ba6 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #7b6ba6 1px solid; PADDING-LEFT: 3px; FONT-WEIGHT: normal; PADDING-BOTTOM: 0px; MARGIN: 0px 2px; BORDER-LEFT: #7b6ba6 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #7b6ba6 1px solid; ZOOM: 1; TEXT-DECORATION: none
}
DIV.pagination A:visited {
	BORDER-RIGHT: #7b6ba6 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #7b6ba6 1px solid; PADDING-LEFT: 3px; FONT-WEIGHT: normal; PADDING-BOTTOM: 0px; MARGIN: 0px 2px; BORDER-LEFT: #7b6ba6 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #7b6ba6 1px solid; ZOOM: 1; TEXT-DECORATION: none
}
DIV.pagination A:hover {
	COLOR: #ffffff; BACKGROUND-COLOR: #a7a1b6
}
SPAN.pagination_selected {
	BORDER-RIGHT: #7b6ba6 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #7b6ba6 1px solid; PADDING-LEFT: 6px; PADDING-BOTTOM: 0px; MARGIN: 0px 2px; BORDER-LEFT: #7b6ba6 1px solid; COLOR: #ffffff; PADDING-TOP: 0px; BORDER-BOTTOM: #7b6ba6 1px solid; ZOOM: 1; BACKGROUND-COLOR: #a7a1b6
}
SPAN.pagination_dots {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 4px; PADDING-TOP: 0px
}


#affiliate_login button img	{
	display: none;
	}

