
.searchNav {
  position: relative;
  z-index: 2;
  font-family: "arial", "sans-serif";
  font-size: 12px;
  line-height: 1em;
  margin: 0 -8px;
  display: block;
  zoom: 1;
  min-width: 350px;
  height: 15px;
}
.searchNav .searchNavInner {
  position: relative;
  display: block;
  white-space: nowrap;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  height: 33px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border-radius: 0 \9;
  *border-radius: 0;
  border: 1px solid #d8d8d8;
  border-top-color: #BDBDBD;
  background: white
}
.searchNav .searchNavInner:hover {
  border-color: #bdbdbd
}
.searchNav #selectContainer {
  float: left;
  display: inline-block;
  position: relative;
  height: 33px;
  width: auto;
  overflow: hidden;
  border-right: 1px solid #d8d8d8;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-radius: 0 \9;
  *border-radius: 0;
  background: url(/images/search-content-bg.png) repeat-x left bottom;
}
.searchNav #selectContainer:hover {
  background: #ededed;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F6F6', endColorstr='#FFE4E4E4', GradientType=0);
  *zoom: 1;
  background: linear-gradient(to bottom, #f6f6f6, #e4e4e4);
  background: -moz-linear-gradient(top, #f6f6f6, #e4e4e4);
  background: -webkit-linear-gradient(top, #f6f6f6, #e4e4e4);
  background: -o-linear-gradient(top, #f6f6f6, #e4e4e4);
  background: -ms-linear-gradient(top, #f6f6f6, #e4e4e4);
  border-top-color: #666
}
.searchNav #selectContainer.isActive {
  background: #EEE;
  border-top-color: #666;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2)
}
.searchNav #searchValue {
  color: #777;
  font-size: 12px;
  white-space: nowrap;
  font-family: "arial", "sans-serif";
  text-indent: 1px;
  height: 33px;
  margin: 0 21px 0 9px;
  line-height: 34px;
  text-overflow: ellipsis;
  display: inline-block
}
.searchNav #selectContainer .arrowDown {
  border-style: solid;
  _border-style: dashed;
  border-width: 4px;
  border-color: transparent;
  border-top: 4px solid #a0a0a0;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 8px;
  top: 14px;
  background: none
}
#searchCategory {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  font-family: "arial", "sans-serif";
  position: absolute;
  margin: 0;
  padding: 0;
  outline: none;
  width: 190px;
  left: 0;
  top: 2px;
  height: 29px;
  cursor: pointer;
  width: auto;
}
.searchNav .mainSearchContainer {
  padding: 0 44px 0 0;
  width: auto;
  overflow: hidden
}
.searchNav #mainSearchInner {
  padding: 0 0 0 8px;
  height: 33px;
  white-space: normal
}
.searchNav #mainSearch {
  margin: 6px 0 0 0;
  padding: 0;
  width: 100%;
  height: 23px;
  border: none;
  font-family: "arial", "sans-serif";
  font-size: 15px;
  background: transparent;
  color: #333;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
}
.searchNav #mainSearchFull {
  margin: 6px 0 0 0;
  padding: 0;
  width: 100%;
  height: 23px;
  border: none;
  font-family: "arial", "sans-serif";
  font-size: 15px;
  background: transparent;
  color: #333;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none
}
@-moz-document url-prefix() {
  .searchNav .searchBtn input {
    padding: 0 0 2px 0
  }
}
.searchNav .searchBtn {
  z-index: 2;
  border: 0 solid;
  border-color: #485059 #2c3137 #363c43 #485059;
  *border: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-radius: 0 \9;
  *border-radius: 0;
  background: #f02e2e;
  display: block;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 42px;
  height: 35px;
  top: -1px;
  right: -1px
}
.searchNav .searchBtn input {
  z-index: 2;
  width: 42px;
  height: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
  color: white;
  line-height: 15px;
  font-size: 13px;
  font-family: "arial", "sans-serif";
  vertical-align: middle;
  text-align: center
}
.searchNav .searchBtn:hover {
  background: #4f555c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF666B72', endColorstr='#FF393F47', GradientType=0);
  *zoom: 1;
  background: linear-gradient(to bottom, #666b72, #393f47);
  background: -moz-linear-gradient(top, #666b72, #393f47);
  background: -webkit-linear-gradient(top, #666b72, #393f47);
  background: -o-linear-gradient(top, #666b72, #393f47);
  background: -ms-linear-gradient(top, #666b72, #393f47)
}
.searchNav .searchBtn:active {
  background: #444C55;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2)
}
@media screen and (max-width: 890px) {
  #mainSearch {
    margin-top: 5px !important;
  }
}