.jshop_searchajax .inputbox {
  max-width: 100%;
  background-color: #fefefe;
  font-size: 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: .6rem 1rem;
  line-height: 1.5;
}

#search-result{
  background-color: white;    
  color: #555555;
  position: absolute;
  z-index:55;
}
table.searchajax{
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
}
table.searchajax td, table.searchajax tr{
  border:0px;    
}
.itemsearch .itemlink {
padding: 5px;
display: block;
}
.itemsearch img{
  border:0px;
}
.itemsearch a:hover{
  background: none;
  color: #095197;
}
.itemsearch:hover{
  background-color: #095197;
  color: white;
}
.itemsearch:hover span{
color: #fff;
}
.img-block{
  display: block;
}
.detailsearch{    
display: block;	
margin: 0 10px 0 10px;
}
.ajax-search-more-results{
  
}
.jshop_searchajax input, .jshop_searchajax select{
max-width:100%;
}