@media (max-width:992px){
.SearchNavi {
	float: left;
	height: 40px;
	width: 98%;
}
.SearchBar {
	display: block;
	margin-right: 1%;
	margin-left: 1%;
}
.slidefix{
	clear: both;
	width: 100%;
	float: left;
	height: 15px;
}
}
@media (min-width:993px){
.SearchNavi {
	float: left;
	height: 40px;
	width: 100%;
}
.SearchBar {
	display: block;
/*	margin-right: 5%;
	margin-left: 5%; */
}
.slidefix{
	clear: both;
	width: 100%;
	float: left;
	height: 70px;
}
}
.SearchBoxFrame {
	width: 100%;
	float: left;
	border-radius: 3px;
	border: 2px solid #D6D6D6;
	background-color: #FFF;
	display: block;
	margin-top: 0px;
}
#searchbtn {
	cursor: pointer;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	z-index: 999;
	background-image: url(../img/search-icon.png);
	background-color: #FFF;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #d6d6d6;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	line-height: 30px;
	width: 40px;
}
#q  {
	line-height: 30px;
	color: #666;
	height: 30px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-color: #FFF;
	font-family: Arial;
	font-size: 15px;
	float: left;
	width: 80%;
	border-radius: 0px;
	border: 2px solid #FFF;

}
#sonuclar {
	width: 100%;
	float: right;
/*	margin-right: 5%; */
}

#sonuclar_inner {
	width: 100%;
	background-color: #FFF;
	float: right;
/*	margin-right: 5%; */
	box-shadow: 1px -1px 3px #999;
	margin-top: 0px;
	z-index: 150;
	position: relative;
	display: none;
}

#sonuclar_inner img {
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 2px;
}
#sonuc-line {
	width: 99%;
	color: #000;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sonuc-line a {
	color: #333;
	text-decoration: none;
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
#sonuc-line a:hover {
	background-color: #F2F2F2;
	text-decoration: none;
	color: #000;
	float: left;
}
#sonuc-img {
	width: 10%;
	float: left;
	line-height: 50px;
}
#sonuc-urun{
	float:left;
	width:60%;
	line-height:50px;
}
#sonuc-urun-text{
	color:#333;
	text-decoration:none;
	font-size:12px;
	display:inline-table;
	line-height:20px;
	text-transform:capitalize;
	vertical-align: middle;
	text-align: left;
}
#sonuc-stok{
	float:right;
	width:10%;
	text-align:right;
	line-height:50px;
	margin-right: 1px;
}
#sonuc-stok img{float:left;line-height:50px;display:block;padding-top:15px;}
#sonuc-fiyat{float:left;width:15%;text-align:right;line-height:50px;}
#sonuc-hepsi {
	width: 100%;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-family: Arial;
	font-weight: 600;
	background-color: #666;
	float: left;
	line-height: 40px;
}
#sonuc-hepsi a {
	color:#FFF;
	text-decoration: none;
}
#sonuc-hepsi a:link {
	color:#FFF;
}
input:focus {
	border: 0px none #FFF;
	outline: none;
}
