#loading-ajax {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    display: none;
    width: 100%;
    height: 100%;
}

#loading-ajax-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#loading-ajax-image {
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 9999;
    display: block;
    margin-left: -100px;
    padding: 20px;
    width: 160px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 2px #aaa;
    -moz-box-shadow: 0 0 3px 2px #aaa;        
    box-shadow: 0 0 3px 2px #aaa;
}

#loading-ajax-image img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

#cvv-trigger {
    cursor: pointer;
}

#cvv-window {
    display: none;
}

#cvv-window img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

#image-window {
    display: none;
}

#image-window img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

#instructions-window {
    display: none;
}

#row-province-ca,
#row-province-other,
#row-billing-province-ca,
#row-billing-province-other,
#row-shipping-province-ca,
#row-shipping-province-other {
    display: none;
}

#window-player,
#window-pdf {
    display: none;
}

#sample-window-downloads {
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f2f2f2;
}

#sample-window-downloads p {
    margin: 0 10px;
    padding: 0;
}

#sample-window-downloads table {
    margin: 0 0 0 10px;
    border-collapse: collapse;
}

#sample-window-downloads table tr {
    vertical-align: middle;
}

#sample-window-downloads table tr td {
    padding: 0 0 0 20px;
    line-height: 28px;
}

#sample-window-downloads table tr td:first-child {
    padding: 0;
}

#sample-window-downloads table .fa {
    float: left;
    margin: 3px 0;
    border: none;
    font-size: 28px;
}

#sample-window-downloads table .fa.action {
    margin: 0 10px 0 0;
    cursor: pointer;
}

#captcha-refresh {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: normal;
}

#captcha-image {
    float: left;
    width: 210px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.download-directly,
.stream-video,
.stream-audio,
.send-to-dropbox {
    cursor: pointer;
}

.image-preview a {
    display: block;
    margin: 0 auto;
    border: 1px solid #aaa !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-position: center center !important;
    background-repeat: no-repeat;
    -webkit-box-shadow:
        inset 0 1px 5px rgba(50, 50, 50, .5),
        0 1px 0 rgba(255, 255, 255, 1),
        0 1px 0 rgba(90, 90, 90, .6);
    -moz-box-shadow:
        inset 0 1px 5px rgba(50, 50, 50, .5),
        0 1px 0 rgba(255, 255, 255, 1),
        0 1px 0 rgba(90, 90, 90, .6);
    box-shadow:
        inset 0 1px 5px rgba(50, 50, 50, .5),
        0 1px 0 rgba(255, 255, 255, 1),
        0 1px 0 rgba(90, 90, 90, .6);
}

.image-preview a:hover {
    border: 1px solid #aaa !important;
    -webkit-box-shadow: inset 0px 0px 0px 0px #aaaaaa;
    -moz-box-shadow: inset 0px 0px 0px 0px #aaaaaa;
    box-shadow: inset 0px 0px 0px 0px #aaaaaa;
}

.rounded-image,
.rounded-image-thumbnail {
    float: left;
    cursor: pointer;
    border: 1px solid #888 !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-position: center center !important;
    -webkit-box-shadow:
        inset 0 1px 5px rgba(50, 50, 50, .5),
        0 1px 0 rgba(255, 255, 255, 1),
        0 1px 0 rgba(90, 90, 90, .6);
    -moz-box-shadow:
        inset 0 1px 5px rgba(50, 50, 50, .5),
        0 1px 0 rgba(255, 255, 255, 1),
        0 1px 0 rgba(90, 90, 90, .6);
    box-shadow:
        inset 0 1px 5px rgba(50, 50, 50, .5),
        0 1px 0 rgba(255, 255, 255, 1),
        0 1px 0 rgba(90, 90, 90, .6);
}

.rounded-image:hover,
.rounded-image-thumbnail:hover {
    border: 1px solid #888 !important;
    -webkit-box-shadow: inset 0px 0px 0px 0px #aaaaaa;
    -moz-box-shadow: inset 0px 0px 0px 0px #aaaaaa;
    box-shadow: inset 0px 0px 0px 0px #aaaaaa;
}

.image-preview img,
.rounded-image img,
.rounded-image-thumbnail .image-thumbnail {
    display: block;
    border: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0);                                         /* IE 5-7 */
    -moz-opacity: 0;                                                  /* Netscape */
    -khtml-opacity: 0;                                                /* Safari 1.x */
    opacity: 0;                                                       /* Good browsers */
}

#image-window {
    position: relative;
}

#image-back {
    position: absolute;
    z-index: 9999;
    bottom: -47px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: url('../images/icons/stores/back.gif') center center no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}

#image-next {
    position: absolute;
    z-index: 9999;
    bottom: -47px;
    left: 42px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: url('../images/icons/stores/next.gif') center center no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}

#image-next.flat {
    left: 0;
}

input.qty {
    width: 30px !important;
    text-align: center;
}

span.stock-yes {
    color: #3a3;
    font-weight: bold;
}

span.stock-no {
    color: #e00; 
    font-weight: bold;
}

.negative-notice, .positive-notice, .neutral-notice {
    margin: 0 0 20px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
}

.negative-notice {
    border: 1px solid #333;
    background: #d4932c;
    color: #fff;
}

.positive-notice {
    border: 1px solid #aaa;
    background: #eeffbb;
    color: #000;
}

.neutral-notice {
    border: 1px solid #aaa;
    background: #deeaef;
    color: #000;
}

.negative-notice a {
    color: #fff;
}

.positive-notice a, .neutral-notice a {
    color: #000;
}

.negative-notice a:hover, .positive-notice a:hover, .neutral-notice a:hover {
    text-decoration: none;
}

#instructions-window ul {
    margin: 20px !important;
    padding: 0 !important;
    list-style-position: inside !important;
    line-height: normal !important;
}