﻿.pre-create-img-container {
    display: none;
    height: 222px;
    margin: 10px;
    width: 219px;
    z-index: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.4);
}
.pre-create-img-container a {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.pre-create-img-container a.selected {
    z-index: 300;
}
.pre-create-img {
    height: auto !important;
    max-height: 207px;
    max-width: 207px;
    width: auto !important;
}
.pre-create-img-bg {
    background-color: #FFFFFF;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}

.pre-create-btn
    {
        position: absolute;
        width: 137px;
        height: 46px;
        display:none;
        top: 70px;
        left: 40px;
        cursor:pointer;
    }
.pre-create-btn-over
{
    opacity: 0;
}
    
.pre-create-colors {
    background-color: #FFFFFF;
    border: 1px solid #AD262E;
    display: none;
    height: 25px;
    left: 126.5px;
    padding: 5px;
    position: absolute;
    top: 139px;
    z-index: 20000;
}
.pre-create-colors-loading {
    background: url("../../Sprites/Master/loader.gif") no-repeat scroll center center transparent;
    display: none;
    height: 11px;
    position: absolute;
    width: 43px;
    z-index: 500;
}