@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
.prestaslider-content {
	z-index:-100;
}
.main-column p a {
	text-decoration:underline;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin:0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  /*position: relative;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu ul {
	width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  /*visibility: hidden;*/
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  background: #0492c2;
  color: #fff;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
  text-decoration: underline;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 14px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index:100;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 999999999999999;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  background: #0492c2 none repeat scroll 0 0;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    padding: 13px 18px;
    text-align: left;
    text-decoration: none;
    width: 260px;
    z-index: 200;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
/*@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {*/
@media all and (max-width: 1200px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1200px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1200px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1200px), only screen and (min-resolution: 192dpi) and (max-width: 1200px), only screen and (min-resolution: 2dppx) and (max-width: 1200px) {
  #cssmenu {
    width: 100%;
  }
#cssmenu > ul > li > a {
  padding: 12px 17px;
}
  /*#cssmenu ul {
    width: 100%;
    display: none;
  }*/
  #cssmenu #navMenu li ul {
    /*display: none;*/
    visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),max-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #cssmenu #navMenu li ul.open {
    visibility: visible;
    opacity: 1;
    max-height: 999px;
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),max-height 1.05s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #cssmenu #navMenu li {
    position: relative;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    /*border-top: 1px solid rgba(120, 120, 120, 0.2);*/
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    text-align: center;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    /*border-left: 1px solid rgba(120, 120, 120, 0.2);*/
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #0492c2;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 20px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 17px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

.nav-left {
    display: inline-block;
    float: left;
    position: relative;
    width: auto;
}
.nav-right {
    display: inline-block;
    float: right;
    position: relative;
    width: auto;
    
}
.nav-fill {
    border-bottom: 1px solid #ccc;
    height: 36px !important;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: auto;
}


.nav-search-field {
    border: medium none;
}
.nav-search-field {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #bdbdbd;
    height: 35px;
    position: relative;
}

#nav-search .nav-searchbar {
    border-radius: 4px;
    display: block;
    position: relative;
}
#nav-search .nav-searchbar.nav-active, #nav-search .nav-searchbar.nav-focus {
    box-shadow: 0 0 3px rgba(228, 121, 17, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
}
#nav-search .nav-searchbar.nav-active .nav-search-scope, #nav-search .nav-searchbar.nav-focus .nav-search-scope {
    border-bottom-color: #e47911;
    border-left-color: #e47911;
    border-top-color: #e47911;
}
#nav-search .nav-searchbar.nav-active .nav-search-field, #nav-search .nav-searchbar.nav-focus .nav-search-field {
    border-color: #e47911;
}
#nav-search .nav-searchbar .nav-fill, #nav-search .nav-searchbar .nav-left, #nav-search .nav-searchbar .nav-right {
    height: 35px;
    position: relative;
}
* html #nav-search .nav-searchbar .nav-fill, * html #nav-search .nav-searchbar .nav-left, * html #nav-search .nav-searchbar .nav-right {
    height: 36px;
}
#nav-search .nav-searchbar .nav-right {
    min-width: 0;
}
#nav-search .nav-search-scope {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-position: 0 -532px;
    border-color: #bdbdbd #cdcdcd #cdcdcd;
    border-image: none;
    border-radius: 4px 0 0 4px;
    border-style: solid;
    border-width: 1px;
    float: left;
    height: 35px;
    margin: 0;
    overflow: hidden;
    padding-left: 5px;
    position: relative;
}
* html #nav-search .nav-search-scope {
    margin-right: -3px;
}
#nav-search .nav-search-scope:hover {
    background-position: 0 -582px;
}
#nav-search .nav-search-scope.nav-focus {
    background-position: 0 -632px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
}
#nav-search .nav-search-facade {
    cursor: default;
    float: left;
    overflow: hidden;
    position: relative;
}
#nav-search .nav-search-facade .nav-search-label {
    color: #777;
    display: block;
    font-size: 13px;
    line-height: 33px;
    margin-left: 5px;
    margin-right: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#nav-search .nav-search-facade .nav-icon {
    border-color: #a0a0a0 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 8px;
    top: 14px;
    width: 0;
}
#nav-search .nav-search-dropdown {
    border: 0 none;
    cursor: pointer;
    display: block;
    font-family: arial,sans-serif;
    height: 35px;
    left: 0;
    line-height: 35px;
    margin: 0;
    opacity: 0;
    outline: 0 none;
    padding: 0;
    position: absolute;
    top: -1px;
    visibility: visible;
    width: auto;
}
* html #nav-search .nav-search-dropdown {
    top: 6px;
}
#nav-search .nav-search-submit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f7821e;
    background-position: 0 -381px;
    border: 1px solid #f7821e;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    height: 35px;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
    width: 42px;
}
#nav-search .nav-search-submit:focus, #nav-search .nav-search-submit:hover {
    background-position: 0 -431px;
    border: 1px solid #0492C2;
}
* html #nav-search .nav-search-submit {
    margin-left: -4px;
    width: 57px;
}
#nav-search .nav-search-submit .nav-search-submit-text {
    color: #fff;
    font-family: arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    left: 12px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    top: 6px;
    vertical-align: middle;
}
* html #nav-search .nav-search-submit .nav-search-submit-text {
    left: 19px;
    top: 9px;
}
#nav-search .nav-search-submit .nav-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 100%;
    line-height: 1px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    position: relative;
    text-indent: -1000px;
    width: 100%;
}
#nav-search .nav-search-submit .nav-input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
#nav-search .nav-search-field {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #bdbdbd;
    height: 35px;
    position: relative;
}
#nav-search .nav-search-field .nav-input {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #707070;
    display: block;
    font-size: 15px;
    height: 33px;
    left: 0;
    margin: 0;
    outline: 0 none;
    padding: 0 10px 5px 0;
    position: absolute;
    text-indent: 8px;
    top: 0;
    width: 100%;
}
* html #nav-search .nav-search-field .nav-input {
    height: 33px;
    padding-bottom: 8px;
    padding-top: 8px;
}
#nav-search .nav-active {
    background: #fff none repeat scroll 0 0;
}
#nav-search #nav-iss-attach {
    bottom: 0;
    height: 0;
    left: 0;
    line-height: 1;
    position: absolute;
    width: 100%;
}
#navbar .srch_sggst_flyout {
    border-radius: 0 0 3px 3px;
    margin-left: -1px;
    padding: 0;
}
#navbar .srch_sggst_flyout #srch_sggst {
    border: 0 none;
    margin: 3px 0 2px;
    position: relative;
}
#navbar .srch_sggst_flyout #srch_sggst #two-pane-table {
    margin-bottom: 12px;
}
#navbar .srch_sggst_flyout #srch_sggst .iss_pop_tl {
    width: 19px;
}
#navbar .srch_sggst_flyout #srch_sggst .suggest_link_over .xcat-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: transparent transparent transparent #d8d8d8;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
}
#navbar div#srch_sggst {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee #ddd #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    margin-left: -5px;
    margin-top: 13px;
}
.suggest_link {
    background-color: #fff;
    padding: 2px 6px;
}
#navbar .suggest_link {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 1px 10px;
}
#navbar ul.promo_list {
    background-color: #fff;
    border-top: medium none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navbar ul.promo_list li {
    clear: both;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 7px 10px;
    white-space: normal;
}
#navbar ul.promo_list li .promo_image {
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    width: 40px;
}
#navbar ul.promo_list li .promo_cat {
    font-weight: 700;
    margin-left: 50px;
}
#navbar ul.promo_list li .promo_title {
    line-height: 13px;
    margin-left: 50px;
}
.suggest_nm {
    display: block;
}
#navbar .suggest_link_over {
    background-color: #eee;
    color: #000;
}
.suggest_link_over {
    background-color: #146eb4;
    color: #fff;
}
.suggest_link .suggest_category {
    color: #666;
}
#navbar .suggest_link_over .suggest_category {
    color: #666;
}
.suggest_link_over .suggest_category {
    color: #fff;
}
#navbar .suggest_link_over .suggest_category_without_keyword, .suggest_link .suggest_category_without_keyword {
    color: #777;
}
.suggest_link_over .suggest_category_without_keyword {
    color: #fff;
}
.suggest_link .suggest_category_without_keyword, .suggest_link_over .suggest_category_without_keyword {
    padding-left: 10px;
}
.sx_category_name_highlight {
    color: #e47911;
}
.sx_line_holder {
    border-bottom: 1px solid #ddd;
    margin: 2px 5px;
}
#srch_sggst {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    position: absolute;
    text-align: left;
    z-index: 250;
}
#navbar #srch_sggst {
    border: medium none;
    box-shadow: 0 2px 5px #aaa;
}
.promo_cat, .promo_title, .suggest_link {
    font-family: arial,sans-serif;
}
#sugdivhdr {
    color: #888;
    font-size: 10px;
    line-height: 12px;
    padding-right: 4px;
    text-align: right;
}
#srch_sggst.two-pane {
    background-color: transparent !important;
    border: medium none !important;
}
#srch_sggst.two-pane .suggest_link_over {
    background-color: #fff !important;
}
#two-pane-table {
    empty-cells: show;
    table-layout: fixed;
    width: 100%;
}
#two-pane-table .iss-spacer-row {
    height: 26px;
}
#srch_sggst.two-pane .main-suggestions {
    background-color: #fff;
    border-right: 1px solid #d8d8d8;
    color: #333;
    vertical-align: top;
}
#srch_sggst.two-pane .xcat-suggestions {
    background-color: #fff;
    color: #004b91;
    cursor: pointer;
    vertical-align: top;
}
#srch_sggst.two-pane .main-suggestion {
    cursor: pointer;
    padding-left: 0;
}
#srch_sggst.two-pane .suggest_link_over {
    color: #c60;
    text-decoration: underline;
}
#srch_sggst.two-pane .xcat-suggestion-hint {
    font-weight: 700;
}
#srch_sggst.two-pane .xcat-arrow {
    float: right;
    margin: 5px 0 3px 5px;
    visibility: hidden;
}
#srch_sggst.two-pane .suggest_link_over .xcat-arrow, #srch_sggst.two-pane .xcat-arrow-hint .xcat-arrow {
    visibility: visible;
}
#srch_sggst.two-pane .main-suggestion:hover, #srch_sggst.two-pane .xcat-suggestion:hover {
    color: #c60;
}
.iss_pop_tl {
    background-position: 0 -88px;
    height: 8px;
    width: 45px;
}
.iss_pop_tr {
    background-position: -45px -88px;
    height: 8px;
    width: 45px;
}
.nav-cat-indicator {
    background-position: -130px -30px;
    height: 16px;
    width: 7px;
}
#srch_sggst .imeSpacing {
    margin-top: 50px;
}
#srch_sggst .imePadding {
    padding-top: 50px;
}
#nav-flyout-iss-anchor {
    bottom: 0;
    height: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}
#nav-flyout-iss-anchor .nav-issFlyout {
    padding: 0;
}
.nav-flyout {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
    display: none;
    font-family: arial,sans-serif;
    font-size: 13px;
    line-height: normal;
    margin: 0;
    padding: 14px;
    position: absolute;
}
.nav-flyout .nav-arrow {
    border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 0 9px 9px;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: -9px;
    width: 0;
}
.nav-flyout .nav-arrow-inner {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 9px 9px;
    font-size: 0;
    height: 0;
    left: -9px;
    line-height: 0;
    position: absolute;
    top: 1px;
    width: 0;
}
.nav-flyout .nav-spinner {
    min-height: 200px;
    min-width: 200px;
}
* html #nav-flyout-anchor .nav-flyout .nav-spinner {
    height: 200px;
    width: 200px;
}
#nav-flyout-anchor {
    bottom: 0;
    height: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}
#nav-flyout-anchor .nav-item .nav-a {
    color: #444;
    text-decoration: none;
}
#nav-flyout-anchor .nav-item .nav-a:hover {
    color: #e47911;
    text-decoration: underline;
}
#navbar .nav-flyout-sidePanel {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.13);
    box-sizing: content-box;
    display: none;
    height: 100%;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    right: 100%;
    top: 0;
    width: 240px;
}
.nav-flyout-sidePanel-content {
    height: 100%;
    padding: 14px;
    position: relative;
}
#navbar a.nav-locked .nav-arrow {
    visibility: hidden;
}
.nav-search-submit:hover{
    background-color: #0492C2!important;
}
.nav-coreFlyout {
    border-radius: 3px;
    margin: -3px 0 0 -2px;
    padding-bottom: 7px;
    width: 240px;
}
.nav-coreFlyout .nav-arrow {
    margin-left: -1px;
}
.nav-cartFlyout {
    border-radius: 3px;
    margin: -3px 0 0 -2px;
    padding: 0;
}
.nav-cartFlyout .nav-arrow {
    margin-left: -1px;
}
.nav-cartFlyout .nav-tpl-error {
    padding: 14px 0 7px;
}
.nav-subnavFlyout {
    border-color: #e7e7e7;
    border-radius: 3px;
    margin: -1px 0 0 -2px;
    min-height: 60px;
    padding: 12px 14px 7px;
}
* html .nav-subnavFlyout {
    margin-top: -2px;
}
.nav-subnavFlyout .nav-flyout-content {
    min-height: 80px;
    min-width: 120px;
}
.nav-subnavFlyout .nav-arrow {
    margin-left: -1px;
}
.nav-fullWidthSubnavFlyout .nav-flyout-content {
    min-height: 120px;
    width: 100%;
}
.nav-catFlyout {
    border: 1px solid #bbb;
    border-radius: 3px;
    margin: 0;
    padding: 0;
}
.nav-catFlyout .nav-spinner {
    min-height: 200px;
}
* html #nav-flyout-anchor .nav-catFlyout .nav-spinner {
    height: 200px;
    width: 200px;
}
.nav-catFlyout .nav-promo {
    border: medium none;
    bottom: -15px;
    margin-bottom: 14px;
    margin-right: 0;
    max-width: none;
    position: absolute;
    right: 0;
}
.nav-catFlyout .nav-flyout-content {
    clear: none;
    float: left;
    padding: 14px 0 8px;
    width: 238px;
}
.nav-catFlyout .nav-flyout-content .nav-item {
    margin: 0 8px 0 14px;
    padding-right: 8px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
}
.nav-catFlyout .nav-flyout-content .nav-item .nav-image {
    border: medium none;
    float: left;
    margin-right: 14px;
    outline: 0 none;
}
.nav-catFlyout .nav-flyout-content .nav-item:focus .nav-text {
    color: #e47911;
    font-weight: 700;
}
.nav-catFlyout .nav-flyout-content .nav-hasPanel {
    background-image: url("data:image/gif;base64,R0lGODlhBwAKAMIEAObm5uvr6/Dw8P39/f///////////////yH5BAEKAAcALAAAAAAHAAoAAAMWSDPUGoE5AaIj1M4qMW+ZFDYD1ClnAgA7");
    background-position: right 3px;
    background-repeat: no-repeat;
}
.nav-catFlyout .nav-flyout-content .nav-hasPanel .nav-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
* html .nav-catFlyout .nav-flyout-content .nav-hasPanel .nav-text {
    width: 200px;
}
.nav-catFlyout .nav-flyout-content .nav-carat {
    background-image: none;
}
.nav-catFlyout .nav-flyout-content .nav-divider {
    margin: 0 7px 9px 14px;
}
.nav-catFlyout .nav-flyout-content .nav-link:hover .nav-text {
    color: #e47911;
}
.nav-catFlyout .nav-flyout-content .nav-active {
    background-image: url("data:image/gif;base64,R0lGODlhBwAKAMIEAICAgJmZmbOzs/f39////////////////yH5BAEKAAcALAAAAAAHAAoAAAMWSDPUGoE5AaIj1M4qMW+ZFDYD1ClnAgA7");
    background-position: right 3px;
    background-repeat: no-repeat;
}
.nav-catFlyout .nav-flyout-content .nav-active .nav-text {
    color: #e47911;
    font-weight: 700;
}
.nav-catFlyout .nav-flyout-content.nav-tpl-itemListDeepBrowse {
    width: 168px;
}
.nav-catFlyout .nav-flyout-content.nav-tpl-itemListDeepBrowse .nav-item {
    margin: 0 10px 0 14px;
    padding: 5px 8px 5px 0;
}
.nav-catFlyout .nav-flyout-content.nav-tpl-itemListDeepBrowse .nav-cat-first {
    padding: 0 8px 5px 0;
}
.nav-catFlyout .nav-flyout-content.nav-tpl-itemListDeepBrowse .nav-active, .nav-catFlyout .nav-flyout-content.nav-tpl-itemListDeepBrowse .nav-hasPanel {
    background-position: right center;
}
.nav-catFlyout .nav-flyout-content.nav-tpl-itemListDeepBrowse .nav-divider {
    margin: 5px 10px 0 14px;
}
.nav-catFlyout .nav-flyout-content.nav-tpl-itemListDeepBrowse .nav-carat {
    padding: 10px 8px 7px 0;
}
.nav-catFlyout .nav-tpl-flyoutError {
    padding: 12px 14px 7px;
}
.nav-catFlyout .nav-subcats {
    border-left: 1px solid #eee;
    clear: none;
    display: none;
    float: left;
    margin-left: 3px;
    overflow: hidden;
    position: relative;
}
.nav-catFlyout .nav-subcat {
    display: none;
    height: 100%;
    padding-top: 15px;
    position: relative;
    width: auto;
}
.nav-catFlyout .nav-subcat .nav-item {
    left: 20px;
    width: 220px;
}
.nav-catFlyout .nav-subcat.nav-tpl-itemListDeepBrowse {
    width: 546px;
}
.nav-catFlyout .nav-subcat.nav-tpl-itemListDeepBrowse .nav-item {
    left: 0;
    width: auto;
}
.nav-catFlyout .nav-subcat.nav-tpl-itemListDeepBrowse .nav-text {
    font-family: verdana,arial,helvetica,sans-serif;
}
.nav-catFlyout .nav-subcat .nav-panel {
    margin-right: 27px;
    width: 220px;
}
.nav-catFlyout .nav-subcat .nav-panel .nav-link {
    left: 20px;
}
.nav-catFlyout .nav-subcat .nav-panel .nav-link .nav_tag {
    color: #999;
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    white-space: normal;
}
.nav-catFlyout .nav-subcat .nav-divider {
    margin: 0 7px 9px 20px;
    width: 220px;
}
.nav-catFlyout .nav-colcount-0, .nav-catFlyout .nav-colcount-1 {
    width: 260px;
}
.nav-catFlyout .nav-colcount-2 {
    width: 499px;
}
.nav-catFlyout .nav-colcount-3 {
    width: 720px;
}
#nav-flyout-cart, #nav-flyout-prime, #nav-flyout-shopAll, #nav-flyout-wishlist, #nav-flyout-yourAccount {
    margin-top: -6px;
}
#nav-flyout-transientFlyout {
    margin-top: 8px;
    padding: 0;
    width: auto;
}
#nav-flyout-transientFlyout .nav-arrow {
    margin-left: -9px;
}
#nav-flyout-shopAll .nav-arrow {
    margin-left: -1px;
}
#nav-flyout-ya-signin {
    border-bottom: 1px solid #eee;
    font-size: 11px;
    margin-bottom: 8px;
}
#nav-flyout-ya-signin .nav_pop_new_cust {
    color: #333;
}
#nav-flyout-ya-signin .nav_pop_new_cust {
    margin: 7px 0 9px;
}
#nav-flyout-ya-signin a.nav-a, #nav-flyout-ya-signin a.nav-a:link, #nav-flyout-ya-signin a.nav-a:visited {
    color: #05a;
    display: inline;
    font-size: 11px;
    text-decoration: none;
}
#nav-flyout-ya-signin a.nav-a:active, #nav-flyout-ya-signin a.nav-a:hover {
    color: #e47911;
    display: inline;
    font-size: 11px;
    text-decoration: underline;
}
#nav-flyout-ya-signin a.nav-a:focus {
    color: #e47911;
    outline: 0 none;
    text-decoration: underline;
}
#nav-flyout-wl-content.nav-spinner {
    min-height: 200px;
}
#nav-flyout-wl-items {
    border-bottom: 1px solid #eee;
    display: none;
    margin-bottom: 8px;
}
#nav-flyout-wl-items .nav-title {
    display: none;
}
#nav-flyout-wl-items.nav-spinner {
    min-height: 50px;
}
* html #nav-flyout-wl-items.nav-spinner {
    height: 50px;
}
#nav-cart-flyout {
    padding: 0 18px;
    width: 240px;
}
#nav-cart-flyout .nav-ajax-error-msg, #nav-cart-flyout .nav-ajax-message {
    display: none;
}
#nav-cart-flyout .nav-dynamic-empty {
    display: none;
}
#nav-cart-flyout.nav-empty .nav-dynamic-empty {
    display: block;
}
#nav-cart-flyout.nav-empty .nav-dynamic-empty .nav-bold {
    font-weight: 700;
}
#nav-cart-flyout.nav-empty .nav-dynamic-empty a.nav_a:focus, #nav-cart-flyout.nav-empty .nav-dynamic-empty a.nav_a:hover {
    color: #e47911;
    outline: 0 none;
    text-decoration: underline;
}
#nav-cart-flyout .nav-dynamic-full {
    min-height: 40px;
}
* html #nav-cart-flyout .nav-spinner {
    height: 40px;
}
#nav-cart-flyout.nav-empty .nav-dynamic-full {
    display: none;
}
#nav-cart-flyout #nav-cart-footer {
    margin: 4px 0 14px;
    text-align: right;
    width: 100%;
}
#nav-cart-flyout #nav-cart-footer .nav-action-button {
    display: inline-block;
    height: auto;
    margin: 0;
    width: 100%;
}
#nav-cart-flyout #nav-cart-footer .nav-action-button .nav-action-inner {
    line-height: 16px;
    padding: 6px 10px 8px;
}
#nav-cart-flyout #nav-cart-footer .nav-action-button #nav-cart-menu-button-count {
    display: inline-block;
    padding: 0 3px;
}
#nav-cart-flyout.nav-ajax-success #nav-cart-menu-button-count {
    display: inline-block;
}
#nav-cart-flyout.nav-cart-dividers #nav-cart-footer {
    margin: 14px 0;
}
#nav-cart-flyout .nav-cart-content {
    box-sizing: border-box;
    color: #333;
    display: none;
    font-size: 13px;
    position: relative;
    width: 100%;
}
#nav-cart-flyout.nav-cart-dividers .nav-cart-content {
    border-bottom: 1px solid #e7e7e7;
}
#nav-cart-flyout .nav-ajax-error-msg, #nav-cart-flyout .nav-ajax-message, #nav-cart-flyout .nav-dynamic-empty {
    margin: 14px 0;
    padding: 0;
}
#nav-cart-flyout .nav-ajax-error-msg a:focus, #nav-cart-flyout .nav-ajax-message a:focus, #nav-cart-flyout .nav-dynamic-empty a:focus {
    color: #e47911;
    outline: 0 none;
    text-decoration: underline;
}
#nav-cart-flyout .nav-cart-title {
    color: #333;
    display: none;
    font-weight: 700;
    line-height: 19px;
    margin: 14px 8px 0 0;
    text-decoration: none;
}
#nav-cart-flyout .nav-cart-title:hover {
    color: #e47911;
}
#nav-cart-flyout .nav-cart-subtitle {
    display: none;
}
#nav-cart-flyout .nav-cart-subtitle .nav-cart-subtitle-item {
    border-left: 1px solid #cdcdcd;
    color: #888;
    font-family: arial,sans-serif;
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    padding: 0 8px;
}
#nav-cart-flyout .nav-cart-subtitle .nav-firstChild {
    border-left: 0 none;
    padding-left: 0;
}
#nav-cart-flyout .nav-cart-subtitle .nav-lastChild {
    padding-right: 0;
}
#nav-cart-flyout .nav-cart-items {
    list-style-type: none;
    margin: 14px 0 3px;
    overflow: auto;
    padding: 0;
    width: 100%;
}
#nav-cart-flyout .nav-cart-items .nav-cart-item {
    float: left;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
#nav-cart-flyout .nav-cart-items .nav-cart-item .nav-cart-item-link {
    box-sizing: border-box;
    color: #888;
    display: block;
    font-family: arial,sans-serif;
    font-size: 12px;
    line-height: 13px;
    min-height: 40px;
    padding: 0 0 0 50px;
    position: relative;
    text-decoration: none;
}
#nav-cart-flyout .nav-cart-items .nav-cart-item .nav-cart-item-image {
    border: medium none;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
#nav-cart-flyout .nav-cart-items .nav-cart-item .nav-cart-item-buyingPrice, #nav-cart-flyout .nav-cart-items .nav-cart-item .nav-cart-item-quantity, #nav-cart-flyout .nav-cart-items .nav-cart-item .nav-cart-item-title, #nav-cart-flyout .nav-cart-items .nav-cart-item .nav-cart-item-weight, #nav-cart-flyout .nav-cart-items .nav-cart-item .nav-cart-scarcity, #nav-cart-flyout .nav-cart-items .nav-cart-item .nav-cart-scarcity-nostock {
    color: #888;
    display: block;
    line-height: 14px;
    text-decoration: none;
}
#nav-cart-flyout .nav-cart-items .nav-cart-item .nav-cart-item-title {
    color: #0066c0;
    width: 152px;
}
#nav-cart-flyout .nav-cart-items .nav-cart-item:active .nav-cart-item-title, #nav-cart-flyout .nav-cart-items .nav-cart-item:hover .nav-cart-item-title {
    color: #e47911;
    text-decoration: underline;
}
#nav-cart-flyout .nav-cart-items .nav-cart-item a:focus {
    outline: 0 none;
}
#nav-cart-flyout .nav-cart-items .nav-cart-item a:focus .nav-cart-item-title {
    color: #e47911;
    text-decoration: underline;
}
#nav-cart-flyout .nav-cart-items .nav-cart-item .nav-cart-scarcity {
    color: #090;
}
#nav-cart-flyout .nav-cart-items .nav-cart-item .nav-cart-scarcity-nostock {
    color: #b12704;
}
#nav-cart-flyout .nav-cart-items .nav-cart-item-break {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    width: 100%;
}
#nav-cart-flyout.nav-cart-double {
    width: 480px;
}
#nav-cart-flyout.nav-cart-double .nav-cart-items .nav-cart-item {
    float: left;
    width: 50%;
}
#nav-cart-flyout.nav-cart-double #nav-cart-footer .nav-action-button {
    width: 50%;
}
#nav-cart-flyout.nav-cart-double .nav-cart-subtitle .nav-firstChild {
    border-left: 1px solid #cdcdcd;
    padding-left: 8px;
}
#nav-flyout-cart-content.nav-spinner {
    min-height: 200px;
}
#nav-cart-fresh-logo {
    transform: translateY(15%);
}
#navbar .nav-ewc-tt {
    border-radius: 3px;
    margin-top: -3px;
    padding: 0;
    width: 165px;
}
#navbar #nav-flyout-ewc {
    border: 0 none;
    display: block;
    height: 100%;
    line-height: 1em;
    padding: 0;
    position: fixed;
    right: -220px;
    top: 0;
    width: 220px;
    z-index: 3;
}
* html #navbar #nav-flyout-ewc {
    position: absolute;
}
#navbar #nav-flyout-ewc .nav-flyout-head {
    background-color: #fff;
    background-position: 0 -725px;
    border-left: 1px solid #394452;
    height: 99px;
    padding-top: 47px;
    text-align: center;
}
#navbar #nav-flyout-ewc .nav-flyout-head.nav-flyout-head-sm {
    height: 56px;
    padding-top: 4px;
}
#navbar #nav-flyout-ewc .nav-flyout-body {
    background-color: #fff;
    border-left: 1px solid #cacaca;
    height: 100%;
}
#navbar #nav-flyout-ewc .nav-flyout-tail {
    background-color: orange;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
    z-index: -1;
}
#navbar #nav-flyout-ewc .nav-cart {
    float: none;
}
#navbar #nav-flyout-ewc .nav-cart .nav-line-2 .nav-icon {
    display: none;
}
#navbar #nav-flyout-ewc .nav-cart:focus, #navbar #nav-flyout-ewc .nav-cart:hover {
    border: medium none;
    box-shadow: none;
    top: 1px;
}
#navbar #nav-flyout-ewc.nav-click-ewc {
    z-index: 10;
}
#navbar #nav-flyout-ewc.nav-click-ewc .nav-flyout-head {
    height: 99px;
    padding-top: 8px;
}
#navbar #nav-flyout-ewc.nav-click-ewc .nav-ewc-links {
    height: 39px;
    margin-bottom: 2px;
    padding-top: 5px;
    text-align: right;
}
#navbar #nav-flyout-ewc.nav-click-ewc .nav-ewc-links a {
    color: #fff;
    font-weight: 700;
    margin-right: 8px;
    padding-right: 12px;
    position: relative;
    text-decoration: none;
}
#navbar #nav-flyout-ewc.nav-click-ewc .nav-ewc-links a:hover {
    text-decoration: underline;
}
#navbar #nav-flyout-ewc.nav-click-ewc .nav-ewc-links .nav-ewc-close-link {
    float: left;
    margin-left: 8px;
}
#navbar #nav-flyout-ewc.nav-click-ewc .nav-ewc-links .nav-arrow {
    background-position: -110px -360px;
    border: medium none;
    height: 8px;
    right: 0;
    top: 4px;
    width: 6px;
}
.nav-ewc-persistent-hover body {
    padding-right: 212px;
}
.nav-ewc-persistent-click.a-js body, .nav-ewc-persistent-hover.a-js body {
    padding-right: 220px;
}
.nav-ewc-persistent-click body {
    padding-right: 220px;
}
.nav-ewc-persistent-click body #navbar #nav-cart, .nav-ewc-persistent-hover body #navbar #nav-cart {
    display: none;
}
.nav-ewc-persistent-click body #navbar.nav-pinned #nav-main, .nav-ewc-persistent-hover body #navbar.nav-pinned #nav-main {
    right: 0;
}
.nav-ewc-persistent-click body #navbar.nav-pinned #nav-main .nav-divider, .nav-ewc-persistent-hover body #navbar.nav-pinned #nav-main .nav-divider {
    display: none;
}
.nav-ewc-persistent-click body #navbar.nav-pinned #nav-search, .nav-ewc-persistent-hover body #navbar.nav-pinned #nav-search {
    right: 342px;
}
.nav-ewc-persistent-click body #navbar.nav-pinned #nav-flyout-ewc .nav-flyout-head-sm, .nav-ewc-persistent-hover body #navbar.nav-pinned #nav-flyout-ewc .nav-flyout-head-sm {
    height: 55px;
    padding-top: 3px;
}
.nav-ewc-persistent-click body #navbar #nav-flyout-ewc .nav-ewc-close-link, .nav-ewc-persistent-hover body #navbar #nav-flyout-ewc .nav-ewc-close-link {
    display: none;
}
.nav-ewc-persistent-click body #miniATFUDP, .nav-ewc-persistent-hover body #miniATFUDP {
    margin-right: 220px;
    width: auto;
}
.nav-ewc-persistent-click body #nav-flyout-ewc, .nav-ewc-persistent-hover body #nav-flyout-ewc {
    box-shadow: none;
}
.nav-ewc-persistent-click body .pantry-shelf-outer .a-fixed-right-grid-inner, .nav-ewc-persistent-hover body .pantry-shelf-outer .a-fixed-right-grid-inner {
    padding-right: 565px !important;
}
.nav-ewc-persistent-click body .airstream-header-container .airstream-pin-to-top, .nav-ewc-persistent-hover body .airstream-header-container .airstream-pin-to-top {
    right: 220px;
}
.nav-ewc-persistent-hover body #navbar #nav-main {
    margin-right: 220px;
}
.nav-ewc-persistent-hover body #navbar {
    margin-right: -220px !important;
}
.nav-ewc-persistent-hover body #navbar #nav-main, .nav-ewc-persistent-hover body #navbar .nav-main {
    width: auto;
}
.nav-ewc-persistent-hover body #navbar .nav-fullWidthSubnavFlyout {
    margin-right: 220px;
}
.nav-ewc-persistent-hover body #nav-subnav {
    margin-right: 220px;
}
.nav-ewc-persistent-click body #nav-upnav, .nav-ewc-persistent-click body #nav-upnav-airy, .nav-ewc-persistent-click.a-js body #nav-upnav, .nav-ewc-persistent-click.a-js body #nav-upnav-airy, .nav-ewc-persistent-hover body #nav-upnav, .nav-ewc-persistent-hover body #nav-upnav-airy, .nav-ewc-persistent-hover.a-js body #nav-upnav, .nav-ewc-persistent-hover.a-js body #nav-upnav-airy {
    margin-right: -220px !important;
}
.nav-ewc-persistent-click body .MusicCartBar[style~="fixed;"], .nav-ewc-persistent-hover body .MusicCartBar[style~="fixed;"] {
    right: 220px;
}
.nav-ewc-persistent-click body .MusicCartBarFullCSS, .nav-ewc-persistent-hover body .MusicCartBarFullCSS {
    left: auto;
    right: 220px;
}
@media screen and (min-width: 1340px) {
.nav-ewc-persistent-click body .aiv-container-flex, .nav-ewc-persistent-click body .aiv-container-limited, .nav-ewc-persistent-hover body .aiv-container-flex, .nav-ewc-persistent-hover body .aiv-container-limited {
    padding-right: 220px;
    width: 1320px;
}
.nav-ewc-persistent-click body #dv-product-details #rhf, .nav-ewc-persistent-hover body #dv-product-details #rhf {
    padding-right: 220px;
    width: 1320px;
}
.nav-ewc-persistent-click body #dv-product-details body > center, .nav-ewc-persistent-hover body #dv-product-details body > center {
    padding-right: 220px;
    width: 1320px;
}
.nav-ewc-persistent-click body .dp-main-meta, .nav-ewc-persistent-hover body .dp-main-meta {
    padding-right: 220px;
    width: 760px;
}
.nav-ewc-persistent-click body .episode-list li p, .nav-ewc-persistent-hover body .episode-list li p {
    padding-right: 220px;
    width: 990px;
}
}
@media screen and (min-width: 1500px) and (max-width: 1660px) {
.nav-ewc-persistent-click body .aiv-container-flex, .nav-ewc-persistent-click body .aiv-container-limited, .nav-ewc-persistent-hover body .aiv-container-flex, .nav-ewc-persistent-hover body .aiv-container-limited {
    padding-right: 220px;
    width: 1480px;
}
.nav-ewc-persistent-click body #dv-product-details #rhf, .nav-ewc-persistent-hover body #dv-product-details #rhf {
    padding-right: 220px;
    width: 1480px;
}
.nav-ewc-persistent-click body #dv-product-details body > center, .nav-ewc-persistent-hover body #dv-product-details body > center {
    padding-right: 220px;
    width: 1480px;
}
.nav-ewc-persistent-click body .dp-main-meta, .nav-ewc-persistent-hover body .dp-main-meta {
    padding-right: 220px;
    width: 780px;
}
.nav-ewc-persistent-click body .episode-list li p, .nav-ewc-persistent-hover body .episode-list li p {
    padding-right: 220px;
    width: 990px;
}
}
@media screen and (min-width: 1660px) {
.nav-ewc-persistent-click body .aiv-container-limited, .nav-ewc-persistent-hover body .aiv-container-limited {
    padding-right: 220px;
    width: 1480px;
}
.nav-ewc-persistent-click body .aiv-container-flex, .nav-ewc-persistent-hover body .aiv-container-flex {
    padding-right: 220px;
    width: 1640px;
}
.nav-ewc-persistent-click body .dp-main-meta, .nav-ewc-persistent-hover body .dp-main-meta {
    padding-right: 220px;
    width: 780px;
}
.nav-ewc-persistent-click body .episode-list li p, .nav-ewc-persistent-hover body .episode-list li p {
    padding-right: 220px;
    width: 990px;
}
}
@media screen and (max-width: 1470px) {
.nav-ewc-persistent-click body #cm_cr-view_opt .reviews-sort-order-options, .nav-ewc-persistent-hover body #cm_cr-view_opt .reviews-sort-order-options {
    margin-bottom: 14px !important;
    margin-right: 0;
    width: 100% !important;
}
.nav-ewc-persistent-click body #cm_cr-view_opt .reviews-sort-order-options .a-row .a-span4, .nav-ewc-persistent-click body #cm_cr-view_opt .reviews-sort-order-options .a-row .a-ws-span4, .nav-ewc-persistent-hover body #cm_cr-view_opt .reviews-sort-order-options .a-row .a-span4, .nav-ewc-persistent-hover body #cm_cr-view_opt .reviews-sort-order-options .a-row .a-ws-span4 {
    width: 31.948% !important;
}
.nav-ewc-persistent-click body #cm_cr-view_opt .reviews-sort-order-options .a-row .a-span4 div.a-span4, .nav-ewc-persistent-click body #cm_cr-view_opt .reviews-sort-order-options .a-row .a-ws-span4 div.a-span4, .nav-ewc-persistent-hover body #cm_cr-view_opt .reviews-sort-order-options .a-row .a-span4 div.a-span4, .nav-ewc-persistent-hover body #cm_cr-view_opt .reviews-sort-order-options .a-row .a-ws-span4 div.a-span4 {
    width: 29.1129% !important;
}
.nav-ewc-persistent-click body #cm_cr-view_opt .reviews-sort-order-options .a-row .a-span4 .a-column, .nav-ewc-persistent-click body #cm_cr-view_opt .reviews-sort-order-options .a-row .a-ws-span4 .a-column, .nav-ewc-persistent-hover body #cm_cr-view_opt .reviews-sort-order-options .a-row .a-span4 .a-column, .nav-ewc-persistent-hover body #cm_cr-view_opt .reviews-sort-order-options .a-row .a-ws-span4 .a-column {
    float: left !important;
    margin-right: 6.3% !important;
}
.nav-ewc-persistent-click body #cm_cr-view_opt .a-span6 div.reviews-filter-by-options, .nav-ewc-persistent-click body #cm_cr-view_opt .a-ws-span6 div.reviews-filter-by-options, .nav-ewc-persistent-click body #cm_cr-view_opt .reviews-filter-by-options, .nav-ewc-persistent-hover body #cm_cr-view_opt .a-span6 div.reviews-filter-by-options, .nav-ewc-persistent-hover body #cm_cr-view_opt .a-ws-span6 div.reviews-filter-by-options, .nav-ewc-persistent-hover body #cm_cr-view_opt .reviews-filter-by-options {
    float: left !important;
    width: 65.948% !important;
}
.nav-ewc-persistent-click body #cm_cr-view_opt .a-span6 div.reviews-filter-by-options .a-ws-span2, .nav-ewc-persistent-click body #cm_cr-view_opt .a-span6 div.reviews-filter-by-options .a-ws-span6 div.a-span2, .nav-ewc-persistent-click body #cm_cr-view_opt .a-span6 div.reviews-filter-by-options div.a-span2, .nav-ewc-persistent-click body #cm_cr-view_opt .a-ws-span6 div.reviews-filter-by-options .a-ws-span2, .nav-ewc-persistent-click body #cm_cr-view_opt .a-ws-span6 div.reviews-filter-by-options .a-ws-span6 div.a-span2, .nav-ewc-persistent-click body #cm_cr-view_opt .a-ws-span6 div.reviews-filter-by-options div.a-span2, .nav-ewc-persistent-click body #cm_cr-view_opt .reviews-filter-by-options .a-ws-span2, .nav-ewc-persistent-click body #cm_cr-view_opt .reviews-filter-by-options .a-ws-span6 div.a-span2, .nav-ewc-persistent-click body #cm_cr-view_opt .reviews-filter-by-options div.a-span2, .nav-ewc-persistent-hover body #cm_cr-view_opt .a-span6 div.reviews-filter-by-options .a-ws-span2, .nav-ewc-persistent-hover body #cm_cr-view_opt .a-span6 div.reviews-filter-by-options .a-ws-span6 div.a-span2, .nav-ewc-persistent-hover body #cm_cr-view_opt .a-span6 div.reviews-filter-by-options div.a-span2, .nav-ewc-persistent-hover body #cm_cr-view_opt .a-ws-span6 div.reviews-filter-by-options .a-ws-span2, .nav-ewc-persistent-hover body #cm_cr-view_opt .a-ws-span6 div.reviews-filter-by-options .a-ws-span6 div.a-span2, .nav-ewc-persistent-hover body #cm_cr-view_opt .a-ws-span6 div.reviews-filter-by-options div.a-span2, .nav-ewc-persistent-hover body #cm_cr-view_opt .reviews-filter-by-options .a-ws-span2, .nav-ewc-persistent-hover body #cm_cr-view_opt .reviews-filter-by-options .a-ws-span6 div.a-span2, .nav-ewc-persistent-hover body #cm_cr-view_opt .reviews-filter-by-options div.a-span2 {
    float: left !important;
    margin-right: 3% !important;
    width: 14.122% !important;
}
.nav-ewc-persistent-click body #cm_cr-view_opt .reviews-search-section, .nav-ewc-persistent-hover body #cm_cr-view_opt .reviews-search-section {
    float: right !important;
    margin-right: 0;
    width: 31.948% !important;
}
}
#nav_browse_flyout {
    overflow: visible;
    padding: 0;
    position: relative;
}
#nav_browse_flyout #nav_cats {
    padding: 14px 0 8px;
    position: relative;
    width: 240px;
}
#nav_browse_flyout #nav_cats a.nav_a {
    display: inline;
}
#nav_browse_flyout #nav_cats .nav_hover {
    color: #e47911;
}
#nav_browse_flyout #nav_cats .nav_pop_li {
    margin: 0 10px 0 14px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#nav_browse_flyout #nav_cats .nav_pop_li a.nav_a {
    font-size: 13px;
}
#nav_browse_flyout #nav_cats .nav_cat {
    background-image: url("data:image/gif;base64,R0lGODlhBwAKAMIEAObm5uvr6/Dw8P39/f///////////////yH5BAEKAAcALAAAAAAHAAoAAAMWSDPUGoE5AaIj1M4qMW+ZFDYD1ClnAgA7");
    background-position: right 3px;
    background-repeat: no-repeat;
}
#nav_browse_flyout #nav_cats .nav_cat.nav_active, #nav_browse_flyout #nav_cats .nav_cat.nav_hover {
    background-image: url("data:image/gif;base64,R0lGODlhBwAKAMIEAICAgJmZmbOzs/f39////////////////yH5BAEKAAcALAAAAAAHAAoAAAMWSDPUGoE5AaIj1M4qMW+ZFDYD1ClnAgA7");
}
#nav_browse_flyout #nav_cats .nav_cat.nav_active {
    color: #e47911;
    font-weight: 700;
}
#nav_browse_flyout #nav_cats .nav_cat.nav_divider_before {
    background-position: right 10px;
}
#nav_browse_flyout #nav_subcats_wrap {
    border-left: 1px solid #eee;
    display: none;
    height: 100%;
    left: 241px;
    position: absolute;
    top: 0;
}
#nav_browse_flyout #nav_subcats_wrap .nav_browse_subcat {
    display: none;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 260px;
}
#nav_browse_flyout #nav_subcats_wrap .nav_super_cat {
    width: 500px;
}
#nav_browse_flyout #nav_subcats_wrap .nav_browse_cat_head {
    color: #e47911;
    font-size: 18px;
    overflow: visible;
    padding-bottom: 10px;
    white-space: normal;
}
#nav_browse_flyout #nav_subcats_wrap ul.nav_browse_cat2_ul, #nav_browse_flyout #nav_subcats_wrap ul.nav_browse_cat_ul {
    overflow: visible;
    padding-top: 15px;
    position: absolute;
    width: 220px;
}
#nav_browse_flyout #nav_subcats_wrap ul.nav_browse_cat_ul {
    left: 20px;
}
#nav_browse_flyout #nav_subcats_wrap ul.nav_browse_cat2_ul {
    left: 255px;
}
#nav-flyout-prime {
    box-sizing: content-box;
}
#nav-flyout-prime .nav-flyout-content {
    box-sizing: content-box;
    min-width: 200px;
    padding: 0;
    width: auto;
}
#nav-flyout-primeTooltip {
    border-radius: 3px;
    margin: 0 0 0 10px;
    max-width: 705px;
    padding: 3px 0;
    top: -38px !important;
    z-index: 300;
}
#nav-flyout-primeTooltip .nav-arrow {
    border-color: transparent #bbb transparent transparent;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    font-size: 0;
    height: 0;
    left: -9px;
    line-height: 0;
    position: absolute;
    top: 23px;
    width: 0;
}
#nav-flyout-primeTooltip .nav-arrow .nav-arrow-inner {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    font-size: 0;
    height: 0;
    left: 1px;
    line-height: 0;
    position: absolute;
    top: -9px;
    width: 0;
}
.nav-prime-tt {
    border-radius: 3px;
    margin-top: -3px;
}
.nav-signin-tt {
    border-radius: 3px;
    margin-top: -3px;
}
* html .nav-signin-tt {
    width: 165px;
}
.nav-signin-tt .nav-arrow {
    left: 50%;
    margin-left: -9px;
}
#nav-signin-tooltip {
    text-align: center;
}
#nav-signin-tooltip .nav-signin-tooltip-footer {
    color: #333;
    font-size: 11px;
    padding-top: 10px;
}
#nav-signin-tooltip .nav-signin-tooltip-footer .nav-a {
    color: #05a;
    padding-left: 3px;
    text-decoration: none;
}
#nav-signin-tooltip .nav-signin-tooltip-footer .nav-a:hover {
    color: #e47911;
}
.csr-tooltip-nav {
    margin-top: -3px;
}
.nav-noti-content {
    color: #444;
    font-family: arial,sans-serif;
    font-size: 12px;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
}
.nav-noti-content .nav_a, .nav-noti-content .nav_a:active, .nav-noti-content .nav_a:hover, .nav-noti-content .nav_a:link, .nav-noti-content .nav_a:visited {
    color: #444;
    font-family: arial,sans-serif;
    text-decoration: none;
}
.nav-noti-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 9px;
}
.nav-noti-item {
    border-top: 1px solid #ccc;
    color: #444;
    display: block;
    line-height: 17px;
    margin: 0;
    outline: 0 none;
    padding: 10px 14px 9px 0;
    position: relative;
}
a.nav-noti-overflow {
    visibility: hidden;
}
#nav-noti-empty {
    color: #999;
    display: none;
}
.nav-noti-x {
    background-color: #fff;
    color: #bbb;
    cursor: pointer;
    display: none;
    font-family: arial,sans-serif;
    font-size: 20px;
    position: absolute;
    right: -1px;
    top: 9px;
}
.nav-noti-hover .nav-noti-x, .nav-noti-touch .nav-noti-x {
    display: block;
}
div.nav-noti-x-hover {
    color: #666;
}
#nav-noti-all {
    background-color: #fff;
    border-top: 1px solid #ccc;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
#nav-noti-all .nav_a {
    display: block;
    padding: 10px 0 0;
}
.nav-noti-link {
    display: block;
}
#nav-noti-all .nav_a, #nav-noti-all .nav_a:link, #nav-noti-all .nav_a:visited, .nav-noti-content span.nav-noti-link {
    color: #004b91;
}
#nav-noti-all .nav_a:active, #nav-noti-all .nav_a:hover, .nav-noti-hover span.nav-noti-link {
    color: #e47911;
    text-decoration: underline;
}
#nav-platinum {
    height: 64px;
    overflow: hidden;
    position: relative;
}
.nav-platinum-subnav {
    margin: 0;
    padding: 0;
    text-align: center;
}
.nav-platinum-subnav .nav-subnav-item, .nav-platinum-subnav .nav_a, .nav-platinum-subnav .platinum-logoimg {
    font-family: arial,sans-serif;
    line-height: 64px;
    vertical-align: middle;
}
.nav-platinum-subnav .nav-subnav-item {
    border-left-style: solid;
    border-left-width: 1px;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}
.nav-platinum-subnav a.nav-platinum-logo, .nav-platinum-subnav li.nav-first, .nav-platinum-subnav li.nav-platinum-logo {
    border: medium none;
}
#nav-platinum.nav-platinum-fix .nav-platinum-subnav a.nav-platinum-logo {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center;
    display: inline-block;
    height: 64px;
}
.nav-platinum-subnav .nav_a, .nav-platinum-subnav .nav_a:link, .nav-platinum-subnav .nav_a:visited {
    text-decoration: none;
    white-space: nowrap;
}
.nav-platinum-subnav .nav-subnav-item .nav_a:hover {
    text-decoration: underline;
}
.nav-platinum-subnav li.nav-platinum-logo .nav_a:hover {
    text-decoration: none;
}
#nav-pldn-msg {
    color: #e47911;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
#nav-pldn-org-name {
    color: #333;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
}
#nav-supra.nav-supra-points {
    cursor: default;
}
#nav-supra.nav-supra-points .nav-a, #nav-supra.nav-supra-points .nav-span {
    color: #05a;
    font-family: arial,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
#nav-supra.nav-supra-points .nav-a:focus, #nav-supra.nav-supra-points .nav-a:hover {
    color: #e47911;
    text-decoration: underline;
}
#nav-supra.nav-supra-points .nav-a:focus {
    outline: 0 none;
}
#nav-supra.nav-supra-points .nav-b {
    color: #e47911;
    font-weight: 400;
}
#nav-upnav {
    margin: 0 -8px;
}
html.a-js body #nav-upnav, html.a-no-js body #nav-upnav {
    margin: 0;
}
#nav-upnav .nav-a {
    display: block;
    height: 100%;
    outline: 0 none;
    width: 100%;
}
#nav-upnav .nav-spanAltText {
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -10000px;
    width: 1px;
}
#nav-upnav area:focus {
    outline: 0 none;
}
#nav-upnav-airy {
    margin: 0 -8px;
    min-width: 1000px;
}
html.a-js body #nav-upnav-airy, html.a-no-js body #nav-upnav-airy {
    margin: 0;
}
#nav-upnav-airy .nav-airy-widget-wrapper {
    margin-bottom: 0;
    overflow-x: hidden;
    width: 100%;
}
#nav-upnav-airy #nav-airy-click-through-stage {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
#nav-upnav-airy #nav-airy-player-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}
#nav-upnav-airy #nav-airy-post-media-slate-image {
    visibility: hidden;
}
#nav-upnav-airy .nav-airy-slate-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#navbar #nav-search-submit-text {
    color: #111;
    left: 12px;
    text-shadow: none;
    top: 11px;
}
#navbar #nav-search-submit-text.nav-sprite {
    background-position: -40px -290px;
    height: 21px;
    text-indent: -500px;
    top: 7px;
    width: 21px;
}
#navbar.nav-bluebeacon {
    background-color: #232f3e;
}
#navbar.nav-bluebeacon #nav-belt {
    background-color: #232f3e;
}
#navbar.nav-bluebeacon #nav-main {
    background-color: #232f3e;
    background-image: none;
}
#navbar.nav-bluebeacon #nav-logo {
    width: 186px;
}
#navbar.nav-bluebeacon #nav-logo.nav-paladin {
    width: 188px;
}
#navbar.nav-bluebeacon #nav-search-label {
    font-weight: 400;
    top: 1px;
}
#navbar.nav-bluebeacon #nav-logo-borderfade {
    background-color: #3a4553;
}
#navbar.nav-bluebeacon #nav-logo-borderfade .nav-fade {
    display: none;
}
#navbar.nav-bluebeacon #nav-logo-borderfade .nav-fade-mask {
    background-color: #232f3e;
    width: 195px;
}
#navbar.nav-bluebeacon #nav-xshop .nav-a {
    color: #ccc;
}
#navbar.nav-bluebeacon #nav-search-label, #navbar.nav-bluebeacon .nav-a-2 .nav-line-1, #navbar.nav-bluebeacon .nav-a-2 .nav-line-2 {
    color: #fff;
}
#navbar.nav-bluebeacon #nav-tools .nav-line-1 {
    color: #ccc;
}
#navbar.nav-bluebeacon #nav-cart-count {
    color: #f08804;
    top: 7px;
}
#navbar.nav-bluebeacon #nav-search .nav-search-facade {
    top: 1px;
}
#navbar.nav-bluebeacon #nav-search .nav-fill {
    height: 35px;
}
#navbar.nav-bluebeacon #nav-search .nav-search-scope {
    background-color: #f3f3f3;
    background-image: none;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
}
#navbar.nav-bluebeacon #nav-search .nav-search-scope:focus, #navbar.nav-bluebeacon #nav-search .nav-search-scope:hover {
    background-color: #dadada;
    border-bottom-color: #dadada;
    border-left-color: #dadada;
    border-top-color: #dadada;
}
#navbar.nav-bluebeacon #nav-search .nav-searchbar.nav-active .nav-search-field, #navbar.nav-bluebeacon #nav-search .nav-searchbar.nav-active .nav-search-scope, #navbar.nav-bluebeacon #nav-search .nav-searchbar.nav-focus .nav-search-field, #navbar.nav-bluebeacon #nav-search .nav-searchbar.nav-focus .nav-search-scope {
    border-bottom: 1px solid #febd69;
    border-top: 1px solid #febd69;
}
#navbar.nav-bluebeacon #nav-search .nav-searchbar.nav-active .nav-search-scope, #navbar.nav-bluebeacon #nav-search .nav-searchbar.nav-focus .nav-search-scope {
    border-left: 1px solid #febd69;
}
#navbar.nav-bluebeacon #nav-search .nav-search-field {
    border: medium none;
}
#navbar.nav-bluebeacon #nav-search .nav-search-submit {
    background-color: #febd69;
    background-image: none;
    border: medium none;
    width: 45px;
}
#navbar.nav-bluebeacon #nav-search .nav-search-submit:focus, #navbar.nav-bluebeacon #nav-search .nav-search-submit:hover {
    background-color: #f3a847;
}
#navbar.nav-bluebeacon #nav-search #nav-search-submit-text.nav-sprite {
    background-position: -10px -290px;
    height: 21px;
    width: 21px;
}
#navbar.nav-bluebeacon .nav-icon.nav-arrow {
    border-top-color: #a7acb2;
}
#navbar.nav-bluebeacon .nav-logo-tagline {
    color: #48a3c6;
}
#navbar.nav-bluebeacon .nav-logo-tagline:focus, #navbar.nav-bluebeacon .nav-logo-tagline:hover {
    color: #fff;
}
#navbar.nav-bluebeacon #nav-shop .nav-a:focus, #navbar.nav-bluebeacon #nav-shop .nav-a:hover, #navbar.nav-bluebeacon #nav-tools .nav-a:focus, #navbar.nav-bluebeacon #nav-tools .nav-a:hover, #navbar.nav-bluebeacon .nav-tools .nav-a:focus, #navbar.nav-bluebeacon .nav-tools .nav-a:hover {
    border-color: #4f5965;
}
#navbar.nav-bluebeacon #nav-pldn-msg {
    color: #f79b00;
}
#navbar.nav-bluebeacon #nav-pldn-org-name {
    color: #fff;
}
#navbar.nav-bluebeacon #nav-flyout-ewc .nav-flyout-head {
    background-color: #232f3e;
    background-image: none;
}
#navbar.nav-bluebeacon .nav-cobrand {
    right: 12px;
    width: 36px;
}
.nav-xshop-small #navbar.nav-bluebeacon .nav-cobrand {
    top: 10px;
}
.nav-xshop-small #navbar.nav-bluebeacon .nav-cobrand .nav-cobrand-divider {
    margin-top: 5px;
}
#navbar.nav-bluebeacon .nav-cobrand .nav-cobrand-divider {
    border-left-color: #3a4553;
}
.nav-cobranded #navbar.nav-bluebeacon #nav-xshop-container {
    margin-left: 0;
}
#navbar.nav-bluebeacon #nav-supra.nav-supra-points .nav-a, #navbar.nav-bluebeacon #nav-supra.nav-supra-points .nav-a:hover, #navbar.nav-bluebeacon #nav-supra.nav-supra-points .nav-span {
    color: #ccc;
}
#navbar.nav-bluebeacon #nav-supra.nav-supra-points .nav-b {
    color: #f90;
}
#navbar.nav-search-swap #nav-search {
    margin-top: 0;
    padding-right: 25px;
    padding-top: 11px;
}
* html #navbar.nav-search-swap #nav-search {
    position: absolute;
}
#navbar.nav-search-swap #nav-search .nav-searchbar {
    margin-bottom: 0;
}
#navbar.nav-search-swap #nav-search .nav-searchbar .nav-fill {
    overflow: hidden;
}
#navbar.nav-search-swap #nav-search.nav-fixed {
    height: 55px;
    padding: 10px 25px;
    position: fixed;
    top: 0;
}
#navbar.nav-search-swap #nav-belt .nav-fill {
    overflow: visible;
}
#navbar.nav-search-swap #nav-logo-borderfade .nav-fade {
    left: 10px;
}
#navbar.nav-search-swap #nav-logo-borderfade .nav-fade-mask {
    width: 10px;
}
* html #navbar.nav-search-swap #nav-logo-borderfade {
    display: none;
}
#navbar.nav-search-swap #nav-xshop-container.nav-fixed {
    display: none;
}
#navbar.nav-search-swap #nav-xshop {
    height: 37px;
    margin-top: 32px;
    overflow: hidden;
}
#navbar.nav-search-swap #nav-logo {
    padding: 13px 19px 0 27px;
    width: 192px;
}
#navbar.nav-search-swap #nav-logo .nav-logo-tagline {
    left: 93px;
    top: 31px;
}
#navbar.nav-search-swap #nav-logo.nav-paladin {
    width: 194px;
}
#navbar.nav-search-swap #nav-logo.nav-paladin .nav-logo-tagline {
    left: 79px;
    top: 30px;
}
#navbar.nav-search-swap #nav-shop {
    margin-top: 2px;
    padding: 6px 27px 0 15px;
    width: 192px;
}
#navbar.nav-search-swap #nav-shop .nav-a {
    height: 44px;
    line-height: 44px;
}
#navbar.nav-search-swap #nav-tools {
    margin-top: 2px;
    padding-top: 6px;
}
#navbar.nav-search-swap #nav-tools .nav-a {
    height: 44px;
    line-height: 44px;
}
#navbar.nav-search-swap #nav-logo-borderfade .nav-fade-mask {
    width: 39px;
}
#navbar.nav-search-swap #nav-xshop .nav-a {
    font-size: 13px;
}
#navbar.nav-search-swap #nav-supra {
    bottom: 42px;
}
#navbar.nav-search-swap .nav-supra-content #nav-xshop .nav-a {
    font-size: 12px;
}
#navbar.nav-search-swap #nav-logo .nav-cobrand {
    margin-right: 10px;
    top: 14px;
}
#navbar.nav-search-swap #nav-flyout-cart, #navbar.nav-search-swap #nav-flyout-prime, #navbar.nav-search-swap #nav-flyout-shopAll, #navbar.nav-search-swap #nav-flyout-wishlist, #navbar.nav-search-swap #nav-flyout-yourAccount {
    margin-top: -2px;
}
.nav-cobranded #navbar.nav-bluebeacon.nav-search-swap #nav-logo {
    padding: 13px 57px 0 13px;
}
.nav-cobranded #navbar.nav-bluebeacon.nav-search-swap #nav-logo .nav-cobrand {
    top: 18px;
}
.nav-cobranded #navbar.nav-bluebeacon.nav-search-swap #nav-logo .nav-cobrand .nav-cobrand-divider {
    margin-top: 1px;
}
.nav-cobranded #navbar.nav-bluebeacon.nav-search-swap #nav-xshop-container {
    margin-left: 39px;
}
.nav-cobranded #navbar.nav-bluebeacon.nav-search-swap #nav-shop {
    padding-left: 2px;
}
#navbar.nav-pinned #nav-logo {
    height: 55px;
    left: 55px;
    padding: 10px 0 10px 15px;
    position: fixed;
    top: 0;
    width: 145px;
}
#navbar.nav-pinned #nav-logo .nav-logo-link {
    margin-top: 3px;
    padding: 0 5px;
}
#navbar.nav-pinned #nav-logo .nav-logo-tagline {
    left: 87px;
    top: 31px;
}
#navbar.nav-pinned #nav-logo.nav-paladin {
    width: 155px;
}
#navbar.nav-pinned #nav-logo.nav-paladin .nav-logo-link {
    margin-top: 6px;
}
#navbar.nav-pinned.nav-search-swap #nav-search {
    height: 55px;
    left: 200px;
    padding: 10px 25px;
    position: fixed;
    right: 252px;
    top: 0;
}
#navbar.nav-pinned.nav-search-swap.nav-pldn #nav-search {
    left: 210px;
}
#navbar.nav-pinned #nav-shop {
    width: 200px;
}
#navbar.nav-pinned.nav-pldn #nav-shop {
    width: 210px;
}
#navbar.nav-pinned #nav-flyout-anchor #nav-flyout-shopAll .nav-arrow {
    margin-left: -13px;
}
#navbar.nav-pinned #nav-flyout-anchor #nav-flyout-primeTooltip {
    top: 0 !important;
}
#navbar.nav-pinned #nav-main {
    height: 55px;
    left: 0;
    position: fixed;
    top: 0;
}
#navbar.nav-pinned #nav-main #nav-logo-borderfade {
    display: none;
}
#navbar.nav-pinned #nav-main .nav-fill, #navbar.nav-pinned #nav-main .nav-left, #navbar.nav-pinned #nav-main .nav-right {
    height: 55px;
}
#navbar.nav-pinned #nav-main .nav-right {
    right: 5px;
}
#navbar.nav-pinned #nav-main .nav-fill #nav-xshop-container {
    display: none;
}
#navbar.nav-pinned #nav-main #nav-shop, #navbar.nav-pinned #nav-main #nav-tools {
    margin-top: 0;
}
#navbar.nav-pinned #nav-main #nav-shop .nav-a, #navbar.nav-pinned #nav-main #nav-tools .nav-a {
    height: 55px;
    line-height: 55px;
    padding: 10px 0;
}
#navbar.nav-pinned #nav-main #nav-shop .nav-a:focus, #navbar.nav-pinned #nav-main #nav-shop .nav-a:hover, #navbar.nav-pinned #nav-main #nav-tools .nav-a:focus, #navbar.nav-pinned #nav-main #nav-tools .nav-a:hover {
    background-color: #19222d;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 55px;
    line-height: 55px;
}
#navbar.nav-pinned #nav-main #nav-shop .nav-a-2, #navbar.nav-pinned #nav-main #nav-tools .nav-a-2 {
    margin: 0;
    top: -5px;
}
#navbar.nav-pinned #nav-main #nav-shop {
    padding: 0;
}
#navbar.nav-pinned #nav-main #nav-shop .nav-a .nav-line-1, #navbar.nav-pinned #nav-main #nav-shop .nav-a .nav-line-2 {
    display: none;
    padding: 0;
}
#navbar.nav-pinned #nav-main #nav-shop .nav-a #nav-sbd-pinned {
    width: 55px;
}
#navbar.nav-pinned #nav-main #nav-shop .nav-a #nav-sbd-pinned .nav-line1, #navbar.nav-pinned #nav-main #nav-shop .nav-a #nav-sbd-pinned .nav-line2, #navbar.nav-pinned #nav-main #nav-shop .nav-a #nav-sbd-pinned .nav-line3 {
    background: #ccc none repeat scroll 0 0;
    border-radius: 1px;
    height: 3px;
    left: 16px;
    padding: 0;
    position: absolute;
    right: 16px;
    width: 23px;
}
#navbar.nav-pinned #nav-main #nav-shop .nav-a #nav-sbd-pinned .nav-line1 {
    top: 18px;
}
#navbar.nav-pinned #nav-main #nav-shop .nav-a #nav-sbd-pinned .nav-line2 {
    top: 26px;
}
#navbar.nav-pinned #nav-main #nav-shop .nav-a #nav-sbd-pinned .nav-line3 {
    top: 34px;
}
#navbar.nav-pinned #nav-main .nav-fill #nav-search-label {
    display: none;
}
#navbar.nav-pinned #nav-main .nav-fill #nav-search {
    height: 55px;
    margin: 0;
    padding: 10px 25px;
}
#navbar.nav-pinned #nav-main .nav-fill #nav-search .nav-fill, #navbar.nav-pinned #nav-main .nav-fill #nav-search .nav-left, #navbar.nav-pinned #nav-main .nav-fill #nav-search .nav-right {
    height: 35px;
}
#navbar.nav-pinned #nav-main #nav-tools {
    padding: 0;
}
#navbar.nav-pinned #nav-main #nav-tools .nav-a {
    padding: 10px 12px;
}
#navbar.nav-pinned #nav-main #nav-tools .nav-line-3 {
    margin-top: 3px;
    padding-bottom: 0;
}
#navbar.nav-pinned #nav-main #nav-tools .nav-line-4 {
    margin-top: 3px;
}
#navbar.nav-pinned #nav-main #nav-tools .nav-truncate .nav-line-3 {
    padding: 0 10px 0 11px;
    top: 9px;
}
#navbar.nav-pinned #nav-main #nav-tools .nav-truncate .nav-line-4 {
    margin-top: 18px;
    padding: 0 11px 5px 0;
}
#navbar.nav-pinned #nav-main #nav-tools .nav-divider {
    border-right: 1px solid #3a4553;
    height: 35px;
    line-height: 35px;
    margin: 10px 0;
    overflow: hidden;
    position: absolute;
    right: 131px;
    top: -5px;
    width: 1px;
}
#navbar.nav-pinned #nav-main #nav-tools #nav-link-prime, #navbar.nav-pinned #nav-main #nav-tools #nav-link-wishlist {
    display: none;
}
#navbar.nav-pinned #nav-main #nav-tools #nav-cart {
    left: 5px;
    padding: 10px 25px;
}
#navbar.nav-pinned #nav-main #nav-tools #nav-cart #nav-cart-count {
    top: 1px;
}
#navbar.nav-pinned #nav-main #nav-tools #nav-cart .nav-icon.nav-arrow {
    display: none;
}
#navbar.nav-pinned #nav-main #nav-tools #nav-cart .nav-line-1 {
    height: 9px;
    margin-top: 0;
}
#navbar.nav-pinned #nav-main #nav-tools #nav-cart .nav-line-2 {
    margin-left: 45px;
    padding-bottom: 0;
}
#navbar.nav-pinned #nav-main #nav-tools #nav-cart .nav-cart-icon {
    left: 25px;
    top: 14px;
}
#navbar.nav-pinned #nav-main #nav-tools #nav-cart #nav-cart-count {
    left: 38px;
    top: 11px;
}
#navbar.nav-pinned #nav-main #nav-tools #nav-link-yourAccount .nav-line-1, #navbar.nav-pinned #nav-main #nav-tools #nav-link-yourAccount .nav-line-2 {
    display: none;
}
#navbar.nav-pinned #nav-main #nav-tools #nav-link-yourAccount .nav-line-3, #navbar.nav-pinned #nav-main #nav-tools #nav-link-yourAccount .nav-line-4 {
    display: block;
    font-family: arial;
}
#navbar.nav-pinned #nav-main #nav-tools #nav-link-yourAccount .nav-line-3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
}
#navbar.nav-pinned #nav-main #nav-tools #nav-link-yourAccount .nav-line-4 {
    color: #9aa0a9;
    font-size: 12px;
    line-height: 12px;
}
#nav-subnav.spacious {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 1px #ddd;
    display: flex;
    height: 50px;
    justify-content: space-between;
}
#nav-subnav.spacious .nav-a {
    display: inline-block;
    flex: 1 0 auto;
    float: none;
    height: 48px;
    line-height: 50px;
    padding: 0 13px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
#nav-subnav.spacious .nav-a:first-child, #nav-subnav.spacious .nav-a:last-child {
    flex: 0 0 auto;
}
#nav-subnav.spacious .nav-a.nav-active, #nav-subnav.spacious .nav-a:hover {
    border-bottom: 0 none;
}
#nav-subnav.spacious .nav-a.nav-active .nav-a-content, #nav-subnav.spacious .nav-a:hover .nav-a-content {
    border-bottom: 2px solid #f90;
    color: #333;
}
#nav-subnav.spacious .nav-a.nav-active.nav-hasImage .nav-a-content, #nav-subnav.spacious .nav-a.nav-hasImage:hover .nav-a-content {
    border-bottom: medium none;
}
#nav-subnav.spacious .nav-hasArrow .nav-arrow {
    left: 0;
    margin: 0 auto;
    right: 0;
    visibility: hidden;
}
#nav-subnav.spacious .nav-categ-image {
    height: 50px;
}
#navbar.nav-pinata #nav-link-shopall .nav-icon.nav-arrow {
    border-top-color: #73a62d;
}
#navbar.nav-pinata #nav-link-yourAccount .nav-icon.nav-arrow {
    border-top-color: #f49800;
}
#navbar.nav-pinata #nav-link-prime .nav-icon.nav-arrow {
    border-top-color: #dd408e;
}
#navbar.nav-pinata #nav-link-wishlist .nav-icon.nav-arrow {
    border-top-color: #ea5b0c;
}
#navbar.nav-pinata #nav-cart .nav-icon.nav-arrow {
    border-top-color: #4aa3c9;
}
#navbar.nav-pinata #nav-belt, #navbar.nav-pinata #nav-main {
    background-color: transparent;
}
#navbar.nav-pinned-pinata {
    margin: 40px auto 0 !important;
    max-width: 1000px;
}
html.a-js #navbar.nav-pinned-pinata, html.a-no-js #navbar.nav-pinned-pinata {
    margin: 40px auto 0 !important;
}
#navbar.nav-pinned-pinata.nav-bluebeacon {
    box-shadow: 0 2px 3px 0 #232f3e;
}
#navbar.nav-pinned-pinata #nav-logo .nav-logo-base {
    text-indent: -9001px;
}
#navbar.nav-pinned-pinata .nav-fill, #navbar.nav-pinned-pinata .nav-left, #navbar.nav-pinned-pinata .nav-right {
    height: 55px;
}
#navbar.nav-pinned-pinata .nav-right {
    min-width: 0;
    right: 5px;
}
#navbar.nav-pinned-pinata #navFooter {
    opacity: 0.8;
}
#navbar.nav-pinned-pinata #nav-link-prime, #navbar.nav-pinned-pinata #nav-link-wishlist {
    display: none;
}
#navbar.nav-pinned-pinata #nav-flyout-shopAll .nav-arrow {
    margin-left: -12px;
}
#navbar.nav-pinned-pinata #nav-flyout-primeTooltip {
    top: -51px !important;
}
#navbar.nav-pinned-pinata #nav-shop, #navbar.nav-pinned-pinata #nav-tools {
    margin: 0;
    padding: 0;
}
#navbar.nav-pinned-pinata #nav-shop .nav-a, #navbar.nav-pinned-pinata #nav-tools .nav-a {
    height: 55px;
    line-height: 55px;
    padding: 10px 0;
}
#navbar.nav-pinned-pinata #nav-shop .nav-a:focus, #navbar.nav-pinned-pinata #nav-shop .nav-a:hover, #navbar.nav-pinned-pinata #nav-tools .nav-a:focus, #navbar.nav-pinned-pinata #nav-tools .nav-a:hover {
    background-color: #19222d;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 55px;
    line-height: 55px;
}
#navbar.nav-pinned-pinata #nav-shop .nav-a-2, #navbar.nav-pinned-pinata #nav-tools .nav-a-2 {
    margin: 0;
    top: 0;
}
#navbar.nav-pinned-pinata #nav-shop {
    margin-top: 0;
    padding: 0;
}
#navbar.nav-pinned-pinata #nav-shop .nav-a {
    top: 0;
    width: 55px;
}
#navbar.nav-pinned-pinata #nav-shop #nav-sbd-pinned .nav-line1, #navbar.nav-pinned-pinata #nav-shop #nav-sbd-pinned .nav-line2, #navbar.nav-pinned-pinata #nav-shop #nav-sbd-pinned .nav-line3 {
    background: #ccc none repeat scroll 0 0;
    border-radius: 1px;
    height: 3px;
    left: 16px;
    padding: 0;
    position: absolute;
    right: 16px;
    width: 23px;
}
#navbar.nav-pinned-pinata #nav-shop #nav-sbd-pinned .nav-line1 {
    top: 18px;
}
#navbar.nav-pinned-pinata #nav-shop #nav-sbd-pinned .nav-line2 {
    top: 26px;
}
#navbar.nav-pinned-pinata #nav-shop #nav-sbd-pinned .nav-line3 {
    top: 34px;
}
#navbar.nav-pinned-pinata #nav-tools .nav-a {
    padding: 10px 12px;
}
#navbar.nav-pinned-pinata #nav-tools .nav-line-3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    margin-top: 0;
    padding: 2px 11px 0 8px;
    top: 12px;
}
#navbar.nav-pinned-pinata #nav-tools .nav-line-4 {
    color: #9aa0a9;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 30px 5px 8px;
}
#navbar.nav-pinned-pinata #nav-tools .nav-truncate .nav-line-3 {
    padding: 0 7px 0 20px;
}
#navbar.nav-pinned-pinata #nav-tools .nav-truncate .nav-line-4 {
    padding: 20px 35px 5px 8px;
}
#navbar.nav-pinned-pinata #nav-tools .nav-divider {
    border-right: 1px solid #3a4553;
    height: 35px;
    left: 132px;
    line-height: 35px;
    margin: 10px 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
#navbar.nav-pinned-pinata #nav-link-yourAccount {
    width: 130px;
}
#navbar.nav-pinned-pinata #nav-link-yourAccount .nav-line-1, #navbar.nav-pinned-pinata #nav-link-yourAccount .nav-line-2 {
    display: none;
}
#navbar.nav-pinned-pinata #nav-link-yourAccount .nav-line-3, #navbar.nav-pinned-pinata #nav-link-yourAccount .nav-line-4 {
    display: block;
    font-family: arial;
}
#navbar.nav-pinned-pinata #nav-cart {
    left: 5px;
    padding: 10px 25px;
}
#navbar.nav-pinned-pinata #nav-cart #nav-cart-count {
    left: 33px;
    top: 10px;
}
#navbar.nav-pinned-pinata #nav-cart .nav-cart-icon {
    left: 20px;
    top: 15px;
}
#navbar.nav-pinned-pinata #nav-cart .nav-line-1 {
    margin: 3px 0 8px 55px;
}
#navbar.nav-pinned-pinata #nav-cart .nav-line-2 {
    margin: -10px 0 0 55px;
    padding-bottom: 0;
}
#navbar.nav-pinned-pinata #nav-cart .nav-icon.nav-arrow {
    display: none !important;
}
#navbar.nav-pinned-pinata #nav-logo {
    height: 55px;
    padding: 10px 0 10px 15px;
    top: 0;
    width: 160px;
}
#navbar.nav-pinned-pinata #nav-logo .nav-logo-link {
    margin-top: 3px;
    padding: 0 5px;
}
#navbar.nav-pinned-pinata #nav-logo .nav-logo-tagline {
    left: 87px;
    top: 31px;
}
#navbar.nav-pinned-pinata #nav-logo.nav-paladin {
    width: 155px;
}
#navbar.nav-pinned-pinata #nav-logo.nav-paladin .nav-logo-link {
    margin-top: 6px;
}
#navbar.nav-pinned-pinata #nav-search {
    height: 55px;
    padding: 10px 25px;
    top: 0;
}
#navbar.nav-pinned-pinata #nav-search .nav-fill, #navbar.nav-pinned-pinata #nav-search .nav-left, #navbar.nav-pinned-pinata #nav-search .nav-right {
    height: 35px;
}
#navbar.nav-pinned-pinata #nav-search .nav-right {
    right: 0;
}
.demo select { 
	-webkit-appearance: none;  
	-moz-appearance: none; 
        background: #fff url("/media/arrow-down.gif") no-repeat scroll 90% center;
        border: 1px solid #ccc;
        box-shadow: none;
        color: #7b7b7b;
        font-size: 13px;
        margin-bottom: 20px;
        margin-left: 5px;
        padding: 5px;
        text-indent: 0.01px;
        text-overflow: "";
        width: 23.8%;
        border-radius: none;
        -webkit-border-radius: 0;
        
}