 @charset "utf-8";
/* CSS Document */
@font-face {
font-family: Exoiti;
src: url(http://site/fonts/exoiti.otf);
}


#icerik{
	width:960px;
	height:auto;
	margin:auto;	
}
#urun{
	width:960px;
	height:auto;
	margin:0 auto 0 auto;
	min-height:1600px;
}
.urun{
	margin:-25px 0 0 0;
	padding:0;
	list-style:none;
}
.urun li{
	width:300px;
	height:200px;
	float:left;
	margin:25px 0 0 15px;
	box-shadow:2px 2px 5px #bbb; 
}
.urun li a img#select{
	display:none;
	position:absolute;
	z-index:2;
}
#satis_noktasi{
	width:100%;
	height:auto;
	min-height:600px;
	margin-bottom:25px;
	border-radius:5px;
}
.sehir,#ilce{
	width:100px;
	height:600px;
	float:left;
	margin:0 25px;
	border-radius:5px;
	
}
.sehir ul{
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.sehir ul li {
	cursor:pointer;
	height:22px;
	line-height:22px;
	padding-left:10px;
	float:none;
}
#ilce div{
	width:120px;
	height:600px;
}
#ilce div ul{
	margin-left:0;
	list-style:none;
	padding-left:0;
	margin-top:0;
}
#ilce div ul li {
	cursor:pointer;
	height:22px;
	line-height:22px;
	padding-left:10px;
	float:none;
}
#adres{
	width:404px;
	margin:0 25px;
	height:470px;
	float:left;
	border-radius:5px;
}
#adres div{
	width:380px;
	height:429px;
	padding:0 0 0 24px;
}
#adres div h4{
	margin-top:10px;;
}
#adres div p{
	margin-top:7px;
}
#adres h4,#ilce h4,.sehir h4{
	margin-top:0;
	border-bottom:1px solid grey;
}
.aktif{
	background:url('../images/arrow2.png') no-repeat;
}
