div#footer_additional {
    background-image: url(../../images/main/center_background.png);
    background-repeat: repeat-y;
    padding-left: 5px;
    padding-right: 5px;
}

div#footer_facebook {
    height: 50px;
    background-color: #bdbdba;
    background-image: url(../../images/main/footer_line.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

span#facebook_btn_span {
    margin-left: 10px;
}

div#footer_facebook div {
    text-align: center;
    padding-top: 12px;
}

div#footer {
    background-image: url(../../images/main/footer_background.png);
    background-repeat: no-repeat;
    height: 54px;
    width: 922px;
    text-align: center;
    font-size: 1.2em;
}

div#footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
}

div#footer ul li {
    display: inline;
    margin-right: 10px;
}

/** Countries List **/

li#changecountry_link a:hover div
{
    display: block;
}

#countries_box {
    background-color: #BDBDBA;
    width: 280px;
    position: absolute;
    display: none;
    /*margin-top: -390px;
    margin-left: 550px;*/
    top: -328px;
    -top: -492px;
    right: 20px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 15;
}

#countries_box ul {
    list-style-type: none;
    margin: 0px !important;
    padding: 0px !important;
    text-align: left;
}

#countries_box ul li {
    display: block !important;
    font-size: 0.8em;
}

#countries_box ul li.list-title {
    font-size: 1em;
    color: #eee;
    font-weight: bold;
}

#countries_box ul li a {
    text-decoration: none;
}

#countries_box ul li a:hover {
    text-decoration: underline;
}

#countries_box .countries_box_left {
    float: left;
}

#countries_box .countries_box_right {
    float: right;
}

