div.background-shade-div
{
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    filter:alpha(opacity=80);
    background-color: #000;
    z-index: 1;
    z-index: 50000;
    z-index: 1 \0/ ;    
    *zoom: 1;    
}

#outer-currency-wrapper{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

div.currency-preview-big-wrapper{
    position: relative;
    /*top: -46px;   */     
    /*width: 100%;*/   
    z-index: 51000; 
    *zoom:1;  
    background-color: white;    
    width: 410px;
    margin: 0 auto;    
    padding-bottom: 15px;
}

div.close-icon
{
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
    float: right;
    background-image: url('/static/img/eshop/book_detail/dialog_close_x.gif');
    background-repeat:no-repeat;
    background-position: 0px 0px;	
    background-size: 100%;
    cursor: pointer;
    z-index:5000000 \9;
}
div.currency-headline{
    padding-top: 5px;
    font-size: 15pt;
    font-family: fontGotham;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 35pt;    
}
div.currency-headline strong{
    font-weight: bold;
}
div.currency-headline hr{
    margin: 0px 15px 15px 15px;
}
div.currency-title-info hr{
    margin: 12px 15px 15px 15px;
}


.currency-price{
    line-height: 30px;
}

.currency-offer{
    color: #ed4934;
    font-size: 11pt;
    font-weight: bold;
}
.currency-regular-through{
   text-decoration:line-through;
   min-width: 60px;
   display: inline-block;
}

.currency-name{
    font-family: georgia;
    font-style: italic;
    line-height: 30px;
}

.currency-title-info{
    text-align: center;   
}

.currency-title{
    font-family: fontGotham;
    font-weight: 200;
    font-size: 13pt;   
}

.currency-pub-type{
    font-family: georgia;
  
    font-style: italic;
}

.text-right{
    text-align: right;
}

.see-other-curr-label{
    font-weight: normal;
    font-style:italic;
    font-family: georgia;  
    font-size: 9pt;
}

.currency-price-label{
    cursor: pointer;
}

div.top-bar
{
    background-color: white;
}
