﻿
.AjaxUpdateProgress {
    filter: alpha(opacity=80);
    zoom: 1;
    opacity: 1;
    background-color: #FFF;
    color: #555;
    width: 130px;
    text-align: center;
    top: 40%;
    left: 42%;
    position: fixed;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 9999;
}

    .AjaxUpdateProgress img {
        position: absolute;
        left: 33%;
        top: 20%;
    }


.pri{
    color: #d4232b;
    font-size: 20px;
    font-weight: bold;
}
.price del{
    color: #929292;
    font-size: 16px;
    padding-bottom: 5px;
    text-decoration: line-through;
}