﻿.selReg { text-align: center; margin-bottom: 10px; }

#worldMapContainer {
    border: 3px double #666039;
    padding: 3px;
    height: 321px;
    width: 725px;
    margin: 0px auto;
    clear: both;
}
#mapPanel {
    float: right;
    background-color: #f0ede7;
    width: 216px;
    height: 301px;
    border: 10px solid #7f93ae;    
}
#mapPanelInner {
    width: 210px;
    height: 295px;
    border: 3px solid #fff;
}
#mapPanelInner #region {
    text-align: center;
    font-weight: bold;
    padding: 5px 2px;
    background-color: #fff;
    border: 2px solid #d9a401;
    font-size: 14px; 
}
#mapPanelInner #regionDest {
    height: 263px;
    border: 1px solid #d9a401;
    border-top: 0px;
    overflow: hidden;
    float: left;
}
#mapPanelInner #regionDest .mes {
	padding: 90px 7px 7px 7px;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
#mapPanelInner #regionDest ul, #mapPanelInner #regionDest li {margin: 0px; padding: 0px; list-style: none;}
#mapPanelInner #regionDest ul li {
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #d9a401;
	font-weight: bold;
}
#mapPanelInner #regionDest ul li.last {
	border: 0px;
}
#mapPanelInner #regionDest ul ul li {
	border: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
}
#worldMap {
    width: 489px;
    height: 321px;
    background: url(/images/world-map.atsx);
    margin: 0px;
    padding: 0px;
    position: relative; 
    float: left;       
}
#worldMap li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    position: absolute;
}
#worldMap a {display: block; cursor: pointer;}

li#usa {left: 11px; top: 86px; width: 136px; height: 104px;}
li#usa a {height: 104px;}
li#usa a:hover, #usa a.selected {background: url(/images/world-map.atsx) -11px -728px no-repeat;}
li#canada {left: 46px; top: 11px; width: 122px; height: 150px;}
li#canada a {height: 150px;}
li#canada a:hover, #canada a.selected {background: url(/images/world-map.atsx) -46px -332px no-repeat;}
li#mexico {left: 80px; top: 178px; width: 39px; height: 25px;}
li#mexico a {height: 25px;}
li#mexico a:hover, #mexico a.selected {background: url(/images/world-map.atsx) -80px -499px no-repeat;}
li#central-america {left: 109px; top: 197px; width: 24px; height: 19px;}
li#central-america a {height: 19px;}
li#central-america a:hover, #central-america a.selected {background: url(/images/world-map.atsx) -109px -839px no-repeat;}
li#caribbean {left: 122px; top: 180px; width: 37px; height: 22px;}
li#caribbean a {height: 22px;}
li#caribbean a:hover, #caribbean a.selected {background: url(/images/world-map.atsx) -122px -1143px no-repeat;}
li#south-america {left: 125px; top: 205px; width: 62px; height: 110px;}
li#south-america a {height: 110px;}
li#south-america a:hover, #south-america a.selected {background: url(/images/world-map.atsx) -125px -1489px no-repeat;}
li#europe {left: 196px; top: 25px; width: 122px; height: 150px;}
li#europe a {height: 150px;}
li#europe a:hover, #europe a.selected {background: url(/images/world-map.atsx) -196px -667px no-repeat;}
li#asia {left: 287px; top: 31px; width: 187px; height: 205px;}
li#asia a {height: 205px;}
li#asia a:hover, #asia a.selected {background: url(/images/world-map.atsx) -287px -994px no-repeat;}
li#south-pacific {left: 370px; top: 220px; width: 100px; height: 77px;}
li#south-pacific a {height: 77px;}
li#south-pacific a:hover, #south-pacific a.selected {background: url(/images/world-map.atsx) -370px -541px no-repeat;}
li#africa {left: 205px; top: 170px; width: 91px; height: 110px;}
li#africa a {height: 110px;}
li#africa a:hover, #africa a.selected {background: url(/images/world-map.atsx) -205px -1454px no-repeat;}
li#middle-east {left: 262px; top: 160px; width: 48px; height: 47px;}
li#middle-east a {height: 47px;}
li#middle-east a:hover, #middle-east a.selected {background: url(/images/world-map.atsx) -262px -481px no-repeat;}

/*--- SCROLLBAR ---*/
#mapPanel #scrollBar {
	width: 15px;
	border-right: 1px solid #D9A401;
	float: right;
}
#mapPanel #scrollBar-track {
	float: right;
	height: 204px;
	width: 15px;
	background: url(/images/scrollbar-bkgrd.atsx) repeat;
}
#mapPanel #scrollBar-handle {
	height: 84px;
	width: 15px;
	cursor: default;
	background: url(/images/scrollbar-vert.atsx) no-repeat 0px -30px;
}
#mapPanel #scrollBar-top {
    float: right;
    width: 15px;
    height: 30px;
    background: url(/images/scrollbar-vert.atsx) no-repeat 0px 0px;
}
#mapPanel #scrollBar-bottom {
    float: right;
    width: 15px;
    height: 30px;
    background: url(/images/scrollbar-vert.atsx) no-repeat 0px -114px;
}