/*
div#africa,
div#asia,
div#australia,
div#europe,
div#south-america,
div#north-america {
	display: 			none;
}

div#content h2 a {
	text-decoration:	none;
	
	padding-left: 		16px;
	background: 		url(../images/icons/plus.gif) no-repeat 0px 1px;
}

div#content h2 a:hover {
	background: 		url(../images/icons/plus_over.gif) no-repeat 0px 1px;
}

div#content h2 a.active {
	background: 		url(../images/icons/min.gif) no-repeat 0px 1px;
}

div#content h2 a.active:hover {
	background: 		url(../images/icons/min_over.gif) no-repeat 0px 1px;
}
*/

div#content {
    height:             auto;
}

div#map {
    width:              540px;
    height:             320px;
    margin-left:        60px;
    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/icons/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/icons/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;
}

