.topmenu {
  margin-bottom: 0;
}

.searchBtn {
  border: 0px;
  margin-bottom: -5px
}

.top-search-block {
  padding-bottom: 2px;
  border-bottom: 1px solid #F5F5F6;
  margin-bottom: 10px
}

.top-search-container {
  padding: 5px;
  background: #F5F5F6;
  position: relative;
}

.top-search-string {
  width: 360px;
  height: 18px;
  border: 1px solid #ccc;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  padding: 1px 3px 1px 25px;
  margin-right: 4px;
  background: #fff url(icon_search2.png) no-repeat 5px 3px;
  vertical-align: middle;
  margin-right: 0px;
}

.top-search-container.active .top-search-string {
  background: #fff url(loader2.gif) no-repeat 5px 3px;
}

.quick-search-block {
  position: absolute;
  border: 1px solid #bbb;
  top: 30px;
  left: 5px;
  background: #fff;
  width: 485px;
  text-align: left;
  z-index: 9999;
  padding-bottom: 25px;
}

.quick-search-results {
  width: 100%;
}

.quick-search-results td {
  vertical-align: middle;
  padding: 3px 5px;
  border-bottom: 1px dotted #ccc;
}

.qsr-name {
  width: 100%;
}

.qsb-more {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  background: #F5F5F6;
  padding: 5px 0;
}

.qsb-more a {
  color: #444;
  margin-left: 5px;
  line-height: 15px;
}

.qsb-more span {
  color: #444;
  margin-left: 5px;
  line-height: 15px;
}

.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

.found-text {
  background: #ffff00;
}

