/*
kategori.css
17.11.2015 01.23
*/
.kategori-urun-kabuk {
position:relative;
float:left;
width:320px;
height:300px;
background-color:#fff;
}

.kategori-urun-kabuk .kategori-urun-resim {
position:absolute;
display:block;
width:320px;
height:300px
}

.kategori-urun-kabuk .kategori-urun-fiyat {
position:relative;
display:inline-block;
height:26px;
min-width:10px;
margin:10px 8px 8px 4px;
padding:0 4px;
overflow:hidden;
font-size:20px;
line-height:26px;
color:#fff;
text-shadow: 1px 2px 1px #000;
background:url(../img/zm-seffaf.png);
border-radius:4px;
}

.kategori-urun-kabuk .kategori-urun-isim {
position:relative;
display:inline-block;
height:24px;
min-width:100px;
margin:170px 8px 2px 4px;
padding:0 4px;
overflow:hidden;
font-size:16px;
line-height:24px;
color:#fff;
text-shadow: 1px 2px 1px #000;
background:url(../img/zm-seffaf.png);
border-radius:4px;
}

.kategori-urun-kabuk .kategori-urun-aciklama {
position:relative;
display:inline-block;
height:46px;
line-height:16px;
min-width:100px;
margin:2px 8px 0 4px;
padding:0 4px;
overflow:hidden;
font-size:10px;
color:#fff;
text-shadow: 1px 2px 1px #000;
background:url(../img/zm-seffaf.png);
border-radius:4px;
}