/* navigation elements */ @import url("navi.css");
/* page elements */ @import url("page.css");

body{
	background:url(/gfx/2010/bodyBg_Cons.jpg) no-repeat center top;
}
#page{
	padding-bottom:10px;
}
#contentwrapper{
	margin:0 10px;
	background:#fff;
}
#menuContent{
	width:223px;
	float:left;
	display:block;
	border:1px solid #ffffff;
}
#content{
	width:405px;
	float:left;
	margin:0 0 0 30px;
	padding: 0 30px 10px 0;
	border-right:1px solid #d7d7d7;
	min-height:480px;
}
.t239 #content{
	width:665px;
	float:left;
	margin:0 0 0 15px;
	padding:0 0 10px 0;
	border:none;
}
#sideContent{
	width:229px;
	float:right;
}
/* MAP **************************************/
ul#countryList{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#countryList li{
	width:164px;
	float:left;
	line-height:20px;
}
dl.map {
	position:relative;
	width:658px;
	height:426px;
	text-align:left;
	margin:0px;
	padding:0px;
}
dl.map dt {
	list-style:none;
	display:inline;
}
dl.map dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border: #222 0px solid;
	background:url(/gfx/2010/tooltip-bg.png);
	z-index:11;
	font-size:12px;
	color:#fff;
}
dl.map dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(/gfx/2010/mapDot.gif) no-repeat;
	width:12px;
	height:12px;
	outline:none;
	z-index:10;
	text-decoration:none;
}

dl.map dd a:link,
dl.map dd a:visited {
	color:#fff;
	text-decoration: none;
}
dl.map dd a:hover {
	text-decoration: none;
}
dl.map dd a.close {
	position:relative;
	float:right !important;
	float: none;
	color:#000;
	background:url(/gfx/close.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	height:16px;
	width:16px;
	margin-left:4px;
	margin-right:-6px;
	text-decoration:none;
}
