/* CELIK HALAT CSS 
-----------------*/
body{
	background-image:url(../gfx/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.slides{
	filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=15,Duration=1)
}
.celik-halat-icerik-baslik{
	margin-top:10px;
	height:40px;
	font-size: 19px;
	font-family:Georgia;
	text-decoration:none;
	color: #666666
}
.celik-halat-icerik{
	margin-bottom:20px;
	vertical-align:top;
	color:#666666;
	font-size:12px;
	font-family:Arial;
}
.celik-halat-menu-link a{
	color:#999999;
	font-size:12px;
	font-family:Arial;
	text-decoration:none;
}
.celik-halat-alt-menu{
	background-color:#333333; 
	background-position:top; 
	background-repeat:repeat-x;
	margin-top:0px;
	padding-left:0px; 
	padding-top:15px; 
	padding-bottom:15px
}
.celik-halat-alt-menu-link{	color: #6b6b6b;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.celik-halat-alt-menu-link a{	color: #6b6b6b;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.celik-halat-alt-menu-link a:hover{	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.celik-halat-copyright {	color: #5DAC00;
	font-size: 11px;
	font-family: tahoma;
}
.celik-halat-iletisim-form{
	background-color:#ffffff;
	font:Arial, Helvetica, sans-serif #cccccc;
	border:#999999;
	border-style:groove;
	font-family:Arial, Helvetica, sans-serif;
}
.celik-halat-haberler-baslik{
	color:#000000;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.celik-halat-ana_tablo{
	width:875px; 
	border:hidden; 
	table-layout:inherit; 
	vertical-align:top;
}
.celik-halat-buyuk-baslik{
	font-variant:small-caps;
	font-size: 14px;
	font-family: tahoma;
	text-decoration:none;
	color: #666666
}
.celik-halat-baslik-19{
	font-size: 19px;
	font-family:Georgia;
	text-decoration:none;
	color: #666666
}
.celik-halat-baslik-ana{
	font-size: 13px;
	font-family:Georgia;
	text-decoration:none;
	color: #666666;
	list-style-image:url(../gfx/celik-halat-ok.gif);
}
.celik-halat-baslik-ana a{
	font-size: 13px;
	font-family:Georgia;
	text-decoration:none;
	color: #666666
}
.celik-halat-urunler tr{
	background:#CCCCCC;
	height:80px;
}
.celik-halat-urunler tr:hover{
	background:#999999;
}
.celik-halat-urunler tr img{
	border:#CCFF66 1px;;
}

/* RESMIN ÜZERINE GELINCE BÜYÜME CSS */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


