#kategori {
	position:absolute;
	top:0;
	left:0;
	width:666px;
	height:30px;
	line-height:30px; /*dikey ortalama*/
	background-color:#2b3044;
	color:#4d8bb2;
	font-family:Arial;
	font-size:11px;
	padding-left:10px;
}

#logo 
{
	/*border:1px solid;*/
    	position:absolute;
	width:91px;
	height:516px;
	top:30px;
	left:0px;
	background-color:white;
	padding:18px 3px 3px 3px;
	overflow:hidden;
}

#urunler {
	/*border:1px solid red;*/
	position:absolute;
	top:30px;
	left:90px;
	width:580px;
	height:501px;
}

div.urun {
	position:static;
	width:95px;
	height:106px;
	background-image:url(../images/UrunZemin.jpg);
	background-position:100% 100%;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:11px;
	color:#4d8bb2;
}
img.urun_resim {
	margin-top:5px;
	width:85px;
	height:81px;
	border: solid 0px;
}
div.urun_adi 
{

   position:relative;
   bottom:2px;
}
div.urun_adi a{
	color:#2a3043;
	text-decoration:none;
}
div.urun_adi a:visited {
	color:#2a3043;
	text-decoration:none;
}

#urunler_sayfalama {
	position:absolute;
	bottom:8px;
	right:0px;
	background-color:#2b3044;
	height:20px;
	color:#4d8bb2;
	font-family:Arial;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
}

#urunler_sayfalama_span
{
	position:relative;
	bottom:5px;
}

.modalBackground {
	background-color:Black;
	filter:alpha(opacity=85);
	opacity:0.85;
}
.modalPopup {
	background-color:#5085a7;
	border-width:0px;
	border-style:solid;
	border-color:#5085a7;
	padding:3px;
	width:741px;
	height:361px;
	padding:20px 3px 3px 3px;
}
#urun_detay 
{
    position:relative;
    width:100%;
    height:100%;
    background-color:White;
}
#urun_resim
{
    position:absolute;
    left:8px;
    top:10px;
    width:350px;
    height:350px;
    background-color:white;
}
#urun_resim_img
{
    width:350px;
    height:350px;
}
#urun_baslik
{
    position:absolute;
    left:364px;
    top:10px;
    width:362px;
    height:26px;
    line-height:26px;
    background-color:#2a3043;
    padding-left:10px;
}
#urun_baslik_span
{
    color:White;
    font-family:Arial;
    font-size:12px;
}
#urun_aciklama
{
    position:absolute;
    left:364px;
    top:39px;
    padding:3px;
    width:366px;
    height:315px;
    /*background-image:url(../images/UrunAciklamaZemin.jpg);*/
    background-color:#1b2030;
    color:white;
    font-family:Arial;
    font-size:11px;
    overflow:auto;
}
.urun_bulunamadi {
	position:absolute;
	width:122px;
	height:20px;
	line-height:20px;
	top:50%;
	left:50%;
	margin-left:-61px;
	margin-top:-10px;
	font-family:Arial;
	font-size:11px;
}
