/* trigger button */

/* mouseover state */

/* clicked state */

#region {
	background:transparent url(/images/products/download.png) no-repeat scroll 0 0;
	display:block;
	height:44px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999em;
	width:159px;
	cursor:pointer;
}
#region:hover {
	background-position:0 -44px ;		
}
#region:focus {
	background-position:0 -88px;
}
.tooltip {
	display:none;
	background: url(/images/tooltips/white02.png) no-repeat;
	height:171px;
	padding: 15px;
	width:209px;
	font-size: 12px;
	color:#fff;
	z-index: 1;
}

.tooltip1 {
	display:none;
	background: url(/images/tooltips/white02.png) no-repeat;
	height:151px;
	padding: 10px 15px;
	width:209px;
	font-size: 12px;
	color:#fff;
	z-index: 1;
}
.tooltip2 {
	display:none;
	background: url(/images/tooltips/white.png) no-repeat;
	height:109px;
	padding: 10px 15px;
	width:209px;
	font-size: 12px;
	color:#fff;
	z-index: 1;
}
.tooltip3 {
	display:none;
	background: url(/images/tooltips/white.png) no-repeat;
	height:109px;
	padding: 10px 15px;
	width:209px;
	font-size: 12px;
	color:#fff;
	z-index: 1;
}
.tooltip4 {
	display:none;
	background: url(/images/tooltips/white.png) no-repeat;
	height:109px;
	padding: 10px 15px;
	width:209px;
	font-size: 12px;
	color:#fff;
	z-index: 1;
}

/* a .label element inside tooltip */
.tooltip .label {
	color: #000000;
	text-align: center;
}

.tooltip1 .label {
	color: #000000;
	text-align: center;
}

.tooltip2 .label {
	color: #000000;
	text-align: center;
}

.tooltip3 .label {
	color: #000000;
	text-align: center;
}

.tooltip4 .label {
	color: #000000;
	text-align: center;
}

.tooltipX a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

table.region {
	width: 178px;
	border: 0;
}

/* @group ImageMap */

.label a:link {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	width: 80px;
	height: 20px;
	display: block;
	padding-top: 2px;
	text-align: center;
}

#regionmap {
	width:700px;
	height:383px;
	border: 0;
}

/* @end */

/* @group ImageMap v2 */

div.region {
	width: 178px;
	border: 0;
	color: #000000;
	text-align: center;
}

div.region a:link {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	width: 80px;
	height: 20px;
	display: block;
	padding-top: 4px;
	text-align: center;
	margin-bottom: 2px;
	position: relative;
	left: 48px;
	margin-top: 2px;
	font-size: 12px;
}

div.region a:hover {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: underline;
	width: 80px;
	height: 20px;
	display: block;
	padding-top: 4px;
	text-align: center;
	margin-bottom: 2px;
	position: relative;
	left: 48px;
	margin-top: 2px;
	font-size: 12px;
}

div.region a:visited {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	width: 80px;
	height: 20px;
	display: block;
	padding-top: 4px;
	text-align: center;
	margin-bottom: 2px;
	position: relative;
	left: 48px;
	margin-top: 2px;
	font-size: 12px;
}

div.region a:visited:hover {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: underline;
	width: 80px;
	height: 20px;
	display: block;
	padding-top: 4px;
	text-align: center;
	margin-bottom: 2px;
	position: relative;
	left: 48px;
	margin-top: 2px;
	font-size: 12px;
}



/* @end */
