.topbarcats {
	border: none;
}

.topbarcats ul li:hover {
	display: block;
	position: relative;
}

.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none;
}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #CC3366; font-weight: bold; text-decoration: none;}

A { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; font-weight: normal; text-decoration: none;}
A:hover { color: #333333; text-decoration: underline;}
A:link { color: #333333; text-decoration: none; font-weight: normal;}
A:visited { color: #333333; font-weight: normal;}

A:hover.footer { color: #333333; text-decoration: underline; font-weight: normal;}
A:link.footer { color: #333333; text-decoration: underline; font-weight: normal;}
A:visited.footer { color: #333333; text-decoration: underline; font-weight: normal;}

td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#000000; text-decoration: none}

.topbox {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color:#000066; text-decoration: none}

.topbar {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color:#990033; text-decoration: none}
A:link.topbar {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color:#990033; text-decoration: underline}
A:hover.topbar {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color:#990033; text-decoration: underline}
A:visited.topbar {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color:#990033; text-decoration: underline}

.topwhite {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal;  font-weight: bold; color:#FFFFFF; text-decoration: none}

.pageTitle {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight:bold; color:#99002d}

.smallText {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal;}
A:link.smallText {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal}
A:hover.smallText {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal}
A:visited.smallText {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal}

.breadcrumbs {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#990033; font-weight: normal;}
A:link.breadcrumbs {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#990033; text-decoration: underline; font-weight: normal;}
A:hover.breadcrumbs {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#990033; text-decoration: underline; font-weight: normal;}
A:visited.breadcrumbs {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color:#990033; text-decoration: underline; font-weight: normal;}

.paging {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color:#000000; font-weight: normal;}
A:link.paging {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color:#666666; text-decoration: underline; font-weight: normal;}
A:hover.paging {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color:#666666; text-decoration: underline; font-weight: normal;}
A:visited.paging {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color:#666666; text-decoration: underline; font-weight: normal;}

.caption { font-size: 13px }
A:link.caption { font-size: 13px }
A:hover.caption { font-size: 13px }
A:visited.caption { font-size: 13px }

.sale{color: #990033; font-weight: bold }
A:link.sale { color: #990033; font-weight: bold  }
A:hover.sale { color: #990033; font-weight: bold  }
A:visited.sale {color: #990033; font-weight: bold }

.pictureBorder {border-color: #959595; border-bottom: 2px solid;} 

.pictureBorder2 {border-color: #CCCCCC; border-bottom: 2px solid; } 

.dropdown {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px }
.buttons {background-color: #FFF0F1; color: #EBF6FF }

li {
font-weight: normal;
margin-bottom: 0px;
}

ul {
margin: 0em 1.5em;
padding: 0;
}
.nav { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #990033; text-decoration: none; display:block; text-transform:lowercase;}
A:link.nav { font-size: 11px; color: #990033; text-decoration: none;}
/*A:hover.nav { font-size: 11px; color: #990033; text-decoration: none; }*/
A:visited.nav { font-size: 11px; color: #990033; text-decoration: none;}


/* CSS Dropdown Navigation */
#nav ul{ /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	display: block;	
}

#nav li { /* all list items */
	margin: 0px;
	list-style: none;
	display: block;	
}

#nav ul li ul li { /* Dropdown list items */
	background: #ffffff;
	text-align: left;
	padding:2px;	
	display: block;	
}

#nav li ul li a{
	text-decoration:none;
	color:#666666;
	display: block;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

#nav li ul { /* second-level lists */
	position: absolute;	
	width: 14em;
	border: 1px solid #BABABA;	
	background-color: #ffffff;
	left: -999em;   /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	position: absolute;
	margin: -1.4em 0 0 10em;  /* False value for IE4-5.x/Win */
	margin: -1.4em 0 0 10em;	 /* Actual value for conformant browsers */
}

#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{ /* lists nested under hovered list items */
	left: auto;	
}
#nav li ul li:hover, #nav li ul li a:hover, #nav li ul li a.sfhover {
	color:#333333;
	background:#ffffff;	
	display: block;
}


.sectiontext	{ font-weight: normal; font-family: Verdana, sans-serif; font-size: 11px; color: #000000;	}
	
.sectiontitle	{ font-weight: normal; font-family: Verdana, sans-serif; font-size: 11px; color: #000000;	}
.sectproducttitle	{ font-weight: normal; font-family: Verdana, sans-serif; font-size: 10px; color: #000000;	}
A:link.sectproducttitle { font-size: 10px }
A:hover.sectproducttitle { font-size: 10px }
A:visited.sectproducttitle { font-size: 10px }

.menu {font-family: arial, sans-serif; width:750px; position:relative; margin:0; font-size:11px; margin:2px 0 100px 0; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:104px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#710069; line-height:20px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

.menu ul li:hover a {color:#fff; background:#36f;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

	/* Normalize.css resets */
	input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box; }
	input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

	#header { width: 950px; margin: 5px auto; border: 1px solid #e3e3e3; height: 74px; }
	#header > div.spacing { float: left; height: 100%; border-right: 1px solid #e3e3e3; }
	#header > div.spacing:last-of-type { border-right: none; }
	#header > div.spacing > div { margin: 5px; height: 64px; text-align: center; vertical-align: middle; line-height: 64px; }
	#header .identity { width: 115px;	 background-color: #f6f5f0; background-image: url('//clients-crowdvert.s3.amazonaws.com/alight/header/assets/background-cream-texture-64x64.png'); background-repeat: repeat; }
		#header .identity a, #header .identity a:hover { text-decoration: none; color: #bf0c44; font-size: 32px; font-family: arial, sans-serif; }
	#header .tagline { width: 516px; font-family: verdana, sans-serif; font-size: 14px; font-style: italic; color: #999; }
	#header .tagline .founded { color: #666; }
	#header .help { width: 284px; }
	#header .help .phone { font-family: verdana, sans-serif; font-size: 24px; color: #34abb3; margin-right:5px; margin-top:10px; }
	#_lpChatBtn { display: inline-block; height: 24px; font-size: 10px; font-family: verdana, sans-serif; color: #666; width: 79px; border: 1px solid #ccc9ca; margin-top: 16px;}

	

	#customer-bar { width: 940px;	 background-color: #f6f5f0; background-image: url('//clients-crowdvert.s3.amazonaws.com/alight/header/assets/background-cream-texture-64x64.png'); background-repeat: repeat; height: 44px; margin: 0 auto; padding: 5px; position: relative; line-height: 23px; }
	#crowdvert-search-box { width: 576px; display: block; position: absolute; top: 10px; left: 5px; }
	#crowdvert-search-box form { position: relative; top: 5px; }

	
	#search-input {font-size: 16px;color: #333;padding: 0 10px;-moz-box-shadow:inset 2px 2px 5px #ccc;box-shadow:inset 2px 2px 5px #ccc;border: 1px solid #b8b8b8;height: 26px;width: 457px;-webkit-border-radius-left: 10px;-moz-border-radius-left: 10px;border-radius: 10px;}
	
	#crowdvert-search-box input[type='submit'] {display: inline-block;height: 26px;font-size: 10px;font-family: verdana, sans-serif;color: #fff;width: 99px;background-color: #34acb3;background-image:url('//clients-crowdvert.s3.amazonaws.com/alight/header/assets/sprites.png');background-position: 5px -92px; top: 3px; right: 3px; background-repeat: no-repeat; border: 1px solid #257b80;margin-left: 10px;text-align: center;vertical-align: top;line-height: 16px;padding-left: 16px;cursor:pointer;}
	
	
	#bag { display: block; position: absolute; right: 14px; top: 14px; font-weight: bold; font-family: arial, sans-serif; }
	#new-cart-summary { margin-left: 1em;}
	#new-cart-summary .item-count { color: #bf0c44; }
	#bag .checkout { display: inline-block; height: 24px; font-size: 10px; font-family: verdana, sans-serif; color: #fff; width: 78px; background-color: #d14c7b; border: 1px solid #b53864; margin-left: 18px; text-align: center;vertical-align: middle;line-height: 24px}
	#header .live-help { position: relative; top: -3px; line-height: 33px; }
	

	#MenuBar1 li a {
		font-family: 'Raleway', sans-serif !important;
		text-transform: uppercase !important;
		font-weight: bold !important;
		font-size: 11px !important;
		text-decoration: nothing;
	}
	#policies {
		width: 950px; height: 26px; margin: 0 auto; line-height: 26px;
		text-align: center;
		color: white; background-color: #34acb3; text-shadow: 1px 1px 0px rgba(0,0,0,.5);
		font-family: verdana, sans-serif; font-size: 12px; font-weight: bold; letter-spacing: .25em;
	}
	
	.sprite-bg { background: url('//clients-crowdvert.s3.amazonaws.com/alight/header/assets/sprites.png') no-repeat top left; width:16px; height:16px; display: inline-block; position: relative; }
	.cart-icon { background-position: 0 0; top: 3px; right: 3px; } 
	.check-icon { background-position: 0 -48px; top: 3px; right: 5px; } 
	.search-icon { background-position: 0 -96px; top: 3px; right: 3px; }

.lpPoweredBy { display:none;margin:0; padding:0;}
.lpEmtStarRating { display:none;margin:0; padding:0; }
}
#lpPoweredBy { display:none; margin:0; padding:0;}
#lpEmtStarRating { display:none; margin:0; padding:0;}