/* IÇERIK BAŞLADI */
.icerik			{	width:750px; 	height:auto;	float:left;		}
.icerik p {text-align:justify; padding:6px;}
.icerik-box		{	width:750px;	height:42px;  border-bottom: 1px solid #e6e6e6; 	display:block; float:left;		}
.icerik-box	a:hover	{	width:750px;	height:42px;   display:block; background-color:#eeeeee;		float:left;		}
.icerik-metin	{	width:745px; 	height:auto;	padding-left:5px; 	text-align:justify; float:left;		}
.icerik-baslik	{	width:745px;	height:40px;	line-height:40px;	padding-left:5px;	font-weight:bold;	float:left;		}
.icerik-ikon	{	width:32px;		height:32px;	margin:4px;			font-weight:bold;	float:left;		}
.icerik-baslik2	{	width:705px; padding-left:5px;	height:20px;	line-height:20px; 	font-weight:bold;	float:left;		}
.icerik-tarih	{	width:705px; padding-left:5px;		height:20px;	line-height:20px; float:left;	}
/* IÇERIK BİTTİ */


.proje-metin { width:830px; height:auto; margin:5px;  float:left;}
.proje-baslik { width:990px; height:30px; line-height:30px; padding-left:10px; font-weight:bold; float:left;}
.proje-resim { width:150px; height:150px; background-color:#999999; margin:5px; float:left;}

/* ANKET BAŞLADI */
.anket{	width:320px;	height:auto;	text-align:justify;		float:left;		}
#anket-soru {width:310px; padding-left:5px; padding-right:5px; margin-top:5px; margin-bottom:15px; height:auto; font-weight:bold; float:left;}
.anket-ic{	width:310px;	height:20px;		text-align:justify;		margin-bottom:5px;		float:left;		}
.anket-secenek-radio{	width:20px;		height:20px;	float:left;		}
.anket-secenek {	width:280px;	height:20px;	line-height:20px;	padding-left:10px;	float:left;		}
.anket-alt {	width:310px;	height:20px;	line-height:20px;	text-align:right;	float:left;		}
#anket-button	{    -moz-border-radius:1px;    -webkit-border-radius:1px;    border-radius:5px;  	display: inline-block;	border:1px solid #DDDDDD !important;    cursor: pointer;    padding:2px 2px;    font: 11px Verdana, Tahomma, Geneva;	background: #EEEEEE;	color:#333;    float:right;}
#anket-button:hover {     color:#333; background: #F5F5F5; }
/* ANKET BİTTİ */

/* GALERI BAŞLADI */
.galeri{	width:155px; height:150px;  margin:5px;  	float:left;		}
.galeri-kutu a{	width: 189px;	background-color: #e5e5e5;	height: 195px;	margin-bottom: 25px;	display: block;	float: left;	margin-top: 5px;	margin-right: 5px;	margin-left: 5px;}
.galeri-kutu a:hover{background-color:#d5d5d5; 	}
.galeri-baslik{	width: 189px;	height: 40px;	line-height: 20px;	float: left;	text-align: center;}
div.galeri-detay      {            border: 2px solid #e5e5e5;         overflow: hidden;  margin:5px;          position: relative;			float:left;        }     
div.galeri-detay2      {            border: 2px solid #e5e5e5;         overflow: hidden;         position: relative;			float:left;        }       
div.urun-detay      {            border: 2px solid #e5e5e5;         overflow: hidden;           position: relative;			float:left;        }       

div.standard5        {            width: 132px;            height: 132px;  margin:4px;       }
div.standard4        {            width: 150px;            height: 150px;        }
div.standard3        {            width: 173px;            height: 150px;        }
div.standard2        {            width: 300px;            height: 260px;        }
div.standard        {            width: 185px;            height: 150px;        }
div.galeri-detay > img        {            position: absolute;        }
/* GALERI BİTTİ */

/* BUTTON BAŞLADI */
.button	{   	display: inline-block;	padding: 10px; 	border:0;   cursor: pointer;   font:bold 11px Verdana, Tahomma, Geneva;    background: #ccc;	color:#666;  float:right;}
.button:hover {   background: #777; color:#fff; }
/* BUTTON BİTTİ */


/* TEXTAREA BAŞLADI */
.textarea {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #EEEEEE 0%, #F5F5F5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#F5F5F5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #EEEEEE 0%,#F5F5F5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #EEEEEE 0%,#F5F5F5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #EEEEEE 0%,#F5F5F5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #EEEEEE 0%,#F5F5F5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#F5F5F5',GradientType=0 ); /* IE6-8 */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 98%;	height: 150px;	border-width:thin;	border-style:solid;	border-color:#DDDDDD;	margin:10px;	overflow: auto;	resize: none;	padding: 5px;	color: #333;
}
/* TEXTAREA BİTTİ */

/* INPUT BAŞLADI */
.input-form {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #EEEEEE 0%, #F5F5F5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#F5F5F5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #EEEEEE 0%,#F5F5F5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #EEEEEE 0%,#F5F5F5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #EEEEEE 0%,#F5F5F5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #EEEEEE 0%,#F5F5F5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#F5F5F5',GradientType=0 ); /* IE6-8 */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 98%;	height: 30px;	border-width:thin;	border-style:solid;	border-color:#DDDDDD;	margin:10px;	overflow: auto;	resize: none;	padding: 5px;	color: #333;}
.input-form:focus {
	width: 98%;	height: 30px;	border-width:thin;	border-style:solid;	border-color:#BBBBBB;	margin:10px;	overflow: auto;	resize: none;	padding: 5px;	color: #333;}
.textarea:focus {
	width: 98%;	height: 150px;	border-width:thin;	border-style:solid;	border-color:#bbbbbb;	margin:10px;	overflow: auto;	resize: none;	padding: 5px;	color: #333;}
/* INPUT BİTTİ */


/* FOOTER BASLADI */
#footer		{	width:1000px; padding-top:10px;	height:50px;	line-height:50px;	margin-left:auto;	margin-right:auto;		clear:left;	}
#telif		{	width:880px;	height:50px;	line-height:50px; 	float:left;	}
#kureselnet a	{	width:120px;	 color:#fff; height:50px;	line-height:50px; text-align:right;	float:left;  display:block;	}
/* FOOTER BITTI */

.urun-baslik
{
	width:745px;
	height:30px;
	font-weight:bold;
	line-height:30px;
	padding-left:5px;
	color:#CC0000;
	float:left;
}

.urun-resim
{
	width:300px;
	height:250px;
	margin-left:5px;
	background-color:#999999;
	float:left;
}

.urun-spot
{
	width: 440px;
	height: 280px;
	margin-left: 5px;
	float: left;
}


.urun-spot-aciklama
{
	width: 420px;
	margin-left:5px;
	height: 150px;
	float: left;
}

.urun-spot-sol
{
	width:170px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	color:#990000;
	margin-left:5px;
	float:left;
}

.urun-spot-sag
{
	width:250px;
	height:30px;
	line-height:30px;
	float:left;
}

.urun-ozellik
{
	width:745px;
	height:auto;
	text-align:justify;
	margin-left:5px;
	float:left;
}



.urunblok
{
	width:170px;
	height:240px;
	margin-top:5px;
	margin-left:8px;
	margin-right:7px;
	float:left;
}

.urunblok-baslik
{
	width:170px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	color:#CC0000;
	float:left;
}

.urunblok-resim
{
	background-color:#CCCCCC;
	width:170px;
	height:150px;
	float:left;
}

.urunblok-fiyat2
{
	width:206px;
	height:30px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	float:left;
}

.urunblok-fiyat
{
	width:85px;
	height:30px;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	float:left;
}

.urunblok-adet
{
	width:85px;
	text-align:center;
	height:26px;
	padding-top:4px;
	line-height:30px;
	float:left;
}

.urunblok-fiyat span
{
	text-decoration:line-through;
	color:#AAAAAA;
	margin-left:5px;
}

.urun-kutu	a	  { width:177px; height:auto;background-color:#e5e5e5; margin:5px; margin-bottom:15px; float:left;  display:block;}
.urun-kutu	a:hover	  {background-color:#d5d5d5; }

.urun-kutu-baslik {
	width: 177px;
	height: 40px;
	line-height: 20px;
	display:block; text-align:center;
	
	float: left;
}

.urun-kutu-baslik a:hover{background-color:#bbb; }
.urun-kutu-resim {width:177px; height:150px; float:left;}

/* YORUM BASLADI */
.yorum{	width:1000px;	height:auto; display:block; 	float:left;		}
.yorum-link { width:98%; height:40px; padding-top:10px; margin-right:1%; margin-left:1%; float:left;		}
.yorum-link a{ width:98%; height:30px; background-color:#f4dbdb; line-height:30px; margin-right:1%; margin-left:1%; border-radius:7px; text-align:center; padding-left:5px; padding-right:5px;	float:left;		}
.yorum-baslik{	width:1000px;	height:30px;	font-weight:bold;	line-height:30px;	float:left;		}
.yorum-aciklama{	width:990px;	height:auto;	padding-left:5px;	padding-right:5px;	text-align:center;	 float:left;		}
/* YORUM BITTI */

.sayfalama{width:64%; margin-left:27%;  margin-top: 10px; }
.sayfalama ul{list-style: none; }
.sayfalama li{background: #DDDDDD; height: 15px; margin-top: 10px;  border-radius: 3px; float: left; padding: 5px 8px; margin-left: 3px; margin-right: 3px;}
.sayfalama li.aktif{background: #AAAAAA; color: #fff;}
.sayfalama li:hover{background: #AAAAAA; color: #fff;}
.sayfalama li.aktif a{background: #AAAAAA; color: #fff;}
.sayfalama li:hover a{background: #AAAAAA; color: #fff;}

.sayfalama2 {width:50%; margin-left:30%; margin-top: 10px; }
.sayfalama2 ul{list-style: none; }
.sayfalama2 li{background: #DDDDDD; height: 15px; margin-top: 10px;  border-radius: 3px; float: left; padding: 5px 8px; margin-left: 3px; margin-right: 3px;}
.sayfalama2 li.aktif{background: #AAAAAA; color: #fff;}
.sayfalama2 li:hover{background: #AAAAAA; color: #fff;}
.sayfalama2 li.aktif a{background: #AAAAAA; color: #fff;}
.sayfalama2 li:hover a{background: #AAAAAA; color: #fff;}

#uyari {width:1000px; height:auto;  clear:both;}
.sol-blok-menu-cat		{width:240px;	height:30px;  border-bottom: 1px solid #e6e6e6; 	line-height:30px;	float:left;}
.sol-blok-menu-cat a	{width:225px;	height:30px;	text-decoration:none;	padding-left:15px; display:block;}
.sol-blok-menu-cat a:hover	{background-color:#F5F5F5;	display:block;		text-decoration:none;}

#site-baslik3 { width:990px; height:35px; line-height:35px; padding-left:10px; font-family:Calibri; font-size:20px; font-style:italic; border-bottom: 2px solid #ccc; 	color:#000000; float:left;}

.ik {width:605px; line-height:30px; height:30px; margin-bottom:4px; margin-top:4px; clear:both;}
.ik_1  {width:200px; height:30px;  font-weight:bold; float:left;}
.ik_2  {width:400px; height:30px; float:left;}
.ik_input {width:400px; padding:5px 5px 5px 10px; height:20px; background-color:#fff; 	font-size:11px; color:#888; border:0;}
.ik_select {		font-size: 11px !important;	background-color: #fff;	outline: none;	border:0; width:415px; 	height: 30px;	overflow: hidden;	padding: 5px;	color: #888;	outline: none;}