/** GLOBAL NAVIGATION ********************************************************************/
a {text-decoration: underline; color: #666;}
a:link {}
a:visited {text-decoration: underline; color: #666;}
a:hover {text-decoration: none; color: #666;}


a.navglobal {color: #999;}
a.navglobal:link {color: #999;}
a.navglobal:visited {color: #999;}
a.navglobal:hover {color: #666;	text-decoration: none;}

.navwelcome {color: #6db7e4; font-weight: bold;}



/*
a.footer, a.footer:visited {
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}
a.footer:hover {text-decoration: none;}
a.footerBig, a.footerBig:visited {
   font-size: 14px;
   color: #CC0000;
   text-decoration: underline;
   font-weight: bold;
}
a.footerBig:hover {text-decoration: none;}
a.linkDkOrange, a.linkDkOrange:visited {
   color: #CC6600;
   text-decoration: underline;   
}
a.linkDkOrange:hover {}
a.linkDkOrangeSmall, a.linkDkOrangeSmall:visited {
   font-size: 10px;
   color: #CC6600;
   text-decoration: underline;   
}
a.linkDkOrangeSmall:hover {}
a.linkGrey, a.linkGrey:visited {
   font-size: 12px;
   color: 999999; 
   text-decoration: underline;
}
a.linkGrey:hover {text-decoration: none;}


a.linkDkGray, a.linkDkGray:visited {
   font-size: 12px;
   color: #333;
   text-decoration:underline;   
}
a.linkDkGray:hover {color: #333; text-decoration: none;}


a.linkDkGraySmall, a.linkDkGraySmall:visited {font-size: 10px; color: #666; text-decoration: underline;}
a.linkDkGraySmall:hover {color: #F93; text-decoration: none;}

a.subHeading, a.subHeading:visited {text-decoration: none;}
a.subHeading:hover {color: #F93; text-decoration: underline;}


a.categorySelect, a.categorySelect:visited {color: #000; text-decoration: none;}
a.categorySelect:hover {color: #F93; text-decoration: none;}


a.subcatagory, a.subcatagory:visited {font-size: 11px; color: #878BA0; text-decoration: none;}
a.subcatagory:hover {color:  #C60; text-decoration: none;}


a.sitemap, a.sitemap:visited {color: #000; font-weight: bold; text-decoration: underline;}
a.sitemap:hover {color: #F93; text-decoration: none;}







*/

















.navshoppingbag {color: #f60; font-weight: bold; text-decoration: none;}
a.navshoppingbag, a.navshoppingbag:visited {color: #ffa300; font-weight: bold;}
a.navshoppingbag:link {}
a.navshoppingbag:visited {}
a.navshoppingbag:hover {color: #f60;text-decoration: none;}




/** MAIN NAVIGATION **************************************************************************/
td.navmain {
	margin: 0;
	padding: 0;
	font-size: 14px;
	height: 30px;
	text-align: center;
	border-right: 1px solid #FFF;
}
td.navmain a, td.navmain a:visited {
	display: block;
	color: #FFF;
	background: #F93;
	font-weight: bold;
	height: 30px;
	text-decoration: none;
	padding-top:4px;	
}
td.navmain a:hover {
	color: #F93;
	height: 30px;
	background: #FFF;
}

td.navsale {
	margin: 0;
	padding: 0;
	font-size: 14px;	
	height: 30px;	
	text-align: center;
	border-right: 1px solid #FFF;	
}
td.navsale a, td.navsale a:visited {
	display: block;
	color: #FFF;
	background: #F00;
	height: 30px;	
	font-weight: bold;
	text-decoration: none;
	padding-top:4px;	
}
td.navsale a:hover {color: #F93; height: 30px; background: #FFF;}


td.navwide {margin: 0; padding: 0; font-size: 14px; height: 30px; text-align: center;}
td.navwide a, td.navwide a:visited {
	display: block;
	color: #FFF;
	background: #960;
	height: 30px;	
	font-weight: bold;
	text-decoration: none;
	padding-top:4px;	
}
td.navwide a:hover {color: #F93; height: 30px; background: #FFF;}








/** BREADCRUMB NAVIGATION ********************************************************************/
.navcrumb {
	background: #6db7e4;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
.navcrumbwelcome {background: #6db7e4; color: white;text-align: left;}
.navcrumb a:link, .navcrumb a:visited, .navcrumb a:hover, .navcrumb a:active {color: white;}
.navcrumbend { color: White; cursor: default; text-decoration: none; }










/** LEFT NAVIGATION ELEMENTS **********************************************************************/
#navLeft {}
ul#nav {
	list-style: none;
	padding: 2px 0 0 0;
	margin: 0 0 0 2px;
	font: 11px verdana, arial, sans-serif;
	font-weight: bold;	
}
ul#nav li {
	margin: 0;
	padding: 4px 0 5px 12px;
	line-height: 16px;
	color: #999;
	border-bottom: solid #CCC 1px;	
	
}
ul#nav li a {
	padding: 0;
	text-decoration: none;
	color: #999;
/*
	color: #333;
*/
}
ul#nav li a:hover {
	color: #666;
	text-decoration: none;
}

/* navigation 2nd level */

ul#nav ul {
	list-style: inside url(/Images/arrow_right.gif);
	padding: 0 0 0 10px;
	margin: 5px 0 0 -14px;
}
ul#nav ul li {
	font-size: 10px;
	margin: 0;
	padding: 2px 3px 2px 6px;
	background: none;
	line-height: 1.2em;
	text-transform: none;
 	border-bottom: none;
}
ul#nav ul li a {
	text-decoration: underline;
	font-weight: normal;
	color: #999;
}	
ul#nav ul li a:hover {
	text-decoration: none;
	color: #666;
}




/** FOOTER NAVIGATION ELEMENTS *******************************************************************************/
table.emailfooter{
	width: 744px;
	background: #F5F5F5;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 10px;
	padding: 6px 4px 6px 4px;
	border: 1px solid #CCC;
}
td.emailfooter {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}






#linksfooter {
	padding: 0 0 6px 0;
	margin: 0;
	text-align: center;
}
#linksfooter li {
	display: inline;
	list-style-type: none;	
}
#linksfooter li a {
	text-decoration: underline;
	color: #666;
	padding: 4px 10px 4px 10px;
}
#linksfooter li a:hover {
	text-decoration: none;
}

.privacyfooter {
	font-size: 12px;
	font-weight: bold;
}












/** FILTERS ****************************************************************************/
table.filters {
	width: 572px;
	margin-right: 14px;

	padding: 4px;

	background: #FFF7E0;
	border-top-width: 1px;

	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;

	border-top-color: #CCC;
	border-bottom-color: #CCC;


}



/** USER FUNCTIONS **************************************************************************/
/** NEXT PAGE *******************************************************************************/


.paging {
	width: 572px;
	margin-top: 4px;
	margin-right: 14px;
	margin-bottom: 4px;

	padding: 2px;

	border-top-width: 1px;
	border-bottom-width: 1px;

	border-top-style: solid;
	border-bottom-style: solid;

	border-top-color: #CCC;
	border-bottom-color: #CCC;


}

a.page{color: #666; text-decoration: underline;}
a.page:link {}
a.page:visited {}
a.page:hover {text-decoration: none;}


.pageactive {font-weight: bold; font-size: 14px; color: #666; text-decoration: none;}


table#SLCategoryControl1_PagingControl1_tblPageNumbers {text-align: right;}




















/** SIZE / WIDTH / QUANTITY *************************************************************/


/** OTHER COLORS ***********************************************************************/
table.pdother {
	padding: 0 4px 4px 4px;
	margin-top: 10px;
	border-top: 1px solid #CCC;
}

.pdothertitle {
	display: none;
}



























/** SEARCH *******************************************************************************/
table.search {
	width: 572px;
	margin-right: 14px;

	padding: 4px;

	background: #FFF7E0;
	border-top-width: 1px;

	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;

	border-top-color: #CCC;
	border-bottom-color: #CCC;
}





.search {color: #666;}



td.borderRight
{
 border-right-color:Gray;
 border-right-width:thin;
 border-right-style:solid;
}


span#GiftCardControl1_CatalogLeftNav1_lblLeftNav {display: none;}
