ul#navi-accr, ul#navi-accr ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 155px;
	line-height:150%;
}

ul#navi-accr a {
	display: block;
	text-decoration: none;	
}

ul#navi-accr li {
	width:195px;
	margin-top:0;
	float:left;
	background:#005380;
	font-size:11px;
	font-weight:bold;
	margin-top:1px;
	margin-bottom:1px;
	padding:3px;
}

ul#navi-accr li a {
	padding-left:10px;
	color:#FFFFFF;
	width:170px;
}

ul#navi-accr li:hover {
	background:#00334e;
	cursor:pointer;
}
ul#navi-accr li a:hover {
	color:#FFF;
}
ul#navi-accr li ul li a {
	padding-left:20px;
	font-size:10px;
}


ul#navi-accr li ul li a:hover {
	font-size:9px;
	width:149px;
}

li.ext-menu{
	color:#8F8F8F;
	font-size:9px;
	padding-left:20px;
}

#sec{
	color:#686464;
	width:152px;
}


#sec a:hover {
	color:#504B4B;
	width:152px;
}
.referanslar{
	width:180px;
	height:190px;
	float:left;
	margin:5px;
	background:#FFF;
	}
.referanslar img{
	padding:5px;
	width:170px;
	height:140px;
	}
.referanslar span{
	text-align:center;
	width:180px;
	height:30px;
	display:block;
	}
.referanslar:hover{
	background:#005380;
	}
.referanslar:hover span{
	color:#FFF;
	}
input[type="text"] {
  padding: 10px;
  width:350px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 2px 0 #707070;
  transition: box-shadow 0.3s;
  margin-bottom:5px;
}
input[type="text"]:focus,
input[type="text"].focus {
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}

textarea {
  padding: 10px;
  width:350px;
  height:100px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 2px 0 #707070;
  transition: box-shadow 0.3s;
}
textarea:focus,
textarea.focus {
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
.arama{
	width:100%;
	height:auto;
	border-bottom:1px solid #000;
	overflow:hidden;
	}