#fixedPositionTopNavContainer {
	position:relative;
	margin-bottom: 25px;
	min-width:933px;
	max-width:1003px;
	width: 100%;
	z-index: 9999;
}
#fixedPositionTopNav {
	background-color: #6d6d6d;
	color: #ffffff;
	height: 38px; 
	left: 0;
	top: 0;
	position: fixed;
	text-transform: uppercase;
	margin: 0px 7px;
	min-width:933px;
	max-width:1003px;
	width: 98%;
	z-index: 25000;
}
#fixedPositionTopNav #topNavigation {
	float:left;
	width:auto;
}
#fixedPositionTopNav ul#topNavigation li.mainCategory {
	width:auto;
	border-left: none;
	box-shadow:none;
	height:28px;
	margin: 0px 0px;
	padding-top: 9px;
}
#fixedPositionTopNav ul#topNavigation li div {
	border-radius: 0px 0px;	
}
#fixedPositionTopNav ul#topNavigation li.mainCategory a.categoryAnchorTag {
	background-image: url(/web/images/store/bg_topFixedNav_textArrow.png);
	background-repeat:no-repeat;
	background-position:top right; 
	padding-left: 15px;
	padding-right: 25px; 
}
#fixedPositionTopNav ul#topNavigation li.last-child a.categoryAnchorTag {
	background-image: none;
}
#topNavigation .mainCategory a.categoryAnchorTag {
    color: #ffffff;
}

#topRightIcons {
	float:right;
	width:131px;
}
#topRightIcons .topFixedNavLinks {
	float:left;
}
#topRightIcons li a {
	border-left:solid 1px #b6b6b6;
}
#homeIcon, #searchIcon, #accountIcon, #cartIcon {
	border-right:solid 1px #b6b6b6;
	display:block;
	float:left;
	height:37px;
	width: 34px;
}
#cartIcon {
	border-right:solid 0px #b6b6b6;
}
#homeIcon {
	background:transparent url(/web/images/store/bg_topFixedNav_home.png) no-repeat 0px 0px;
}
#searchIcon {
	background:transparent url(/web/images/store/bg_topFixedNav_search.png) no-repeat 0px 0px;
}
#accountIcon {
	background:transparent url(/web/images/store/bg_topFixedNav_account.png) no-repeat 0px 0px;
}
#cartIcon {
	background:transparent url(/web/images/store/bg_topFixedNav_cart.png) no-repeat 0px 0px;
	width: 57px;
}
#homeIcon:active, #homeIcon:hover, #searchIcon:hover, #accountIcon:hover, #cartIcon:hover {
	background-color: #404040;
}
#fixedPositionTopNav .selected {
	background-color: #404040;
}
#topRightIcons li #topFixedNavSearch {
	border-left:0px solid #404040;
	display:none;
	margin: 3px 0px 0px -171px;
	overflow: visible;
	position: absolute;
	top: 33px;
	z-index: 120;
	width: 207px;
}
#topRightIcons li #topFixedNavAccount {
	border-left:0px solid #404040;
	display:none;
	background-color: #404040;
	box-shadow: 2px 2px 2px #999999;
	margin: 3px 0px 0px -74px;
	overflow: visible;
	padding: 8px 5px 3px 8px;
	position: absolute;
	top: 33px;
	z-index: 120;
	width: 95px;
}
#topRightIcons li.selected div#topFixedNavAccount, 
#topRightIcons li.selected div#topFixedNavSearch {
	display:block;
}
#topFixedNavSearch div {
	background-color: #404040;
	padding: 7px 5px 7px 7px;
}
#topFixedNavSearch #simpleSearchFormTopNav {
	margin:0px 0px;
}
#topFixedNavSearch #storeSearchFieldTopNav {
	border:none;
	color: #999999;
	height: 28px;
	width: 152px;
	padding-left: 10px
}
#storeFixedNavSearch #storeSearchButton {
    float: right;
    margin-top: 6px;
}
#topFixedNavSearch #noSearchTermAlertTopNav {
    display: none;
    margin: -3px 0 0 0px;
}

#topRightIcons li div#cartIcon {
	display:block;
}
#cartIcon #microCartEmpty {
	background: url("/web/images/store/bg_topFixedPositionNav_cartEmpty.png") no-repeat scroll 0 0 transparent;
	height: 12px;
	width: 12px;
	margin-left: 28px;
	margin-top: 5px;
	padding-left: 3px;
	color: #000000;
	font-size: 9px;
}
#cartIcon #microCart {
	background: url("/web/images/store/bg_topFixedPositionNav_cartRedCircle.png") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	overflow:visible;
	margin-left: 24px;
	margin-top: 4px;
	padding-top: 1px;
	color: #ffffff;
	text-align:center;
} 
#topRightIcons .topFixedNavLinks div a,  #topRightIcons li div a:visited {
	color: #ffffff;
	text-decoration:none;
	font-size: 11px;
	border-left: 0px solid #404040;
	line-height:1.4em;
}
#fixedPositionTopNavFreeShipping {
	color: #ffffff;
	font-size: 13px;
	line-height: 1.4em;
	margin: 28px auto 9px auto;
	width: 349px;
	overflow:visible;
	position:relative;
	z-index: 20;
}
#fixedPositionTopNavFreeShipping #shippingMessage {
	background-image: url(/web/images/store/bg_topFixedNav_greenFreeShipping.png);
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 6px;
}
#shippingMessage .clientCartShippingText {
	text-align:center;
	width:300px;
}
.clientCartShippingText a, .clientCartShippingText a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	padding-top:5px;
	display:block;
	height:23px;
}
#shippingMessage .clientCartTruckCover {
	display:block;
	float:right;
	height:27px;
	width: 45px;
}
#shippingMessage .clientCartBottomText {
	color: #000000;
	font-weight: bold;
}
