/* The following OVERRIDES global.css */

/* Fix spacing to match locale product layout */
#productNav {
		width: 700px;!important;
		padding-left: 20px;!important;
}
.ie7 #productNav, .ie8 #productNav {
	width: 750px;!important;
}

#productNav li { margin-right: 0em !important; } 

#productNav li a { padding:0.3em 0.5em 0 1em !important;}

#topNavContainer { width: 520px !important; } /* fixes top nav search breaking */

@-moz-document url-prefix() {
	.searchTextBox {
    		width: 120px;
	}
}