/* 

	project:  mdtasarim
	author:   mertcan dogan (www.mdtasarim.com) 

*/

html
{
overflow-x: hidden;
}
body{background:#050016 url(../images/bg.jpg) top center repeat-x;font-family:Arial; font-size:12px; }

#genel { width:1020px; height:100%; margin:0 auto; }

/* Header */
#header {margin-top:0px;height:192px;}
#logo {float:left;margin-top:28px;margin-left:0px;position:relative;z-index:0;}
/* Menü */
#menu {float: left;
width: auto;
height: 31px;
margin-top: 127px;}
#menu ul {float:left; }
#menu ul li {float:left; display:block; }
#menu ul li a {font-weight:bold; font-size:13px; color:#FFF; padding:0px 19px; }
#menu ul li a:hover {color:#fdd085; }
#menu ul li a:hover{cursor:pointer;}

.ssol,.ssag{float:left;width:45%;margin:0px 10px;}

.tell
{
background:url(../images/tel.jpg) repeat-x;
background-position:top center;
margin:0 auto;
width:100%;
height:175px;
float:left;
margin-top:20px;
font-family:'Roboto', sans-serif;
}

.tell #genel p
{
font-family:'Roboto', sans-serif;
}

.gall
{
background:url(../images/galerialt.jpg) repeat-x;
background-position:top center;
margin:0 auto;
width:100%;
height:100%;
float:left;
margin-top:20px;
text-align:center;
}

.gall p{
color:#fdd085;
font-size:16px;
line-height:46px;
font-family: 'Roboto', sans-serif;
font-weight:500;
}

.bolge{float: left;
    width: 450px;
    color: #fdd085;
    line-height: 32px;
    font-size: 16px;
    font-family: 'Roboto';
    margin-top: 54px;
    margin-left: 32px;}
	
	.bolge2{float: right;
    width: 450px;
    color: #fdd085;
    line-height: 32px;
    font-size: 16px;
    font-family: 'Roboto';
    margin-top: 54px;
    margin-right: 32px;
	text-align:right;}
	

	
	
	.hizmetler{float:left;width:1020px;margin-top:20px;}

.hizkutu{width:322px;height:250px;float:left;margin-left:13px;margin-right:13px;margin-bottom:20px;}
.hizmetler>.hizkutu:nth-child(3n){margin-right:0px;}
.hizmetler>.hizkutu:nth-child(3n+1){margin-left:0px;}

.hizaciklama{margin-left:36px;position:relative;height:57px;width:250px;position:relative;margin-top:-80px;background:#8A1726;overflow:hidden;-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;}
.hizaciklama:hover{height:230px;position:Relative;z-index:5001;background:#15083e;}





.hibaslik{float:left;width:100%;text-align:center;padding:20px 0px;color:#fff;font-weight:bold;font-family:'Roboto', sans-serif;font-size:13px;}
.hizic{float:left;width:250px;}
.hizic span{float:left;}
	
	.hizmet-bilgi{padding:10px 20px;color:#fff;font-size:13px;line-height:24px;}
	
	.hizmetincele{float:left;margin-top:15px;font-size:13px;font-weight:500;background:#fff;color:#15083e;padding:20px 25px;text-align:Center;width:100px;margin-left:50px;}
	.hizmetincele:hover{background:#ad7e4c;color:#fff;}
	


	
.ust
{
float:right;
margin-top:20px;
width:183px;
height:50px;
}

.sehirler{float:left;margin-top:30px;width:1020px;}
.sehir{float:left;width:500px;height:300px;background:#210E36;overflow-x:hidden;overflow-y:scroll;}
.sehir h3{padding:20px 0px;float:left;text-align:center;width:100%;background:#8A1726;color:#fff;font-family:'Roboto',sans-serif;font-weight:bold;font-size:14px;}
.sehir ul{float:left;margin:15px 25px;}
.sehir li a{color:#EDBD46;float:left;margin:15px 0px 0px 0px;}
.sehir li{border-bottom:1px solid rgba(255,255,255,0.2);width:420px;float:left;}
.sehir p{color:#fff;padding:3px 0px;float:left;clear:both;line-height:28px;}

.sehirler ::-webkit-scrollbar {
	width: 6px;
}
.sehirler ::-webkit-scrollbar-button {
	width: 8px;
	height:5px;
}
.sehirler ::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:10px;
}
.sehirler ::-webkit-scrollbar-thumb {
	background:#999;
	border: thin solid gray;
	border-radius:10px;
}
.sehirler ::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}			



/* Dİl */
#dil {float:right;display:none; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			300px; /* left offset of submenus need to match (see below) */
	background-color:#0A0315;
	z-index:500;
}
.sf-menu ul li {
	width:			100%;
	padding:13px 10px;
}
.sf-menu ul li a{
	padding:13px 10px;
	width:			100%;
}


.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* Slider */

#slider {float:left;width:1020px; height:500px; margin-top:-30px;margin-left:-1px;}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default #slider {
    width:1020px; /* Make sure your images are the same size */
    height:500px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}


.resimler{float:left;width:981px;height:auto;margin-top:0px;}
.resimler-baslik{float:left;background:url('../images/fotolar.png');width:980px;height:16px;}

.resimler img
	{
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 213px;
	height: 160px;
	border: 3px solid #dfdfdf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: inset 5px 5px 25px 3px rgba(100, 100, 100, 0.1);
	box-shadow: inset 5px 5px 25px 3px rgba(100, 100, 100, 0.1);
	}
	
	.resimler img:hover
	{
	box-shadow:5px 5px 25px 3px rgba(100, 100, 100, 0.1);
	}
	
.rayrac
{
float:left;
width:28px;
height:10px;
}

.rayrac:last-child
{display:none;
}

/* Çizgi */
#cizgi {
display:none;
width:100%;
height:1px;
background:url(../images/cizgi.png) repeat-x;
float:left;
margin-top:10px;
 }#cizgi2 {
 display:none;
width:100%;
height:1px;
background:url(../images/cizgi.png) repeat-x;
float:left;
margin-top:30px;
}
#cizgi3 {
display:none;
width:100%;
height:1px;
background:url(../images/cizgi.png) repeat-x;
float:left;
margin-top:50px;
}
#cizgi4 {
display:none;
width:100%;
height:1px;
background:url(../images/cizgi.png) repeat-x;
float:left;
margin-top:0px;
margin-bottom:20px;
}


/* Ürünler */
#urunler { width:1020px; height:216px; margin-top:15px; float:left;}
.barbaslik {width:300px; height:30px; float:left; font-size:18px; font-weight:bold; color:#565656  }
.barbaslik  img{ width:32px; height:32px; float:left;}
.barbaslik span {margin-left:5px; float:left; margin-top:6px; }


#manset {width: 905px; height: 129px; float:left; margin-top:20px; margin-left:20px;}
ul#mans li {float: left; margin-left:19px;}
ul#mans li a img {border:2px solid #DEDEDE; width:125px;height:125px}
ul#mans li a img:hover{border:2px solid #FC6540; }
#manset .jcarousel-next-horizontal {display: block; width: 28px; height: 44px; position: absolute; right: -35px; top: 40px; background: url(../images/next.png); cursor: pointer;}
#manset .jcarousel-prev-horizontal {display: block; width: 28px; height: 44px; position: absolute; left: -33px; top: 40px; background: url(../images/prev.png); cursor: pointer;}


/* Hoşgeldiniz */
#hosgeldiniz {width:468px; height:auto;  float:left; margin-top:-20px;}
.hosgeldiniz {float:left; margin-top:13px; color:#1e1e1f; font-size:13px;line-height:22px;color:#7E7E7E;}

/* Duyurular */
#duyurular {width:400px; height:165px; float:right; margin-top:-20px;line-height:22px; }
#duyurular ul {float:left; margin-top:8px; list-style-type:circle}
#duyurular ul li {  padding-top:5px; }
#duyurular ul li a {color:#7E7E7E;font-size:13px; }
#duyurular ul li a:hover {color:#FC6540 }
#duyurularsayfasi {font-size:14px; line-height:25px; }

#referanslar {width:1020px; height:170px; float:left; margin-top:0px; }
.referanslistesi { width:1020px; height:82px; background-color:#fff; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; border:1px solid #cccccc; margin-top:28px; float:left;}  
.referanslistesi ul li { float:left; display:block; padding-left:15px; padding-top:4px;height:75px;}

/* Footer */
#footer {background:url('../images/footers.png');width:100%; height:243px; float:left;margin-top:-35px;
background-position:top center;
}
.footeric{width:1020px;margin:0 auto;}
.imza {    color:#fff;
font-weight:500;
    float: left;
	width:1020px;
    margin-top: 156px;
    font-size: 14px;
	text-align:center;
    line-height: 24px;
	font-family: 'Roboto', sans-serif;}
.sosyalag {float: right;
clear: right;}
.sosyalag a {float:right; }
.logofooter{float:left;padding:10px 20px;background:#fff;margin-top:23px;}
.adres{float: right;
    margin-top: 45px;
    line-height: 24px;
    text-align: right;
    color: #fff;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    width: 350px;}

	.md{  
	float: right;
    margin-right: 10px;}


/* İçerik */
#icerik {float:left; width:1020px; height:100%;background:#fff;margin-top: -50px;overflow:hidden;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
padding: 0px 20px;
}
/* İç Sayfa İçerik */
.icsayfaicerik { width:1020px; height:100%;min-height:700px; float:left;  margin-top:15px; font-size:12px;}
.icsayfaicerik {margin:.8em 0; font-size:12px;  line-height:1.5em; color:#1e1e1f}
.icsayfaicerik h1 {padding:.8em 0; font-size:1.5em;}
.icsayfaicerik h2 {
    padding: 25px 30px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    color: #4E4747;
    width: 100%;
	
    /* margin-left: 20px; */
    background: #FFB934;
    margin-left: -20px;
    margin-top: -10px;
    font-family: 'Roboto', sans-serif;
	margin-bottom:10px;
}
.icsayfaicerik h3 {padding:1em 0 0 0; font-size:1.3em;color:gray;}
.icsayfaicerik h4 {padding:1em 0 0 0; font-size:1.2em;}
.icsayfaicerik h5 {padding:1em 0 0 0; font-size:1.1em;}
.icsayfaicerik h6 {padding:1em 0 0 0; font-size:1em;}
.icsayfaicerik p ,.icsayfaicerik span{padding:.6em;font-size:14px;line-height: 28px;}
.icsayfaicerik p a:hover, .postcontent ul a:hover, .postcontent ol a:hover {color:#4aa5c3;}
.icsayfaicerik ul, .postcontent ol {}
.icsayfaicerik ul li {list-style:disc;}
.icsayfaicerik ol li {list-style:decimal;}
.icsayfaicerik a {color:#323232;}
.icsayfaicerik a:hover {color:#FC6540;}

/* Sayfalama */
.sayfalama { padding: 3px; margin: 3px; text-align:center; float:left; padding-top:15px; } 
.sayfalama a { padding: 2px 5px 2px 5px;  margin: 2px;  border: 1px solid #EEE;  text-decoration: none;  color: #036CB4; cursor:pointer; } 
.sayfalama a:hover, .sayfalama a:active { border: 1px solid #999;  color: #666; cursor:pointer; } 
.sayfalama .secili {  padding: 2px 5px 2px 5px;  margin: 2px;  border: 1px solid #036CB4;  font-weight: bold;  background-color: #036CB4;  color: #FFF;} 
.sayfalama .pasif {  padding: 2px 5px 2px 5px;  margin: 2px;  border: 1px solid #EEE;  color: #DDD; }




.solok,.sagok,.solok1,.sagok1,.soloka1,.sagoka1,.solokb1,.sagokb1
{
float:left;
}

.solokb1>.oklar2,.sagokb1>.oklar2{padding-top:42px !important;
}

.oklar
{
padding-top:100px;
padding-left:15px;
padding-right:15px;
}
.oklar2
{
padding-top:80px;
padding-left:15px;
}

.oklar2:hover{opacity:0.5;}

.fotogaleri2
{    float: left;
    margin-top: 35px;
    clear: left;
    margin-left: 80px;
}

.fotogaleri ul>li
{
float:left;
text-align:center;
font-weight:bold;
font-size:15px;
width:325px !important;
height:230px;
margin-left: 6px;
margin-right: 8px;
margin-top:10px;
}

.fotogaleri2 ul>li a
{
color:#8a4141;
}

.fotogaleri2 ul>li
{
float:left;
text-align:center;
font-weight:bold;
font-size:15px;
width:265px !important;
height:177px;
margin-left: 8px;
margin-right: 12px;
margin-top:10px;
}

.fotogaleri2 ul>li a
{
color:#8a4141;
}

.kayanfoto{width:860px !important;}

.kayanfoto img,.nedirkayan img
{
}
.resimler{float:left;width:980px;height:321px;margin-top:0px;background:url(../images/rbg.png);}
.resimler-baslik{float:left;background:url('../images/fotolar.png');width:980px;height:16px;}

.resimler ul>li>img
	{
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 190px;
	-webkit-box-shadow: inset 5px 5px 25px 3px rgba(100, 100, 100, 0.1);
	box-shadow: inset 5px 5px 25px 3px rgba(100, 100, 100, 0.1);
	}
	
	.resimler ul>li>img:hover
	{
	box-shadow:5px 5px 25px 3px rgba(100, 100, 100, 0.1);
	}
	.rayrac
{
float:left;
width:28px;
height:10px;
}

/* Contatc Form */

#iletisimform {float:left; width:500px; height:100% }

#iletisims input, #iletisims textarea { 
	padding: 8px;
	border: solid 1px #E5E5E5;
	font: normal 12px Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

#iletisims textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

#iletisims input:hover, #iletisims textarea:hover,
#iletisims input:focus, #iletisims textarea:focus { 
-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

.form label { 
	margin-left: 12px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 10px 14px;
	background: #E51A4B;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	}
#form-div { 
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
padding-top:10px;
}


/* İletişim Adresleri */
#iletisimadres {
float:right; 
width:440px;
height:400px;
 }

#gmaps {
float:right;
width:340px;
height:200px;
margin-top:10px;
margin-right:90px;
} 
#gmaps h3{padding-bottom:10px;}


/* Kategoriler */
#kategoriler {float:left; width:200px; height:100%; margin-top:20px;} 
.barbaslik2 {width:300px; height:30px; float:left; font-size:15px; font-weight:bold; color:#565656  }
.barbaslik2  img{ width:16px; height:16px; float:left; margin-top:7px;}
.barbaslik2 span {margin-left:5px; float:left; margin-top:6px; }


#kategoriler ul  {  margin-top:10px; float:left; color:#1e1e1f; font-size:13px; font-weight:bold; }
#kategoriler ul  li{ float:left; list-style: square url("../images/ok.png"); padding-top:8px; font-size:13px; font-weight:bold; margin-top:10px;}

/* Sayfadaki Ürünler */
#uruns {width:760px; height:100%; float:right;  margin-top:20px;}
#urunsliste {float:left; width:760px; height:100%; margin-top:5px; }
#urunsliste ul li {float:left; display:block; list-style:none; padding-left:20px; padding-top:40px; }
#uruncuk {margin:0 auto; width:154px; height:220px; padding-top:10px; float:left; }
#uruncuk a img {border:2px solid #565656; }
#uruncuk a img:hover {border:2px solid #FC6540; }
.urunad {margin:0 auto; font-weight: bold; font-size:12px; color:#1e1e1f; margin-top:10px }
.incele {width:115px; height:30px; margin-top:8px; }
.incele a {float:right; background-color:#565656; padding:3px 15px 3px 15px; color:#fff; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; }
.incele a:hover {background-color:#009cff; color:#fff;}
#inceleres {width:16px; height:16px; background-image:url(../images/search.png); float:left; }

/* Tek Sayfa Ürünler */
#sayfaurun {float:left; width:760px; height:100%;  margin-top:20px; }
.buyukurunresmi {width:250px; height:300px; float:left; }
.buyukurunresmi a img{border:2px solid #565656; }
.buyukurunresmi a img:hover {border:2px solid #FC6540; }
.fiyat {float:left; margin-top:20px; font-size:16px; font-weight: bold; margin-left:70px; width:250px; height:30px; }
.fiyat span {font-size:25px; }
.satinal {float:left; margin-left:65px; }
.urunaciklama { width:470px; height:100%; float:right; }

/* Albüm v2 ile gelen güncelleme*/
#album {float:left; }
ul.album li {float:left; display:block; list-style:none; }
#albumres {width:330px; height:210px; padding-right:10px; padding-top:25px;}
#albumres img {width:330px; height:225px; border:1px solid #565656;  }
#albumres img:hover {border:1px solid #FC6540; }
#albumres span {width:330px; margin-top:5px; float:left; font-size:14px; font-weight:bold;}

.clear {
clear:both;
font-size:1px;
height:1px;
line-height:1px;
overflow:hidden;
}


  
.kutu{
width:880px;
margin:20px 0;
/* border radius */
 -webkit-border-radius: 3px;  
 -moz-border-radius: 3px;  
 border-radius: 3px;
 -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
}

.kutu span{
font: 13px Arial;
margin-left:10px;
}

.basarili{
padding:15px 40px;
background: #F0FCCF url(../images/basarili.png) no-repeat 10px center;
border:1px solid #BADC5D;
-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset; 
-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
}

.hata{
padding:15px 40px;
background: #FCE3E3 url(../images/hata.png) no-repeat 10px center;
border:1px solid #BC8484;
-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset; 
-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
}

.uyari{
padding:15px 40px;
background: #FFF0C6 url(../images/uyari.png) no-repeat 10px center;
border:1px solid #B59F5E;
-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset; 
-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
}

.bilgi{
padding:15px 40px;
background: #F7F9FC url(../images/bilgi.png) no-repeat 10px center;
border:1px solid #B0B9C4;
-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset; 
-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.9) inset;
}

/* Eposta Kayıt */
.siyah2 {
	width: 283px;
	height: 79px;
	background-image: url('../images/siyah2.png');
	background-repeat: no-repeat;
	margin-left:60px;
}

.eposta-yazi {
	height: 41px;
	color: #495053;
	padding-left: 70px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 16pt;
	line-height: 41px;
}
.eposta-input {
	float: left;
	padding-left: 55px;
}
.input {
	height: 26px;
	line-height: 25px;
	width: 195px;
	padding: 3px 0px 0px 5px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #616161;
	background: transparent;
	border: 0px;
}
.submit {
	width: 28px;
	height: 28px;
	border: 0px;
	background: transparent;
}

#altbilgi {width:1020px; height:100px; float:left; margin-top:30px;}
#mailkaydi {width:480px; height:100px; float:right; }
#doviz {width:480px; height:100px; float:left; }

/* Döviz */
.dovizbg {width:267px; height:75px; background:url(../images/dovizbg.png); margin-left:80px; }
.dovizbg ul {margin-left:55px; margin-top:5px; float:left; }
.dovizbg ul li {font-size:14px; color:#716f6f; font-weight:bold; line-height:34px;}


/* Buton Kodları */

/*BUTON KODLARI */
  a.sari, 
  a.beyaz, 
  a.gri, 
  a.kirmizi,
  a.yesil, 
  a.metal, 
  a.mavi, 
  a.deniz, 
  a.mor, 
  a.siyah {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 12px;
    margin: 5px;
    padding: 8px 10px 0;
    text-decoration: none;
    border: 1px solid #DAB347;
    color: #835503 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
  }

  a.beyaz:hover, 
  a.gri:hover, 
  a.kirmizi:hover, 
  a.sari:hover, 
  a.yesil:hover, 
  a.metal:hover, 
  a.mavi:hover, 
  a.deniz:hover, 
  a.mor:hover, 
  a.siyah:hover { background-position: 0 -28px;}
  
  a.beyaz { background-image: url(../images/beyaz.png); border: 1px solid #d3d3d3; color: #555555 !important; text-shadow: 0 1px 0 rgba(255,255,255, 0.8); }
  a.beyaz:hover { border: 1px solid #c4c4c4; }
  a.gri { background-image: url(../images/gri.png);	border: 1px solid #b5b5b5; color: #555555!important; text-shadow: 0 1px 0 rgba(255,255,255, 0.4); }
  a.gri:hover { border: 1px solid #989898; }
  a.kirmizi {	background-image: url(../images/kirmizi.png);	border: 1px solid #df6f8b; color: #913944!important;	text-shadow: 0 1px 0 rgba(255,255,255, 0.3); }
  a.kirmizi:hover { border: 1px solid #c36079; }
  a.sari { background-image: url(../images/sari.png); border: 1px solid #f5b74e; color: #996633!important; text-shadow: 0 1px 0 rgba(255,255,255, 0.4); }
  a.sari:hover { border: 1px solid #d29a3a; }
  a.yesil { background-image: url(../images/yesil.png); border: 1px solid #adc671; color: #5d7731!important; text-shadow: 0 1px 0 rgba(255,255,255, 0.4); }
  a.yesil:hover { border: 1px solid #8bb14d; }
  a.metal { background-image: url(../images/metal.png); border: 1px solid #90c6c8; color: #437b7d!important; text-shadow: 0 1px 0 rgba(255,255,255, 0.4); }
  a.metal:hover { border: 1px solid #7db9bb; }
  a.mavi { background-image: url(../images/mavi.png); border: 1px solid #8dc5da; color: #42788e!important; text-shadow: 0 1px 0 rgba(255,255,255, 0.4); }
  a.mavi:hover { border: 1px solid #7caec0; }
  a.deniz {	background-image: url(../images/deniz.png); border: 1px solid #a2afb8; color: #515f6a!important; text-shadow: 0 1px 0 rgba(255,255,255, 0.4); }
  a.deniz:hover { border: 1px solid #8996a0; }
  a.mor {	background-image: url(../images/mor.png);	border: 1px solid #bc9db9; color: #7b5777!important; text-shadow: 0 1px 0 rgba(255,255,255, 0.4); }
  a.mor:hover { border: 1px solid #a482a0; }
  a.siyah { background-image: url(../images/siyah.png);	border: 1px solid #4c4c4c; color: #ffffff!important;	text-shadow: 0 1px 0 rgba(0,0,0, 0.4); }
  a.siyah:hover { border: 1px solid #2c2c2c; }
  
  #sonucyaz {margin-top:10px; float:left; }
  span.yesil {color:#1aad1d }
  span.kirmizi{color:#ff0808 }