@charset "iso-8859-9";
/* CSS Document */
.button {
  background-color: #e9fdf3;
  color: #055890;
  font-weight: bold;
  font:Arial, Helvetica, sans-serif;
  border: 1px solid #055890;
  border-radius: 6px;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}
.button1 {
  background-color: #e9fdf3;
  color: #333333;
  font-weight: bold;
  font:Arial, Helvetica, sans-serif;
  border: 1px solid #055890;
  border-radius: 4px;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}
.button2 {
  background-color: #CDEBFF;
  color: #055890;
  font-weight: bold;
  font:Arial, Helvetica, sans-serif;
  border: 1px solid #055890;
  border-radius: 6px;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}
.buttonb {
  background-color: #ffffff;
  color: #055890;
  font-weight: bold;
  font:Arial, Helvetica, sans-serif;
  border: 1px solid #055890;
  border-radius: 6px;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
} 
.buttonleft {
  background-color: #ffffff;
  color: #055890;
  font-weight: bold;
  font:Arial, Helvetica, sans-serif;
  border: 1px solid #055890;
  border-radius: 6px;
  padding: 4px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}
.buttonc {
  background-color: #FFEBEE;
  color: #cc0000;
  font-weight: bold;
  font:Arial, Helvetica, sans-serif;
  border: 1px solid #cc0000;
  border-radius: 6px;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}
.buttond {
  background-color: #8798A0;
  color: #ffffff;
  font-weight: bold;
  font:Arial, Helvetica, sans-serif;
  border: 1px solid #8798A0;
  border-radius: 6px;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

	h1 {
		margin : 0px;
	}
	h2 {
		margin : 0px;
	}
	.btn {
	  background: #01538b;
	  background-image: -webkit-linear-gradient(top, #01538b, #2980b9);
	  background-image: -moz-linear-gradient(top, #01538b, #2980b9);
	  background-image: -ms-linear-gradient(top, #01538b, #2980b9);
	  background-image: -o-linear-gradient(top, #01538b, #2980b9);
	  background-image: linear-gradient(to bottom, #01538b, #2980b9);
	  -webkit-border-radius: 7;
	  -moz-border-radius: 7;
	  border-radius: 7px;
	  font-family: Arial;
	  color: #ffffff;
	  font-weight: bold;
	  font-size: 12px;
	  padding: 6px 6px 6px 6px;
	  text-decoration: none;
	}
	
	.btn:hover {
	  background: #3cb0fd;
	  
	  background-image: -webkit-linear-gradient(top, #3cb0fd, #01538b);
	  background-image: -moz-linear-gradient(top, #3cb0fd, #01538b);
	  background-image: -ms-linear-gradient(top, #3cb0fd, #01538b);
	  background-image: -o-linear-gradient(top, #3cb0fd, #01538b);
	  background-image: linear-gradient(to bottom, #3cb0fd, #01538b);
	  text-decoration: none;
	}
	.btn2 {
	  background: #ff0000;
	  background-image: -webkit-linear-gradient(top, #ff0000, #ff0000);
	  background-image: -moz-linear-gradient(top, #ff0000, #ff0000);
	  background-image: -ms-linear-gradient(top, #ff0000, #ff0000);
	  background-image: -o-linear-gradient(top, #ff0000, #ff0000);
	  background-image: linear-gradient(to bottom, #ff0000, #ff0000);
	  -webkit-border-radius: 7;
	  -moz-border-radius: 7;
	  border-radius: 7px;
	  font-family: Arial;
	  color: #ffffff;
	  font-weight: bold;
	  font-size: 12px;
	  padding: 6px 6px 6px 6px;
	  text-decoration: none;
	}
	
	.btn2:hover {
	  background: #ff0000;
	  
	  background-image: -webkit-linear-gradient(top, #ff0000, #ff0000);
	  background-image: -moz-linear-gradient(top, #ff0000, #ff0000);
	  background-image: -ms-linear-gradient(top, #ff0000, #ff0000);
	  background-image: -o-linear-gradient(top, #ff0000, #ff0000);
	  background-image: linear-gradient(to bottom, #ff0000, #ff0000);
	  text-decoration: none;
	}
	.btn3 {
	  background: #339933;
	  background-image: -webkit-linear-gradient(top, #339933, #339933);
	  background-image: -moz-linear-gradient(top, #339933, #339933);
	  background-image: -ms-linear-gradient(top, #339933, #339933);
	  background-image: -o-linear-gradient(top, #339933, #339933);
	  background-image: linear-gradient(to bottom, #339933, #339933);
	  -webkit-border-radius: 5;
	  -moz-border-radius: 5;
	  border-radius: 5px;
	  font-family: Arial;
	  color: #ffffff;
	  font-weight: bold;
	  font-size: 12px;
	  padding: 6px 8px 4px 8px; /* alt, sağ, üst, sol */
	  text-decoration: none;
	}
	
	.btn3:hover {
	  background: #339933;
	  background-image: -webkit-linear-gradient(top, #339933, #339933);
	  background-image: -moz-linear-gradient(top, #339933, #339933);
	  background-image: -ms-linear-gradient(top, #339933, #339933);
	  background-image: -o-linear-gradient(top, #339933, #339933);
	  background-image: linear-gradient(to bottom, #339933, #339933);
	  text-decoration: none;
	}
	.btn4 {
	  background: #ff8000;
	  background-image: -webkit-linear-gradient(top, #ff8000, #ff8000);
	  background-image: -moz-linear-gradient(top, #ff8000, #ff8000);
	  background-image: -ms-linear-gradient(top, #ff8000, #ff8000);
	  background-image: -o-linear-gradient(top, #ff8000, #ff8000);
	  background-image: linear-gradient(to bottom, #ff8000, #ff8000);
	  -webkit-border-radius: 5;
	  -moz-border-radius: 5;
	  border-radius: 5px;
	  font-family: Arial;
	  color: #ffffff;
	  font-weight: bold;
	  font-size: 12px;
	  padding: 6px 8px 4px 8px; /* alt, sağ, üst, sol */
	  text-decoration: none;
	}
	
	.btn4:hover {
	  background: #ff8000;
	  background-image: -webkit-linear-gradient(top, #ff8000, #ff8000);
	  background-image: -moz-linear-gradient(top, #ff8000, #ff8000);
	  background-image: -ms-linear-gradient(top, #ff8000, #ff8000);
	  background-image: -o-linear-gradient(top, #ff8000, #ff8000);
	  background-image: linear-gradient(to bottom, #ff8000, #ff8000);
	  text-decoration: none;
	}
	.btnKategori {
	  width:180px;
	  background: #2379b2;
	  font:bold 12px Helvetica, Verdana, Arial, sans-serif;
/*	  background-image: -webkit-linear-gradient(top, #018b62, #018b62);
	  background-image: -moz-linear-gradient(top, #018b62, #018b62);
	  background-image: -ms-linear-gradient(top, #018b62, #018b62);
	  background-image: -o-linear-gradient(top, #018b62, #018b62);
	  background-image: linear-gradient(to bottom, #018b62, #018b62);*/
	  -webkit-border-radius: 4;
	  -moz-border-radius: 4;
	  border-radius: 4px;
	  color: #ffffff;
	  padding: 2px 2px 2px 2px;
	  text-decoration: none;
	}
	
	.btnKategori:hover {
      width:180px;
	  background: #99ccff;
/*	  background-image: -webkit-linear-gradient(top, #16d099, #16d099);
	  background-image: -moz-linear-gradient(top, #16d099, #16d099);
	  background-image: -ms-linear-gradient(top, #16d099, #16d099);
	  background-image: -o-linear-gradient(top, #16d099, #16d099);
	  background-image: linear-gradient(to bottom, #16d099, #16d099);*/
	  font:bold 12px Helvetica, Verdana, Arial, sans-serif;
	  
	  color: #515253;
	  text-decoration: none;
	}
	.SayfasiBasliklari {
		color: #1c1c1c;
		text-align:left;
		text-shadow: 2px 2px 2px #ccc;
		padding-top: 5px;
		padding-left: 10px;
		white-space:nowrap;
		overflow: hidden !important; /* Uzun başlıkları gizle */
	}
	
	.TabloBasliklari {
		width:65%
		color: #1c1c1c;
		text-align:left;
		text-shadow: 2px 2px 2px #ccc;
/*		padding-top: 5px;
		padding-left: 32px;*/
		white-space:nowrap;
		overflow: hidden !important; /* Uzun başlıkları gizle */
	}
		
	.tabloackapat{
		height:30px;
		padding-top: 0px;
		background: #fff;
		border:1px solid #ccc;
		border-radius:4px;
		-moz-border-radius:4px;		
	}
	
	.tablosirala{
		width:100%;
		height:32px;
		padding-top: 0px;
		padding-left: 32px;
		color: #000;
		background: #fff; 
		border:1px solid #ccc;
		border-radius:4px;
		-moz-border-radius:4px;		
	}

	.tabloici{
		right: 10px;
		white-space:nowrap;
	}
	.cerceveackapat{
/*		height:30px;*/
		padding-top: 0px;
		background: #fff;
		border:1px solid #ccc;
		border-radius:4px;
		-moz-border-radius:4px;		
	}			
	.sayfa_urun_adi {
		text-align:left;
		padding-left: 2px;
		overflow:hidden; 
		white-space: nowrap;
		font-size: 90%;
	}
	
	.sayfa_urun_fiyati {
		text-align:left;
/*		padding-left: 2px; */
		font-size: 140%;
		font-weight: bold;
		margin-top: 5px;
		color: #FF9933;
	}
	.UrunSatir {
		margin-bottom: 13px;
		padding-bottom: 5px;
		border-bottom: 1px solid #eeeeee;
	}	
	.UrunSatir2 {
		margin-bottom: 10px;
		margin-top: 10px;
		padding-left: 10px;
		border-bottom: 1px solid #b0b0b0;
	}
	.UrunKunyeTelefon {
		font-weight  : bold;
		font-size: 140%;
		color: #cc0000;
		margin-top: -5px;
	}	
	.UrunKunyeTutar {
		font-weight  : bold;
		font-size: 120%;
		color: #FF9900;
		margin-top: -5px;
	}	
	.UrunKunyeFirmaAdi {
		font-weight  : bold;
		font-size: 120%;
		color: #555555;
		margin-top: -5px;
	}
	.UrunKunyeBaslik {
		font-weight  : bold;
		font-size    : 85%;
	}
	.UrunKunyeText {
		font-weight  : normal;
		font-size    : 90%;
	}
	.UrunIndirimText {
		color: #bb0000;
		font-weight: bold;
	}
.wrapper {
    background-color:#CCC;
 /*   height:1000px;*/
}
.yukarikaydir_left {
    display:none;
    position:fixed;
    bottom:20px;
    left:1075px;
    text-decoration:none;
    color:#000;
}
.yukarikaydir_center {
    display:none;
    position:fixed;
    bottom:20px;
    right:130px;
    text-decoration:none;
    color:#000;
}

select.custom-dropdown {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border: 1px solid #ccc;
 border-radius: 4px;
 padding: 3px 5px ;
 box-sizing: border-box;
 line-height: 150%;
 color: #666;
 -webkit-border-radius: 4px;
 font-size: 13px;
 font-family: Helvetica;
 width:43%;
/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);*/
 cursor: pointer;
 background: #fff url(../resimler/drop-down-arrow.png) no-repeat right center;
 background-size: 27px 24px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
}
select.custom-dropdown-silinecek {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border: 0 !important;  /*REMOVES BORDER*/
}
.header-menu *{margin: 0;    padding: 0;    border: 0;    outline: 0;    list-style:none; text-decoration:none;}
.header-menu-alti{
	font:Arial, Helvetica, sans-serif;
    width:100%;
    height:24px;
    float:left;
	  background: #01538b;
	  background-image: -webkit-linear-gradient(top, #01538b, #2980b9);
	  background-image: -moz-linear-gradient(top, #01538b, #2980b9);
	  background-image: -ms-linear-gradient(top, #01538b, #2980b9);
	  background-image: -o-linear-gradient(top, #01538b, #2980b9);
	  background-image: linear-gradient(to bottom, #01538b, #2980b9);
    position:relative;
    }
.header-menu{
	font:bold 12px Helvetica, Verdana, Arial, sans-serif;
    width:100%;
    height:24px;
    float:left;
	  background: #01538b;
	  background-image: -webkit-linear-gradient(top, #01538b, #2980b9);
	  background-image: -moz-linear-gradient(top, #01538b, #2980b9);
	  background-image: -ms-linear-gradient(top, #01538b, #2980b9);
	  background-image: -o-linear-gradient(top, #01538b, #2980b9);
	  background-image: linear-gradient(to bottom, #01538b, #2980b9);
    position:relative;
    }

.header-menu a{
    width:auto;
    height:24px;
    float:left;
    font-size:11px;
    color:white;
    padding-left:18px;
    padding-right:18px;
    border-right:solid 1px white;
    line-height:24px;
    }
    
.header-menu a:hover{
 /*   background:url(img/cizgi.png) right no-repeat #ff6d00; */
	  background: #ff6d00;
	  background-image: -webkit-linear-gradient(top, #ff6d00, #ff9c00);
	  background-image: -moz-linear-gradient(top, #ff6d00, #ff9c00);
	  background-image: -ms-linear-gradient(top, #ff6d00, #ff9c00);
	  background-image: -o-linear-gradient(top, #ff6d00, #ff9c00);
	  background-image: linear-gradient(to bottom, #ff6d00, #ff9c00);
    }



.header-menu  li{
    width:auto;
    height:46px;
    float:left; /* menüyü komple sola yaslar "left" yada sağa "right" */
    position:relative;
    }

.header-menu  ul li ul{
    width:180px;
    height:auto;
    float:left;
    position:absolute;
    background:#484848;
    top:24px;
    left:1px;
    z-index:2;
    display:none;
    }

.header-menu  ul li ul a{
    width:163px;
    height:32px;
    line-height:32px;
    float:left;
    padding:0 0 0 17px;
    border-top: dashed 1px gray;
    background:none;
    }

.header-menu  ul li ul li {
    height:32px;
    line-height:32px;
    }



.header-menu  li:hover >  ul{
    display: block;
    }



.header-menu  ul li ul li ul{
    width:180px;
    height:auto;
    float:left;
    position:absolute;
    background:#484848;
    top:0px;
    left:180px;
    z-index:2;
    display:none;
    }

.menum ul{
	margin:0;/*UL çerçevesinin dışından boşluğunu yok eder.*/
	padding:0;/*UL çerçevesinin içerden boşluğunu yok eder.*/
	list-style:none;/*Lİ'lerin kenarlarındaki stili(örneğin yuvarlak gibi) kaldırır.*/
	width:200px;/*UL'nin genişliğini 150px olarak ayarlar*/
	border-bottom:1px solid #ffffff;/*UL'nin sadece alt kenar özelliğini belirler.*/
}
.menum li{
	position:relative;/*Katmanın yerinin bir önceki katman esas alınarak belirlenmesini sağlar. Burada Lİ özelliği UL'yi esas alarak yerini belirler.*/
	z-index:1;
}
.menum li ul{/*menum'ün içindeki Lİ'nin içindeki UL için class tanımlaması*/
	position:absolute;/*Katmanın yerini esas pencere olarak alır. Yani yeri nere ise orada konumlanır.*/
	list-style:none;/*Lİ'lerin kenarlarındaki stili(örneğin yuvarlak gibi) kaldırır.*/
	left:199px;/*Soldan 149 px boşluk bırakır. 1px az olmasının sebebi border'dandır.*/
	width:200px;/*Lİ'nin içerisindeki UL'nin genişliği 150 px yapılır.*/
	display:none;/*menu->li->ul sayfa açıldığında gözükmesini engeller.*/
	top:0;/*Yukarıdan boşluğu siler*/
	z-index:1;
}
.menum li a{/*menu->li->a yani menu'nun içindeki linklere stil verilir*/
	display:block;/*Linkler alt alta gösterilir*/
	text-decoration:none;/*Linklerin alt çizgisi kaldırılır*/
	background: #ffffff;
	  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
	  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	  background-image: linear-gradient(to bottom, #ffffff, #ffffff);/*Linkin arkaplan rengini değiştir*/
	
	color:#333;/*Linklerin yazı rengi siyah olarak ayarlanır*/
	font:bold 11px Helvetica, Verdana, Arial, sans-serif;/*Font özellikleri verilir*/
	padding:9px;/*Linklerin çerçevenin içinden boşluğu 5px olarak ayarlanır*/
	border:1px solid #ede9e9;/*Linkelere çerçeve özelliği verilir*/
	border-bottom:0;/*Linklerin alt çerçevesi kaldırılır*/
}
.menum li a:hover{/*menu'nun içindeki Lİ'nin içindeki linkerin üzerine gelindiğinde uygulanacak stiller*/
	background: #07588f;
	  background-image: -webkit-linear-gradient(top, #07588f, #02728f);
	  background-image: -moz-linear-gradient(top, #07588f, #02728f);
	  background-image: -ms-linear-gradient(top, #07588f, #02728f);
	  background-image: -o-linear-gradient(top, #07588f, #02728f);
	  background-image: linear-gradient(to bottom, #07588f, #02728f);/*Linkelere arka plan rengi verilir*/
	color:#ffffff;/*Linkin yaz rengini değiştir.*/
}
.menum li:hover ul{/*Menu'nun içindeki ana Lİ'lerin üzerine gelince alt menüsü (yani UL'si) varsa göstermesi için stil uygulanır*/
	display:block;/*Menu'nun içindeki Lİ'nin içindeki alt menu olarak olan li->ul lerin alt menüsü varsa onların açılmasını sağlar*/
}
/*ie 7 ve altındaki tarayıcı uyumsuzluklarını gidermek için bu kodları kullandık*/
* html ul li ul li ul{
float:left;
background:#484848;
height:1%;
}


ul.verty-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 16px Helvetica, Verdana, Arial, sans-serif;
	line-height:165%;
	width:100%;
	}
ul.verty-one li{
	margin:0;
	padding:0;
	}
ul.verty-one li a{
	display:block;
	text-decoration:none;
	color:#00548B;
	background:url("resimler/tema1_25.jpg") no-repeat 0;
	padding:0 0 0 35px;
	width:90%;
	}
ul.verty-one li a:hover{
	color:#ffffff;
	background:url("resimler/tema1_28.jpg") no-repeat 0;
	padding:0 0 0 35px;
	}
ul.verty-one .urbas{
	height:27px;
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 12px Helvetica, Verdana, Arial, sans-serif;
	line-height:195%;
	width:100%;
	display:block;
	color:#ffffff;
	background:url("resimler/tema1_34.jpg") no-repeat 0;
	padding:0 0 0 35px;
	}
.header-menu2 *{margin: 0;    padding: 0;    border: 0;    outline: 0;    list-style:none; text-decoration:none;}
.header-menu2-alti{
	font:Arial, Helvetica, sans-serif;
    width:100%;
    height:24px;
    float:left;
	  background: #ff6d00;
	  background-image: -webkit-linear-gradient(top, #ff6d00, #ff9c00);
	  background-image: -moz-linear-gradient(top, #ff6d00, #ff9c00);
	  background-image: -ms-linear-gradient(top, #ff6d00, #ff9c00);
	  background-image: -o-linear-gradient(top, #ff6d00, #ff9c00);
	  background-image: linear-gradient(to bottom, #ff6d00, #ff9c00);
    position:relative;
    }
.header-menu2{
	font:bold 12px Helvetica, Verdana, Arial, sans-serif;
    width:100%;
    height:24px;
    float:left;
	  background: #ff6d00;
	  background-image: -webkit-linear-gradient(top, #ff6d00, #ff9c00);
	  background-image: -moz-linear-gradient(top, #ff6d00, #ff9c00);
	  background-image: -ms-linear-gradient(top, #ff6d00, #ff9c00);
	  background-image: -o-linear-gradient(top, #ff6d00, #ff9c00);
	  background-image: linear-gradient(to bottom, #ff6d00, #ff9c00);
    position:relative;
    }

.header-menu2 a{
    width:auto;
    height:24px;
    float:left;
    font-size:11px;
    color:white;
    padding-left:18px;
    padding-right:18px;
    border-right:solid 1px white;
    line-height:24px;
    }
    
.header-menu2 a:hover{
 /*   background:url(img/cizgi.png) right no-repeat #ff6d00; */
	  background: #01538b;
	  background-image: -webkit-linear-gradient(top, #01538b, #2980b9);
	  background-image: -moz-linear-gradient(top, #01538b, #2980b9);
	  background-image: -ms-linear-gradient(top, #01538b, #2980b9);
	  background-image: -o-linear-gradient(top, #01538b, #2980b9);
	  background-image: linear-gradient(to bottom, #01538b, #2980b9);
    }
.header-menu2  li{
    width:auto;
    height:46px;
    float:left;
    position:relative;
    }

.header-menu2  ul li ul{
    width:180px;
    height:auto;
    float:left;
    position:absolute;
    background:#484848;
    top:24px;
    left:1px;
    z-index:2;
    display:none;
    }

.header-menu2  ul li ul a{
    width:163px;
    height:32px;
    line-height:32px;
    float:left;
    padding:0 0 0 17px;
    border-top: dashed 1px gray;
    background:none;
    }

.header-menu2  ul li ul li {
    height:32px;
    line-height:32px;
    }



.header-menu2  li:hover >  ul{
    display: block;
    }



.header-menu2  ul li ul li ul{
    width:180px;
    height:auto;
    float:left;
    position:absolute;
    background:#484848;
    top:0px;
    left:180px;
    z-index:2;
    display:none;
    }
.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 40px;
  height: 30px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 12px;
  border: 1px solid #9E9E9E;
  border-radius: 5px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 30px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #9E9E9E;
  width: 20px;
  text-align: center;
  color: #96CEB4;
  font-size: 12px;
  font-weight: bold;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.2;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #BDBDBD;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
} 
	.FooterKucukYazilar {
		color: #666;
		font-size: 10px;
		text-shadow: 1px 1px #ddd; 
		text-align: center;
	}
	.FooterKucukYazilarK {
		color: #ff0000;
		font-size: 10px;
		font-weight: bold;
		text-shadow: 1px 1px #ddd; 
		text-align: center;
	}	
	.FooterKucukBeyazYazilar {
		color: #fff;
		font-size: 10px;
		text-shadow: 1px 1px #888; 
		text-align: center;
	}