#importFavoriteProductsForm {
    position: relative;
    float: right;
    margin-left: 5px;
}

#importFavoriteProductsForm button {
    float: none;
    margin: 0;
    position: relative;
    z-index: 1;
    cursor: default;
}

#importFavoriteProductsForm input {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer !important;
    filter: alpha(opacity:0);
    height: 100%;
}

#amlist-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    direction: ltr;
    overflow: scroll;
}

#amlist-items {
    border: 1px solid #ededed;
    background-color: white;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
}

#amlist-overlay .close {
    position: absolute;
    top: 7px;
    right: 7px;
    background: url(../../argento/images/close-32.png) no-repeat 50%;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;
    opacity: .8;
}

#amlist-overlay #amlist-add {
    color: #000000;
    font-size: 15px;
    line-height: 15px !important;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: none;
    height: 26px;
    padding: 2px 20px;
    text-decoration: none;
    text-shadow: none;
    font-size: 1em;
}
#amlist-overlay #amlist-add:hover {
    background-color: #e3e3e3;
}

.amlist-form-edit .amlist-title-input {
    margin-right: 10px;
    height: 33px;
}

.amlist-form-edit button {
    vertical-align: top;
}

#amlist-items div {
    margin-top: 15px;
}

#amlist-list{
    min-width: 150px;
}
