
#aside .puff_map {
    margin-top: 15px;
    padding-bottom: 0;
}

#map-wrapper {
    background-color: #FBFCFC;
    margin: 0 auto;
}
#map-wrapper #continents {
    background: url(../images/map/map.gif) no-repeat top left;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 678px;
    height: 440px;
    position: relative;
}
#continents a {
    outline: 0;
}
#continents > li > a {
    display: block;
    height: 100%;
    padding: 0;
    text-indent: -9999px;
    outline: 0;
    border: 0px;
}
#continents > li > a:hover {
    background: url(../images/map/map.gif) no-repeat top left;
}
#continents > li {
 position: absolute;
 list-style: none;
 list-style-image: none;
 padding: 0;
 margin: 0;
}

#continents > li.asia {
    width: 313px;
    height: 298px;
    right: 0px;
    top: 0px;   
}
#continents > li.asia > a:hover,
#continents > li.asia > a.active {
    background-position: -375px -454px;
}
#continents > li.australasia {
    bottom: 2px;
    height: 168px;
    right: 28px;
    width: 141px;
}
#continents > li.australasia > a:hover, 
#continents > li.australasia > a.active {
    background-position: -543px -752px;
}
#continents > li.europe {
    height: 133px;
    right: 241px;
    top: 45px;
    width: 157px;
}
#continents > li.europe > a:hover,
#continents > li.europe > a.active {
    background-position: -221px -469px;
}
#continents > li.north-america {
    height: 219px;
    left: 6px;
    top: 21px;
    width: 235px;
}
#continents > li.north-america > a:hover,
#continents > li.north-america > a.active{
    background-position: 14px -489px;
}
#continents > li.south-america {
    bottom: 34px;
    height: 174px;
    left: 182px;
    width: 98px;
}
#continents > li.south-america > a:hover,
#continents > li.south-america > a.active {
    background-position: -63px -719px;
}
#continents > li.africa {
    bottom: 83px;
    height: 189px;
    right: 279px;
    width: 133px;
}
#continents > li.africa > a:hover,
#continents > li.africa > a.active {
    background-position: -246px -712px;
}
#map-wrapper div.continent {
    display: none;
    height: auto;
    left: 17%;
    position: absolute;
    top: 14%;
    width: 500px;
    z-index: 100;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 3px 3px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 3px 3px rgba(50, 50, 50, 0.3);
    
}
#map-wrapper div.continent .continent-inner {
    background: url(../images/map/popup-bg.gif) repeat-x 0px 0px #f6f6f6;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #ccc;
    padding: 10px;
}
#map-wrapper div.continent > h2 {
    background: url(../images/map/popup-header.gif) repeat-y center top #fff;
    border-radius: 5px 5px 0px 0px;
    font-size: 190%;
    padding-bottom: 0px;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #ccc;
    overflow: hidden;
}
#map-wrapper div.continent > h2 span {
    padding: 10px 5px 10px 40px;
    background: url(../images/map/map-mini-icons.png) no-repeat;
    float: left;
}
#map-wrapper div.continent > h2 span.min-north-america {
    background-position: 7px -294px;
}
#map-wrapper div.continent > h2 span.min-asia {
    background-position: 7px 8px;
}
#map-wrapper div.continent > h2 span.min-europe {
    background-position: 7px -175px;
}
#map-wrapper div.continent > h2 span.min-south-america {
    background-position: 7px -115px;
}

#map-wrapper div.continent > h2 span.min-australasia {
    background-position: 7px -50px;
}
#map-wrapper div.continent > h2 span.min-africa {
    background-position: 7px -116px;
}
#map-wrapper div.continent .continent-inner > ul {
    overflow-y: scroll;
    height: 260px;
}

#map-wrapper div.continent.visible {
    display: inline;
}

#map-wrapper div.continent-inner ul {
    margin: 0;
    padding: 0;
}
#map-wrapper div.continent-inner ul li {
    margin: 0;
    list-style: none;
    list-style-image: none;
}
#map-wrapper div.continent-inner ul li a {
    font-size: 150%;
    color: #BD1A00;
    line-height: 130%;
}
#map-wrapper div.continent-inner ul li > span {
    font-size: 150%;
}
#map-wrapper div.continent-inner ul li a:hover {
    color: #000;
}
#map-wrapper div.continent-inner ul li ul {
    margin-bottom: 15px;
}
#map-wrapper div.continent-inner ul li h3 {
    font-size: 160%;
}
#map-wrapper div.continent p {
    padding: 5px 0px 0px;
    border-top: 1px dashed #ccc;
}
#map-wrapper div.continent a.btn {
    background-color: #F3F3F3;
    border-radius: 20px 20px 20px 20px;
    color: #D13423;
    display: block;
    font-size: 140%;
    padding: 3px 10px;
    width: auto;
    font-style: italic;
}
#map-wrapper div.continent a.btn:hover {
    color: #000;
}
#map-wrapper div.continent > h2 span.close {
    background: url("../images/map/close-sml.gif") no-repeat center center;
    display: inline;
    float: right;
    height: 20px;
    padding: 19px 10px 10px;
    text-indent: -9999px;
    width: 20px;
}
#map-wrapper div.continent > h2 span.close:hover {
    cursor: pointer;
}
body #TB_window {
    background-color: #FBFCFC;
}
body #TB_window #TB_title {
    height: 0px;
}