/*# Bottom Online Basket
============================================================================*/
#LightBox {
    display:none;
    position:fixed;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    z-index:999999999;
}
#LightBox-BG {
    cursor: pointer;
    background-color: #fff;
    opacity: .7;
    -moz-opacity: .7;
    filter:alpha(opacity=70);  
    z-index:0;
}
#LightBox-Close {
    position:absolute;
    top:0;
    right:0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.LightBox-Page {
    width:800px;
    height:380px;
    padding:20px;
    background-color: #fff;
    border-bottom: 2px solid #aaa;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.LightBox-Page #LightBox-Container-inner {
    height:100%;
    overflow-y: scroll;
}
.LightBox-Image {
    text-align: center;
    vertical-align: middle;
    width:500px;
    height:417px;
    padding:0px;
    overflow:hidden;
    background-color: #fff;
    border-bottom: 2px solid #aaa;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

