#listItems .item
{
    width:305px !important; /*323px*/
    height:220px !important; /*250px*/
    margin:0px 9px;
}

#listItems .item .cover
{
    width:305px !important;
    height:220px !important;
    background:url("./img/product-item-cover.png") top left no-repeat !important;
    background-position:10px top;
}


#listItems .item .image 
{
    width:305px !important;
    height:220px !important; 
    left:5px !important;
}

#listItems .item .image img
{
    height:200px !important;        
}

#listItems .item .title
{
    top: 180px !important;
    left: 10px !important;
    font-size:13px !important;
    color:#ffffff  !important;
    line-height:16px !important;
    height:20px  !important;
    width:250px !important;
    text-align:left !important;
    
}

#pager a
{
    border:1px solid #666;
    background:#EEEEEE;
    font-size:12px;
    padding:5px;
}