#AMT_container {
	width:938px;
	padding:10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5000;
    background:#f1f5ee;
}

#AMT_remoteAccess {
	background:#f1f5ee;
	padding:10px;
	height:100%;
}

#AMT_remoteAccess h1 {
	font-weight:800;
	color:#333;
	font-size:24px;
	text-align:center;
	margin-top:17px;
}

#AMT_remoteAccess h2 {
	font-weight:400;
	color:#333;
	font-size:18px;
	text-align:center;
	width:390px;
	margin:6px auto 50px;
}

#AMT_remoteAccess p {
	font-size:16px;
	color:#333;
	text-align:center;
}

#AMT_remoteAccess ul {
	text-align:center;
}

#AMT_remoteAccess li {
	text-align:center;
	width:80px;
	padding-top:57px;
	display:inline-block;
	margin:0 15px;
	font-size:16px;
	color:#333;
}

#AMT_remoteAccess li:hover {
	cursor:pointer;
}

#AMT_remoteAccess #remoteAccess_support_icon.off {
	background:url(/media/remoteAccess/icons/support_off.png) center top no-repeat;
}

#AMT_remoteAccess #remoteAccess_support_icon.on,
#AMT_remoteAccess #remoteAccess_support_icon:hover {
	background:url(/media/remoteAccess/icons/support_on.png) center top no-repeat;
}

#AMT_remoteAccess #remoteAccess_access_icon.off {
	background:url(/media/remoteAccess/icons/access_off.png) center top no-repeat;
}

#AMT_remoteAccess #remoteAccess_access_icon.on,
#AMT_remoteAccess #remoteAccess_access_icon:hover {
	background:url(/media/remoteAccess/icons/access_on.png) center top no-repeat;
}

#remoteAccess_map {
	background:url(/media/remoteAccess/map.png) no-repeat center center;
	width:775px;
	height:242px;
	margin:0 auto 35px;
	display:block;
}

#remoteAccess_description {
	margin-bottom:19px;
}

.help_close {
	color:#1875cd;
	font-size:16px;
	position:absolute;
	left:20px;
	top:17px;
}

#AMT_remoteAccess .help_pins .fade_in {
	opacity: 1;
	margin-top:0;
}

#AMT_remoteAccess .help_pins .hide {
	opacity: 0;
	height:0px;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}

#AMT_remoteAccess .help_pins .show {
	opacity: 1!important;
	margin-top:0!important;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-o-transition: none!important;
	-ms-transition: none!important;    
	transition: none!important;
}

#remoteAccess_access_pin_1 {
	background-image:url(/media/remoteAccess/pins/access/1.png);
	top:147px;
	left:196px;
	z-index:99998!important;
}

#remoteAccess_access_pin_2 {
	XXX_background-image:url(/media/remoteAccess/pins/access/2.gif);
	left: 333px;
	top: 187px;
	width:92px!important;
	height:47px!important;
	z-index:99997!important;
}

#remoteAccess_access_pin_3 {
	background-image:url(/media/remoteAccess/pins/access/3.png);
	top:194px;
	left:415px;
	z-index:99999!important;
}

#remoteAccess_support_pin_1 {
	background-image:url(/media/remoteAccess/pins/support/1.png);
	top:166px;
	left:589px;
	z-index:99998!important;
}

#remoteAccess_support_pin_2 {
	background-image:url(/media/remoteAccess/pins/support/2.png);
	top:147px;
	left:196px;
	z-index:99998!important;
}

#remoteAccess_support_pin_3 {
	top:160px;
	left:347px;
	width:228px!important;
	height:75px!important;
	z-index:99997!important;
}

#remoteAccess_support_pin_4 {
	background-image:url(/media/remoteAccess/pins/support/4.png);
	top:166px;
	left:589px;
	z-index:99998!important;
}

#AMT_remoteAccess .help_pins span {
	background-position:center bottom;
	background-repeat:no-repeat;
	width:160px;
	height:166px;
	margin-top:-50px;
	display:block;
	position:absolute;

	-webkit-transition: opacity 0.3s ease-out, margin-top 0.5s ease-out;
	-moz-transition: opacity 0.3s ease-out, margin-top 0.5s ease-out;
	-o-transition: opacity 0.3s ease-out, margin-top 0.5s ease-out;
	-ms-transition: opacity 0.3s ease-out, margin-top 0.5s ease-out;    
	transition: opacity 0.3s ease-out, margin-top 0.5s ease-out;

	opacity:0;
}

#AMT_tuneUp {
	background:#f1f5ee;
	padding:10px;
	height:100%;
}

#AMT_tuneUp h1 {
	font-weight:800;
	color:#333;
	font-size:24px;
	text-align:center;
	margin-top:17px;
}

#AMT_tuneUp h2 {
	font-weight:400;
	color:#333;
	font-size:18px;
	text-align:center;
	width:409px;
	margin:6px auto 29px;
}

#tuneUp_illustration {
	background:url(/media/tuneUp/illustration.png) no-repeat center center;
	width:925px;
	height:396px;
	margin:0 auto 20px;
	display:block;
}

.help_close {
	color:#1875cd;
	font-size:16px;
	position:absolute;
	left:20px;
	top:17px;
}		