body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
/*
.header {
	background:url(images/header.png);
	width:1026px;
	height:333px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	position:relative
} */
/*
.header {
    background: url(images/header.png);
    width: 1026px; Bunu Ada Modu için sonra 1140px yaparız 
    height: 333px;
    margin: 100px auto 0 auto;
    position: relative;
    z-index: 999 !important; 
}
*/

/* 1. ANA ÇATI: Zemin Rengi Footer ile Birebir Eşlendi */
.header.sticky-top {
    /* Footer'daki o meşhur koyu ton [cite: 2026-01-28] */
    background-color: #42464F !important;
    background-image: none !important;
    box-shadow: none !important;
    width: 100% !important;
    height: 165px !important;
    position: sticky;
    top: 0;
    z-index: 9999 !important;
    border-bottom: 4px solid #e30613 !important; /* Kırmızı imzan [cite: 2026-01-14] */
    
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

/* 2. ADA MODU: Nizam Korundu */
.header .ortala {
    width: 1140px !important;
    max-width: 1140px !important;
    margin: 0 auto !important;
    position: relative !important;
    height: 100px !important;
    margin-top: 25px !important; 
}

/* 3. KOORDİNATLAR: Camdan 20px uzaklaşma emri */
.logo {
    position: absolute !important;
    top: -20px !important; 
    left: 20px !important;  /* 0'dı, 20px içeri aldık usta */
    width: 280px;
    height: 56px;
}

.ortala form {
    position: absolute !important;
    top: 0px !important;
    left: 300px !important; /* Logoya çarpmaması için sağa itildi */
}

.links {
    position: absolute !important;
    top: 10px !important;
    right: 20px !important; /* 0'dı, 20px içeri çektik usta */
    display: flex !important;
    gap: 15px !important; 
}

/* 4. LSK (ALT SATIR): Başlangıç mesafesi ayarı */
.lsk {
    position: absolute !important;
    top: 85px !important; 
    left: 20px !important;  /* Burayı da 20px yaparak hizaladık */
    width: calc(100% - 40px) !important; /* Sağdan da pay kalsın diye */
    display: flex !important;
    gap: 25px !important;
}

/* 5. RENK VE HOVER: Yazı Kalınlığı İnceltildi (Bold Kaldırıldı) */
.header a, .header .lsk a, .header .links a, .header span {
    /* Footer'daki o mat kurumsal gri-beyaz ton */
    color: #bcbec0 !important; 
    text-decoration: none !important;
    font-size: 14px !important;
    /* KALINLIK: Bold (kalın) iptal, kurumsal zarafet için normal yapıldı */
    font-weight: 500 !important; 
}

/* Üzerine gelince (Hover) sadece belirginleşir */
.header a:hover {
    color: #ffffff !important; 
    background: transparent !important;
    opacity: 1 !important;
}

.text {
	position:absolute;
	font-weight:bold;
	top:80px;
	left:50px
}

.ustbanner {
	background-color:#000;
	width:460px;
	height:60px;
	color:#FFF;
	position:absolute;
	top:-70px;
	right:0px;
	text-align:center
}
.ustmenu {
	position:absolute;
	top:0px;
	right:15px;
}
.ustmenu li {
	float:left;
	font-size:14px;
	line-height:58px;
	border-left:solid 1px #343434;
}
.ustmenu a {
	color:#FFF;
	font-size:16px;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;	
}
.ustmenu a:hover {
	text-decoration:underline
}
.n-hd form {
	position:absolute;
	left:10px;
	top:10px
}
.n-hd form input[type="text"] {
	width:400px;
	padding:11px;
	margin-right:5px;
	font-size:14px
}
.n-hd form input[type="button"] {
	padding:11px;
	width:70px;
	font-size:14px;
	background-color:#f8b317;
	color:#FFF
}
.altbutonlar {
	position:absolute;
	font-size:13px;
	right:5px;
	top:65px;
	color:#FFF
}
.altbutonlar li {
	float:left
}
.altbutonlar a {
	color:#FFF;
	text-decoration:none;
	margin-right:10px;
	margin-left:10px
}
.altbutonlar a:hover {
	text-decoration:underline
}
.slider {
	position:absolute;
	top:110px;
	left:12px
}
.register_login {
	width:600px;
	position:absolute;
	right:0;
	text-align:right
}
.sikayetx {
	background:url(images/sikayet.jpg);
	height:13px;
	margin-top:5px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:50px;
	font-size:14px;
	font-weight:bold
}

/*
.searchbar {
	background:url(images/searchbar.png);
	width:544px;
	height:62px;
	position:absolute;
	top:50px
}
.searchbar input[type=text] {
	width:330px;
	margin-left:40px;
	padding:10px;
	position:absolute;
	top:10px;
	padding-top:12px;
	padding-bottom:12px;
	border:none;
	background:none;
	font-size:14px
	
}
.searchbar a {
	position:absolute;
	right:10px;
	top:9px
}
*/
.placeholder { color: #a9a9a9; }
.topbuttons {
	position:absolute;
	right:0;
	top:50px
}

input:focus {
	outline:none;
}
select:focus {
	outline:none;
}
textarea:focus {
	outline:none;
}
/*
.input[type=text] {
	display:block;
	border:0px;
	height:34px;
	background:url(images/inputbg.png) repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-left:1px solid #e3e1e1;
	border-right:1px solid #e3e1e1;
	color:#a3a3a3;
	font-size:12px;
	width:180px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
}
.input[type=password] {
	display:block;
	border:0px;
	height:34px;
	background:url(images/inputbg.png) repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-left:1px solid #e3e1e1;
	border-right:1px solid #e3e1e1;
	color:#a3a3a3;
	font-size:12px;
	width:180px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
}
.textarea {
	display:block;
	border:0px;
	height:174px;
	background:url(images/textarea.png);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-left:1px solid #e3e1e1;
	border-right:1px solid #e3e1e1;
	border-bottom:1px solid #e3e1e1;
	color:#999;
	font-size:12px;
	width:340px;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;
}
*/

/* --- GENEL INPUT VE TEXTAREA TEMİZLİĞİ --- */
.input[type=text], .input[type=password], .textarea {
    background-color: #ffffff !important;
    border: 1px solid #e3e1e1 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 0 1000px white inset !important; /* Gölgeyi boğan beyaz dolgu */
    color: #333 !important;
    outline: none;
    transition: border-color 0.3s ease;
}

/* --- HEADER HİZALAMASINI KORUYAN ÖZEL ÖLÇÜLER --- */
.input[type=text] {
    display: block;
    height: 34px;
    width: 180px; /* Senin milimetrik ölçün */
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 5px;
}

.input[type=password] {
    display: block;
    height: 34px;
    width: 180px;
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 5px;
}

.textarea {
    display: block;
    height: 174px;
    width: 340px;
    border-radius: 3px;
    padding: 10px;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
}

/* Focus: Üzerine gelince Mimarın yeşil dokunuşu [cite: 2025-01-25] */
.input[type=text]:focus, .input[type=password]:focus, .textarea:focus {
    border-color: #28a745 !important; 
}

/* MİMARIN BEYAZ MÜHÜRÜ - TÜM GÖLGELERİ SİLER */
input[type=text], input[type=password], .textarea {
    background-color: #ffffff !important;
    box-shadow: 0 0 0 1000px white inset !important; /* Gölgeyi beyazla boğar */
    -webkit-appearance: none !important;
    appearance: none !important;
    border: 1px solid #e3e1e1 !important;
}

/*
.title1 {
	font-size:14px;
	padding:10px;
	border:solid 1px #d8d8d8;
	color:#000;
	font-weight:bold;
	background-color:#f4f4f4;
	height:autopx;

}
*/

.title1 {
    /* 1. Görseldeki o "yapışma" sorununu çözen anahtar kod */
    margin-top: 50px !important; 
    margin-bottom: 20px;
    clear: both; /* Üstteki header kaymalarını engeller */

    /* 2. Tasarım: Büyük yazı ve kırmızı imza [cite: 2026-01-14] */
    font-size: 24px !important; 
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    padding: 10px 0;
    
    /* Kırmızı alt çizgi */
    border-bottom: 4px solid #e30613 !important; 
    display: inline-block;
    
    /* Eski gri zemini ve çerçeveleri temizliyoruz */
    background: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.content1 {
	background-color:#FFF;
	width:1004px;
    height:autopx;
	border:solid 1px #c1c1c1;
	padding:10px;
	
	

}

.contentm {
	background-color:#FFF;
	width:370px;
    height:autopx;
	border:solid 1px #c1c1c1;
	padding:10px;
	
	

}

.contentstokg {
	background-color:#FFF;
	width:848px;
    height:autopx;
	border:solid 1px #c1c1c1;
	padding:10px;
	
	

}
/*
.title2 {
	font-size:14px;
	padding:10px;
	border:solid 1px #d8d8d8;
	color:#000;
	font-weight:bold;
	width:751px;
	background-color:#f4f4f4;
} */

.title2 {
    /* Eski gri hapisanesini yıkıyoruz */
    background: none !important;
    border: none !important;
    
    /* Fontu sayfa kimliğine uyduruyoruz */
    font-size: 20px !important; /* Title1'den biraz daha küçük ama yine de vakur */
    font-weight: bold;
    color: #222;
    text-transform: uppercase; /* O kurumsal büyük harf asareti */
    
    /* Kırmızı imza çizgisi (Kategorinin alt mührü) */
    border-bottom: 3px solid #e30613 !important; 
    display: inline-block;
    padding: 10px 0 5px 0;
    margin-bottom: 20px;
    width: auto; /* Kendini kısıtlamasın, ferah kalsın */
}

/*
.title3 {
	font-size:14px;
	padding:10px;
	border:solid 1px #d8d8d8;
	color:#000;
	font-weight:bold;
	background-color:#f4f4f4;
}
*/

.title3 {
    font-size: 18px !important;
    padding: 12px 15px 5px 15px !important; 
    color: #000;
    font-weight: bold;
    background-color: transparent !important; 
    border: none !important; /* Alt çizgiyi tamamen sildik */
    display: block;
    width: 100%;
    margin-bottom: 0px !important; /* Kutuya tam yapışması için */
}
/*
.title4 {
	font-size:14px;
	padding:10px;
	border:solid 1px #d8d8d8;
	color:#000;
	font-weight:bold;
	width:751px;
	position:relative;
	background-color:#f4f4f4;
}
*/
.title4 {
    width: 751px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    
    padding: 0 0 5px 0 !important;
    margin-bottom: 20px;
    
    background: transparent !important;
    border: none !important;
    
    /* MİMAR'IN KIRMIZI İMZASI */
    border-bottom: 3px solid #e30613 !important; 
    
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
/*
.title5 {
	font-size:14px;
	padding:10px;
	border:solid 1px #d8d8d8;
	color:#000;
	font-weight:bold;
	width:740px;
	background-color:#f4f4f4;
}
*/

.title5 {
    font-size: 14px; /* Orijinal boyutuna sadık kaldık */
    padding: 10px 0 5px 0 !important; /* Alt tarafa nefes aldırdık */
    width: 740px; /* Senin ölçün, dokunmadık */
    color: #000;
    font-weight: bold;
    position: relative;
    
    /* ESKİ GRİLERİ TEMİZLİYORUZ */
    background-color: transparent !important;
    border: none !important;
    
    /* MİMAR'IN KIRMIZI İMZASI [cite: 2026-01-14] */
    /* Ana başlıktan (title4) biraz daha ince yaparak hiyerarşiyi koruyoruz */
    border-bottom: 2px solid #e30613 !important; 
    
    display: block; /* Yapıyı bozmamak için flex yerine block bıraktık */
    margin-bottom: 15px;
}

/*
.title6 {
	font-size:14px;
	background-color:#eee;
	padding:10px;
	border:solid 1px #d8d8d8;
	color:#000;
	font-weight:bold;
	background-color:#f4f4f4;
}
*/

.title6 {
    font-size: 14px; /* Orijinal boyut */
    padding: 10px 0 5px 0 !important; /* Alt tarafa nefes aldırdık */
    color: #000;
    font-weight: bold;
    
    /* ESKİ GRİ KARMAŞASINI VE ÇERÇEVEYİ SİLDİK */
    background: transparent !important;
    border: none !important;
    
    /* MİMAR'IN İNCE KIRMIZI HATTI */
    /* En alt seviye başlık olduğu için 1px yapıyoruz ki hiyerarşi korunsun */
    border-bottom: 1px solid #e30613 !important; 
    
    display: block;
    margin-bottom: 10px;
}

/*
.title5 a {
	color:#000
}
.title5 a:hover {
	text-decoration:underline
}
*/

.title5 a {
    color: #000;
    text-decoration: none;
}

/* Senin istediğin o özel hover etkisi */
.title5 a:hover {
    text-decoration: underline !important;
    color: #e30613 !important; /* Üzerine gelince Mimar'ın kırmızısı parlasın */
}

/*
.title4 a {
	position:absolute;
	right:20px;
	color:#000;
	font-weight:normal;
	font-size:12px
}
.title4 a:hover {
	text-decoration:underline
}
*/
.title4 a {
    font-size: 13px !important;
    font-weight: normal !important;
    color: #666 !important;
    text-decoration: none;
    text-transform: none; /* Senin istediğin gibi küçük harf kalması için */
}

.title4 a:hover {
    text-decoration: underline !important;
    color: #e30613 !important; /* Üstüne gelince senin kırmızın parlasın usta */
}
/*
.title2 a {
	position:absolute;
	right:30px;
	color:#000;
	font-weight:normal;
	font-size:12px
}*/

.title2 a {
    position: absolute;
    right: 15px !important; /* 30px çok içeride kalabilir, Ada Modu için 15px daha dengeli durur */
    color: #666 !important; /* Normalde biraz daha mütevazı bir gri */
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    text-transform: none; /* Senin istediğin o küçük harf zarafeti için */
    top: 50%; /* Dikeyde ortalamak için */
    transform: translateY(-50%); /* Tam merkezleme hamlesi */
}

/* Üzerine gelince Mimar'ın kırmızısı ve alt çizgisi */
.title2 a:hover {
    color: #e30613 !important; /* Üzerine gelince senin asil kırmızın parlasın */
    text-decoration: underline !important; /* İstediğin o alt çizgi belirsin */
    transition: color 0.3s ease; /* Yumuşak bir geçiş, kaliteyi hissettirir */
}

/*
.content2 {
	background-color:#FFF;
	width:750px;
    height:autopx;
	border:solid 1px #c1c1c1;
	padding:10px;
	



}
*/

.content2 {
    background-color: #FFF;
    width: 100% !important; /* Veya auto; 750px kısıtlamasını kaldırıyoruz */
    height: auto;
    border: none !important; /* O inatçı gri kafesi tamamen yıkıyoruz */
    border-bottom: 1px solid #eee !important; /* Sadece alt tarafa çok ince, zarif bir yol çizgisi */
    padding: 20px 0; /* İçeriğin nefes alması için üstten ve alttan boşluk */
    display: block;
    clear: both;
}

.center {
	margin-left:auto;
	margin-right:auto;
	width:1026px
}

*{
  padding: 0;
  margin: 0;
}
a {
	text-decoration:none
}

/*
.top {
	width: 974px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	height: 54px;
	background: url(images/top.png);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top:0px
}
*/

.top {
    /* background: url(images/top.png); <-- 2000'lerden kalan hayalet resim yoruma alındı */
    background-color: transparent;    /* Gereksiz resim yükü yerine şeffaf zemin */
    
    /* MİMARİ YAPI VE ÖLÇÜLER - BİR MİLİM BİLE BOZULMADI */
    width: 974px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 0px;
}
.menu {
	width: 967px;
	position: absolute;
	left: 30px;
}
.menu form {
	position: absolute;
	top:3px
}
.menu form input[type=text] {
	width:220px;
	padding-left:10px;
	outline:none;
	padding-top:7px;
	padding-bottom:7px;
}
.menu form input[type=button] {
margin-left:2px	
}
.page {
	text-align:left
}
.page a {
	padding:4px;
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	margin-left:2px
}
.seleted1 {
	width:180px;
	padding-left:10px;
	outline:none;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:5px
}
.toplink {
	position: absolute;
	left: 530px;
	top: 12px;
	width: 425px;
	text-align: right
}
.toplink a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 0px #fff;
	position:relative
}

.toplink a:hover {
	color: #fcdd11
}
/*
.buton {
-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #e6d045;
	display:inline-block;

	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ded17c;
	padding:10px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
}
.buton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
}.buton:active {
	position:relative;
	top:1px;
}
*/

.buton {
    /* İLK ZEMİN: Sol dikey çizginin asil kırmızısı [cite: 2026-01-28] */
    background-color: #e30613; 
    color: #ffffff !important;
    border: 1px solid #c40510;
    
    display: inline-block;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 22px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    
    /* Yumuşak geçiş kalsın ki kalite hissedilsin */
    transition: background-color 0.2s ease;
}

.buton:hover {
    /* HOVER: Gölge yok! Sadece kırmızının daha canlı bir tonu parlıyor */
    background-color: #ff1a1a; 
    color: #ffffff !important;
    text-decoration: none;
}

.buton:active {
    /* BASILMA: Mekanik tepki (2px aşağı) ve ana renge dönüş */
    position: relative;
    top: 2px;
    background-color: #e30613;
}


.ucv {
	position:absolute;
	right:0;
	top:0px;
	z-index:99999
}
.ucv select {
	width:100%;
}
.bottom {
	width:1024px;
	margin-left:auto;
	margin-right:auto
}
/*
.sol {
	width:243px;
	float:left;
	margin-right:15px
}*/

/*
.sol {
    width: 243px;
    float: left;
    margin-right: 15px;
    Header bittikten sonra başlayacak ferahlık 
    margin-top: 30px !important; 
}


.sol div h3 {
	font-size:14px;
	background:url(images/baslik.png) repeat-x;
	padding:10px;
	border:solid 1px #c1c1c1;
	color:#000;
}*/

.sol {
    /* MİMARİ YAPI - BU ÖLÇÜLER BİNANIN DENGESİDİR */
    width: 243px;
    float: left;
    margin-right: 15px;
    
    /* Header bittikten sonra başlayacak ferahlık - [cite: 2026-01-30] */
    margin-top: 30px !important; 
}

.sol div h3 {
    font-size:14px;
    /* background:url(images/baslik.png) repeat-x; <-- Eski usul kirli gri yoruma alındı */
    background-color: #ffffff;    /* Bembeyaz, tertemiz zemin */
    padding:10px;
    border:solid 1px #c1c1c1;    /* Çerçeve sadakati korunuyor */
    color:#000;
    
    /* MİMARIN MÜHÜRÜ: Tarayıcı sinsi bir gölge veya kirli beyaz atmasın */
    box-shadow: 0 0 0 1000px white inset !important;
}







/*
.sol-box {
	border:solid 1px #c1c1c1;
	border-top:none;
	padding:10px;
	background-color:#fff;

}
*/

.sol-box {
    /* SOL TARAF: Senin kırmızın, tok ve kararlı (4px) */
    border-left: 4px solid #e30613 !important; 
    
    /* DİĞER ÜÇ TARAF: Belli belirsiz, zarif bir gri */
    border-top: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    
    padding: 15px !important;
    background-color: #fff;
    margin-bottom: 25px;
    
    /* ADA MODU ferahlığı için hafif bir gölge dokunuşu */
    box-shadow: 2px 2px 8px rgba(0,0,0,0.04);
}
/*
.tam {
	margin-left:0px
}
.tam h3 {
	font-size:14px;
	background:url(images/baslik.png) repeat-x;
	padding:10px;
	border:solid 1px #c1c1c1;
	color:#000;
}
.tam h3 a {
	color:#000;
}
.tam-box {
	border-top:none;
	padding:10px;
	background-color:#FFF;
	border:solid 1px #c1c1c1;
	border-top:none;

}
*/

.tam {
	margin-left:0px; /* Yerleşim kolonu korunuyor */
}

.tam h3 {
	font-size:14px;
	/* background:url(images/baslik.png) repeat-x; <-- Eski gri sıva yoruma alındı */
	background-color: #ffffff;
	padding:10px;
	border:solid 1px #c1c1c1;
	color:#000;
	
	/* MİMARIN MÜHÜRÜ: Pürüzsüz beyazlık için */
	box-shadow: 0 0 0 1000px white inset !important;
}

.tam h3 a {
	color:#000; /* Link rengine dokunulmadı */
}

.tam-box {
	/* MİMARİ YAPIYI KORUYORUZ */
	border-top:none; 
	padding:10px;
	background-color:#FFF;
	border:solid 1px #c1c1c1;
	border-top:none; /* Başlıkla birleştiği yerdeki çizgiyi kaldırma kuralı duruyor */
    
    /* İçerik alanı zaten beyazdı, mühürle garantiye alıyoruz */
    box-shadow: 0 0 0 1000px white inset !important;
}

.ilan-baslik {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:solid 1px #eee;
	padding-bottom:8px
}

.sol-menu li {
	padding-top:5px;
	padding-bottom:5px;
}
.sol-menu li a {

	text-decoration:none;
	color:#000;
}
.sol-menu li span {
	font-size:11px;
	color:#999
}
.sol-menu li img {
	margin-right:3px
}
.absmiddle { 
    vertical-align:middle; 
}
.anakategori {
	font-size:12px;
	font-weight:bold
}
.altkategori {
	text-indent:22px
}
.altkategori2 {
	text-indent:15px
}
.otop {
	margin-top:10px;
	position:relative;
}
.ba {
	position:absolute;
	top:5px;
	left:300px
}
.tablink {
	position:absolute;
	right:10px;
	top:13px
}

/*
.sag {
	float:left;
	width:728px;
	Header bittikten sonra başlayacak ferahlık 
    margin-top: 30px !important;
}

.sag div h3 {
	font-size:14px;
	background:url(images/baslik.png) repeat-x;
	padding:10px;
	border:solid 1px #c1c1c1;
	color:#000;
}
.sag-box {
	border-top:none;
	padding:10px;
}
*/

.sag {
	float:left;
	width:728px;
	/* Header bittikten sonra başlayacak ferahlık - Sadakatle korundu */
    margin-top: 30px !important;
}

.sag div h3 {
	font-size:14px;
	/* background:url(images/baslik.png) repeat-x; <-- Sabotaj ihtimali yoruma alındı */
	background-color: #ffffff;
	padding:10px;
	border:solid 1px #c1c1c1;
	color:#000;
	
	/* MİMARIN MÜHÜRÜ: Pürüzsüz geçiş için */
	box-shadow: 0 0 0 1000px white inset !important;
}

.sag-box {
	border-top:none;
	padding:10px;
	/* Kutu içini de başlıkla aynı tertemiz beyazlığa çekiyoruz */
	background-color: #ffffff;
	box-shadow: 0 0 0 1000px white inset !important;
}

.kayit {
	border-top:none;
	padding:10px;
	background:url(images/kayit.jpg) no-repeat;
	background-position:top right
}
.kayit2 {
	border-top:none;
	padding:10px;
	background:url(images/kayit2.jpg) no-repeat;
	background-position:bottom right
}

.kayitkz {
	border-top:none;
	padding:10px;
	background:url(images/kayitkz.jpg) no-repeat;
	background-position:bottom right
}

.magazakayit {
	border-top:none;
	padding:10px;
	background:url(images/magazakayit.jpg) no-repeat;
	background-position:bottom right
}


.ilanlar li {
	float:left;
	margin-right:7px;
	width:118px;
	margin-top:5px;
	height:105px;
	text-align:center;
	position:relative
}
.ilanbaslik {
	margin-top:5px;
	text-transform: capitalize;
}

.otop {
	width:728px
}
/*
.tablo td {
	height:35px;
	vertical-align:middle; 
}
.tablo td input[type=text]{
	width:180px;
	border:0px;
	height:34px;
	background:url(images/inputbg.png) repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-left:1px solid #e3e1e1;
	border-right:1px solid #e3e1e1;
	color:#a3a3a3;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px
}
.tablo textarea {
display:block;
	border:0px;
	height:174px;
	background:url(images/textarea.png);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-left:1px solid #e3e1e1;
	border-right:1px solid #e3e1e1;
	border-bottom:1px solid #e3e1e1;
	color:#999;
	font-size:12px;
	width:340px;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;	
}
.tablo td input[type=password]{
	width:180px;
	border:0px;
	height:34px;
	background:url(images/inputbg.png) repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-left:1px solid #e3e1e1;
	border-right:1px solid #e3e1e1;
	color:#a3a3a3;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px
}
.tablo td .sel {
	border:0px;
	height:34px;
	background:url(images/sel.png) repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-left:1px solid #e3e1e1;
	border-right:1px solid #e3e1e1;
	color:#a3a3a3;
	font-size:12px;
	width:180px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	float:left;
	margin-left:6px
}

.tablo td .sel select  {
	color:#a3a3a3;
	font-size:12px;
    width: 190px;
    border: none;
	line-height:30px;
	height:34px;
    background: transparent;
}
*/

/* Tablo Hücreleri */
.tablo td {
	height:35px;
	vertical-align:middle; 
}

/* Tablo İçindeki Inputlar (Text & Password) */
.tablo td input[type=text], 
.tablo td input[type=password] {
	width:180px; /* Burayı istersen 212px yapabilirsin usta */
	border:1px solid #c1c1c1 !important; /* PNG yerine temiz çerçeve */
	height:34px;
	background: #ffffff !important; /* inputbg.png SİLİNDİ */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#333;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	box-shadow: none !important;
}

/* Mesaj Alanı (Textarea) */
.tablo textarea {
	display:block;
	border:1px solid #c1c1c1 !important;
	height:174px;
	background: #ffffff !important; /* textarea.png SİLİNDİ */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#333;
	font-size:12px;
	width:340px;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;	
	box-shadow: none !important;
}

/* Tablo İçindeki Select Kutusu (.sel) */
.tablo td .sel {
	border:1px solid #c1c1c1 !important;
	height:34px;
	background: #ffffff !important; /* sel.png SİLİNDİ */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#333;
	font-size:12px;
	width:212px; /* Genişliği 180'den 212'ye çektik ki kategoriler sığsın */
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	float:left;
	margin-left:0px; /* Hizalamayı düzelttik */
	box-shadow: none !important;
}

/* Tablo İçindeki Select'in Kendisi */
.tablo td .sel select {
	color:#333;
	font-size:12px;
	width: 100% !important; /* Dış kutuya tam sığar */
	border: none;
	line-height:30px;
	height:34px;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
}

/*
.sel {
	border:0px;
	height:34px;
	background:url(images/sel.png) repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-left:1px solid #e3e1e1;
	border-right:1px solid #e3e1e1;
	color:#a3a3a3;
	font-size:12px;
	width:180px;
	padding-left:10px;
	padding-right:10px;

}
.sel select  {
	color:#a3a3a3;
	font-size:12px;
    width: 190px;
    border: none;
	line-height:30px;
	height:34px;
    background: transparent ;


}

.sel2 {
	border:0px;
	height:34px;
	background:url(images/sel.png) repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-left:0px solid #e3e1e1;
	border-right:0px solid #e3e1e1;
	color:#a3a3a3;
	font-size:12px;
	padding-left:6px;
	padding-right:6px;
	float:left;
	margin-right:2px

}
.sel2 select  {
	color:#a3a3a3;
	font-size:12px;
    width: 190px;
    border: none;
	line-height:30px;
	height:34px;
    background: transparent ;


}
*/

/* --- .sel (Dış Kutu - Yapı Korundu) --- */
.sel {
    border: 1px solid #c1c1c1 !important;
    height: 34px;
    background: #ffffff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    width: 212px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: none !important;
    position: relative; /* OK İÇİN ŞART */
    overflow: hidden;    /* SARKMAYI ENGELLER */
    display: inline-block;
    vertical-align: middle;
}

/* OK İŞARETİ: Sağ köşeye dikey ortalı */
.sel::after {
    content: "▼";
    font-size: 9px;
    color: #666;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

/* --- .sel İçindeki Select --- */
.sel select {
    color: #000;
    font-size: 12px;
    width: 100% !important;
    border: none;
    line-height: 32px; /* DİKEY HİZALAMA */
    height: 100%;      /* SARKMAYI ENGELLER */
    background: #ffffff !important; /* GRİ ZEMİNİ ÖLDÜRDÜK */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    cursor: pointer;
    padding-right: 25px;
    position: relative;
    z-index: 1;
}

/* --- .sel2 (Yan Yana Duruş) --- */
.sel2 {
    border: 1px solid #c1c1c1 !important;
    height: 34px;
    background: #ffffff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    float: left;
    margin-right: 2px;
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
}

.sel2::after {
    content: "▼";
    font-size: 9px;
    color: #666;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

/* --- .sel2 İçindeki Select --- */
.sel2 select {
    color: #000;
    font-size: 12px;
    width: 100% !important;
    border: none;
    line-height: 32px;
    height: 100%;
    background: #ffffff !important; /* GRİ ZEMİN ÖLDÜ */
    -webkit-appearance: none;
    appearance: none;
    padding-right: 20px;
}

/* Focus ve Option Beyazlığı */
.sel select:focus, .sel2 select:focus,
.sel select option, .sel2 select option {
    background-color: #ffffff !important;
    color: #000 !important;
    outline: none !important;
}

.daralt td {
	vertical-align:middle
}
.daralt td  input[type=text]{
	padding:5px;
	border:solid 1px #c1c1c1;
	width:210px;
}
.daralt td select {
	padding:5px;
	border:solid 1px #c1c1c1;
	width:100%	
}
.kategoriliste {
  border-collapse: separate;
  border-spacing: 1px;
}
.kategoriliste td {
	height:28px;
	background-color:#59595b;
	vertical-align:middle;
	color:#FFF
}
.kategoriliste2 {
  border-collapse: separate;
  border-spacing: 1px;
}
.kategoriliste2 td {
	height:77px;
	background-color:#e9e9e9;
	vertical-align:middle
}
.kategoriliste2 tr:hover td {
	background-color:#ffaa90;
}
.kategoriliste3 tr:hover td {
	background-color:#ffaa90;
}
.kategoriliste4 tr:hover td {
	background-color:#ffaa90;
}

.kategoriliste3 {
  border-collapse: separate;
  border-spacing: 1px;
}
.kategoriliste3 td {
	height:77px;
	background-color:#f5f5f5;
	vertical-align:middle
}
.kategoriliste4 {
  border-collapse: separate;
  border-spacing: 1px;
}
.kategoriliste4 td {
	height:77px;
	background-color:#ffaa90;
	vertical-align:middle
}
.kategoriliste5 {
  border-collapse: separate;
  border-spacing: 1px;
}
.kategoriliste5 td {
	height:30px;
	background-color:#fdfa00;
	vertical-align:middle
}
.kategoriliste2 div {
	font-size:11px;
	padding-top:3px;
	padding-top:5px
}
.kategoriliste3 div {
	font-size:11px;
	padding-top:5px
}
.kategoriliste4 div {
	font-size:11px;
	padding-top:5px
}
.kategoriliste img {
	border:solid 1px #c1c1c1;
}
.kategoriliste2 img {
	border:solid 1px #c1c1c1;
}
.kategoriliste3 img {
	border:solid 1px #c1c1c1;
}
.resimbox {
	width:100px;
	height:75px;
	border:solid 1px #c1c1c1;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:middle;
	display: table-cell; vertical-align: middle;
	background-color:#FFF
}
.resimbox2 {
	width:100px;
	height:75px;
	border:solid 1px #c1c1c1;
	vertical-align:middle;
	display: table-cell; vertical-align: middle;
	background-color:#FFF;
	text-align:center
}
.resimbox3 {
	width:102px;
	height:75px;
	border:solid 1px #c1c1c1;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:middle;
	float:left;
	margin-right:5px;
	text-align:center;
	margin-top:5px;
	display: table-cell; vertical-align: middle;
}
.resimbox4 {
	width:102px;
	height:75px;
	border:solid 1px #c1c1c1;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:middle;
	float:left;
	text-align:center;
	margin-top:5px;
	display: table-cell; vertical-align: middle;
}
.m1 {
	vertical-align:middle;
	border-bottom:solid 1px #f3f3f3;
	height:28px;
}
.m2 {
	vertical-align:middle;
	padding-left:0px;
	border-bottom:solid 1px #f3f3f3;
	height:28px;
}
.m3 {
	vertical-align:middle;
}

.m5 {
	vertical-align:middle;
	color:#006;
	font-size:16px;
	font-weight:bold;
	height:22px
}
.m6 {
	vertical-align:middle;
	color:#006;
	font-size:11px;
	font-weight:bold;
	height:30px
}
.gsm {
	background:url(images/gsm.jpg);
	height:13px;
	margin-top:5px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:50px;
	font-size:14px;
	font-weight:bold
}
.user {
	background:url(images/user.jpg);
	height:13px;
	margin-top:5px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:50px;
	font-size:14px;
	font-weight:bold
}
.profil {
	background:url(images/profil.jpg);
	height:13px;
	margin-top:5px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:50px;
	font-size:14px;
	font-weight:bold
}
.mesaj {
	background:url(images/mesaj.jpg);
	height:13px;
	margin-top:5px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:50px;
	font-size:14px;
	font-weight:bold
}
.favori {
	background:url(images/favori.jpg);
	height:13px;
	margin-top:5px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:50px;
	font-size:14px;
	font-weight:bold
}
.ozellik {
	width:189px;
	float:left;
	padding-bottom:5px;
	padding-top:5px;

}
.ozellik img {
	vertical-align:middle
}
.ozellik3 {
	width:183px;
	float:left;
	padding-bottom:5px;
	padding-top:5px;
}

.ozellikma {
	width:783px;
	float:left;
	padding-bottom:5px;
	padding-top:5px;
}

.ozellik2 {
	width:190px;
	float:left;
	font-weight:bold;
	color:#CCC;
	padding-bottom:5px;
	padding-top:5px;
}
.ilanver1 {
	width:190px;
	font-size:14pt;
	height:200px
}
.txl {
	width:400px;
	padding-left:10px;
	outline:none;
	padding-top:4px;
	padding-bottom:4px;
	border:solid 1px #c1c1c1;
}
/*
.sm {
	padding:3px;
	border:solid 1px #c1c1c1;
	width:212px
}
*/

.sm {
	padding:3px;
	border:solid 1px #c1c1c1;
	width:212px;
	
	/* GÜVENLİ TEMİZLİK - HER YERDE ÇALIŞIR, YAPIYI BOZMAZ */
	background-color: #ffffff !important; /* Her zaman bembeyaz kalsın */
	color: #000;                          /* Yazı rengi net olsun */
	border-radius: 0px;                   /* Köşeler olduğu gibi kalsın, risk almayalım */
    height: auto;                         /* Yüksekliği tarayıcıya bırakalım ki yazı sığmama yapmasın */
}


.osm select {
	padding:3px;
	border:solid 1px #c1c1c1;
	width:96%
}
.osm input[type=text] {
	padding-left:10px;
	outline:none;
	padding-top:4px;
	padding-bottom:4px;
	border:solid 1px #c1c1c1;	
	width:100%
}
/*
fieldset { border:1px solid #c1c1c1; padding:10px }

legend {
  padding: 0.2em 0.5em;
  color:green;
  text-align:left;
}*/

fieldset { 
    border: 1px solid #c1c1c1; 
    padding: 15px; /* Biraz daha genişletip nefes aldıralım */
    border-radius: 8px; /* Köşeleri yumuşatıp modernleştirelim */
}

legend {
    padding: 0 15px;
    color: #27ae60;
    text-align: left;
    
    /* YENİ AYARLAR */
    font-weight: 600;      /* 900 yerine 600: Hem belirgin hem kibar */
    font-size: 20px;       /* Boyutu 24'ten 20'ye çekmek dengeyi kurar */
    letter-spacing: 0.5px; /* Harflerin arasını çok hafif açarsak ferahlar */
    text-transform: none !important; /* Noktalı İ'yi korumaya devam! */
}

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 10px;
background-repeat: no-repeat;
background-position: 10px center;
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
}
.geo {
	width:400px;
	padding-left:10px;
	outline:none;
	padding-top:8px;
	padding-bottom:8px;
	border:solid 1px #c1c1c1;
}
#splash{
    cursor:wait;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}
#loader
{
  background-color: #e8e8e8;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    display:none;
}
#center {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px; // margin is -0.5 * dimension
    margin-left: -50px;
    z-index:5;
}
input[type=file]{
	width:200px	
}
.islem {
	background-color:#fff;
	border:solid 1px #c1c1c1;
	padding-top:4px;
	padding-bottom:4px;
	width:180px;
	cursor:pointer;
	color:green;
	font-size:12px;
	position:relative
}
.islem div {
	position:absolute;
	width:180px;
	border:solid 1px #c1c1c1;
	top:20px;
	background-color:#FFF;
	display:none;
	z-index:100000000000000000000
	
}
.islem ul li {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
.islem ul li a:hover {
	color:red
}
.islem:hover {
	background-color:#FF9
}
.fot {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:32px;
	background:url(images/fot.png);
}

.se {
	width:425px; padding-top:9px; padding-bottom:9px
}
#featured{ 
	width:467px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #ccc; 
	height:310px; overflow:hidden;
	background:#fff;
	
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:466px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; height:310px;
	overflow:auto;
	overflow-x:hidden;
	
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
	width:80px;
	height:50px
	
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; text-decoration:none;
	color:#333;  background:#fff; 
	line-height:20px; outline:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected, #featured li.ui-tabs-active{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:467px; height:310px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel img {
	width:467px;
	height:250px;
	height:310px
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:-10px; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png');
	width:445px
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px;  color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{ 
	font-size:1.2em; 
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-size:12px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}


.iurun {
	width: 400px;
	background-color: #fff;
	border:solid 1px #c1c1c1;
	position: absolute;
	display: none;
	top:50px;
	left:125px;
	padding:10px
}
.iurun h3 {
	font-size:18px;
}
.iurun div {
	position:relative;
}
.sr {
	position:absolute;
	top:200px;
	background-color:#FFF;
	width:495px;
	padding:15px;
	z-index:9999999999999;
	border: 10px solid #999;
 	background-clip: padding-box;
	left:200px;
}
.solozellikler {
	width:220px;
	padding:10px;
	position:absolute;
	z-index:99999999999999;
	top:20px;
	right:20px;
	background-color:#FFF;
	border: 10px solid #999;
 	background-clip: padding-box;
}
.ilansece {
	height:13px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	font-size:14px;
	background-color:#FFF;
	border-left:solid 1px #c1c1c1;
	border-right:solid 1px #c1c1c1;
	border-bottom:solid 1px #c1c1c1
}
.ilansece a {
	color:#000
}
.ilansece a:hover {
	text-decoration:underline
}
.yorums {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.yorums:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	cursor:pointer
}.yorums:active {
	position:relative;
	top:1px;
}
.n-hd {
	width:1025px;
	height:86px;
	background:url(images/n-hd.jpg);
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:120px
}
.diller {
	position:absolute;
	top:-70px;
	font-size:14px;
	right:0px;
	text-align:right
}
.diller img {
	margin-bottom:5px
}




.buton2 {
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	width:60px;
	height:30px;
	text-decoration:none;
	cursor:pointer;
	background:url(images/ara.png);
	border:none;
	margin-left:5px

}

.buton:hover {
	color:#000
}

.prdef, .phdef {
        padding-right: 15px;
}
.pldef, .phdef {
        padding-left: 15px;
}
.pbdef, .pvdef {
        padding-bottom: 15px;
}
.ptdef, .pvdef {
        padding-top: 15px;
}
.mrdef, .mhdef {
        margin-right: 15px;
}
.mbdef, .mvdef {
        margin-bottom: 15px;
}
.mldef, .mtdef {
        margin-top: 15px;
}


#postClassifiedFree {
        margin: 0;
        float: right;
}
blockquote {
        display: block;
       -webkit-margin-before: 1em;
       -webkit-margin-after: 1em;
       -webkit-margin-start: 40px;
       -webkit-margin-end: 40px;
}
.copyright span {
        color: #A6AAAD;
}
.se {
	width:425px; padding-top:9px; padding-bottom:9px
}
sup {
        vertical-align: super;
        font-size: smaller;
}
.getTips .header {
        font-size: 14px;
        overflow: hidden;
        height: auto!important;
       _height: 100%!important;
}
.getTips .logo {
        float: left;
        height: 250px;
        margin-left: 24px;
        width: 171px;
}
.getTips .headerContent {
        float: left;
        line-height: 20px;
        overflow: hidden;
        width: 700px;
}

.getTips h1 {
        color: #666;
        font-size: 32px;
        font-weight: 400;
}
.getTips h1 span2 {
        color: #00cd00;
        font-weight: 700;
}
.getTips h1 span {
        color: #ffa500;
        font-weight: 700;
}
.getTips .goldTips {
        background-color: #f5f5f5;
        float: left;
        line-height: 18px;
        width: 450px;
}
.getTips .goldTips h3 {
        text-align:center;
        font-size: 20px;
        color: #00cd00;
}
.getTips .goldTips h2 {
        margin-top: 10px;
        font-size: 16px;
        color: #000;
}
.getTips .goldTips2 {
        background-color: #f5f5f5;
        float: right;
        line-height: 18px;
        width: 450px;
}
.getTips .goldTips2 h3 {
        text-align:center;
        font-size: 20px;
        color: #ee0000
}
.getTips .goldTips2 h2 {
        margin-top: 10px;
        font-size: 16px;
        color: #000;
}
.getTips .goldTips li {
        line-height: 16px;
        margin-bottom: 20px;
        padding-left: 24px;
}
.getTips .goldTips2 li {
        line-height: 16px;
        margin-bottom: 20px;
        padding-left: 24px;
}




.ilanvernarka
    {
    max-width:0px;
    max-height:0px;
    #position:relative;
    #top: -50%;
    #left:-50%;
    }
	
.ilanvernarkares
    {
    width:120px;
    height: 100px;
    display: table;
    position: relative;
    top: 26px;
    left: 450px;
	
	}
	

	

	
	.mkampanya
    {
	
	
     float: left;

      width: 100px;
      height: 115px;
	  margin: 20px;
      top: 100px;
      left: 530px;
    
    }
	
    .magazateslimalindirim

    {
    width: 40px;
    height:40px;
    
   
    margin: 0;
    position: relative;
    top: -84px;
    left: 46px;
    }
	
	
	
	 .magazateslimalindirimi

    {
    width: 40px;
    height:40px;
    
   
    margin: 0;
    position: relative;
    top:  -100px;
    left: 467px;
    }
	
	
	.ilankargoadi
    {
	
	
   float: left;

      width: 100px;
      height: 80px;
	  margin: 2px;
      top: 100px;
      left: 530px;
    
    }
	
	.ilanucretsizkargo
    {
	
	
   float: left;

      width: 100px;
      height: 80px;
	  margin: 2px;
      top: 100px;
      left: 530px;
    
    }

.ilanaynigunkargo
    {
	
	float: left;
      width: 100px;
      height: 80px;
     
	margin: 2px;
    top: 100px;
    left: 530px;
    }
	
	.magazadanteslimat
    {
	
	float: left;
      width: 100px;
      height: 80px;
     
	margin: 2px;
    top: 100px;
    left: 530px;
    }
	
	.eldenteslimat
    {
	
	float: left;
      width: 100px;
      height: 80px;
     
	margin: 2px;
    top: 100px;
    left: 530px;
    }
	
	.onlineteslimat
    {
	
	float: left;
      width: 100px;
      height: 80px;
     
	margin: 2px;
    top: 100px;
    left: 530px;
    }
	
    

.kullanicimagaza

{
    max-width:1200px;
    max-height:100px;
    #position:relative;
    #top: -50%;
    #left:-50%;
    }

	
    .kullanicimagazares
	
	{
    width:120px;
    height: 100px;
    display: table;
    position: relative;
    top: 70px;
    left: 176px;
	
	}
	
   	
	
	
	.kullanicibilgilerimbayrak
    {
    max-width:70px;
    max-height:50px;
    #position:relative;
    #top: -50%;
    #left:-50%;
    }

    .kullanicibilgilerimbayrakresim
	{
    width:70px;
    height: 50px;
    display: table;
    position: relative;
    top: 5px;
    left: 2px;
	
	}
	
	
	.ilanyorumonayd
    {
    max-width:25px;
    max-height:20px;
    #position:relative;
    #top: -50%;
    #left:-50%;
    }

    .ilanyorumonaydresim
	{
    width:25px;
    height: 20px;
    display: table;
    position: relative;
    top: -27px;
    left: -180px;
	
	}
	
    
	
	
	.ilanverkategori
    {
    max-width:47px;
    max-height:40px;
    #position:relative;
    #top: -50%;
    #left:-50%;
    }
	
.ilanverkategorires
    {
    width:47px;
    height: 40px;
    display: table;
    position: relative;
    top: 83px;
    left: 7px;
	
	}
	
	
	

.ilanverkategorisureuzatma
    {
    max-width:47px;
    max-height:40px;
    #position:relative;
    #top: -50%;
    #left:-50%;
    }
	
.ilanverkategoriressureuzatma
    {
    width:47px;
    height: 40px;
    display: table;
    position: relative;
    top: 66px;
    left: 7px;
	
	}
	
   
   .uyemagazabilgi

    {
    width: 600px;
    height:10px;
    
   
    margin: 160;
    position: relative;
    top: 150px;
    left: 115px;
    }
	
	
	.uyeadsoyadindex {
    width: 350px;
    height: auto; /* Yazının yüksekliği 0 olursa bazı tarayıcılarda görünmez, auto en sağlıklısıdır */
    
    /* Margin 160 her yönden baskı yapar, onu temizleyip net konuma odaklanıyoruz */
    margin: 0; 
    
    position: relative;
    top: -28px;  /* Senin m10'daki yükseklik ayarın */
    left: 358px; /* Senin milimetrik yatay koordinatın */
    
    /* İçerideki metni de sağa dayayalım ki menü grubuyla görsel bir hat oluştursun */
    text-align: right; 
    
    /* Üstte kalmasını garantilemek için */
    z-index: 10;
}
	
	
	
/* 1. Menülerin dışı ve genel hali (Hiç dokunmuyoruz, beyaz kalıyor) */
.kazandiran-cadde-menu-liste-secim {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* 2. Listenin içi (Yine beyaz kalıyor, boğulma yok) */
.kazandiran-cadde-menu-liste-secim option {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* 3. SADECE SEÇİM VE HOVER: İşte senin tek istediğin yer burası */
/* Mouse ile üzerine gelince veya seçilince o griyi kırmızı yapar */
.kazandiran-cadde-menu-liste-secim option:checked,
.kazandiran-cadde-menu-liste-secim option:hover {
    background-color: #e30613 !important; /* Mimar Kırmızısı */
    color: #ffffff !important;           /* Yazı Beyaz */
    box-shadow: 0 0 10px 100px #e30613 inset !important; /* O inatçı griyi örten mühür */
}



/* 1. KUTU KAPALIYKEN: Yüksekliği bozmadan içini kırmızı yapıyoruz */
.kazandiran-cadde-dropdown-ozel {
    background-color: transparent !important; /* Arka planı boş bırak, çerçeve kırmızı olmasın */
    color: #ffffff !important;                /* Yazı beyaz */
    /* İşte sihir burada: İçeriye kırmızı gölge basarak zemin oluşturuyoruz */
    box-shadow: 0 0 0 100px #e30613 inset !important; 
    border: 1px solid #ced4da !important;    /* Standart çerçeve rengi */
    padding: 2px 5px !important;              /* Yüksekliği sabit tutar */
}

/* 2. LİSTE AÇILDIĞINDA: İçerisi kendi orijinal dünyasında kalsın */
.kazandiran-cadde-dropdown-ozel option {
    background-color: #ffffff !important;
    color: #000000 !important;
    box-shadow: none !important; /* Listenin içine kırmızıyı bulaştırma */
}

/* 3. HOVER VE SEÇİM: Koyu griyi ezen dürüst mühür */
.kazandiran-cadde-dropdown-ozel option:checked,
.kazandiran-cadde-dropdown-ozel option:hover {
    background-color: #e30613 !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 100px #e30613 inset !important;
}


/* Sadece checkbox (onay kutusu) için ekle */
input[type="checkbox"] {
    accent-color: #e30613 !important; /* Mavi yerine Mimar Kırmızısı */
    cursor: pointer;
    width: 16px;
    height: 16px;
}


.mimar-baslik-yazi {
    display: block;
    font-size: 18px !important; 
    font-weight: 700 !important;
    color: #333333 !important;  /* Kırmızı yerine ağırbaşlı antrasit/siyah */
    text-transform: none !important; 
    margin: 15px 0 10px 0;
    line-height: 1.4;
    text-align: left;
    /* İstersen altına ince bir kırmızı çizgi çekebiliriz, imza niyetine */
    /* border-bottom: 2px solid #FF0000; display: inline-block; */
}