div#map_container
{

    font-family: Helevetica, Arial;
	font-size: 11px;
}

#map_container ul.header_country
{
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

#map_container ul.header_country > li
{
    position: relative;
    display: inline-block;
    width: auto;
    background: #bcbcbc;
    height: 24px;
    text-align: center;
    padding: 0 14px;
    float: left;
    line-height: 25px;
    margin-right: 1px;
    cursor: pointer;
    margin: 0 1px 0 0;
    font-weight: bold;
    color: #FFFFFF;
}

#map_container ul.header_country > li.selected
{
    background: #e78933;
}


#map_container div.footer_country
{
    background: none repeat scroll 0 0 #CCCCCC;
    height: 25px;
    padding: 5px 0 0;
    text-align: center;
    width: 542px;
}

#map_container div.footer_country label
{
    color: #FFFFFF;
    font-weight: bold;
}

#map_container div.footer_country #select_country
{

}

#map_container #close_arrow_infowindows
{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}


#map_container .componentheading
{
    display: none;
}

#map_container #firstHeading
{
    font-size: 16px;
}

