.top-Items {
    width: 180px;
    height: 205px;
    background: url('../emarket/catalog_product_top.jpg') no-repeat 0px 0px;
    margin:5px 0px 5px 0px;
    position: relative;
}


.top-Items .top-title {
    font:bold 12px tahoma;
    color:#171717;
    padding:15px 0px 0px 10px;
}

.top-Items .top-product-title {
    position: absolute;
    left:10px;
    top:145px;
    font:bold 12px tahoma;
    color:#4f4f4f;
    overflow: hidden;
    height:28px;
    width: 160px;
}
/********************************************/
.top-Items .image {
    background: none no-repeat 50% 50%;
    width: 73px;
    height: 92px;
    position: absolute;
    left:10px;
    top: 50px;
}
/*******************************************/
.top-Items .price {
    font:bold 12px tahoma;
    color: #4f4f4f;
    position: absolute;
    top:70px;
    left:90px;
}
.top-Items .price span {
    display: block;
    font: bold 18px tahoma;
    color: #b11f1e;
}


/*****************************************/
.top-Items .footer {
    font:bold 11px tahoma;
    padding: 5px 0px 5px 0px;
    position:absolute;
    bottom:0px;
    left: 5px;
    width: 170px;
}
.top-Items .footer a.more {
    color: #113b87;
    text-decoration: none;
    float: right;
    display:block;
    padding: 5px 20px 5px 20px;
    margin:0px 0px 0px 0px;
    background: url('../emarket/top_more.jpg') no-repeat 100% 50%;
}
.top-Items .footer a.cart,
.top-Items .footer a.compare,
.top-Items .footer a.check
{
    color: #fff;
    text-decoration: none;
    float: left;
    display:block;
    width:25px;
    height:20px;
    margin:0px 5px 0px 0px;
    background: url('../emarket/catalog/cart.gif') no-repeat 100% 50%;
}
.top-Items .footer a.compare {
    background: url('../emarket/catalog/compare.gif') no-repeat 100% 50%;
}
.top-Items .footer a.check {
    background: url('../emarket/catalog/favorite.gif') no-repeat 100% 50%;
}

.top-Items .footer a.inFavorite {
    background: url('../emarket/catalog/in-favorite.gif') no-repeat 100% 50%;
}