@CHARSET "ISO-8859-1";

#global-bar-wrapper 
{
    height:30px;
    display: block;
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    border-bottom: 0;
    z-index: 9999!important;
    /*background-image: url("../img/lx2.png");*/
    /*background-repeat: repeat-x;*/
    /*background-position: 0px 0px;*/
    /*background-color: transparent;*/
    background-color: #D3D3D3;
    padding-left: 20px;

    text-align: center;
    border-bottom: 1px solid #A9A9A9;

}

.flags {
    list-style: none outside none;
    float:right;
    margin-bottom: 5px;
}
.flags li {
    float: left;
    padding: 5px 5px 0 0;
}
/**/
.flags_selectbox{
    width:100%;
    margin:5px 20px;
    top: 44px;
    position: absolute;
}

.flags_selectbox .title_flags{
    padding:5px;
    font-weight: bold;
    color:#D3A826;
    background-color:rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.flags_selectbox ul{
    display:none;
    width:100%;
    list-style: none;
    float:right;
    margin-bottom: 5px;
    margin-left: 0;
    position:absolute;
    z-index: 11;
}
.flags_selectbox li {
    color:#D3A826;
    font-weight: bold;
    width:100%;
    padding: 5px 5px 0 0;
    vertical-align: central;
    
    background-color:rgba(0, 0, 0, 0.5);
    /*background-image: url("../img/lx2.png");
    background-repeat: repeat-x;*/
    background-position: 0px 0px;
    cursor:pointer;
}

.flags_selectbox li:HOVER , .flags_selectbox li.flag_selectbox_selected 
{
    color:black;
    background-color:rgba(255, 255, 255, 0.5);
    /*background-image: url("../img/lx1.png");
    background-repeat: repeat-x;*/
    background-position: 0px 0px;	
}

.flags_selectbox ul li:last-child {
    
    -webkit-border-radius:0 0 15px 15px;
    -moz-border-radius:0 0 15px 15px;
    border-radius:0 0 15px 15px;
    
}


.flags_selectbox form {
    margin: 0;
}

.flags_selectbox li img{
    
    height:20px;
    float:left;
    background-color: transparent;
    cursor: pointer;
    margin:3px 5px;
}

/**/
div.flag
{
    height:30px;
    display: block;

    float:left;
    background-color: transparent;
    padding:0px 3px;

    cursor: pointer;
}

div.flag:HOVER 
{
    background-image: url("../img/lx1.png");
    background-repeat: repeat-x;
    background-position: 0px 0px;	
}

img.flag
{
    margin-top:3px;	
}

div.flag1
{
    height:30px;
    display: block;

    float:left;

    background-image: url("../img/lx1.png");
    background-repeat: repeat-x;
    background-position: 0px 0px;

    padding:0px 3px;

    cursor: auto;
}

/*div.flag1:HOVER 
{
        background-image: url("../img/lx1.png");
        background-repeat: repeat-x;
        background-position: 0px 0px;	
}*/

img.flag1
{
    margin-top:3px;	
}

div.ll_link_f
{
    height:30px;
    display: block;

    float:right;
    background-color: transparent;
    padding:0px 5px;

    width: 20px;
}


div.ll_link
{
    height:18px;
    display: block;

    float:right;
    background-color: transparent;
    padding:6px 5px;

    color:#00008B;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
    cursor:pointer;	
}

div.ll_link:HOVER 
{
    background-image: url("../img/lx1.png");
    background-repeat: repeat-x;
    background-position: 0px 0px;

    color:white;	
}

div.soial_net
{
    height:36px;
    display: block;

    float:right;
    background-color: transparent;
    padding:0px 3px;

    cursor: pointer;
}

div.soial_net:HOVER 
{
    background-image: url("../img/lx1.png");
    background-repeat: repeat-x;
    background-position: 0px 0px;	
}

img.soial_net
{
    margin-top:3px;	
}

div.dg_link
{
    height:18px;
    display: block;

    margin: auto;
    width:200px;
    padding: 6px 0px;
    background-color: transparent;

    color:#00008B;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
    cursor:pointer;	
}

div.dg_link:HOVER 
{
    background-image: url("../img/lx1.png");
    background-repeat: repeat-x;
    background-position: 0px 0px;

    color:white;	
}


