


 .search-area {
  border: 3px solid #c6c6c6;
  border-radius: 7px;
  margin: 2px 0 0 5px;
  width:100%;
}
 .search-area .categories-filter {
  line-height: 44px;
  padding-left: 7px;
  display: inline-block;
  border-left: 1px solid #e0e0e0;
}
 .search-area .categories-filter .dropdown-menu {
/*width: 156%;*/
  left: -8px;
}
 .search-area .categories-filter .dropdown-toggle {
  color: #3d3d3d;
  padding: 0 14px 0 2px;
}
 .search-area .categories-filter .dropdown-toggle:after {
  content: "\f107";
  font-family: fontawesome;
  color: #e0e0e0;
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  vertical-align: sub;
  margin: 0 0 0 8px;
}
 .search-area .search-field,
 .search-area .search-button,
 .search-area .categories-filter {
  display: inline-block;
}
 .search-area .search-field {
  border-radius: 5px 0 0 5px;
  border: none;
  width: 80%;
  padding: 5px;
}
 .search-area .search-button {
  float: right;
  display: inline-block;
  text-align: center;
  padding: 8px 8px;
  margin: -3px -3px 0 0;
  border-radius: 0 5px 5px 0;
 width:20%
}

.search-button {
  background-color: #939393;
}
 .search-area .search-button:hover {
  background-color: #CCCACA;
}
 .search-area .search-button:after {
  content: "\f002";
  font-family: fontawesome;
  font-size:20px;
  line-height: 20px;
  vertical-align: sub;
  color: #fff;
}

	.live-search {
		background-color:#FFF;
		position: absolute;
		left: 0;
		top: 50px; 
		z-index: 99999;

		width: 100%;
		height: 300px;
		overflow: auto;
		transition: all .1s ease-out;

		border: 1px solid #FFF;
		box-shadow: 2px 2px 8px #333333;
		}

   .live-search h2 {
			font-weight: bold;
			padding: 10px 10px 5px;
		}
		
	.live-search ul{
			margin: 0;
			list-style: none;
	}
		
	  .live-search ul li{
			margin: 0;
			list-style: none;
		}
	
	.live-search ul li a { display: block;
					padding: 5px 10px;
					color: inherit;
					text-decoration: none;
	}
	
	.live-search ul li img {
						width: 40px;
						height: 40px;
						margin-right: 10px;
						vertical-align: middle;
					}


	div.live-search:empty {
		height: 0;
		box-shadow: none;
	}

