div#page
{
    background-image: url('/global/images/global_background.jpg');
    background-repeat: no-repeat;
}

body
{
	font-family:Trebuchet MS,Arial,Georgia;
	font-size:90%;
}

div#page div#content
{
    height: 950px;
}

div#page div#content h2
{
    position: absolute;
    text-indent: -9999px;
}

div#page div#content #mapIcon
{
    display: block;
    margin: 25px 0 0 335px;
    padding-left: 10px;
    /*outline: none;*/
    position: absolute;
}
div#page div#content a:hover #mapIcon.back
{
    background: url('/global/images/top/arrows_back.gif') no-repeat 0 0.5em;
}

div#page div#content div#countryList
{
    position: absolute;
    margin: 25px 0 0 393px;
}

div#page div#content div#countryList div.country
{
    height: 1.4em;
    /*overflow: hidden;*/
}

div#page div#content div#countryList div.countryOpen
{
    height: 100px;
    overflow: visible;
}
div#page div#content div#countryList a.languageHidden
{
	display:none;
}
div#page div#content div#countryList div.countryOpen .title
{
    border-bottom: 1px solid #023a6a;
    margin-bottom: 5px;
    font-weight: bold;
}

div#page div#content div#countryList div.countryOpen
{
	display:block;
}

div#page div#content div#countryList div.countryHidden
{
    display: none;
}

div#page div#content div#countryList div a
{
    color: #FFF;
    display: block;
    font-size: 0.9em;
    line-height: 1.4em;
    /*outline: none;*/
    padding: 0 0 0 19px;
    text-decoration: none;
    width: 148px;
}

div#page div#content div#product_image
{
    position: absolute;
    margin-top: 222px;
    margin-left: 605px;
    width: 376px;
    height: 256px;
    text-indent: -9999px;
}

div#page div#content div#countryList div a:hover
{
    color: #EEEEEE;
}
#global #body_footer span
{
    display: none;
}
