* { margin:0; padding:0; list-style:none; }
:focus { outline:none; }
.clear { clear:both; }
/* Logo */
div#logo {
	width  	   :100%;
	height     :70px;
	text-align :center;
	margin-top :160px;
}
/* Arama */
#arama { width:100%; height:auto;}
/* Google Ayarlar */
.search_suggest{
	border-color:#A2BFF0 #558BE3 #558BE3 #A2BFF0;
	border-style:solid;
	border-width:1px;
	background-color:#fff;
	text-align:left;
    color: #000;
	width: 560px;
	position:absolute;
	z-index:1000;
	display:none;
	font-family:arial;
	font-size:17px;
margin-top: -10px;
margin-left: 109px;
}
.search_suggest ol{
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
}
.search_suggest li{
	padding-left:5px;
	line-height:26px;
	cursor:pointer;
}
.search_suggest li img{
	position: relative;
	top:3px;
	padding-right: 6px;
}
.search_suggest li.adv{
	background: #FFF8E6;
	color:#00c;
	line-height:30px;
}
.search_suggest li.adv span{
	text-decoration: underline;
}
.search_suggest li.adv span em{
	color:#c00;
	font-weight:normal;
}
.search_suggest h6{
	color:#009933;
    font-size:12px;
    height:12px;
    line-height:8px;
    margin:0;
    padding-bottom:4px;
}
.search_suggest q:before,.search_suggest q:after{
	content:'';
}
.search_suggest q{
	display:inline-block;
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	font-size:10px;
	position:relative;
	top:-2px;
	color:#fff;
	margin-right:4px;
}

.aramaKutusu { background: #fff; width: 100%; height:60px; margin-top:40px; }
.aramaKutusu .icDiv { width: 100%; height: 120px; }
.aramaKutusu .p1 { width: 780px; }


input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.arama_kutum {
    border: 1px solid rgb(217, 217, 217);
    font-size: 17px;
	font-family:arial;
    margin:10px auto;
    padding: 5px;
    width: 550px;
}

div#ara_butonlar {
	width      :100%;
	height     :auto;
	float      :left;
	text-align :center;
	margin-top :25px;
}

div#ara_butonlar input[type=submit] {
	width  		  	 :auto;
	height			 :30px;
	line-height		 :30px;
	cursor			 :pointer;
	padding-top		 :0px;
	padding-left  	 :10px;
	padding-right    :10px;
	background       :-moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background       :-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background       :-o-linear-gradient(top,#f5f5f5,#f1f1f1);
	font-size		 :11px;
	font-weight		 :bold;
	font-family      :arial,'Trebuchet MS';
	color         	 :#444;
	border			 :solid 1px #DDD;
	border-radius    :2px;
	margin-left	     :20px;
}

div#ara_butonlar input[type=submit]:hover {
	background       :-moz-linear-gradient(top,#f1f1f1,#f5f5f5);
	background       :-webkit-linear-gradient(top,#f1f1f1,#f5f5f5);
	background       :-o-linear-gradient(top,#f1f1f1,#f5f5f5);
}
/* reklam */
div#reklam { width:100%; height:auto; float:left; text-align:center; margin-top:25px; }
/* Footer */
div#footer { width:100%; height:24px; background-color:#EEE; color:#808080; position:fixed; bottom:0px; left:0px; border-top:solid 1px #CCC; line-height:24px; font-size:12px; font-family:arial; text-align:right; }

div#footer a { color:#808080; text-decoration:none; }
div#footer a:last-child { color:#808080; text-decoration:none; margin-right:20px; }