/* block top currencies */
#currencies_block_top {
    position: absolute;
    margin: 0;
    top: 12px;
    padding: 0 0 0px 12px;
    font-family: 'EB Garamond', serif;
    font-size: 12px;
    height: 21px;
    border: 0px solid;
    text-transform: uppercase;

}
#currencies_block_top .currency_text {display: inline-block; width: 80px; color: #626262; font-size: 12px !important; }
#currencies_block_top .currency_name {display: inline-block;width: 100px; background: #fff url(img/sel_bg.png) no-repeat 100% 0;padding: 0 30px 0 4px;}

#currencies_block_top ul#first-currencies li {
   
    padding: 0 0;
    color: #fff;
}

#currencies_block_top p.topheight {padding-bottom: 11px;}

#currencies_block_top ul#first-currencies li.selected {
    opacity: 1 !important;
}
/*languages with jquery*/
#setCurrency {
    cursor: pointer;
    position: relative;
    top: 0px;
}

.lt-ie9 #setCurrency {
    top: 1px;
}
#setCurrency p {
    position: relative;
    top: 0;
    margin-left: 0px;
    padding: 0;
}
#setCurrency p img {
    padding-left: 5px;
}
#setCurrency .currencies_ul{
    display:none;
    z-index: 10000;
    padding:10px;
    list-style-type:none;
}
#setCurrency .currencies_ul_hover a {
    text-decoration: none;
    color: #fff;
}
#setCurrency .currencies_ul_hover a:hover {}
#setCurrency .currencies_ul_hover{
    margin-top: 0px;
   
    


    display:block;
    z-index: 5000;
    position:absolute;
    margin-left: 80px;
    padding:10px 0 15px 10px;
    height:auto;
    background: #ABA095;
    min-width: 121px;

    color: #fff;
   
}

#setCurrency .currencies_ul li {float: left;min-width: 100px;line-height: 12px;}





