/* block top currencies */
#currencies_block_top {
        color: #ccc;
        font-size: 90%;
	position: absolute;
        right: 260px;
        top: 8px;
        z-index: 10;
}
#currencies_block_top STRONG {
        color: #000;
        margin-right: 10px;
}
#currencies_block_top A {
        color: #808080;
        margin: 0 5px;
}
#currencies_block_top .active {
        color: #b30950;
        font-weight: bold;
        text-decoration: none;
}