﻿
/****************   LISTELEME   ****************/

    #listItems .item
    {
        width: 309px;
        height: 200px;
        display:inline-block;
        position:relative;
        margin: 10px 7px;
    }

    #listItems .item .cover
    {
        position:absolute;
        top:0px;
        left:0px;
        width: 198px;
        height: 191px;
        background: none no-repeat top left;
    }


    #listItems .item .image 
    {
        width: 310px;
        height: 200px;    
        top:5px;
        left: 39px;
        overflow:hidden;
        background:#FFFFFF;
        text-align:center;
    }

    #listItems .item .image img
    {
        height: 200px;
        display:inline-block;
    }

    #listItems .item .title
    {
        width: 224px;
        height: 25px;
        line-height: 26px;
        overflow:hidden;
        position:absolute;
        bottom: 15px;
        right: 0px;
        text-align: right;
        color: #000;
        font-weight: normal;
        font-size: 16px;
        background: url("./img/product-item-cover.png") no-repeat top left;
    
        padding: 5px;
}
    
    #listItems .item:hover .title
    {
        background: url("./img/product-item-cover-active.png");
        color:#FFFFFF;        
    }

    #pager
    {
        margin-top:10px;
        margin-left:6px;
    }


    #pager a
    {
        border:1px solid #666;
        background:#EEEEEE;
        font-size:12px;
        padding:5px;
        width:14px;
        height:14px;
        display:inline-block;
        text-align:center;
        line-height:14px;
    }

    #pager a:hover
    {
        background:#999;
        color:#FFF;
        text-decoration:none;
    }    
    
    
    
	
	#subKategoriContainer 
	{
	    margin-top: 0px;	
	    padding-left: 6px;
    }
	#subKategoriContainer a
	{
	    display:inline-block;
	    padding:3px 6px;
	    border:1px solid #eeeeee;
	    background:#f1f1f1;
	    color:#000000;
	}
	