.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#fff,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
  background-image: -webkit-linear-gradient(top,#fff,#fff);
  background-image: -o-linear-gradient(top,#fff,#fff);
  background-image: linear-gradient(to bottom,#fff,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border-color: #fff #fff #d9d9d9;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #d5d5d5;
  *border: 0;
  border-bottom-color: #bcbcbc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #fff;
  *background-color: #f2f2f2;
}
.btn:active,
.btn.active {
  background-color: #e6e6e6 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.05px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#fff,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
  background-image: -webkit-linear-gradient(top,#fff,#fff);
  background-image: -o-linear-gradient(top,#fff,#fff);
  background-image: linear-gradient(to bottom,#fff,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border-color: #fff #fff #d9d9d9;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #fff;
  *background-color: #f2f2f2;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #e6e6e6 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #414141;
  background-image: -moz-linear-gradient(top,#555,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));
  background-image: -webkit-linear-gradient(top,#555,#222);
  background-image: -o-linear-gradient(top,#555,#222);
  background-image: linear-gradient(to bottom,#555,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #FF7D00;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #5f6064;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background-color: #FF7D00;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #FF7D00;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #FF7D00;
  border-bottom-color: #FF7D00;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #5f6064;
  border-bottom-color: #5f6064;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.intelligentsearch_diff {
  font-weight: bold;
  color: red !important;
}
.xtx-search-container-suggestions ul,
.xtx-search-container-results ul {
  margin: 0;
  padding: 0;
}
.xtx-search-container-suggestions ul li,
.xtx-search-container-results ul li {
  list-style-type: none;
  text-indent: 0;
}
.xtx-search-container-suggestions ul li:before,
.xtx-search-container-results ul li:before {
  content: "";
  margin-right: 0;
}
.xtx-search-container-suggestions .inputField,
.xtx-search-container-results .inputField {
  box-sizing: border-box;
  height: 38px;
  margin: 0;
  padding: 4px 17px;
  font-size: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.xtx-search-container-suggestions .submitButton,
.xtx-search-container-results .submitButton {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#fff,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
  background-image: -webkit-linear-gradient(top,#fff,#fff);
  background-image: -o-linear-gradient(top,#fff,#fff);
  background-image: linear-gradient(to bottom,#fff,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border-color: #fff #fff #d9d9d9;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #d5d5d5;
  *border: 0;
  border-bottom-color: #bcbcbc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#fff,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
  background-image: -webkit-linear-gradient(top,#fff,#fff);
  background-image: -o-linear-gradient(top,#fff,#fff);
  background-image: linear-gradient(to bottom,#fff,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border-color: #fff #fff #d9d9d9;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #fff;
  position: absolute;
  font-size: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.xtx-search-container-suggestions .submitButton:hover,
.xtx-search-container-suggestions .submitButton:active,
.xtx-search-container-suggestions .submitButton.active,
.xtx-search-container-suggestions .submitButton.disabled,
.xtx-search-container-suggestions .submitButton[disabled],
.xtx-search-container-results .submitButton:hover,
.xtx-search-container-results .submitButton:active,
.xtx-search-container-results .submitButton.active,
.xtx-search-container-results .submitButton.disabled,
.xtx-search-container-results .submitButton[disabled] {
  color: #333;
  background-color: #fff;
  *background-color: #f2f2f2;
}
.xtx-search-container-suggestions .submitButton:active,
.xtx-search-container-suggestions .submitButton.active,
.xtx-search-container-results .submitButton:active,
.xtx-search-container-results .submitButton.active {
  background-color: #e6e6e6 \9;
}
.xtx-search-container-suggestions .submitButton:first-child,
.xtx-search-container-results .submitButton:first-child {
  *margin-left: 0;
}
.xtx-search-container-suggestions .submitButton:hover,
.xtx-search-container-results .submitButton:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.xtx-search-container-suggestions .submitButton:focus,
.xtx-search-container-results .submitButton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.xtx-search-container-suggestions .submitButton.active,
.xtx-search-container-suggestions .submitButton:active,
.xtx-search-container-results .submitButton.active,
.xtx-search-container-results .submitButton:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.xtx-search-container-suggestions .submitButton.disabled,
.xtx-search-container-suggestions .submitButton[disabled],
.xtx-search-container-results .submitButton.disabled,
.xtx-search-container-results .submitButton[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.xtx-search-container-suggestions .submitButton:hover,
.xtx-search-container-suggestions .submitButton:active,
.xtx-search-container-suggestions .submitButton.active,
.xtx-search-container-suggestions .submitButton.disabled,
.xtx-search-container-suggestions .submitButton[disabled],
.xtx-search-container-results .submitButton:hover,
.xtx-search-container-results .submitButton:active,
.xtx-search-container-results .submitButton.active,
.xtx-search-container-results .submitButton.disabled,
.xtx-search-container-results .submitButton[disabled] {
  color: #fff;
  background-color: #fff;
  *background-color: #f2f2f2;
}
.xtx-search-container-suggestions .submitButton:active,
.xtx-search-container-suggestions .submitButton.active,
.xtx-search-container-results .submitButton:active,
.xtx-search-container-results .submitButton.active {
  background-color: #e6e6e6 \9;
}
.xtx-search-container-suggestions .submitButton:hover,
.xtx-search-container-results .submitButton:hover {
  background-image: url('/res/pics/icons/header_search_button_hover_retina.png');
  background-position: 0 0;
  background-size: 40px 38px;
}
.xtx-search-container-suggestions .xtx-search-response,
.xtx-search-container-suggestions .xtx-search-message,
.xtx-search-container-results div:not(.resultsContainer) .xtx-search-response,
.xtx-search-container-results div:not(.resultsContainer) .xtx-search-message {
  position: relative;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 1000;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-autocomplete,
.xtx-search-container-results div:not(.resultsContainer) .xtx-search-response .xtx-search-autocomplete {
  padding: 5px 0;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-autocomplete .xtx-search-hit,
.xtx-search-container-results div:not(.resultsContainer) .xtx-search-response .xtx-search-autocomplete .xtx-search-hit {
  padding: 5px 17px;
  font-size: 14px;
  cursor: default;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-autocomplete .xtx-search-hit.xtx-search-selected,
.xtx-search-container-results div:not(.resultsContainer) .xtx-search-response .xtx-search-autocomplete .xtx-search-hit.xtx-search-selected {
  color: #FF7D00;
}
.xtx-search-container-suggestions {
  position: relative;
  margin: 15px 50px 0 0;
}
.xtx-search-container-suggestions .inputField {
  width: 96%;
}
.xtx-search-container-suggestions .submitButton {
  top: 0;
  left: 96%;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-wrapper {
  display: table;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-wrapper .xtx-search-hits {
  display: table-cell;
  width: 49.25%;
  border-left: 1px solid #E5E5E5;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-wrapper .xtx-search-hits:first-child {
  border-left: none;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-wrapper .xtx-search-hits:last-child {
  border-right: none;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-spacer {
  display: table-cell;
  width: 1.5%;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-bottom: none;
  border-left: none;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits h3,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .h3 {
  margin: 0;
  padding: 6px 17px;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .h3 a:active,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .h3 a:link,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .h3 a:visited,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .h3 a:hover,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits h3 a:active,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits h3 a:link,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits h3 a:visited,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits h3 a:hover {
  color: #FF7D00;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit {
  padding: 0;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit.xtx-search-selected {
  color: #FF7D00;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit.xtx-search-selected a:hover {
  color: #FF7D00;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit:not(.xtx-search-selected) a:active,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit:not(.xtx-search-selected) a:link,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit:not(.xtx-search-selected) a:visited {
  color: #5F6064;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .col-half {
  width: 49%;
  margin-top: 3px;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .col-half.right {
  text-align: right;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .col-left {
  width: 110px;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .col-right {
  box-sizing: border-box;
  width: 100%;
  margin-left: -110px;
  padding-left: 110px;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .col-table {
  display: table;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .col-left-wideimage {
  display: table-cell;
  width: 130px;
  background-size: 115px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .col-right-wideimage {
  display: table-cell;
  box-sizing: border-box;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 8px 17px;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit a.download-left {
  margin-right: -100px;
  padding-right: 100px;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit a.download-right {
  width: 100px;
  margin-top: 50px;
  padding: 0 17px 0 0;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 4px;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .cart-button {
  margin-left: 5px;
  line-height: 25px;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .content {
  display: inline-block;
  font-size: 12.0003px;
  line-height: 18px;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .property-col {
  width: 33%;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .property-col-double {
  width: 66%;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .download-link {
  color: #FF7D00;
  font-weight: bold;
  white-space: nowrap;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits .xtx-search-hit .download-link img {
  margin-right: 8px;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-more {
  height: 24px;
  padding-top: 3px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #E5E5E5;
}
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-more a:active,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-more a:link,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-more a:visited,
.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-more a:hover {
  color: #FF7D00;
}
.xtx-search-container-suggestions .xtx-search-message .h3,
.xtx-search-container-suggestions .xtx-search-message h3 {
  margin: 0;
  padding: 6px 17px;
  font-weight: bold;
  color: #FF7D00;
  border-bottom: 1px solid #E5E5E5;
}
.xtx-search-container-suggestions .xtx-search-message p {
  padding: 14px;
  padding-left: 17px;
  font-size: 14px;
  line-height: 28px;
}
.xtx-search-container-suggestions .xtx-search-message p a,
.xtx-search-container-suggestions .xtx-search-message p a:active,
.xtx-search-container-suggestions .xtx-search-message p a:link,
.xtx-search-container-suggestions .xtx-search-message p a:visited,
.xtx-search-container-suggestions .xtx-search-message p a:hover {
  color: #FF7D00;
  font-weight: bold;
}
.xtx-search-container-results {
  margin-bottom: 30px;
}
.xtx-search-container-results .xtx-search-nav-tabs {
  margin-bottom: 0;
}
.xtx-search-container-results .xtx-search-nav-tabs a {
  color: #555;
}
.xtx-search-container-results .xtx-search-response {
  border-bottom: 1px solid #E5E5E5;
}
.xtx-search-container-results .xtx-search-response .xtx-search-hits:after {
  content: "";
  display: block;
  height: 1px;
  width: 255px;
  margin: 0 auto -1px auto;
  background: #E5E5E5;
}
.xtx-search-container-results .xtx-search-response .xtx-search-hits .xtx-search-hit {
  border: 1px solid #E5E5E5;
  border-bottom: none;
}
.xtx-search-container-results .xtx-search-response .xtx-search-hits .xtx-search-hit:first-child {
  border-top: none;
}
.xtx-search-container-results .xtx-search-response .xtx-search-hits .xtx-search-hit.xtx-search-selected {
  color: #FF7D00;
}
.xtx-search-container-results .xtx-search-response .xtx-search-hits .xtx-search-hit.xtx-search-selected a:hover {
  color: #FF7D00;
}
.xtx-search-container-results .xtx-search-response .xtx-search-hits .xtx-search-hit a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.xtx-search-container-results .xtx-search-response .xtx-search-hits .xtx-search-hit a.download-left {
  margin-right: -100px;
  padding-right: 100px;
}
.xtx-search-container-results .xtx-search-response .xtx-search-hits .xtx-search-hit a.download-right {
  width: 100px;
  margin-top: 50px;
  padding: 0 17px 0 0;
}
.xtx-search-container-results .xtx-search-response .xtx-search-hits .xtx-search-hit:not(.xtx-search-selected) a:active,
.xtx-search-container-results .xtx-search-response .xtx-search-hits .xtx-search-hit:not(.xtx-search-selected) a:link,
.xtx-search-container-results .xtx-search-response .xtx-search-hits .xtx-search-hit:not(.xtx-search-selected) a:visited {
  color: #5F6064;
}
.xtx-search-container-results .xtx-search-response .title {
  margin-bottom: 7px;
  font-weight: bold;
}
.xtx-search-container-results .xtx-search-response .content {
  padding-left: 0 !important;
}
.xtx-search-container-results .xtx-search-response .col-half {
  width: 49%;
  margin-top: 5px;
}
.xtx-search-container-results .xtx-search-response .col-half.right {
  text-align: right;
}
.xtx-search-container-results .xtx-search-response .product .col-left {
  box-sizing: border-box;
  width: 100%;
  margin-right: -240px;
  padding-right: 240px;
}
.xtx-search-container-results .xtx-search-response .product .col-right {
  width: 240px;
}
.xtx-search-container-results .xtx-search-response .product .cart-button {
  margin-left: 5px;
  line-height: 25px;
}
.xtx-search-container-results .xtx-search-response .product .image {
  margin: -10px 0 -10px 70px;
}
.xtx-search-container-results .xtx-search-response .download .property-col {
  width: 33%;
}
.xtx-search-container-results .xtx-search-response .download .property-col-double {
  width: 66%;
}
.xtx-search-container-results .xtx-search-response .download .download-link {
  color: #FF7D00;
  font-weight: bold;
  white-space: nowrap;
}
.xtx-search-container-results .xtx-search-response .download .download-link img {
  margin-right: 8px;
}
.xtx-search-container-results .xtx-search-response .post .col-table {
  display: table;
  width: 100%;
}
.xtx-search-container-results .xtx-search-response .post .col-left-wideimage {
  display: table-cell;
  width: 260px;
  background-size: 220px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.xtx-search-container-results .xtx-search-response .post .col-right-wideimage {
  display: table-cell;
}
.xtx-search-container-results .xtx-search-response .xtx-search-pagination {
  padding-top: 12px;
  padding-bottom: 8px;
  text-align: center;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
.xtx-search-container-results .xtx-search-response .xtx-search-pagination .xtx-search-pagination-page {
  display: inline;
  padding: 0 5px;
  line-height: 17.0625px;
  border-left: 1px solid #E5E5E5;
}
.xtx-search-container-results .xtx-search-response .xtx-search-pagination .xtx-search-pagination-page:first-child {
  border-left: none;
}
.xtx-search-container-results .xtx-search-response .xtx-search-pagination .xtx-search-pagination-page a,
.xtx-search-container-results .xtx-search-response .xtx-search-pagination .xtx-search-pagination-page a:active,
.xtx-search-container-results .xtx-search-response .xtx-search-pagination .xtx-search-pagination-page a:link,
.xtx-search-container-results .xtx-search-response .xtx-search-pagination .xtx-search-pagination-page a:visited,
.xtx-search-container-results .xtx-search-response .xtx-search-pagination .xtx-search-pagination-page a:hover {
  color: #5F6064;
}
.xtx-search-container-results .xtx-search-message {
  padding: 20px;
}
div[class^="xtx-search-container-"] {
  font-size: 14px;
  line-height: 20px;
}
div[class^="xtx-search-container-"] .inputField {
  margin: 0 !important;
  color: #5F6064;
  background-color: #fff;
  border: 1px solid #e3e4e6;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
div[class^="xtx-search-container-"] .inputField:focus {
  border-color: rgba(255,125,0,0.7);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,125,0,.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,125,0,.4);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,125,0,.4);
}
div[class^="xtx-search-container-"] .submitButton {
  background-image: url('../img/header_search_button_retina.png');
  background-size: 40px 38px;
  width: 40px;
  height: 38px;
  border: 2px solid #FF7D00;
  box-shadow: none;
  padding: 0;
  border-radius: 0 3px 3px 0;
}
div[class^="xtx-search-container-"] .submitButton:hover {
  background-image: url('../img/header_search_button_hover_retina.png');
  background-color: #FF7D00;
}
div[class^="xtx-search-container-"] .xtx-search-response,
div[class^="xtx-search-container-"] .xtx-search-response ul {
  padding: 0;
  list-style: none;
}
div[class^="xtx-search-container-"] .xtx-search-response .xtx-search-autocomplete {
  color: #5F6064;
}
div[class^="xtx-search-container-"] .xtx-search-response .xtx-search-hits .xtx-search-hit .title .cart-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  line-height: 25px;
  background-image: url('../img/header_search_cart_button_retina.png');
  background-size: 20px 20px;
}
div[class^="xtx-search-container-"] .xtx-search-response .xtx-search-hits .xtx-search-hit .title .cart-button.configure {
  background-image: url('../img/header_search_configure_button_retina.png');
}
div.xtx-search-container-suggestions {
  margin-top: 8px;
  margin-right: 0;
}
div.xtx-search-container-suggestions .inputField {
  width: calc(100vw - 750px);
}
div.xtx-search-container-suggestions .submitButton {
  left: calc(100vw - 750px);
}
@media (min-width: 1500px) {
  div.xtx-search-container-suggestions .inputField {
    width: calc(100vw - 880px);
  }
  div.xtx-search-container-suggestions .submitButton {
    left: calc(100vw - 880px);
  }
}
div.xtx-search-container-suggestions .xtx-search-response .h3,
div.xtx-search-container-suggestions .xtx-search-message .h3,
div.xtx-search-container-suggestions .xtx-search-response h3,
div.xtx-search-container-suggestions .xtx-search-message h3 {
  padding: 6px 17px !important;
  font-size: 18.0011px;
  color: #5F6064;
}
div.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-wrapper {
  border-spacing: 0;
}
div.xtx-search-container-results {
  margin-top: 24px;
}
div.xtx-search-container-results .submitButton {
  -webkit-border-radius: 0px 3px 3px 0px !important;
  -moz-border-radius: 0px 3px 3px 0px !important;
  border-radius: 0px 3px 3px 0px !important;
  left: 96%;
}
div.xtx-search-container-results .tabs li a {
  position: relative;
  border-color: #ddd;
  border-bottom-color: transparent;
}
div.xtx-search-container-results .tabs li:not(.active) a:hover {
  border-color: #eee #eee #ddd #eee;
}
div.xtx-search-container-results .xtx-search-response .product .title .cart-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  line-height: 25px;
  background-image: url('../img/header_search_cart_button_retina.png');
  background-size: 20px 20px;
}
div.xtx-search-container-results .xtx-search-response .product .title .cart-button.configure {
  background-image: url('../img/header_search_configure_button_retina.png');
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
body.mw-special-SearchResultsPage h1#firstHeading {
  display: none;
}
@media (min-width: 640px) and (max-width: 1020px) {
  div.xtx-search-container-suggestions {
    margin-right: 0;
  }
  div.xtx-search-container-suggestions .inputField {
    width: calc(100vw - 302px);
    border-radius: 3px;
  }
  div.xtx-search-container-suggestions .submitButton {
    left: calc(100vw - 302px);
    width: 38px;
    height: 36px;
    margin-top: 1px;
    margin-left: -38px;
    background: url('../img/header_search_button_mobile_retina.png') 7px center no-repeat;
    background-size: 19px 19px;
    border: none;
  }
  div.xtx-search-container-suggestions .submitButton:hover {
    background: url('../img/header_search_button_mobile_retina.png') 7px center no-repeat;
    background-size: 19px 19px;
    border: none;
  }
  div.xtx-search-container-results .xtx-search-response .product .col-left {
    margin-right: -170px;
    padding-right: 170px;
  }
  div.xtx-search-container-results .xtx-search-response .product .col-right {
    width: 170px;
  }
  div.xtx-search-container-results .xtx-search-response .product .image {
    margin: -10px 0 -10px 40px;
  }
  div.xtx-search-container-results .xtx-search-response .post .col-left-wideimage {
    width: 190px;
    background-size: 160px auto;
  }
}
@media (max-width: 639px) {
  div.xtx-search-container-suggestions {
    margin-right: 0;
  }
  div.xtx-search-container-suggestions .inputField {
    width: calc(100vw - 302px);
    border-radius: 3px;
  }
  div.xtx-search-container-suggestions .submitButton {
    left: calc(100vw - 302px);
    width: 38px;
    height: 36px;
    margin-top: 1px;
    margin-left: -38px;
    background: url('../img/header_search_button_mobile_retina.png') 7px center no-repeat;
    background-size: 19px 19px;
    border: none;
  }
  div.xtx-search-container-suggestions .submitButton:hover {
    background: transparent url('../img/header_search_button_mobile_retina.png') 7px center no-repeat;
    background-size: 19px 19px;
    border: none;
  }
  div.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-wrapper {
    display: block;
  }
  div.xtx-search-container-suggestions .xtx-search-response .xtx-search-hits-wrapper .xtx-search-hits {
    display: block;
    width: 100%;
    border-left: none;
  }
  div.xtx-search-container-results .xtx-search-response .product .col-left {
    margin-right: -150px;
    padding-right: 150px;
  }
  div.xtx-search-container-results .xtx-search-response .product .col-right {
    width: 150px;
  }
  div.xtx-search-container-results .xtx-search-response .product .image {
    margin: -10px 0 -10px 20px;
  }
  div.xtx-search-container-results .xtx-search-response .post .col-left-wideimage {
    width: 150px;
    background-size: 130px auto;
  }
}
