/* block top currencies */
#currencies_block_top {
    float:right;
    margin:  0;
    padding: 0 6px;
}


#currencies_block_top ul#first-currencies li {
    padding: 5px 0;
    width: 80px;
}

#currencies_block_top ul#first-currencies li.selected {
    opacity: 1 !important;
}

/*languages with jquery*/
#setCurrency {
    cursor: pointer;
    position: relative;
    top: 0px;
}

.topheight {
    line-height: 15px;
    padding: 0 5px 0 0;
    position: relative;
    text-align: right;
    width: 20px;
    text-transform: capitalize;
}

#setCurrency .currencies_ul{
    display:none;
    z-index: 10000;
    padding:10px;
    list-style-type:none;
    width: 80px;
}
#setCurrency .currencies_ul_hover{
    display:block;
    z-index: 5000;
    position:absolute;
    top: 0;
    left: 25px;
    width: 50px;
    padding:5px 10px;
    height:auto;
    text-align: center;
    width: auto;
}







