﻿/*currency*/
.float-right
{
    float: right;
    padding: 0px;
    margin: 0px;
    background-color: Transparent;
}
.select-link, .select-link:hover
{
    padding-right: 16px;
    margin-right: 12px;
    cursor: pointer;
    background: url('Images/select_icon.gif') no-repeat 100% 2px;
}
.icons
{
    display: inline-block;
    margin: 0px 6px;
    padding: 0px;
    cursor: pointer;
    vertical-align: -4px;
}
.cm-select-list a.item-link, .cm-select-list a.item-link:visited, .cm-select-list a.item-link:hover, .cm-select-list a.item-link:active
{
    padding: 0px 0px 0px 22px;
    background-repeat: no-repeat;
    background-position: left 0px;
}
.select-wrap
{
    /*float: right;*/
    margin-top: 3px;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}
.select-popup
{
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 185px;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 12;
    display: none;
    visibility: visible;
}
.select-popup
{
    border: #cecece 1px solid;
}
.selpopup
{
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 75px;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 12;
    display: none;
    visibility: visible;
}
.selpopup
{
    border: #cecece 1px solid;
}
UL.cm-select-list LI A:hover
{
    background-color: Transparent;
    color: #000;
    text-decoration: underline;
}
.close-icon
{
    position: absolute;
    right: 3px;
    cursor: pointer;
    padding: 2px 2px;
}
ul.cm-select-list
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
}
ul.cm-select-list li
{
    padding: 1px 39px 7px 0px;
    cursor: pointer;
    white-space: nowrap;
    list-style-type: none;
}
ul.cm-select-list li a
{
    white-space: nowrap;
}
.cm-select-list a, .cm-select-list a:visited, .cm-select-list a:hover, .cm-select-list a:active
{
    font: normal 12px Arial;
    background-repeat: no-repeat;
    background-position: left 0px;
    text-decoration: none;
    padding: 0px 0px 0px 10px;
}
.cm-select-list A.item-link
{
    padding-bottom: 0px;
    padding-left: 22px;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-position: left 0px;
    padding-top: 0px;
}
.cm-select-list A.item-link:visited
{
    padding-bottom: 0px;
    padding-left: 22px;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-position: left 0px;
    padding-top: 0px;
}
.cm-select-list A.item-link:hover
{
    padding-bottom: 0px;
    padding-left: 22px;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-position: left 0px;
    padding-top: 0px;
}
.cm-select-list A.item-link:active
{
    padding-bottom: 0px;
    padding-left: 22px;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-position: left 0px;
    padding-top: 0px;
}
/* /Select currency */
