
.stylesLanguage {
    text-align: left;
    background-color: rgba(21, 21, 21, 0.38);
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 12px;
    float: left;
}
.stylesLanguage .ddTitle {
    padding: 0 3px;
    text-indent: 0;
    cursor: default;
    overflow: hidden;
    height: 28px;
    background-color: #000;
}
.stylesLanguage .ddTitle span.arrow {
    background: transparent url(images/btnLang.png) no-repeat 0 0;
    float: right;
    display: inline-block;
    width: 11px;
    height: 7px;
    cursor: pointer;
    top: 13px;
    position: relative;
    right: 4px;
}
.stylesLanguage .ddTitle span.ddTitleText {
    overflow: hidden;
    line-height: 30px;
    font-size: 11px;
    color: #ccc;
    position: relative;
    left: 0px;
    margin: 1px 0px 0px 0px;
}
.stylesLanguage .ddTitle span.ddTitleText img {
    text-align: left;
    position: relative;
    top: -1px;
}
.stylesLanguage .ddTitle img.selected {
    vertical-align: top;
}
.stylesLanguage .ddChild {
    position: absolute;
    border-top: none;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: rgb(0, 0, 0);
    font-size: 11px;
}
.stylesLanguage .ddChild .opta a,
.stylesLanguage .ddChild .opta a:visited {
    padding-left: 10px
}
.stylesLanguage .ddChild a {
    display: block;
    padding: 3px 0 3px 3px;
    text-decoration: none;
    color: #ccc;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.stylesLanguage .ddChild a:hover {
    background-color: #1d0202;
}
.stylesLanguage .ddChild a img {
    border: 0;
    padding: 0 2px 0 0;
    vertical-align: middle;
}
.stylesLanguage .ddChild a.selected {
    background-color: #1d0202;
}