#ajax-cart-container{
    float: right;
    cursor: pointer;
}

#ajax-cart-container .icon{
    display: inline-block;
    margin-bottom: -3px;
    width: 17px;
    height: 15px;
    background: url(../images/ajax_cart/header-cart-icons.png);
}
#ajax-cart-container h2.empty{
    margin: 0px 0px 10px;
}
#ajax-cart-container h2 .icon{
    display: inline-block;
    margin-bottom: -3px;
    width: 17px;
    height: 15px;
    background: url(../images/ajax_cart/header-cart-icons-inner.png);
}
#ajax-cart-container.active .icon,
#ajax-cart .icon.active{
    background-position: 17px 0px;
}

#ajax-cart {
    position: fixed;
    background-color: #fff;
    z-index: 1000000;
    right: 0;
    top: 44px;
    width: 267px;
    border: 1px solid #ccc;
    text-transform: none;
    font-size: 12px;
    margin-right: 10px;
    cursor: default;
    padding: 12px 14px;
    -webkit-box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
#ajax-cart h2{
    text-align:left;
    font-size: 12px;
    font-weight: normal;
}
#ajax-cart .button{
    margin: 0px 0px 13px;
    float: right;
    padding: 5px 28px;
    background: #c51b94;
    height: auto;
    font-size: 11px;
}
#ajax-cart .button span,
#ajax-cart .button span span{
    padding: 0px;
    height: auto;
    background: transparent;
    font-size: 11px;
    font-weight: normal;
}
#cart-top-products {
    width: 100%;
    margin: 0px;
    border-collapse:collapse;
}

#cart-top-products tbody {
    border: 1px solid #d3d3d3;
    border-right: none;
    border-left: none;
    padding-bottom: 15px;
}

#cart-top-products tbody td{
    padding: 8px 0px;
}
#cart-top-products tbody td img.product-image{
    margin-right: 5px;
}

#cart-top-products thead th {
    font-weight: bold;
    font-size: 13px;
}

#cart-top-products tbody td {
    vertical-align: middle;
}

#cart-top-products tbody td.name {
    line-height: 16px;
}

#cart-top-products tbody td:first-child img {
    vertical-align: middle;
    margin: 10px 0;
}

#cart-top-products th.text-center, #cart-top-products td.text-center {
    text-align: center;
}

#cart-top-products th.text-right, #cart-top-products td.text-right {
    text-align: right;
}

#ajax-cart .summary{
    font-size: 12px;
    padding: 10px 0px;
    text-align: right;
    font-weight: bold;
}

#ajax-cart .summary a{
    font-size: 11px;
    float: left;
    font-weight: normal;
}

.ajax-cart-loading-mask .overlay {
    background:white;
    display:block;
    left:0;
    opacity:0.50;
    filter: alpha(opacity = 50);
    position:fixed;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.ajax-cart-loading-mask .loader {
    position: fixed;
    width: 64px;
    height: 64px;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
    background: url(../images/ajax_cart/ajax-loader.gif);
    opacity: 0.5;
    z-index: 1001;
}

#cart-top-products .free-gift-icon {
    background: transparent url(../images/giftwidget-small.png) left top no-repeat;
    width: 10px;
    height: 10px;
    font-size: 0px;
    white-space: nowrap;
    display:block;
    overflow: hidden;
    position: relative;
    left: auto;
    float: none;
    top: auto;
    margin-left: 5px;
}

#cart-top-products .remove {
    background: transparent url(../images/ajax_cart/remove-item.png);
    width: 8px;
    height: 5px;
    font-size: 0px;
    white-space: nowrap;
    overflow: hidden;
    display:block;
    margin-left: 5px;
}

#cart-top-products th{
    padding: 5px 0px;
}
#cart-top-products .free-gift-icon{
    margin-bottom: 2px;
}
#cart-top-products .remove{
    margin-top: 2px;
}
a.checkout-btn span span img{
    margin-top: 1px;
}
.block-cart .nav-arrow{
    position: absolute;
    top: -14px;
    right: 8px;
}
