/* Overlay */
/* Overlay */
#ampromo-items-add
{
    border: 1px solid #ededed;
    padding: 7px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

#ampromo-items-add a
{
    text-decoration: none;
    border-bottom: 1px dashed;
}

.amscheckout #ampromo-items-add
{
    margin: 7px 10px;
}

#ampromo-overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
}
 
#ampromo-overlay .close
{
    background: url("/skin/frontend/default/koolfly/images/converge/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    height: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    z-index: 1;
    /*opacity: .8;*/
}

#ampromo-overlay .close:hover
{
    /*opacity: 1;
    transition: opacity 0.2s ease;*/
}
#ampromo-carousel-content
{
    background-color: #fff;
}