/* The  class for the word before keyword*/
.text-before-keyword {
  color:#000;
  font-size: 15px;
  padding-top: 2px;
}


/* the selected div */
.selected 
{
background-color:#99CCFF;

}
/* the input box (text) for search */
#arama {
	padding:3px;
	border:1px solid #ccc;
}
/* the div that is the container for the search box */
#arama_form{
position:relative;
}
/* the div that contains the suggestions*/
.oneriler {
position:absolute;
background-color:white;
z-index:99;
height: auto;
width: 200px;
overflow: hidden;
display:none;
border: 1px solid #666;
padding: 0px;
padding-top:4px;
padding-bottom:4px;
text-align:left;
}
/* the div with the results*/
.div-results{
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	cursor:default;
}
/* the keywords */
.div-results span{
padding-left:13px;
display:inline-block;
}

span.auto-keyword {
  padding-left: 4px;
  color:black;
  font-size: 15px;
  font-weight: bold;
}
