@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/mainbg.jpg);
}

a.resim1 img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

a.resim1:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

.UrunSayfa{
	width:500px;
	height:560px;
	
	float:left;
}
.UrunCerceve{
	float:left;
	width:120px;
	height: 135px;
	margin: 2px 2px 3px 3px; 
	
	background-image: url(../img/list_cerceve.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 1px 0px 1px 0px;
	text-align:center;
	
}
.UrunCerceve .Resim {
	width: 118px;
	height: 118px;
	
	
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	overflow:hidden;
}

.UrunCerceve .Resim img {
	width: 118px;
	height: 118px;
}

.UrunCerceve .Resim:hover {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

.UrunCerceve .Yazi {
	width: 118px;
	height: 15px;
	padding: 0 0 0 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	line-height:15px;
	overflow:hidden;
}



.clear{
	width:0;
	height:0;
	clear:both;
	line-height:0;
	overflow:hidden;
	margin: 0;
	padding:0;
}
