
/**** Popin .popin-languages-chooser ****/
#languages-chooser {
    background: url("../images/flag-btn-header/International.png") no-repeat 5px 3px #31414F;
    color: #B4BCC3;
    display: block;
    height: 29px;
    line-height: 29px;
    padding: 0 10px 0 34px;
}
#colorbox.popin-languages-chooser {
    background-color: #314150;
    border-color: #314150;
    padding-bottom: 12px !important;
}
#colorbox.popin-languages-chooser #cboxContent {margin-top: 2px;}
#colorbox.popin-languages-chooser #cboxClose {
    background: url("../images/button-close_white.png") no-repeat 0 0 transparent;
    top: -28px;
}
#colorbox.popin-languages-chooser #cboxClose:hover {background-position: 0 bottom;}
#colorbox.popin-languages-chooser #cboxLoadedContent {
    background-color: #314150;
}
#languages-chooser-container h3 {
    border-bottom: 1px dotted #404E5B;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-transform: none;
}
#countries-container {overflow: hidden;padding: 1px 18px 0;}
.countries {list-style: none; float: left;}
.countries.right {padding-left: 22px;}
.countries li {
    border-bottom: 1px dotted #404e5b;
    overflow: hidden;
    width: 316px;
}
.countries li.last {border-bottom: none;}
.countries a.country {
    display: block;
    line-height: 15px;
    padding: 12px 0 12px 40px;
    overflow: hidden;
    background: url("../images/flag-popin/International.png") no-repeat 0 3px transparent;
    color: #FFFFFF;
    font-weight: bold;
    width: 110px;
    float: left;
}

.countries .languages {
    float: left;
    padding: 12px 0;
    color: #CA720B;
    font-size: 12px;
}

.countries a:hover span.languages {
    color: #955306;
}
#block-pf_commons-pf_bt_popin_countries {float: right; padding-left: 16px;}
