#nav-logo {
	width: 100%;
	padding-left: 128px;
	padding-top: 32px;
	min-height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#nav {
	width: 100%;
	height: 43px;
	position: relative;
}

#nav td, #nav th {
	height: 23px;
}

#nav-base {
	position: absolute;
	bottom: 0;
	height: 16px;
	background-color: #ebebeb;
	width: 100%;
}

#nav-tabs {
	margin: 0px auto -40px auto;
	z-index: 5;
}

#nav-tabs>tbody>tr>th {
	list-style: none;
	text-align: center;
	padding: 14px 0px 10px 0px;
	font-weight: bold;
	float: left;
	border-right: 1px solid #DDD;
	background-image: url(/HTML/images/sprites/NavSprite.png);
	background-position: 0px 144px;
}

#nav-tabs>tbody>tr>th a {
	font-size: 13px;
	color: #0d0066;
	text-decoration: none;
	padding: 10px 18px 10px 18px;
}

#nav-tabs>tbody>tr>th.first a {
	padding-left: 0px;
}

#nav-tabs>tbody>tr>th.last {
	border-right: 0px;
	margin-right: -4px;
}

#nav-tabs>tbody>tr>th.last a {
	padding-right: 8px;
}

#nav-tabs>tbody>tr>th.hover {
	background-position: 0px 96px;
}

#nav-tabs>tbody>tr>th.active {
	background-position: 0px 47px;
}

#nav-start-swoosh, #nav-end-swoosh {
	width: 23px;
	background-image: url(/HTML/images/sprites/NavSprite.png);
}

#nav-start-swoosh {
	background-position: -2px 445px;
}

#nav-start-swoosh.hover {
	background-position: -2px 338px;
}

#nav-start-swoosh.active {
	background-position: -2px 391px;
}

#nav-end-swoosh {
	background-position: -6px 288px;
}

#nav-end-swoosh.hover {
	background-position: -5px 193px;
}

#nav-end-swoosh.active {
	background-position: -5px 240px;
}

/*Sub Nav*/
#sub-nav {
	min-height: 32px;
}

#sub-nav-search, #sub-nav-title, #sub-nav-tabs {
	float: left;
}

#sub-nav-search, #sub-nav-title {
	width: 297px;
}

#sub-nav-recent-items {
	vertical-align: top;
	cursor: pointer;
}

#sub-nav-recent-items #recent-items {
	display: inline-block;
	width: 26px;
	height: 20px;
	background-image: url(/HTML/images/icons/recent.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: -5px 0px;
}

#recent-items-table th .title {
	display: inline-block;
}

#recent-items-table .action-button-on, #recent-items-table .action-button-off {
	height: 14px;
}

#recent-items-table .action-button-on .inner, #recent-items-table .action-button-off .inner {
	height: 10px;
	padding: 1px 0px;
}

#recent-items-table th.last {
	width: 116px;
}

#sub-nav-search input {
	float: left;
	width: 182px;
	height: 23px;
	margin: 4px 1px 4px 16px;
	padding: 0px 8px;
	background-color: white;
}

#sub-nav-search input:focus {
	border: 1px solid #ADCEEA;
	-moz-box-shadow: 0px 0px 15px #d4eaf4;
	-webkit-box-shadow: 0px 0px 15px #d4eaf4;
	box-shadow: 0px 0px 15px #d4eaf4;
}

#sub-nav-search button {
	min-width: 62px;
	width: 62px;
	margin-top: 5px;
}

#sub-nav-search button .search-arrow {
	background-image: url(/HTML/images/icons/rightArrow.png);
	height: 11px;
	width: 10px;
	right: 3px;
	top: 12px;
}

#sub-nav-search button.ui-state-hover .search-arrow {
	background-image: url(/HTML/images/icons/rightArrowOver.png);
}

.sub-nav-tabs .ui-button {
	margin: 6px 16px;
	width: auto;
}

.sub-nav-tabs .ui-button .ui-button-text {
	white-space: nowrap;
}

.sub-nav-tabs .sub-nav-link {
	padding: 10px 0px;
	float: left;
	border-right: 1px solid #aaa;
}

.sub-nav-tabs .sub-nav-link:hover, .sub-nav-tabs .sub-nav-link:focus, .sub-nav-tabs .sub-nav-link.active {
	background-color: #254676;
}

.sub-nav-tabs .sub-nav-link a {
	padding: 10px 16px;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
}

.sub-nav-tabs .sub-nav-link.active a {
	color: #cbdbb7;
}

#info-action-bar {
	height: 50px;
	padding: 8px 16px;
	background-color: #EBEBEB;
	border-bottom: 1px solid #ccc;
}

#info-action-bar .form-left {
	margin: 0px 16px;
}

#info-action-bar .info-copy {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #254676;
	padding: 14px 16px;
}

#info-action-bar #welcome-user {
	color: #254676;
	font-style: oblique;
	font-size: 18px;
}

.info-icon {
	float: left;
	height: 48px;
	width: 48px;
	border: 2px solid #cbdbb7;
}

.info-icon .my-home {
	background-image: url(/HTML/images/icons/UserIcon.png);
	background-position: -1px -1px;
	height: 46px;
	width: 46px;
	border: 1px solid #fff;
}

#nav-icon {
	float: left;
	margin: 2px 8px;
	height: 28px;
	width: 28px;
}

#nav-title {
	margin: 8px 0px;
	font-weight: bold;
	color: #0d0066;
}

#nav-catalog-options {
	float: right;
	top: -8px;
}

#check-out, #view-cart, #view-cart-count, #close-cart {
	z-index: 1;
	float: left;
}

#nav-catalog-options #close-cart {
	font-size: 9px;
	margin: 11px;
}

#check-out {
	margin-right: 16px;
}

#check-out .link, #view-cart .link {
	float: left;
	margin-top: 10px;
}

#view-cart .link {
	text-decoration: none;
}

.sub-nav-tabs #help-link {
	float: right;
}

.sub-nav-tabs #help-link .help-mark {
	margin: 4px 8px;
}

#recent-items-table .edit, #recent-items-table .results {
	display: none;
}

#recent-items-table .action-button-text {
	z-index: 1;
	margin-top: -2px;
}