@import "reset.css";	/* reset all css to common specs */
@import "layout.css";	/* layout styles */
@import "color.css";	/* color styles */


/* ----------------layout 93-------------------------------------- */
/* general site-wide styles */

input:hover	{/* not supported in IE6 */}
img:hover	{/* not supported in IE6 */}	

.options	{/* options table class in product displays */
	border: 2px solid #DB83FF; 
	padding: 2px;
	margin: 2px;
}	
.inputControl	{/* input text field in forms */
	
}	
.clickButton	{/* button input in form pages */
	margin: 2px;
}
input.clickButton	{
	
}


#col2 h4  {
	margin-bottom: 3px;
}

#col2 p  {
	margin-bottom: 3px;
	margin-top: 3px;
	
}

#col2 td  {
	padding: 3px;
	margin: 3px;
	vertical-align: top;
}

#col2 table  {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* ------------------------------------------------------ */
/* header styles */
/* ------------------------------------------------------ */
.ada	{/* skip navigation class for S.508 compliance */
	position: absolute;
	left: -999em; /* moves link out of view */
	}	
/*	store name widget */
#store_name	{/* store name */	
	font-size: 2em;
	border: 0px solid #5a6dff;
	margin-top: 15px;
	word-wrap: break-word;/* IE only */
	overflow: hidden;
	margin-right: 5px;	
	width: 18%;
	padding-bottom: 5px;	
	}
#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 */}
#store_name table	{}


#topPromo 	{/* top promo/banner container */	
	position: absolute;
	top: 21px;
	right: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
	text-align: right;
	font-weight: bold;
	width: 82%;	
}
#topPromo img	{}
.topPromo_text	{}

#topPromo2  {
	font-size: 1em;
	font-weight: bold;
	padding: 4px;
	float: left;
}	
#topPromo2 img	{}
.topPromo2_text	{}

#header_content	{/* content holding div */	
	width: 83%;
	border: 0px solid #cc0000;
	position: absolute;
	bottom: -9px;
	right: 0;
	}

#header_content_top	{/* content holding div */
	height: 5px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#header_content_top_left	{/* content holding div */
	height: 5px;
	width: 3px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#header_content_top_right	{/* content holding div */
	height: 5px;
	width: 3px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#header_content_bottom  {
	height: 25px;
	width: 100%;
	background: url(../assets/product_images/layout_93_header_bg.jpg); 
}

#deptNav, #affiliateNav	{/* department links */
	
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	width: 199px;
	padding-bottom: 8px;
	margin-bottom: 8px;	
	padding-top: 10px;		
	}

ul#deptNavHor {/* list of dept links */
	margin-left: 6px;
	margin-right: 6px;		
	border: 1px solid #ffffff;	
	
}
ul#deptNavHor li	{
	list-style:none;	
	line-height: 40px;		
	width: 185px;
	position: relative;	
	z-index: 7000;
	}

ul#deptNavHor li.separator	{
	border-bottom: 1px solid #ffffff;
	line-height: 1px;	
		}

ul#deptNavHor li a:link, ul#deptNavHor li a:visited	{
	width: 185px;
	display: block;
	text-decoration: none;	
}
ul#deptNavHor li a:hover	{
	text-decoration: none;
}

/* see-all menu  */

/* suckerfish menu */
ul#deptNavHor li .popmenu	{
	position: absolute;
	left: -999em;
	width: 700px;/* width of the popup */
	
	}
ul#deptNavHor li:hover .popmenu, ul#deptNavHor li.sfhover .popmenu	{
	border: 1px solid #DB83FF;
	line-height: 2em;
	text-align: left;
	position: absolute;
	top: -14px;
	left: 186px;
	z-index: 8000;
	opacity: .96;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=96);/* IE patch */
		}
ul#deptNavHor div.popmenu a	{/* optional width of links inside table */
	width: auto;
	padding: 0;
	border: 0;
}

ul#deptNavHor div.popmenu a:hover	{/* optional width of links inside table */
	text-decoration: none;
	
}

table.popmenuNav td	{/* content table */
	width: 25%;
	}

ul#deptNavHor div.popmenu a:link	{
	padding: 5px;
}


#account_name	{ /* account id */	
/*	font-size: 1em;
	padding: 4px;
	float: right;  */
	
	position: absolute;
	left: 0px;
	top: -17px;
	}
#account_name a:link, #account_name a:visited	{/* sign in/out link */
	
}
#account_name a:hover	{}


/* cart widget */
#your_cart_container	{/* cart related links */
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4000;
	background: url(../assets/product_images/layout_93_cart_bg.gif) no-repeat #FFFC80;
	margin-right: 3px;
	margin-top: 5px;
	width: 235px;
	height: 43px;	
	border: 1px solid #ffffff; 
	}
ul#your_cart	{/* shopping cart link list */
	
	padding-left: 55px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul#your_cart li	{
	display: inline;
	padding: 3px;
	}
ul#your_cart li a:link, ul#your_cart li a:visited	{
	text-decoration: underline;
	
	
	
}
ul#your_cart li a:hover	{}

ul#your_cart li a.cart	{/* shopping cart link list */
	
	padding-top: 2px;
}

ul#your_cart li a.checkout  {
	padding-top: 2px;
}

ul#your_cart li a.account  {
	padding-top: 2px;
}
.cart	{
	font-weight: bold;
	padding-top: 3px;
}
.wish	{}

.account	{}
.your_cart_img	{/* shopping cart icon image */}



/* requires the popup menu JS for IE */



/* search box widget */
#search	{/* main search box */
	/* width: 160px; when in a narrow col */
	border: 0px solid #cc0000;
	text-align: left;	
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	float: left;
	width: 200px;	
	}	

#search button.clickButton	{/* search button */	
	
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	margin-left: 3px;
	
	}
	
#search_title	{/* main search box */
	/* width: 160px; when in a narrow col */
	display: none;
	}	
#search a:link, #search a:visited, #search a:hover	{/* main search box */
	/* width: 160px; when in a narrow col */	
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
	font-size: .9em;
	}	
#search	h4 {/* main search box */
	display: none;
	}	
#search label	{
	font-size: .9em;
}
#search input	{
	vertical-align: middle;
	margin: 0px 0px;
	margin-bottom: 2px;
	width: 130px;
	}


#search span	{/* search button */	
	display: none;	
	} 
	
#search .clickButton img	{/* search button */	
	margin: 0px;
	padding-top: 0px;
	width: 16px;
	height: 17px;
	margin-left: 0px;
	border: none;	
	}
	
#utility_menu  {	
	border: 0px solid #006633;
	float: left;
	position: relative;	
	z-index: 9000;
	width: 300px;
	margin-left: 3px;
	margin-top:3px;
	margin-bottom: 8px;
	font-size: 1.1em;
	}

ul#utility_list	{}

ul#utility_list li	{
	float: right;
	display: inline;
	text-align: center;
	position: relative;
	padding-left: 20px;
	line-height: 40px;
	
	}
	
ul#utility_list li a:link, ul#utility_list li a:visited	{
	display: block;
	font-weight: bold;
	font-size: .87em;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

ul#utility_list li a:hover	{}


/* see-all menu  */
/* suckerfish menu */

	
	
ul#utility_list li #content_expord		{
	position: absolute;
	left: -999em;
	
	}
ul#utility_list li:hover #content_expord, ul#utility_list li.sfhover #content_expord		{
	position: absolute;
	left: 0px;
	z-index: 7000;
	border: 2px solid #DB83FF;
	line-height: 1.8em;
	text-align: left;
	background-color: #FFF;
	opacity: .96;
	filter: alpha(opacity=96); /* IE patch */
	top: 40px;	
	}
	
ul#utility_list li #content_expord_title  {
	display: none;
}

ul#utility_list li #content_expord h4  {
	display: none;
}
	
		
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 #DB83FF;
	text-align: center;
	}
.content_expord h4	{/* title express order */
	display: block;
}

ul#utility_list li #mailing_list		{
	position: absolute;
	left: -999em;
	width: 450px;/* width of the popup */
	}
ul#utility_list li:hover #mailing_list, ul#utility_list li.sfhover #mailing_list		{
	position: absolute;
	left: -210px;
	z-index: 7000;
	border: 2px solid #DB83FF;
	line-height: 1.8em;
	text-align: left;
	background-color: #FFF;
	opacity: .96;
	filter: alpha(opacity=96); /* IE patch */
	top: 40px;	
	}
/*	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 */}
	
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: -200px;
	z-index: 7000;
	border: 2px solid #DB83FF;	
	text-align: left;
	background-color: #A9B5FF;
	opacity: .96;
	filter: alpha(opacity=96); /* IE patch */
	top: 40px;		
	}
	
#gift_card h4		{
	display: none;	
	}
	
#gift_card_title		{
	display: none;	
	}
/* gift card widget */
#gift_card	{	
	
	}
	
#gift_card h4	{
	display: none;	
	}
#gift_card span	{
	
	}
#gift_card a	{
	
	}
	
#gift_card ul 
{
	display: none;
}
#gift_card_banner	{}


#expressOrder	{/* container for form */
	width: 150px;
	text-align: center;
}  

#expressOrder_title  {
	display: none;
}

#expressOrder form input	{
	vertical-align: middle;
	margin: 3px 0px;
	}

#expressOrder .clickButton img {
	display: none;
	}



.fd_img    {
	display: none;
}
#animation1  {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/* shopNav */
#shopNav h5, #col1 #testimonials_title, #infoNav h5, #search2_title {
	background: url(../assets/product_images/layout_93_left_nav_tab.jpg) no-repeat;
	width: 199px;
	height: 28px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 26px;	
}
#col1 #testimonials, ul#infoNav_links, ul.search2_list	{/* shopping links */
	border-left: 1px solid #DB83FF;
	border-right: 1px solid #DB83FF;
	border-bottom: 1px solid #DB83FF;
	margin-bottom: 8px;	
	padding-bottom: 3px;
	padding-top: 3px;
	} 
	
#col2 #testimonials_title  {
	
	font-weight: bold;


}

#col2 #testimonials {
	
	padding: 4px;

}

ul#shopNav_links	{/* shopping links */
	border-left: 1px solid #DB83FF;
	border-right: 1px solid #DB83FF;
	border-bottom: 1px solid #DB83FF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;	
	}
ul#shopNav_links li, #testimonials p, ul#infoNav_links li	{
	padding-left: 3px;
	padding-right: 3px;
	line-height: 11px;
	
	}
ul#shopNav_links li a:link, ul#shopNav_links li a:visited	{
	text-decoration: none;
	}
ul#shopNav_links li a:hover	{
	text-decoration: underline;
	} 
/* testimonials widget homepage + testimonials page */

#testimonials h4	{/* homepage testimonials title */
	display: none;
}

#testimonials p.testimonials_name, #testimonials a.testimonials_more	{ /* testimonials author */
	font-weight: bold;
	padding-top: 6px;	
	padding-bottom: 6px;
}
#testimonials a.testimonials_more	{ /* read more links */
	font-weight: bold;		
}
#testimonials hr	{ /* separation lines */
	display: none;
}
/* testimonials page only */
.testimonials_form	{/* testimonials page form */
	text-align: center;
}

#infoNav	{/* site info links */	
	
}

ul#infoNav_links li a:link, ul#infoNav_links li a:visited	{
	text-decoration: none;
}
ul#infoNav_links li a:hover	{
	text-decoration: underline;
} 

/* featured items widget */

.acc_open_2, .acc_open_3	{/* optional title for featured item on home page */
	clear: both;
	background: url(../assets/product_images/layout_93_open.gif) no-repeat;	
	width: 550px;
	height: 30px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	line-height: 30px;
	border: 2px solid #DB83FF;
	cursor: pointer;
	
}

.acc_close_2, .acc_close_3		{/* optional title for featured item on home page */
	clear: both;
	background: url(../assets/product_images/layout_93_close.gif) no-repeat;	
	width: 550px;
	height: 30px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	line-height: 30px;
	border: 2px solid #A9B5FF;
	cursor: pointer;
}

#acc_content_2, #acc_content_3  {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding-bottom: 5px;
}

#acc_content_2 ul, #acc_content_3 ul  {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding-bottom: 5px;
}

#acc_content_2 ul li, #acc_content_3 ul li {
	float: left;
	display: inline;
	list-style-type: none;
}

.item	{/* item list container */
	width: 180px;
	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, #acc_content_3 .item_title	{
	font-family: Verdana, Arial;
	font-size: .9em;
	font-weight: bold;
	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	{
	}






/******right column accordian*****************/

.acc_open_4 {
	background: url(../assets/product_images/layout_93_open2.gif) no-repeat #A9B5FF; 
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	line-height: 27px;
	text-align: center;
	font-size: 1.2em;
	padding-left: 23px;  /* padding-left is to account for the image when centering the text  */
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}

.acc_close_4 {
	background: url(../assets/product_images/layout_93_close2.gif) no-repeat #A9B5FF; 
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	line-height: 27px;
	text-align: center;
	font-size: 1.2em;
	padding-left: 23px;  /* padding-left is to account for the image when centering the text  */
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}

#acc_content_4 ul {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding-bottom: 5px;
	border: 1px solid #A9B5FF;
}



#acc_content_4 .item	{/* item list container */
	width: 100%;
	text-align: center;
	min-height: 147px;
	height: 147px;
	margin-top: 8px;
	
	}

	
#acc_content_4 dl.item_details dt img	{/* item details */
	height: 105px;
	width: 105px;
	}
	
#acc_content_4 .item_title	{
	font-size: .9em;
	font-weight: bold;
	width: 105px;
	height: 25px;
	text-align: center;
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 2px;
	padding-right: 2px;
	
	}

#acc_content_4 .item_description	{
	clear: left;
	display: none;
	}



/*********************************************/

#featured_title, #featured_b_title   {
	display: none
}
.featured_description	{/* featured item description */}
.featured_text	{/* featured item pricing description */}


ul#featured3_links  {
	border: 1px solid #178771;
	margin-top: 5px;
	text-align: center;
	padding: 5px;	
	
}

ul#featured3_links li  {
	padding: 3px;	
			
}

/* featured dept widget */

#featured_dept, #tags {
	border: 1px solid #A9B5FF;
	margin-top: 5px;
	text-align: left;
	padding: 5px;	
}

#featured_dept h4	{/* optional title */	
	display: none;
}

#featured_dept_title, #tags_out_title, #affiliate_login_title {
	height: 27px;
	margin-left: auto;
	margin-right: auto;
	line-height: 27px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 8px;
}


.featuredDept_title	{}
.featured1, .featured2, .featured3	{/* title class for featured dept. 1 */
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 3px;		
}

.featDeptNav1, .featDeptNav2, .featDeptNav3,	{/* unordered list of nav tab links */
	padding: 5px;
}
.featDeptNav1 ul.featDeptNav_links, .featDeptNav2 ul.featDeptNav_links, .featDeptNav3 ul.featDeptNav_links	{/* list of featured dept links */
	
	
	
}
ul.featDeptNav_links li	{/* individual nav tab links */
	padding: 1px;
}
ul.featDeptNav_links li a:link, ul.featDeptNav_links li a:visited	{
	font-size: 1em;
	text-decoration: none;	
}
ul.featDeptNav_links li a:hover	{
	text-decoration: underline;
} 

ul.tags_list	{
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 5px;
}
ul.tags_list li	{
	display: inline;
	overflow: hidden;
	padding: 5px;			
}
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;
	}

h5.tags_title  {
	display: none;
	}


/*****************************************************************/



#search2 h4	{/* optional title on testimonials page */
	display: none;
	
}


/* search by price widget */


#search2 p	{	
	font-weight: bold;
	padding: 5px;
}
#search2 a, #search2 a:visited	{
	margin: 5px;
}

ul.search2_list li   {
	padding: 3px;
}

ul.search2_list li a:link, ul.search2_list li a:visited, ul.search2_list li a:active  {
	font-weight: bold;
	text-decoration: none;
}

ul.search2_list li a:hover  {
	text-decoration: underline;
}

#animation2    {	
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;	
	height: 165px;
	border: 6px double #70C492;
	font-size: 1.2em;	
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;	
}

/* #animation2 #right    {	
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 5px;
	font-size: 1.2em;		
}  */

#animation2 #left img    {	
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 5px;
	float: left;
	border: 1px solid #b7b7b7;		
}

#animation2 h4    {
	line-height: 24px;
	margin-bottom: 4px;
	padding: 5px;
	font-size: 1em;	
	float: right;
	text-align: center;	
	width: 310px;	
}

#animation2 p    {
	line-height: 12px;
	margin-bottom: 4px;
	padding: 5px;
	font-size: .9em;
	text-align: left;
	overflow: hidden;	
	word-wrap: break-word;	
	width: 310px;
	float: right;
	}
	
#animation2 #buttons    {	
	width: 330px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 55px;
}

#animation2 #buttons img    {	
	border: none;	
	bottom: 5px;
}

#affilNav h5, #csNav h5	{/* site info links title */		
	font-weight: bold;	
} 

#affilNav, #csNav	{/* affiliate links */	
	margin-bottom: 15px;	
}

ul#affilNav_links	{/* unordered list of affiliate tab links */
	padding-top: 5px;
}
	
ul#affilNav_links li a:link, ul#affilNav_links li a:visited	{
	text-decoration: none;
}
ul#affilNav_links li a:hover	{
	text-decoration: underline;
}


.csNav_title	{/* customer service links title */}
ul#csNav_links	{/* unordered list of customer service tab links */
	
	padding-top: 5px;
	
}
ul#csNav_links li, ul#affilNav_links li	{	
	display: inline;
	padding: 3px;
}
ul#csNav_links li a:link, ul#csNav_links li a:visited	{
	text-decoration: none;
}
ul#csNav_links li a:hover	{
	text-decoration: underline;
}

#cc_img	{/* credit card logos */
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#cc_text	{/* credit card text */}

/*	share site widget */
#share_site	{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	
	}
#share_site h4		{
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 5px;
		}
ul#share_list li	{
	display: inline;
	list-style: none;
	margin-right: 10px;
	}


/* bottom text */
.bottom_text	{/* user generated text */
	margin-top: 8px;
	text-align: center;
	
}
/* hit counter widget */
#hit_counter	{
	clear: both;
	text-align: center;
}


/* ********************************************  */








/* store profile + store description widget */
.store_profile	{/* store profile container */	
	border: 0px solid #5a6dff;
	font-size: 1em;
	width: 253px;	
	padding-bottom: 5px;
	
	
}
.store_profile img	{}



/* tags widget on homepage + tags page */


	



/*--------------------------------------------------------------------------------------------*/
/*	shopping navigation widget */
/*	centered tabs */


/* ------------------------------------------------------ */
/* body styles */
/* ------------------------------------------------------ */
/* account id widget */

/* narrow column styles homepage */
/* credit card images and custom links widget */
#cc_links	{/* credit card img + custom links */
	margin-top: 10px;
	padding-bottom: 5px;
}
#cc_links a:link, #cc_links a:visited {}
#cc_links a:hover	{}





/* ------------------------------------------------------ */
/* wide column styles homepage */
/* ------------------------------------------------------ */
#body_content	{/* col2 main content */}


	


/* ------------------------------------------------------ */
/* narrow column styles inside pages */
/* ------------------------------------------------------ */
/* department directory  */
#dept_list_container	{/* department links */
	border: 1px solid #DB83FF;
}	
ul.directoryList	{/* ul for dept. directory links */
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;	
}
ul.directoryList li	{
	padding-left: 3px;
	padding-right: 3px;
	line-height: 14px;
	
}
ul.directoryList li a:link, ul.directoryList li a:visited	{
	text-decoration: none;
}
ul.directoryList li a:hover	{
	text-decoration: underline;
}
ul.directoryList li a:active	{}

.SelectedDept	{/* span class for sub dept. title + selected sub dept. title */
	font-weight: bold;
}
a.SelectedDept:link, a.SelectedDept:visited	{/* selected sub department */
	font-weight: bold;
}
a.SelectedDept:hover	{}
a.SelectedDept:active	{}

/* affiliate pages */

	{/* unordered list of shopping tab links */}

#affiliate_container	{/* affiliate login form */}
#affiliate_login	{/* login table container + account confirmation text in affiliate page */
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding-bottom: 5px;
	border: 1px solid #DB83FF;
	text-align: center;
}
.login	{/* table containing form */}
#affiliate_login form	{}
#affiliate_title  {
	display: none;
}


#affiliateNav h4	{/* optional title */
	background: url(../assets/product_images/layout_93_dept_nav_top.gif) no-repeat; 
	width: 188px;
	height: 34px;
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 0px;
	vertical-align: middle;
	line-height: 34px;
	
}

ul#affiliateNav_links {/* list of dept links */
	width: 186px;
	border: 1px solid #ffffff;	
}

ul#affiliateNav_links li  {
	list-style:none;	
	line-height: 40px;	
}

ul#affiliateNav_links li a:link, ul#affiliateNav_links li a:visited	{
	text-decoration: none;	
}
ul#affiliateNav_links li a:hover	{
	text-decoration: underline;
}

/* ------------------------------------------------------ */
/*  wide column inside pages */
/* ------------------------------------------------------ */
a.listing_header, a.listing_header:visited, a.listing_header:active, a.listing_header:hover		{
	display: block;
	padding: 3px 2px 2px 3px;
	margin: 3px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	
	}
ul.listing_subdept	{
	margin-top: 3px;
	padding: 2px;
	vertical-align: top;	
	
	}
ul.listing_subdept li	{
	margin: 0px;
	padding: 2px 2px 2px 3px;		
	list-style-type: none;
	
	}

ul.listing_subdept li a:link, ul.listing_subdept li a:visited, ul.listing_subdept li a:active  {
	text-decoration: none;
}

ul.listing_subdept li a:hover   {
	text-decoration: underline;
}

.deptPathBar	{/* breadcrumb in product listing pages */}	
.deptPathBar a:link	{
	font-weight: bold;
}
.deptPathBar a:hover	{}

.deptList	{/* dept products listing page td */}
.deptList a:link	{}	
.deptList a:hover	{}

.productList	{/* product display by sub dept. + site map */}
.productList a:link	{}
.productList a:visited	{}
.productList a:hover	{}

.productList ul	{/* listing display in site map page */}


.QuickPickProduct	{/* td class in subdept. listing */}
.QuickPickProductBanner	{ /* table for item title inside above td */}
a.QuickPickProductBanner:link	{/* product title links */} 
a.QuickPickProductBanner:visited	{}
a.QuickPickProductBanner:hover	{}

.product	{/* product popup pages table + shipping info page */}

.discountPrice	{/* yellow price display + confirmation text in basket */}

a.BuyMeNow:link	{/* add to cart and wish list links */
	font-weight: bold;
}
a.BuyMeNow:visited	{}
a.BuyMeNow:hover	{}
a.BuyMeNow:active	{}
a.WishMeNow:link	{
	font-weight: bold;
}
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 hr	{ /* separation line between content and reviews, q & a, in product display page */	}

/* questions and answers section */
#q_and_a	{/* container for q and a */}
span.q_and_a_title	{}
span.validation	{}
#product_question	{}
#common_question	{}
#latest_question	{}

/* 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 */
/* ------------------------------------------------------ */


/* footer navigation */
#nav_footer	{/* container for footer nav */}
ul#navlist_footer	{/* unordered list of links in footer */}
ul#navlist_footer li	{} 
ul#navlist_footer li a:link, ul#navlist-footer li a:visited	{}
ul#navlist_footer li a:hover	{}
#prod_showcase_nav h4     {
	background: url(../assets/product_images/layout_93_left_nav_tab.jpg) no-repeat;
	width: 199px;
	height: 28px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 26px;	
}

#prod_showcase_title   {
	display: none;
}

#prod_showcase_nav ul.directoryList  {
	border-left: 1px solid #DB83FF;
	border-right: 1px solid #DB83FF;
	border-bottom: 1px solid #DB83FF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;	
}

#prod_showcase_nav ul.directoryList li  {
	padding-bottom: 3px;
	
	
}


