
#top-cart {
    padding-left: 60px;
    font-size: 12px;
    color: #6f6f6f;
    min-height: 51px;
    float: right;
    position: relative;
}

#top-cart .tc_right {
    padding: 5px 0 0;
    position: relative;
    width: 142px;
    z-index: 2;
}

#top-cart .tc_icon {
    background: url(images/top-cart.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: 47px;
    height: 48px;
}

#top-cart .t_cart_products {
    font-size: 14px;
    color: #0c86b7;
    font-weight: 600;
    text-decoration: none;
}

#top-cart .tc_icon:hover + .tc_right .t_cart_products,
#top-cart .t_cart_products:hover {
    color: #ff7f17;
}

#top-cart .t_cart_sum {
    margin: 3px 0 0;
}


#top-cart .catalog-compare-list a {
    color: inherit;
    margin: 0 0 2px;
    text-decoration: none;
}

#top-cart .catalog-compare-list a:hover {
    text-decoration: underline;
}

#top-cart .btn_order {
    display: block;
    width: 100%;
}

#top-cart .catalog-compare-list {
    margin-top: 2px;
}

#top-cart .tc_cart_empty {
    margin: 8px 0 0;
}
