﻿#lang_dropdown
{
    width: 130px;
    float:left;
    padding: 1px;
    overflow: hidden;
    height: 22px;
    position: relative;
    background-color: white;
   z-index   :100;
}

.langcontent {
padding: 4px 5px;
text-align: left;
border-bottom: 1px dotted #E0E0E0;
display: block;
text-decoration: none;
cursor: pointer;
cursor: hand;
position: relative;
top: 0px;
}

div.langtext {
width: 60px;
margin-left: 3px;
font-weight: bold;
font-size: 7pt;
color: #606060 !important;
}

a.lang_selected {
width: 100px;
font-weight: bold;
font-family: Tahoma, Verdana, Helvetica, sans-serif;
font-size: 7pt;
color: #909090;
}

img.flag {
padding: 1px;
border: 1px solid #E0E0E0;
}


/*langcontent
{
    padding: 4px 5px;
    text-align: left;
    border-bottom: 1px dotted #E0E0E0;
    display: block;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
    position: relative;
    top: 0px;
}

div.langtext
{
    width: 60px;
    margin-left: 3px;
    font-weight: bold;
    font-size: 7pt;
    color: #606060 !important;
}

a.lang_selected
{
    width: 100px;
    font-weight: bold;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    color: #909090;
}


#lang_dropdown {
        width: 201px;
        padding: 1px;
        border: 1px solid #B8B8B8;
        overflow: hidden;
        height: 22px;
        position: absolute; 
        background-color: white;
}

img.flag
{
    padding: 1px;
    border: 1px solid #E0E0E0;
}
*/

