﻿
/* common ShopFX Model Popup  */
.ShopFXModelPopupWrapper {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    opacity:.8 !important;
}

.ShopFXModelPopupContainer {
    position: absolute;
    box-shadow: 0 5px 15px rgba(255,255,255,.2);
    border-radius: 4px;
    z-index: 1001;
    max-width: 960px;
    height: auto !important;
}

.ShopFXModelPopupCloseBtn {
    position: absolute;
    right: 0px;
    top: -30px;
    color: #AAA
}

.ShopFXModelPopupCloseBtn:hover {
    color: #FFF;
    cursor: pointer;
}

.ShopFXModelPopupHeader {
    padding: 10px;
    Width: 100%;
    float: left;
}

.ShopFXModelPopupBody {
    padding: 10px;
    padding-top: 0px;
    Width: 100%;
    float: left;
}

.ShopFXModelPopupPlainBody {
    padding: 25px;
    Width: 100%;
    float: left;
}
.FXModelPopupFloatLeft {
    float: left !important;
}
.FXModelPopupFloatRight {
    float: right !important;
}