/*************************************************************************/
/* COMMON ****************************************************************/
/*************************************************************************/

#AMT_page_tuneUp * ,
#AMT_page_remoteAccess * ,
#AMT_page_crossSale * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family:Arial, Helvetica, sans-serif;
}	

#AMT_page_tuneUp h1,
#AMT_page_crossSale h1,
#AMT_page_remoteAccess h1,

#AMT_page_tuneUp h2,
#AMT_page_crossSale h2,
#AMT_page_remoteAccess h2,

#AMT_page_tuneUp div,
#AMT_page_crossSale div,
#AMT_page_remoteAccess div,

#AMT_page_tuneUp p,
#AMT_page_crossSale p,
#AMT_page_remoteAccess p,

#AMT_page_tuneUp li,
#AMT_page_crossSale li,
#AMT_page_remoteAccess li,

#AMT_page_tuneUp button,
#AMT_page_crossSale button,
#AMT_page_remoteAccess button{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:14px;
}

#AMT_page_crossSale .AMT_close_button,
#AMT_page_tuneUp .AMT_close_button,
#AMT_page_remoteAccess .AMT_close_button {
	border:none;
	background:none;
	color:#1875cd;
	font-size:16px;
	position:absolute;
	left:20px;
	top:17px;
}

#AMT_page_crossSale .AMT_close_button:hover,
#AMT_page_tuneUp .AMT_close_button:hover,
#AMT_page_remoteAccess .AMT_close_button:hover {
	cursor:pointer;
}

#AMT_page_tuneUp .AMT_fadein,
#AMT_page_remoteAccess .AMT_fadein,
#AMT_page_crossSale .AMT_fadein {
	opacity: 1!important;
	margin-top:0!important;
}

#AMT_page_tuneUp .AMT_hide,
#AMT_page_remoteAccess .AMT_hide,
#AMT_page_crossSale .AMT_hide {
	opacity: 0!important;
	height:0px!important;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: color 0 ease-in!important;
	transition: none!important;
}

#AMT_page_tuneUp .AMT_show,
#AMT_page_remoteAccess .AMT_show,
#AMT_page_crossSale .AMT_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;
}

#AMT_page_tuneUp .AMT_pins span,
#AMT_page_remoteAccess .AMT_pins span,
#AMT_page_crossSale .AMT_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;
}	


/*************************************************************************/
/* CROSS SALE ************************************************************/
/*************************************************************************/

#AMT_page_crossSale h1 {
	font-weight:normal;
	font-size:40px;
	color:#69ab24;
}

#AMT_page_crossSale h2 {
	font-weight:normal;
	font-size:24px;
	color:#4a4a4a;
	text-align:center;
	line-height:36px;
}

#AMT_page_crossSale button.callAction {
	border:none;
	background:#96CC29;
	background: -ms-linear-gradient(top, #96CC29 0%, #408711 100%);
	background: -moz-linear-gradient(top, #96CC29 0%, #408711 100%);
	background: -o-linear-gradient(top, #96CC29 0%, #408711 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #96CC29), color-stop(1, #408711));
	background: -webkit-linear-gradient(top, #96CC29 0%, #408711 100%);
	background: linear-gradient(to bottom, #96CC29 0%, #408711 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96CC29', endColorstr='#408711',GradientType=0 );
	border-radius: 15px;
	color: #FFFFFF;
	
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 8px 14px 10px;
	text-shadow: 1px 2px 3px rgba(5, 10, 2, 0.4);
}

#AMT_page_crossSale button.callAction:hover {
	background: linear-gradient(to bottom, #A6D449 0%, #5D9A34 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 1px 0 0 #C9E590 inset;
	cursor: pointer;
	text-decoration: none;
}

#AMT_page_crossSale button:hover {
	cursor:pointer
}

#AMT_page_crossSale {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:14px;
	width:958px;
	position:absolute;
    z-index: 50;
    background-color: #FFF;
}

#AMT_page_crossSale .AMT_remoteAccess {
	background:#8dc1c7;
	padding:10px 10px 30px!important;
	height:100%;
}

#AMT_page_crossSale .AMT_remoteAccess h1 {
	color:#FFF;
	text-align:center;
	margin-top:36px;
}

#AMT_page_crossSale .AMT_remoteAccess h2 {
	color:#333;
	width:520px;
	margin:31px auto 35px;
}

#AMT_page_crossSale .AMT_remoteAccess p {
	font-size:18px;
	color:#333;
	text-align:center;
	margin-bottom:30px;
}

#AMT_page_crossSale .AMT_remoteAccess ul {
	text-align:center;
	padding:0;
}

#AMT_page_crossSale .AMT_remoteAccess li {
	text-align:center;
	width:80px;
	padding-top:57px;
	display:inline-block;
	margin:0 40px;
	font-size:16px;
	color:#333;
}

#AMT_page_crossSale .AMT_remoteAccess li:hover {
	cursor:pointer;
}

#AMT_page_crossSale_support_icon.AMT_off {
	background:url(/media/crossSale/icons/support_off.png) center top no-repeat;
}

#AMT_page_crossSale_support_icon.AMT_on,
#AMT_page_crossSale_support_icon:hover {
	background:url(/media/crossSale/icons/support_on.png) center top no-repeat;
}

#AMT_page_crossSale_access_icon.AMT_off {
	background:url(/media/crossSale/icons/access_off.png) center top no-repeat;
}

#AMT_page_crossSale_access_icon.AMT_on,
#AMT_page_crossSale_access_icon:hover {
	background:url(/media/crossSale/icons/access_on.png) center top no-repeat;
}

#AMT_page_crossSale .AMT_map {
	background:url(/media/crossSale/map.png) no-repeat center center;
	width:775px;
	height:242px;
	margin:0 auto 32px;
	display:block;
}

#AMT_page_crossSale_description {
	margin-bottom:29px;
}

#AMT_page_crossSale_access_pin_1 {
	background-image:url(/media/crossSale//pins/access/1.png);
	top:540px;
	left:196px;
	z-index:99998!important;
}

#AMT_page_crossSale_access_pin_2 {
	left: 335px;
	top: 579px;
	width:92px!important;
	height:47px!important;
	z-index:99997!important;
}

#AMT_page_crossSale_access_pin_3 {
	background-image:url(/media/crossSale//pins/access/3.png);
	top:587px;
	left:415px;
	z-index:99999!important;
}

#AMT_page_crossSale_support_pin_1 {
	background-image:url(/media/crossSale//pins/support/1.png);
	top:559px;
	left:589px;
	z-index:99998!important;
}

#AMT_page_crossSale_support_pin_2 {
	background-image:url(/media/crossSale//pins/support/2.png);
	top:540px;
	left:196px;
	z-index:99998!important;
}

#AMT_page_crossSale_support_pin_3 {
	top:551px;
	left:352px;
	width:228px!important;
	height:75px!important;
	z-index:99997!important;
}

#AMT_page_crossSale_support_pin_4 {
	background-image:url(/media/crossSale//pins/support/4.png);
	top:559px;
	left:589px;
	z-index:99998!important;
}

#AMT_page_crossSale .AMT_header {
	width:958px;
	height:329px;
	background-color: #FFF;
	background:url(/media/crossSale/bg_header.png) no-repeat center center;
}

#AMT_page_crossSale .AMT_header h1 {
	color:#4a4a4a;
	font-weight:bold;
	padding:82px 0 26px 64px;

	width:473px;
}

#AMT_page_crossSale .AMT_header button {
	margin-left:64px;
}

#AMT_page_crossSale .AMT_antiVirus {
	width:960px;
	height:293px;
	background:url(/media/crossSale/bg_antiVirus.png) no-repeat center center;
}

#AMT_page_crossSale .AMT_antiVirus h1 {
	padding:80px 0 0 447px;
}

#AMT_page_crossSale .AMT_antiVirus h2 {
	text-align:left;
	padding:28px 0 0 447px;
}

#AMT_page_crossSale .AMT_tuneUp {
	width:960px;
	height:649px;
	background:url(/media/crossSale/bg_tuneUp.png) no-repeat center center;
}

#AMT_page_crossSale .AMT_tuneUp h1 {
	text-align:center;
	padding-top:61px;
}

#AMT_page_crossSale .AMT_tuneUp h2 {
	padding-top:25px;
	width:500px;
	margin:0 auto;
}

#AMT_page_crossSale .AMT_fixit {
	width:960px;
	height:579px;
	
	background:url(/media/crossSale/bg_fixitSoftware.png) no-repeat center center;
}

#AMT_page_crossSale .AMT_fixit h1 {
	padding:107px 0 15px 433px;
}

#AMT_page_crossSale .AMT_fixit ul {
	margin-left:417px;
	padding-left:40px;
}

#AMT_page_crossSale .AMT_fixit li {
	color:#4a4a4a;
	font-size:24px;
	font-weight:normal;
	list-style-image:url(/media/crossSale/icons/tick.png);
	margin-bottom:12px;
}

#AMT_page_crossSale .AMT_fixit button {
	margin-left:433px;
	margin-top:22px;
	
}


/*************************************************************************/
/* REMOTE ACCESS *********************************************************/
/*************************************************************************/

#AMT_page_remoteAccess {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:14px;
	width:958px;
    height: 585px;
	position:absolute;
    z-index: 50;
}

#AMT_page_remoteAccess .AMT_remoteAccess {
	background:#f1f5ee;
	padding:22px 10px 10px 10px;
	height:100%;
}

#AMT_page_remoteAccess .AMT_remoteAccess h1 {
	font-weight:bold;
	color:#333;
	font-size:24px;
	text-align:center;
	margin-top:17px;
}

#AMT_page_remoteAccess .AMT_remoteAccess h2 {
	font-weight:normal;
	color:#333;
	font-size:18px;
	text-align:center;
	width:390px;
	margin:6px auto 50px;
}

#AMT_page_remoteAccess .AMT_remoteAccess p {
	font-size:16px;
	color:#333;
	text-align:center;
}

#AMT_page_remoteAccess .AMT_remoteAccess ul {
	text-align:center;
	padding:0;
	margin-top:20px;
}

#AMT_page_remoteAccess .AMT_remoteAccess li {
	text-align:center;
	width:80px;
	padding-top:57px;
	display:inline-block;
	margin:0 40px;
	font-size:16px;
	color:#333;
}

#AMT_page_remoteAccess .AMT_remoteAccess li:hover {
	cursor:pointer;
}

#AMT_page_remoteAccess .AMT_map {
	background:url(/media/remoteAccess/map.png) no-repeat center center;
	width:775px;
	height:242px;
	margin:0 auto 35px;
	display:block;
}

#AMT_page_remoteAccess_support_icon.AMT_off {
	background:url(/media/remoteAccess/icons/support_off.png) center top no-repeat;
}

#AMT_page_remoteAccess_support_icon.AMT_on,
#AMT_page_remoteAccess_support_icon:hover {
	background:url(/media/remoteAccess/icons/support_on.png) center top no-repeat;
}

#AMT_page_remoteAccess_access_icon.AMT_off {
	background:url(/media/remoteAccess/icons/access_off.png) center top no-repeat;
}

#AMT_page_remoteAccess_access_icon.AMT_on,
#AMT_page_remoteAccess_access_icon:hover {
	background:url(/media/remoteAccess/icons/access_on.png) center top no-repeat;
}

#AMT_page_remoteAccess_description {
	margin-bottom:19px;
}

#AMT_page_remoteAccess_access_pin_1 {
	background-image:url(/media/remoteAccess/pins/access/1.png);
	top:149px;
	left:196px;
	z-index:99998!important;
}

#AMT_page_remoteAccess_access_pin_2 {
	background-image:url(/media/remoteAccess/pins/access/2.gif);
	left: 335px;
	top: 189px;
	width:92px!important;
	height:47px!important;
	z-index:99997!important;
}

#AMT_page_remoteAccess_access_pin_3 {
	background-image:url(/media/remoteAccess/pins/access/3.png);
	top:196px;
	left:415px;
	z-index:99999!important;
}

#AMT_page_remoteAccess_support_pin_1 {
	background-image:url(/media/remoteAccess/pins/support/1.png);
	top:168px;
	left:589px;
	z-index:99998!important;
}

#AMT_page_remoteAccess_support_pin_2 {
	background-image:url(/media/remoteAccess/pins/support/2.png);
	top:149px;
	left:196px;
	z-index:99998!important;
}

#AMT_page_remoteAccess_support_pin_3 {
	top:162px;
	left:349px;
	width:228px!important;
	height:75px!important;
	z-index:99997!important;
}

#AMT_page_remoteAccess_support_pin_4 {
	background-image:url(/media/remoteAccess/pins/support/4.png);
	top:168px;
	left:589px;
	z-index:99998!important;
}


/*************************************************************************/
/* TUNE UP ***************************************************************/
/*************************************************************************/

#AMT_page_tuneUp {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:14px;
	width:958px;
	position:absolute;
    z-index: 50;
}

#AMT_page_tuneUp .AMT_tuneUp {
	background:#f1f5ee;
	padding:23px 10px 10px 10px;
	height:100%;
}

#AMT_page_tuneUp .AMT_tuneUp h1 {
	font-weight:bold;
	color:#333;
	font-size:24px;
	text-align:center;
	margin-top:17px;
}

#AMT_page_tuneUp .AMT_tuneUp h2 {
	font-weight:normal;
	color:#333;
	font-size:18px;
	text-align:center;
	width:409px;
	margin:6px auto 29px;
}

#AMT_page_tuneUp .illustration {
	background:url(/media/tuneUp/illustration.png) no-repeat center center;
	width:925px;
	height:396px;
	margin:0 auto 20px;
	display:block;
}
		
