/*
 * Phoenix Page CSS
 * @author Levi Sitters
 * @coauthor Cristen Hewett
 * Styles for the page shell
 */

/* Page wrappers */
html, body {
  height: 100%;
}

body {
	background: #fff;
}

.global-header, .global-header:before, .global-header:after, .global-footer, .global-footer:before, .global-footer:after,
.global-header *, .global-header *:before, .global-header *:after, .global-footer *, .global-footer *:before, .global-footer *:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    

.pnx-page-wrap {
    background:#fff;
    box-shadow: none;
    min-height:100%;
    margin:0 auto;
    min-width:980px;
    padding: 0;
    width:100%;
    min-height:100%;
    padding: 0;
    position: relative; 
}

.pnx-page-wrap > grid16 {
    width:100%;
    min-width:980px;
}

.sid-page-center {
    padding-left: 12px;
}

.page-center {
	margin:0 auto;
}

/* Global header */
.global-header{
	margin: 0 auto;
    position: relative;
    width: 100%;
    min-width:1000px;
    z-index: 8;
}

.global-header-nav-primary {
    background-color:#044123;
    background-image: -webkit-linear-gradient(#2B77B1, #044123);
    background-image: linear-gradient(#2B77B1, #044123);
    background-image: -moz-linear-gradient(#2B77B1, #044123);
    background-image: -o-linear-gradient(#2B77B1, #044123);
     border-top: 1px solid #59A0CB;
     border-bottom:  1px solid #013C6a;
     box-shadow: 0 0 2px 1px #333;
    -moz-box-shadow: box-shadow: 0px 0px 2px 1px #333;
    -webkit-box-shadow:  0px 0px 2px 1px #333;
    height:55px;
	position:relative;
    z-index:1;

}


.global-header-nav-primary > ul {
	margin:0 auto;
    text-align: center;
}

.global-header-nav-primary > ul:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
 }
 


.global-header-nav-primary  ul li {
    list-style-type:none;
	line-height: 15px;
    margin-bottom: 6px;
}

.global-header-nav-primary > ul > li {
    display: inline-block;
    vertical-align: middle;
}

.global-header-nav-primary-pipe {
	color:#044123;
    padding:0 8px;
}

/* LOGO */
.global-header-nav-primary  .ni_logo {
    **background: url("/widgets/pnx/1.0/img/page-alt/ni_logo.png") 0 0 no-repeat; /*.ie7 hack */
    **margin-top:14px; /*.ie7 hack */
    height:60px;
    padding: 0px !important;
    position: relative;
    overflow:hidden;
   
}

.global-header  .icon-ni_logo, .global-header .icon-ni_logo:before {
    color: #fff;
    font-size: 128px;
    line-height: 0px;
}

.global-header-nav-primary .ni_logo a, .global-header-nav-primary .ni_logo a:hover {
    color: #fff;
    width: 128px;
    text-decoration: none;
    text-shadow: none;
    top: -12px;
}


/*.global-header-nav-primary > div > ul li:first-child{
    padding:13px 20px 5px 0;
}*/

.global-header-nav-primary > div > ul li:nth-child(8){
    margin: 12px 0px 0 10px;
}

.global-header-nav-primary li.navButtons {
    float: left;
    list-style: none;
    position: relative;
    width: 10.5%;
}

.global-header-nav-primary li.navButtons > a {
    display: table;
    height: 55px;
    margin: auto;
     *margin-top: 12px;   /*ie 7 hack*/
    position: relative;
    width: 100%;

}

.global-header-nav-primary li.navButtons a span{
    display: table-cell;
    vertical-align: middle;  
}

 .caret:after {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-bottom-color:rgb(185,211,234);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6%;
    z-index: 9999;
    }
    
.caret.hidden:after {
        display: none;
    } 
  
.global-header-nav-primary > div > ul > li > a
{
	color:#fff;
    display:block;   
	font-size:14px;
    padding: 0 4px 3px;
    position: relative;
    text-align:center;
    text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2);
    text-decoration:none;  
}

ul#panelcontrols li.navButtons:lang(ko-KR) > a, ul#panelcontrols li.navButtons:lang(ja-JP) > a {
font-size: 12px;
letter-spacing: -.5px;
min-width: 55px;

width: auto;
}

/*ul#panelcontrols li.navButtons:lang(ru-RU) > a {
font-size: 13px;
letter-spacing: -0.5px;
max-width: 128px;
min-width: 55px;
width: auto;
}*/

ul#panelcontrols li.navButtons:lang(ko-KR), #panelcontrols  li.navButtons:lang(ja-JP) {
    min-width: 55px;
    width:auto;
}


/*.global-header-search p {
	line-height:1;
    margin-top:3px;   /*ie 8 hack*/
    z-index:1000;
}*/

.global-header input, .global-header textarea, .global-header select, .global-header a,
.global-footer input, .global-footer textarea, .global-footer select, .global-footer a {
    zoom:1;
    position: relative;
    outline: none;
}

.global-header-search .icon-search {
    color: #ccdcc8;
    cursor: pointer;
    display:none \0; /*ie8 hack */
    **display:none; /*ie7 hack */
    height: 22px;
    line-height: 11px;
    padding: 4px 15px 0 2px;
    position: absolute;
   /* right: 6px;
    top: 4px;*/
    width: 19px;
    z-index: 9;
      right: 2px;
    top: 2px;
}

span.icon-search {
      display: inline-block;
}

.global-header-search:hover .icon-search{
	color: #b9b9b9;
}
.global-header-search INPUT:focus, .global-header-search INPUT:hover{
background: #ffffff!important; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); /* W3C */
color: #000!important;
outline: none!important;
}



.global-header-search .search-txt {
background: #044123 url("/widgets/pnx/1.0/img/icons/homepage-icons.png")  0 0 no-repeat\9;  /*ie7 hack */

background-position: 153px -42px; /*.ie7-8 hack */

background: -moz-linear-gradient(top, #044123 0%, #1267a8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#044123), color-stop(100%,#1267a8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #044123 0%,#1267a8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #044123 0%,#1267a8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #044123 0%,#1267a8 100%); /* IE10+ */
background: linear-gradient(to bottom, #044123 0%,#1267a8 100%); /* W3C */
    outline: 0!important;
	border:1px solid #044123!important;
	border-radius:12px!important;-moz-border-radius:12px!important;-webkit-border-radius:12px!important;
      color: #044123;
    /* color: rgba(255, 255, 255, 0.65);*/
	height:22px!important;
	line-height:17px!important;
	padding: 3px 26px 2px 5px !important;
	position:relative\9!important; /* IE6-8 */
    top: 10px\9 /* IE6-8 */
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.3)!important;
    -webkit-box-shadow: 0px 3px 2px -1px #000!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.3)!important;
    width: 147px!important;
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}



.global-header-search .search-btn {
	position:relative;
	top:4px;
 
}

.global-header-nav-secondary  {
    background-color: #044123;
    color: #044123;
    /* color: rgba(255, 255, 255, 0.65);*/
    height:25px;
	_height:25px;
    position:relative;
	z-index:0;
}

.global-header-nav-secondary ul {
	margin:0 0px 0 10px;
	position:relative;
	 /*top:10px;
	_top:8px; IE6 */
	margin-bottom:0;
}

.global-header-nav-secondary ul > li {
    color: #044123;
    /*color: rgba(255, 255, 255, 0.65);*/
    float:left;
    font-size:10px;
    font-weight: bold;
    line-height: 14px;
    *line-height: 12px; /* ie7 hack */
	list-style-type:none;
	margin-top:5px;
}

.global-header-nav-secondary a, .global-header-nav-secondary ul > li a  {
    color: #044123 ;
  /*  color: rgba(255, 255, 255, 0.65);*/
    font-size:10px;
    list-style-type:none;
	margin:4px 0px;
}

.global-header-nav-secondary a:hover, .global-header-nav-secondary .global-header-nav-up-wrap a:hover, .country.active {
    color:#fff;
    /*color: rgba(255, 255, 255, 1.00);*/
    text-decoration:none;
}

.global-header-nav-secondary a:active, .global-header-nav-secondary .global-header-nav-up-wrap a:active {
    color:#ccdcc8;
    /*color:rgba(255, 255, 255, 0.85);*/
    text-decoration:none;
}
  

.global-header-nav-secondary-pipe {
	color: #044123;
    padding:0 8px;
}
 
.global-header-nav-up-wrap {
    margin-top:0px;
}

.global-header-nav-secondary .global-header-nav-up  li {
	margin-right:0;
}

.global-header-nav-secondary .global-header-nav-up-wrap a {
    color: #044123;
	color: rgba(255, 255, 255, 0.65);
}

li.global-header-nav-cart {
    padding:0 10px;
    position: relative;
}

.secondary-nav-line {
    color: #044123; /*light blue*/
    height:25px;
    width:1px;
}
 
.global-header-nav-secondary .bevel_divider-left {
    background-color: #044123;
    border-right: 1px solid #044123;
    height: 25px;
    margin:0 0 0 8px;
    width: 2px;
}
 
.global-header-nav-secondary .bevel_divider-right {
    background-color: #044123;
    border-right: 1px solid #044123;
    height: 25px;
    margin:0 0 0 0px;
    width: 2px;
}

.skinny .global-header-nav-secondary  {
    background: none;
}


.global-header-breadcrumb {
    background-color: #FFFFFF;
    color:#000;
	font-size:10px;
    margin: 0 auto;
    width: 980px;
    padding-bottom:12px;
}

/* Global footer */
.global-footer {
    background-color: #f4f4f4;
    bottom: 0;
	color:#999;
    font-size:11px;
    margin-top:36px;
    min-width:1000px;
    width: 100%;

}

.global-footer strong, .global-footer h4, .skinny-footer{
	color:#666;
}

.global-footer li, .skinny-footer li {
    color: #999999;
    font-size: 11px;
    line-height: 13px;
}

.global-footer-section{
    padding: 12px 0;
}

.global-footer-white-divider {
    border-right: 2px solid white;
    padding-right: 5px;
}

.global-footer-phone {
	padding-left:20px;
	border:none;
}

.global-footer-phone p {
	margin-bottom:0;
}

.skinny-footer {
    border-top: #E5e5e5 solid 1px;
    bottom:0px;
    color:#999;
    font-size:11px;
    margin-top:36px;
    padding-top:12px;
}

.global-footer-social-caption {
    color:#666;
    font-weight: bold;
    padding:  3px 7px 0 0;
    height:20px;

}

.global-footer-social   {
     background:transparent url(http://www.ni.com/widgets/pnx/1.0/img/page/social-icons-flat.png) no-repeat 0 0;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    line-height: 16px;
    vertical-align: middle;
    width: 8.5%;
 
}

.global-footer-social {
    padding: 6px 0 0px 7px; 
}

.global-footer-social:last-child  {
    margin-right: 0;
    padding-right: 0;
}

.facebook {
	background-position:0 0;
}

 .twitter {
	background-position:0 -55px;
}

.feeds {
	background-position:0 -110px;
}

 .youtube {
	background-position:0 -165px;
}

.community {
	background-position:0 -220px;
}

.linkedin {
	background-position:0 -275px;
}

.blogs {
	background-position:0 -330px;
}

.mylv {
	background-position:0 -385px;
}

.youku {
	background-position: 0 -440px;
}

.weibo {
	background-position: 0 -496px;
}

.global-footer-social .last {
	border-bottom:none;
}

.global-footer-phone .cta {
	font-size:10px;
}

.global-footer a, .global-footer a:visited {
	color:#999;
}

.global-footer-pipe {
	color:#ccc;
    padding:0 4px;
}

.global-footer-external {
	position:absolute;
	bottom:0;
	right:0
}

.global-legal {
    margin-bottom:0;
    font-size:10px;
    padding-bottom: 24px;
}
.global-legal img {
    bottom: 12px;
    height:29px;
    margin-bottom: 6px;
    position: absolute;
    right: 0px;
}

.skinny-footer .global-legal img {
   margin-bottom: 0;
}

.downtime {
  padding:6px 12px;
  background:#fff;
  border:1px solid #fb0;
  margin-left:auto;
  margin-right:auto;
}


/* Downtime notice */
.pnx-page-wrap .warning {
	background: url("../img/icons/pnx-msg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #FFE6C1;
	-moz-border-radius: 4px;
	border-radius: 4px;
    background-position: -394px -394px;
    margin: 12px auto;
    min-height: 26px;
    padding: 6px 6px 6px 38px;
    position: relative;
    vertical-align: middle;
   width: 928px;
     
}

.global-footer li a, .global-footer li a:visited, .global-footer a:visited, .skinny-footer li a, .skinny-footer li a:visited, .skinny-footer a:visited{
  color:#999;
}

.pnx-content {
  height: auto !important;
  margin: 0 auto;
  min-height: 50%;
    width:980px;
    padding: 0 0 0 12px;
}


.pnx-icon-gg-alt{
    margin: -10px 3px 0 0;  /* -10 right padding is to accomodate padding on all "a" */
}

.homepage-icon {
    background:transparent url("/widgets/pnx/1.0/img/icons/homepage-icons.png") no-repeat 0 0;
    display: inline-block;
    height: 13px;
    margin: 0 0px -2px 0;
    overflow: hidden;
    width: 16px;
}

.homepage-icon-search {
	background-position: 0 -50px;
    position: absolute;
    top: 21px;
    right: 111px;
}

.homepage-icon-search:hover {
	background-position:0 -25px;
    position: absolute;
    top: 21px;
    right:111px;
}

.homepage-icon-cart {
	background-position:0 -73px;
    margin-right: 2px;
    opacity: 0.65;
}

a:hover .homepage-icon-cart {
     opacity:1.0;
}

.homepage-icon-globe {
	background-position:0 -100px;
}

.homepage-icon-cta {
	background-position:0 -125px;
    padding-right: 5px;
}

.global-header-nav-primary li.navButtons.selected, .global-header-nav-primary li.navButtons.current {
   /* background-color:#044123;*/
  /* Firefox v3.6+ */
background-image:-moz-linear-gradient(50% 0% -90deg,rgba(88,160,203,0.75) 0%,rgba(5,104,179,0.75) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgba(88,160,203,0.75)),color-stop(1, rgba(5,104,179,0.75)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-90deg,rgba(88,160,203,0.75) 0%,rgba(5,104,179,0.75) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgba(88,160,203,0.75) 0%,rgba(5,104,179,0.75) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgba(88,160,203,0.75) 0%,rgba(5,104,179,0.75) 100%);
background-image:linear-gradient(180deg,rgba(88,160,203,0.75) 0%,rgba(5,104,179,0.75) 100%);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf58a0cb,endColorstr=#bf0568b3,GradientType=0);
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf58a0cb,endColorstr=#bf0568b3,GradientType=0);*/
height: 53px;
}

/*Panel with outer border*/
.global-header-nav-primary .global-header-nav-primary-panel{
background:#f2f2f2;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,0.95))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+  */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
background: filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2f2',GradientType=0 ); /* IE6-9 */
opacity: .97;
filter:Alpha(Opacity=97);
    /* thinner dk blue outline*/
    border:1px solid #B4CFE3;
    border: 1px solid rgba(110,152,186, 0.85);
    border-top:0px;
    border-radius: 6px;

    -moz-box-shadow:1px 1px 4px 2px rgba(0, 0, 0, 0.23); /* Firefox v3.5+ */
    -webkit-box-shadow:1px 1px 4px 2px rgba(0, 0, 0, 0.23); /* Safari v3.0+ and by Chrome v0.2+ */
    box-shadow:1px 1px 4px 2px rgba(0, 0, 0, 0.23); /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
   
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=3,Color=#59000000,Positive=true);
    display: none;
    position: absolute;
    text-align:left;
    top: 100%;
    z-index:9998;
}

.panel-midborder {
    border: 1px solid #CADCEB;
    border: 1px solid rgba(202,220,235, 0.75);
    border-radius: 6px;
    border-top:0px;
}

.panel-innerborder {
    border: 4px solid #044123;
    border: 4px solid rgba(155,191,218, 0.75);
    border-radius: 6px;
    padding: 20px 0px;
    
}

.global-header-nav-primary-panel-pipe {
	color:#999;
    padding:0 4px;
}

.global-header-nav-primary .global-header-nav-primary-panel ul{
    margin: 0px 6px 15px 0;
    text-align: left;
}

.global-header-nav-primary .global-header-nav-primary-panel .products li:first-child{
   font-weight:bold;
}

.global-header-nav-primary .global-header-nav-primary-panel h3 {
   margin-bottom: 12px;
    font-size: 14px;
   font-family: arial,sans-serif;
   font-weight: bold;
}
.global-header-nav-primary .global-header-nav-primary-panel h2 {
   margin-bottom: 18px;
   font-size: 16px;
   font-family: arial,sans-serif;
   font-weight: bold;
}

.verticalline {
    border-right: 1px solid #CCC;
    padding-left: 18px;
    padding-right: 20px;
 
}

.global-header-nav-primary-panel{
    display:none;
}

.sid-gutter-outer-l {
    margin-left: 18px;
}

.sid-gutter-outer-r {
    margin-right: 25px;
}

body.sid ul#panelcontrols {
  margin:0;
}

.global-header ul {
    margin-left:0;
    margin-bottom:0;
    }

/* Helmut's updates*/

ul#panelcontrols li {
    float:left !important;    
    display:block !important;
}

           

ul#panelcontrols li.global-header-search {
    float: right !important;
    margin-left: 0 !important;
    margin-top:12px;
    position: relative;
    text-align: right;
    width: 147px !important;
}

ul#panelcontrols li.navButtons a{
    padding-left: 0;
    padding-right: 0;
   width: 100px;
}

ul#panelcontrols  li.navButtons a span{
    width: auto !important;
}

.global-header-nav-primary > div > ul li:first-child {
  /*  padding: 13px 0px 5px 0 !important;*/
    text-align: left !important;
}

.global-header-nav-primary li.navButtons a span {
    padding: 0 !important;
    word-wrap: break-word; 
}
 
.skinny .global-header-nav-primary .ni_logo {
     **background: url("/widgets/pnx/1.0/img/page-alt/ni_logo.png") 0 0 no-repeat; /*.ie7 hack */
    height:60px;
    padding: 0px !important;
    position: relative;
    overflow:hidden;
    top: -22px;
    **top:  0px;  /*.ie7 hack */
    **width:  128px;  /*.ie7 hack */
}
/* RMS PANEL POSITION */
.region.region-left {
    position: relative;
	z-index:7;  /*adjusted so flyout goes above FG slider on pages like nidays...but still goes under main panels */
}

/*Global Gateway Panel*/

.global-header .gg-panel  {
    background: #f4f4f4;
    border: 1px #b2b2b2 solid;
     box-shadow:1px 3px 3px rgba(0, 0, 0, 0.20); 
    display:none;
    padding-top:12px;
    position: absolute;
    top: -1px;
    width: 360px;
    z-index: 9999;
    -moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.20);
}

.global-header .gg-panel ul li{
    float: none !important;
    list-style: none;
    margin-left: 12px;
}



.global-header .gg-panel:after {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-bottom-color:#f4f4f4;
    left: 50%;
    margin-left: -41%;
    position: absolute;
    top: -11px;
    z-index: 9999;
}

.global-header .gg-panel-bottom {
    background-color:#e5e5e5;
    margin-top:6px;
    padding: 6px 0;
    text-align: center;
}


.global-header .gg-panel-bottom a{
    font-weight:bold;
}

.global-header.skinny .gg-panel  {
    margin-left: 626px;
    position: absolute;
    top: 40px;
}

.global-header.skinny .gg-panel:after {
    left: 97%;
    margin-left: -85px;
    position: absolute;
    z-index: 9999;
}


   /**Styles specific to GLOBAL search **/
.pnx-form .autoCompleteItem-global INPUT {
   background: linear-gradient(to bottom, #044123 0%, #1267a8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #044123 !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    box-sizing: border-box;
    color: #044123;
    height: 22px !important;
    line-height: 17px !important;
    outline: 0 none !important;
    padding: 3px 26px 2px 5px !important;
    width: 147px !important;
}

.autoCompleteItem-global.ui-autocomplete.ui-widget-content {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    color: #222222;
    margin: 5px -45px;
}


		
/********************************		
 * Changes for Faux2015-Wrapper *
 ********************************/
.global-header
{
	border-top:4px solid #cddcc8!important;
	border-bottom:4px solid #cddcc8!important;
}
.global-header .global-header-nav-primary .grid16
{
	width:1170px!important;
	padding-left:15px!important;
	padding-right:15px!important;
}
.global-header .global-header-nav-primary .ni_logo a, .global-header-nav-primary .ni_logo a:hover 
{
	width:135px!important;
  top:-15px!important;
}
.global-header .ni_logo
{
	margin-top:17px!important;
}
.global-header .icon-ni_logo:before
{
  content: url('/niassets/images/ni_logo_2c.png')!important;
}
.global-header .global-header-nav-primary
{
	height:auto!important;
	z-index:1!important;
	background:none!important;
  border-top:none!important;
  border-bottom:none!important;
  box-shadow:none!important;
  -moz-box-shadow:none!important;
  -webkit-box-shadow:none!important;
}

.global-header .global-header-nav-primary > div > ul > li > a
{
	font-family: "Roboto Condensed",sans-serif!important;
  color:#333333!important;
  font-size:21px!important;
  text-shadow:none!important;
}
.global-header .global-header-nav-primary > div > ul > li:hover > a
{
	color:#cddcc8!important;
}
.global-header ul#panelcontrols li.global-header-search
{
	width:auto!important;
}
.global-header .pnx-form .autoCompleteItem-global input
{
  background:none!important;
  border:1px solid #cccccc!important;
  border-radius:0!important;
  -moz-border-radius:0!important;
	-webkit-border-radius:0!important;
  box-shadow:none!important;
  -moz-box-shadow:none!important;
  -webkit-box-shadow:none!important;
  height:43px!important;
  width:360px!important;
  padding:3px 38px 2px 10px!important;
  color:#666666!important;
}
.global-header .global-header-nav-secondary UL > LI,
.global-header .global-header-nav-secondary A:active,
.global-header .global-header-nav-secondary UL > LI A
{
	color:#000000!important;
}
.global-header .global-header-nav-secondary
{
	background-color:#ffffff!important;
	border-top:none!important;
	height:auto!important;
	z-index:500;
}
.global-header .global-header-nav-secondary .niAutocompleteInput
{
	font-size: 13px;
	line-height:17px;
	font-weight:400;
}
.global-header .global-header-nav-secondary ul.personalized li:first-child
{
	padding-left:6px!important;
}
.global-header .global-header-nav-secondary ul.personalized li.last-li
{
	padding-right:6px!important;
}
.global-header .global-header-nav-secondary ul.personalized li
{
	padding-top:20px!important;
	height:65px!important;
	background-color:#044123!important;
}
.global-header .global-header-nav-secondary ul.personalized LI,
.global-header .global-header-nav-secondary ul.personalized LI A:active,
.global-header .global-header-nav-secondary ul.personalized LI A
{
	color:#ffffff!important;
}
.global-header-nav-secondary a span.country, .global-header-nav-secondary ul > li a span.country
{
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
	font-size:12px!important;
	font-weight:normal!important;
}

.global-header li.global-header-nav-cart
{
	padding:0px!important;
}

.global-header .global-header-nav-cart A,
.global-header .global-header-nav-cart A:active
{
	background-color:#044123!important;
}
.global-header-nav-secondary .global-header-nav-cart a,
.global-header-nav-secondary ul > li.global-header-nav-cart a
{
	margin:0!important;
	display:inline-block!important;
	width:70px!important;
	height:65px!important;
}
.global-header .homepage-icon
{
	
}
.global-header .homepage-icon-cart
{
	background:url('/niassets/icons/cart.png') 6px 17px no-repeat!important;
	width:70px!important;
	height:58px!important;
}

.global-header .global-header-nav-secondary li.utils-gg
{
	margin-bottom:0!important;
}

.global-header .global-header-nav-secondary ul > li
{
	margin-top:0!important;
	line-height:24px!important;
}

.global-header .gg-container
{
	position:relative!important;
	margin-top:20px!important;
}
.global-header .global-header-nav-secondary UL.personalized LI.global-header-nav-cart
{
	padding-top:0!important;
}
.global-header .gg-panel
{
	top:24px!important;
}
.global-header #panelcontrols
{
	margin-left:31px!important;
	position:relative!important;
	color:#333333!important;
	z-index: 1!important;
}
.global-header .nav-highlight
{
	background-color:#cddcc8!important;
	position:absolute!important;
	left:0!important;
	bottom:-21px!important;
	height:8px!important;
	width:100%!important;
}
.global-header ul#panelcontrols li.navButtons a,
.global-header-nav-primary li.navButtons
{
	width:auto!important;
}
.global-header .global-header-nav-primary li.navButtons a
{
	padding-right:15px!important;
	padding-left:15px!important;
}
.global-header .global-header-nav-primary li.navButtons.selected,
.global-header .global-header-nav-primary li.navButtons.current
{
	background:none!important;
	height:auto!important;
}
.global-header .homepage-icon-cart
{
	opacity:1!important;
	margin-left: 5px!important;
  margin-right: 2px!important;
}
.global-header .icon-search
{
	background:url('/images/global/search-icon.png') 0 0 no-repeat;
}
.global-header .global-header-nav-primary .ui-autocomplete,
.global-header .global-header-nav-primary .ui-autocomplete.ui-menu.global-dropdown
{
	left:0px!important;
	width:360px!important;
}
.global-header .global-header-nav-secondary .gg-container
{
	margin-right:10px!important;
}

.global-footer
{
    background-color: #044123!important;
    color: #ffffff!important;
}
.global-footer li,
.global-footer li a,
.global-footer li a:visited,
.global-footer a,
.global-footer a:visited,
.global-footer strong, .global-footer h4,
.global-footer-social-caption
{
	color: #ffffff!important;
}
