div#map {
    width               :   510px;
    height              :   300px;
    margin-bottom       :   20px;
}

div.continentname {
    /*
    margin-top          :   15px;
    */
}

div.continentname h2 {
    font-size           :   13px;
    margin              :   0;
    padding             :   0;
}

div.continentname h2 a {
    text-decoration     :   none;
    padding-left        :   16px;
    color               :   #000000;
    background          :   url("../images/icon/plus.gif") no-repeat 0px 1px;
}

div.continentname h2 a:hover {
    /*
    background          :   url("/images/icon/plus_over.gif") no-repeat 0px 1px;
    */
}

div.continentname h2 a.active {
    background          :   url("/images/icon/min.gif") no-repeat 0px 1px;
}

/*
div.continentname h2 a.active:hover {
    background          :   url("/images/icon/min_over.gif") no-repeat 0px 1px;
}
*/

div.countries {
    display             :   none;
    margin-bottom       :   20px;
}

div.countries p {
    margin              :   0;
}
