﻿
.language-selector {
    position: fixed;
    top: 2px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.35);
    border-radius: 20px;
    z-index: 9999;
}

    .language-selector.Index, .language-selector.GoodsClass, .language-selector.GoodsDetail, .language-selector.MyInfo, .language-selector.LocalStore {
        top: 60px;
    }

        .language-selector.Index.head-row-2 {
            top: 105px;
        }

    .language-selector.GoodsList {
        top: 95px;
    }

    .language-selector #cboLanguages {
        width: 100%;
        height: 100%;
        color: transparent;
        background-color: transparent;
        background: url(../images/icons/choose_language.png) no-repeat 2px center;
        border: none;
    }
