#flexitiModal.dialog {
    border: none;
    position: absolute;
    top: 2% !important;
    width: 96% !important;
    height: 96% !important;
    left: 2% !important;
}

@media (min-width: 1024px) {
    #flexitiModal.dialog {
        top: 5% !important;
        width: 90% !important;
        height: 90% !important;
        left: 5% !important;
        position: fixed;
    }
}

@media (max-width: 769px) {
    #flexitiModal.dialog {
        position: fixed !important;
    }
}

#flexitiModal.dialog .bot {
    display: none !important;
}

.overlay_flexitiModal {
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6;
    -webkit-opacity: .6;
}

.top.table_window {
    display: none;
}

.mid.table_window {
    height: 100%;
}

.flexitiModal_nw {
    width: 6px;
    height: 28px;
}

.flexitiModal_n {
    height: 28px;
}

.flexitiModal_ne {
    width: 6px;
    height: 28px;
}

.flexitiModal_w {
    width: 0px;
    display: none;
}

.flexitiModal_e {
    width: 6px;
    display: none;
}

.flexitiModal_w,
.flexitiModal_e,
.flexitiModal_content {
    background: #fff
}

.flexitiModal_sw {
    background: #deebf0;
    width: 5px;
    height: 3px;
}

.flexitiModal_s {
    background: #deebf0;
    height: 3px;
}

.flexitiModal_se,
.flexitiModal_sizer {
    background: #deebf0;
    width: 5px;
    height: 3px;
}

.flexitiModal_sizer {
    cursor: se-resize;
}

.flexitiModal_close {
    width: 16px;
    height: 16px;
    background: url(magento/window_close.png) no-repeat 0 0;
    position: absolute;
    top: 5px;
    right: 7px;
    cursor: pointer;
    z-index: 1000;
}

.flexitiModal_minimize {
    width: 16px;
    height: 16px;
    background: url(magento/window_minimize.png) 0 0 no-repeat;
    position: absolute;
    top: 5px;
    right: 28px;
    cursor: pointer;
    z-index: 1000;
}

.flexitiModal_maximize {
    width: 16px;
    height: 16px;
    background: url(magento/window_maximize.png) 0 0 no-repeat;
    position: absolute;
    top: 5px;
    right: 49px;
    cursor: pointer;
    z-index: 1000;
}

.flexitiModal_title {
    float: left;
    width: 100%;
    font: bold 12px/28px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: left;
}

.flexitiModal_content {
    overflow: auto;
    font-size: 12px;
}

.flexitiModal_content,
.flexitiModal_content label {
    color: #333;
    font-family: Arial, sans-serif;
}

.flexitiModal_buttons {
    padding: 10px;
    text-align: right;
}

.flexitiModal_buttons input.button {
    border-width: 1px;
    border-style: solid;
    border-color: #ed6502 #a04300 #a04300 #ed6502;
    background: #ffac47 url(magento/btn_bg.gif) 0 100% repeat-x;
    padding: 0 7px 1px 7px;
    font: bold 12px/18px Arial, Helvetica, sans-serif;
    color: #fff;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.flexitiModal_buttons button.button span span span {
    display: inline;
    background: none;
    padding: 0;
    height: auto;
}

/* FOR IE */
* html .flexitiModal_close {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_maximize.png", sizingMethod="crop");
}

* html .flexitiModal_minimize {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_close.png", sizingMethod="crop");
}

* html .flexitiModal_maximize {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_minimize.png", sizingMethod="crop");
}

.flexitiModal_content iframe {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
}

@media (max-width: 769px) {
    .products-grid .product-item-info .product-item-details {
        min-height: 500px !important
    }
}

.flxMessage img {
    display: inline !important;
}

div.flxMessage p img {
    /*display: table-cell;*/
    margin-right: 5px;
}

div.flxMessage p a {
    text-decoration: underline;
    display: inline-block;
}

.flxMessage {
    /* @todo: There's a typo here. Was it intentional? */
    /*magin-bottom: 10px !important;*/
}

.cart-totals .flxMessage.flxContent {
    text-align: left;
}

.cart-totals .flxMessage p {
    margin-left: 30px;
}
