.suggestionsBox {
   position: absolute;
   left: 50px;
   width: 450px;
   margin: 0px 0px 0px 0px;
   background-color: #ffffff;
   border: 1px solid #808080;
   color: #808080;
   z-index: 1000;
}

.suggestionList {
    margin: 0px;
    padding: 0px;

}

.suggestionList li {
   cursor: pointer;
   text-align: left;
   height: 35px;
   list-style: none;
   font-size: 1.3em;
   overflow: hidden;
   color: #808080;
}

.suggestionList li span {
padding-bottom: 5px;
padding-top: 10px;
}
.suggestionList li.cena{
	float: right;
	padding-top: 10px;
}

.suggestionList li:hover {
  background-color: #77dd00;
  color: #FFFFFF;
}

.suggimgbackground{
   background-color: #ffffff;
   width: 50px;
   height: 40px;
   margin: 0px;
   padding: 0px;
   overflow: hidden;
   display: inline-block;
margin-right: 5px;
}
.suggcena{
      font-size: 1em;
      font-weight: normal;
      color: #000000;
      width: 85px;
      height: 40px;
      float: right;
      padding-top: 10px;
      text-align: right;
      margin-right: 4px;
}