/*==  Popup Banner  ==*/
#overlay { width:100%; height:100%; position:fixed;  _position:absolute; top:0; left:0; z-index:1001; background-color:#000000; overflow: hidden; }
#popup{
    display: none;
    position:absolute;
    width:650px;
    height:300px;
    z-index:1002;
    border: 1px solid #fa5507;
    background-color: #fff;
    font-family: Tahoma,sans-serif;
    padding:0 10px;
}
#popup img{border:none;}
#popup a{text-decoration:none!important; cursor:pointer; color:Black;}

#popup .bannerImage {width:200px; height:260px;}
#popup .bannerText {width:420px; height:260px; margin-right:10px; font-size:14px!important;}

#baner_close {
    color: #cc0000!important;
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
    letter-spacing:1px;
}
    
#popup h3{font-size:18px; padding-bottom:10px; float:right; color:#000; text-align:center; width:100%;}

#popup .fright {float:right;}

#popup .ok {padding-right:5px;}
    #popup .ok a{font-weight:bold; font-size:14px; color:#000;}
#popup .booksImages {margin-left:25px;}
