#modalBG {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.85;
    visibility: hidden;
}

#details {
    visibility: hidden;
    opacity: 1;
    z-index: 3;
    position: absolute;
    background: url( "../img/details_bg.png" ) center center no-repeat;
    width: 500px;
    height: 391px;
}

#details  .productimage {
    width: 257px;
    height: 257px;
    position: absolute;
    left: 15px;
    top: 70px;
    border: #DDDDDD solid 2px;
}

#details   .description {
    font-family: Arial, sans-serif;
    position: absolute;
    width: 178px;
    left: 300px;
    top: 70px;

}

#details .description .text {
    font-size: 12px;
    color: #333333;
    height: 170px;
    overflow: auto;
}

#details  .headline {
    font-family: Arial, sans-serif;
    font-size: 16px;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 400px;
    color: #333333;
}

#details  .closeButton {
    position: absolute;
    right: 18px;
    top: 16px;
    cursor: pointer;
    width: 29px;
    height: 23px;

}

#details  .orderbutton {
    position: relative;
    margin-top: 20px;

}

#details  .provider {
    color: #777777;
    margin-top: 10px;
    font-size: 12px;

}

#details .price {
    position: relative;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}

img {
    border: 0;
}

#details  .closeButton a {
    position: absolute;
    right: 5px;
    top: 15px;
    color: white;
    text-decoration: none;

}

#details .loader {
    position: relative;
    text-align: center;
    vertical-align: middle;
    top: 50%;
}