#AddToCart-popup {
    position: fixed;
    top: 20%;
    margin-top: -100px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background-color: #0FA;
}
#AddToCart-popup .product-options {margin: 0;}
#AddToCart-popup .popup-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;

}
#AddToCart-popup .popup-overlay ~ * {position: relative; z-index: 100;}

#AddToCart-popup .close-popup
{
    background-color: #f6f6f6;
    width: 100px;
    cursor: pointer;
}
#AddToCart-popup .close-popup:hover
{
    background-color: Red;
}


#AddToCart-header-sidebar
{
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    width: 200px;
}

.header .top-link-cart
{
    position: relative;
}
.highlight-cart
{
    background-color:green;
}


.quick-view-data-container {position: absolute; z-index: 99; background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,.2); padding: 10px; top: 0; right: -80%; display: none; }
.products-grid .actions {position: static;}
.products-grid li.item {position: relative;}

.quick-view-data-container .product-view
{
    z-index: 100;
    position: relative;
}
.quick-view-data-container .quick-view-overlay
{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
}



.product-view .product-img-box .product-image {
    height: 265px;
    overflow: hidden;
    position: relative;
    width: 265px;
    z-index: 9;
}





