div.megamenu {
	padding: 18px 16px 5px;
	width: 450px;
	/* overflow: auto; */
}
div.megamenu.skinny {
	width: 305px;
}
div.megamenu.ultraskinny {
	min-width: 130px;
	width: auto;
	overflow: hidden;
}
div.megamenu.ultraskinny ul.mega li {
	width: 100%;
}
div.megamenu.ultraskinny ul.mega li.name-item {
	white-space: nowrap;
}
div.megamenu.one-third {
	padding: 18px 16px;
	width: 131px;
}
div.megamenu h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	clear: both;
}
div.megamenu > img {
	float: left;
	padding: 6px 20px 30px 0px;
}
div.megamenu p {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
div.megamenu ul.mega {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0px;
	background: none no-repeat right top transparent;
	box-shadow: 0px 0px 0px transparent !important;
	-moz-box-shadow: 0px 0px 0px transparent !important;
	-webkit-box-shadow: 0px 0px 0px transparent !important;
	position: static;
	top: 0px;
	clear: both;
}
div.megamenu ul.mega.two-thirds {
	padding-left: 114px;
}
div.megamenu ul.mega li {
	padding: 0px;
	margin: 0px;
	background: none no-repeat right top transparent;
	line-height: 26px;
	width: 32%;
	display: inline-block;
	float: none;
	border: none;
	vertical-align: bottom;
}
div.megamenu.skinny ul.mega li {
	width: 50%;
}

div.megamenu.resources-nav ul.mega li, div.megamenu.help-center-nav ul.mega li  {
	width: 49%;
}
div.megamenu ul.mega.beside-photo {
	clear: none;
}
div.megamenu ul.mega.beside-photo li {
	width: 35%;
}
div.megamenu.skinny ul.mega.beside-photo li {
	width: auto;
	display: block;
}
div.megamenu ul.mega.social-links {
	margin-top: 13px;
	clear: left;
}
div.megamenu ul.mega.social-links li {
	width: 58px !important;
	height: 58px !important;
}
div.megamenu.skinny ul.mega.social-links li {
	width: 66px;
	padding: 0 !important;
	display: inline-block;
}
div.megamenu ul.mega.rightSide li {
	display: block;
	margin-left: 118px;
}
div.megamenu ul.mega.rightSide li a {
	margin-bottom: 7px;
}
div.megamenu ul.mega.beside-photo li > a {
	width: auto !important;
	float: none;
}
div.megamenu ul.mega li > a {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border: none !important;
	background: none !important;
	width: 100% !important;
	text-decoration: underline;
}
div.megamenu ul.mega.fifty50 li > a {
	width: 198px;
}
div.megamenu ul.mega li:hover {
	background: none no-repeat right top transparent;
}
div.megamenu ul.mega li:hover > a {
	background: none no-repeat right top transparent;
	text-decoration: underline;
	width: 100%;
	text-decoration: none;
}
div.megamenu h2.end {
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 15px;
	margin-bottom: 5px;
}
div.megamenu h2.end a {
	display: inline;
	float: none;
	/* color: black; */
	text-decoration: underline;
	vertical-align: baseline;
	padding: 0px;
	margin: 0px;
}
div.megamenu h2.end a:hover {
	text-decoration: none;
}

li.order-now > a {
	font-weight: bold;
	color: #f8ae00 !important;
}
li.order-now a span img {
	display: none;
	max-width: 23px;
	vertical-align: middle;
}
ul.nav,.jqueryslidemenu ul, ul#main-menu { position: relative; }


/************************** SHOPPING CART LINK **************************/
ul > li.shopping-cart-link {
  background: transparent none !important;
  border: 0 none !important;
  cursor: pointer;
  height: 100% !important;
  line-height: 230%;
  margin: 0 !important;
  min-height: 40px;
  opacity: 0.3;
	filter: alpha(opacity=30);
  padding: 0;
  position: absolute !important;
  right: -50px;
  top: 0 !important;
  transition: all 0.75s ease 0s;
  white-space: nowrap;
  width: 30px !important;
	/* overflow: hidden; */
}
ul > li.shopping-cart-link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 0 none;
	overflow: visible;
	background-color: transparent !important;
}
ul > li.shopping-cart-link > a {
  /* margin-top: -50%;
	margin-left: 35px;
  position: absolute;
  top: 50%; */
	background-color: #FF0000 !important;
	box-shadow: 1px 1px 2px #444444;
	border-radius: 3px;
	color: white !important;
	display: block;
	float: left;
	font-size: 12px !important;
	font-style: normal;
	font-weight: bold;
	height: 14px;
	line-height: 14px !important;
	left: 30px;
	padding: 1px 4px !important;
	position: relative;
	text-decoration: none !important;
	top: 40%;
}
ul > li.shopping-cart-link > a:hover, ul.nav > li.shopping-cart-link > a:hover {
	color: white !important;
	text-decoration: none !important;
	background-color: #FF0000 !important;
}
ul > li.shopping-cart-link > a::before,.ddsmoothmenu > ul > li.shopping-cart-link > a:hover::before {
	background: transparent url(../images/nav_cart_black.png) center center no-repeat !important;
	border: 0 none;
	width: 30px;
	position: absolute;
	height: 30px;
	content: " ";
	margin: -10px 0 0 -31px;
	padding: 0;
	right: auto;
	top: auto;
}

/**************** Design-Specific Tweaks to the Shopping Cart Link ****************/
body.TheCorporation ul > li.shopping-cart-link {
	/* right: 25px; */
	opacity: 1;
	filter: alpha(opacity=100);
	right: 12px;
	top: 70px !important;
}
body.CleanStyle ul > li.shopping-cart-link {
	opacity: 1;
	filter: alpha(opacity=100);
	right: -40px;
	top: -4px !important;
}
body.CleanStyle .ddsmoothmenu > ul > li.shopping-cart-link > a:hover {
	width: auto;
	height: 14px;
	background: #FF0000 none;
}
body.Print ul > li.shopping-cart-link {
	right: -10px;
	top: -3px !important;
}
body.EBIZ ul > li.shopping-cart-link {
	opacity: 0.5;
	filter: alpha(opacity=50);
	right: 35px;
	top: 100px !important;
}
body.EBIZ ul > li.shopping-cart-link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
body.EBIZ ul > li.shopping-cart-link > a {
	line-height: 11px !important;
}
/* body.Minimal ul > li.shopping-cart-link {
	top: 70px !important;
	right: 30px;
}
body#home.Minimal ul > li.shopping-cart-link {
  right: -50px;
  top: 0 !important;
} */
body.RoundedBiz ul#main-menu > li.shopping-cart-link, body.RoundedBiz ul#main-menu > li.shopping-cart-link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	right: 25px;
	background-color: transparent !important;
}
body.RoundedBiz ul#main-menu > li.shopping-cart-link:hover > a {
	background: #FF0000 none !important;
	color: white !important;
}
body.TheCorporation ul > li.shopping-cart-link > a::before, body.CleanStyle .ddsmoothmenu > ul > li.shopping-cart-link > a::before, body.RoundedBiz ul > li.shopping-cart-link > a::before {
	background-image: url(../images/nav_cart_white.png) !important;
}