/* RESET DEFAULT STYLES
--------------------------------------------------------------------------- */

body,form,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,p,b { margin: 0;padding: 0;border: 0; } 

img { border: 0; } 

ul { list-style: none; }
 
a { outline:none; cursor: pointer !important; } 

/* BEGIN SITE CSS
--------------------------------------------------------------------------- */

body {
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	color: #666;
	background: #FFF;
	margin: 0px;
	}

#bodyTop {
	background-image: url(/img/bg_gradient.jpg);
	background-repeat: repeat-x;
/*	background-position: 0 45px; */
	background-position: 0 66px;
}

	a:link, a:active, a:visited {  
		color: #FF7200;
		text-decoration: none; 
	}

	a:hover { 
		text-decoration: underline;
	}
	
	h1 {
	font-weight: normal;
	font-size: 20px; 
	color: #FF7200; 
	padding: 22px 0px 18px 0px;
	}

.blueBodyLink, a.blueBodyLink:visited, a.blueBodyLink:active, a.blueBodyLink:link { 
	color: #067AB4;
 }

.orangeBodyLink, a.orangeBodyLink:visited, a.orangeBodyLink:active, a.orangeBodyLink:link { 
		color: #FF7200;
}

/* HEADER
--------------------------------------------------------------------------- */

	#header {
		width: 100%;
		height: 45px;
		margin: 0; 
		padding: 0;
		background: transparent;
		border-bottom: 1px solid #000;
		}

	#headerContainer {
		width: 970px;
		background: transparent;
		}
		
		#logo { 
			float: left;
/*			width: 366px; 
			height: 33px; */
			width: 351px; 
			height: 29px; 
/*			margin: 5px 173px 0px 0px;
			margin: 7px 186px 0px 0px; */ 
			margin: 7px 128px 0px 0px; 
			padding: 0px; 
		}

/* FeatureGuideNav change */

	#container #featureGuideNav {
		width: 100%;
		height: 16px; 
		margin: 0px;
		padding: 1px 0px 3px 0px;
		background-color: #bbbbbb;
		background-image: url(/img/fgnav_bg.gif);
		background-repeat: repeat-x;
		z-index: 55;
		font-family: Verdana;
		font-size: 10px;
	}

	#container #featureGuideNav #featureGuideNavLinks {
		width: 550px;
		float: left;
		margin-left: 410px;
		color: #4D4D4D;
		background-color: transparent;
		text-align: right;
	}
	
	#container #featureGuideNav #featureGuides {
	}

	#container #featureGuideNav #featureGuidesPipe {
	}
	
	#container #featureGuideNav #featureGuidesOn a {
		color: #FF7200;	
		font-weight: bold;
		text-decoration: underline;
	}
	
	#container #featureGuideNav #featureGuidesOff a {
		color: #067AB4;	
		font-weight: bold;
	}

	#container #navTools {
/*		width: 424px; */
		width: 480px;
		float: left;
		margin: 0px;
		padding-top: 8px;
		background: transparent;
/*		z-index: 0; */
		z-index: 55;
		}

		#container #navTools #questionLabel {
			float: left;
			padding: 7px 5px 0px 0px;
			font-size: 11px; 
			color: #666; 
/*			z-index: 0; */
			z-index: 55;
		}

		#container #navTools #searchField {
			float: left;
			width: 143px;
			margin: 7px 5px 0px 0px;
			font-size: 9px; 
			background-color: #FFF;
			border: 1px solid #067AB4;
/*			z-index: 0; */
			z-index: 55;
	}
	
		#searchSubmit {
			float: left;
			width: 47px;
			height: 19px;
			margin: 5px 0px 0px 0px;
/*			z-index: 0; */
			z-index: 55;
		}

/* FeatureGuideNav change */

	#navToolsSitemapTooltip {
			display: none;
			position: absolute;
			left: 746px;
/*			top: 34px; */
			top: 55px;
			width: 89px;
			height: 25px;
			background-image: url(/img/icon_sitemap_on_tooltip.gif);
			background-repeat: no-repeat;
/*		z-index: 10; */
		z-index: 55;
	}

	#navToolsPrintTooltip {
			display: none;
			position: absolute;
			left: 783px;
/*			top: 34px; */
			top: 55px;
			width: 94px;
			height: 25px;
			background-image: url(/img/icon_print_on_tooltip.gif);
			background-repeat: no-repeat;
/*		z-index: 10; */
		z-index: 55;
	}

	#navToolsHelpTooltip {
			display: none;
			position: absolute;
			left: 795px;
/*			top: 34px; */
			top: 55px;
			width: 126px;
			height: 25px;
			background-image: url(/img/icon_help_on_tooltip.gif);
			background-repeat: no-repeat;
/*		z-index: 10; */
		z-index: 55;
	}

	#navToolsHomeTooltip {
			display: none;
			position: absolute;
			left: 839px;
/*			top: 34px; */
			top: 55px;
			width: 124px;
			height: 25px;
			background-image: url(/img/icon_home_on_tooltip.gif);
			background-repeat: no-repeat;
/*		z-index: 10; */
		z-index: 55;
	}

	.navToolsSitemap {
		float: left;
		position: relative;
		width: 30px;
		height: 30px;
		padding-left: 20px;
		background: transparent;
/*		z-index: 0; */
		z-index: 55;
	}
		
	.navToolsSitemap a {
		float: left;
		position: relative;
		width: 30px;
		height: 30px;
		background-image: url(/img/icon_sitemap_off.png);
		background-repeat: no-repeat;
/*		z-index: 0; */
		z-index: 55;
	}

	.navToolsSitemap a:hover {
		width: 30px;
		height: 30px;
		background-image: url(/img/icon_sitemap_on.png);
		background-repeat: no-repeat;
/*		z-index: 0; */
		z-index: 55;
	}
	.navToolsPrint {
		float: left;
		position: relative;
		width: 30px;
		height: 30px;
		padding-left: 12px;
		background: transparent;
/*		z-index: 0; */
		z-index: 55;
	}
		
	.navToolsPrint a {
		float: left;
		position: relative;
		width: 30px;
		height: 30px;
		background-image: url(/img/icon_print_off.png);
		background-repeat: no-repeat;
/*		z-index: 0; */
		z-index: 55;
	}

	.navToolsPrint a:hover {
		width: 30px;
		height: 30px;
		background-image: url(/img/icon_print_on.png);
		background-repeat: no-repeat;
/*		z-index: 0; */
		z-index: 55;
	}

	.navToolsHelp {
		float: left;
		position: relative;
		width: 30px;
		height: 30px;
		padding-left: 12px;
		background: transparent;
/*		z-index: 0; */
		z-index: 55;
	}
		
	.navToolsHelp a {
		float: left;
		width: 30px;
		height: 30px;
		padding-left: 12px;
		background-image: url(/img/icon_help_off.png);
		background-repeat: no-repeat;
/*		z-index: 0; */
		z-index: 55;
	}

	.navToolsHelp a:hover {
		width: 30px;
		height: 30px;
		padding-left: 12px;
		background-image: url(/img/icon_help_on.png);
		background-repeat: no-repeat;
/*		z-index: 0; */
		z-index: 55;
	}

	.navToolsHome {
		float: left;
		position: relative;
		width: 30px;
		height: 30px;
		padding-left: 12px;
		background: transparent;
/*		z-index: 0; */
		z-index: 55;
	}
		
	.navToolsHome a {
		float: left;
		width: 30px;
		height: 30px;
		padding-left: 12px;
		background-image: url(/img/icon_home_off.png);
		background-repeat: no-repeat;
/*		z-index: 0; */
		z-index: 55;
	}

	.navToolsHome a:hover {
		width: 30px;
		height: 30px;
		padding-left: 12px;
		background-image: url(/img/icon_home_on.png);
		background-repeat: no-repeat;
/*		z-index: 0; */
		z-index: 55;
	}

/* SEARCH
--------------------------------------------------------------------------- */

div.autocomplete {
	margin: 0px;  
	padding: 0px;  
	background: #FFF;
	border: 1px solid #067ab4;
	position: absolute;
/*	z-index: 50; */
	z-index: 9999;
}

div.autocomplete ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.autocomplete ul li.selected { 
	background-color: #067ab4;
	color: #FFF;
}

div.autocomplete ul li {
	margin: 0;
	padding: 2px;
	height: 15px;
	display: block;
	list-style-type: none;
	cursor: pointer;
	color: #067ab4;
}

div.autocomplete ul li :hover {
	display: inline;
	background-color: #067ab4;
	color: #FFF;
	font-weight: bold;
}

/* PRIMARY NAVIGATION - LEFT / FLASH
--------------------------------------------------------------------------- */

#primaryNavLeft {
	float: left;
	position: fixed;
/*	width: 135px; 
	height: 585px; */
	width: 135px;
	height: 565px; 
	background-color: transparent;
	margin: 15px 0px 0px 0px;
	clip: rect(0px, 135px, 565px, 0px);
	overflow: hidden; 
/*	z-index: 110; */
	z-index: 9999;
}

/* SECONDARY NAVIGATION - BOTTOM
--------------------------------------------------------------------------- */

/* FeatureGuideNav change */

#secondaryNavBottom {
	position: absolute;
	left: 160px;
/*	top: 593px; */
	top: 614px;
	width: 800px;
	height: 24px; 
	background-color: #FFF;
	margin: 4px 0px 0px 0px;
	border-top: 0px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

#secondaryNavBottomLeft {
	float: left;
	width: 365px;
	height: 21px; 
	background-color: transparent;
	margin: -3px 0px 0px 0px;
}

#secondaryNavBottomLeftArrow {
	visibility: visible;
	float: left;
	width: 365px;
	height: 21px; 
	background-color: transparent;
	margin: 3px 0px 0px 0px;
	padding: 4px 0px 0px 27px;
	background-image: url(/img/icon_btn_arrow_l.png);
	background-position: 10px 6px;
	background-repeat: no-repeat;
}

#secondaryNavBottomRight {
	float: right;
	width: 360px;
	height: 21px; 
	background-color: transparent;
	margin: -3px 0px 0px 0px;
	text-align: right;
}

#secondaryNavBottomRightArrow {
	width: 330px;
	height: 21px; 
	background-color: transparent;
	margin: 3px 0px 0px 0px;
	padding: 4px 30px 0px 0px;
	background-image: url(/img/icon_btn_arrow_r.png);
	background-position: 337px 6px;
	background-repeat: no-repeat;
	text-align: right;
}

#secondaryNavBottom a {
	color: #067AB4;
}

/* GLOBAL CSS
--------------------------------------------------------------------------- */

#container {
	width: 100%; 
	min-width: 919px;
/*	height: 585px; */
	height: 640px; 
}

#mainContainer {
	width: 900px; 
}

/* FeatureGuideNav change */

#iFrameContainer {
	position: absolute;
	left: 160px;
	top: 67px;
	width: 800px;
	height: 532px; 
	margin: 17px 0px 0px 0px;
	background: transparent;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	z-index: 0;
	}

#iFrame {
	width: 800px;
	height: 532px;
/*	padding: 0em 0em 0.15em 0em; */
}

#iFramePrint {
	position: absolute;
	left: 0px;
	top: 46px;
	width: 800px;
	z-index: 0;
	height: 100%;
}

#pageDiv {
	position: absolute;
	top: 50px;
	left: 151px;
	float: right;
	width: 730px;
	height: 470px;
	margin: 15px 0px 25px 0px;
	background: transparent;
	border: 1px solid #666;
	z-index: 1;
	overflow : auto;
}

#mainContent {	
	width: 745px; 
	padding: 0 0 20px 20px;
}

.clearFloat {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.clearStepFloat {
	clear: both;
	height: 8px;
	font-size: 0px;
	line-height: 0px;
}

#pageHeading {
	margin: 0px 0px -5px 0px;
}

.leftColumn {
	float: left;
	width: 355px;
	margin-right: 20px;
	background-color: transparent;
}

.rightColumn {
	float: left;
	width: 375px;
	margin: 0 0 0 8px;
	padding: 0;
	background-color: transparent;
}

.columnContainer {
	width: 295px;
	margin: 0px;
	padding: 0px;
}

.columnParagraph {
	width: 375px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
}

.columnParagraphBullet {
	float: left;
	width: 7px;
	height: 7px;
	padding: 0px 15px 0px 0px;
	margin-top: -1px;
	background-color: transparent;
}

.columnParagraphCopy {
	float: left;
	width: 348px;
	background-color: transparent;
	margin-bottom: 7px;
}

.columnParagraphNoArrow {
	width: 355px;
	padding: 3px 0px 10px 22px;
	font-size: 110%; 
}

.columnParagraphNoArrowFirst {
	width: 355px;
	padding: 0px 20px 5px 0px;
	background-color: transparent;
	margin-left: 0px;
}
	
#textIntro {
	font-size: 100%;
	width: 470px;
}

#textIntro p {
	padding-bottom: 15px;
}
	
.special, a.special:visited, a.special:active, a.special:link, a.special:hover { 
	font-family: verdana; 
	font-weight: bold; 
	font-size: 72pt; 
	color: #067AB4; 
	text-decoration: none; 
	text-align: center;
	line-height: 100%;
}

/* FeatureGuideNav change */

#copyright {
	position: absolute;
	left: 165px;
/*	top: 625px; */
	top: 646px;
	font-size: 11px;
}

.orangeBackgroundContainer {
	margin: 17px 0px 25px 0px;
}

.orangeBackground {
	background-color: #FFCC99;
	padding: 10px;
	margin: 0 10px;
}

/**** ROUNDED CORNERS ON ORANGE BOX ****/

.orangeBackgroundCorners{display:block}
.orangeBackgroundCorners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFCC99}
.orangeBackgroundCorners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ffe9d3;
  border-right:1px solid #ffe9d3;
  background:#ffd8b2}
.orangeBackgroundCorners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fff9f4;
  border-right:1px solid #fff9f4;
  background:#ffd5ac}
.orangeBackgroundCorners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ffd5ac;
  border-right:1px solid #ffd5ac;}
.orangeBackgroundCorners4{
  border-left:1px solid #ffe9d3;
  border-right:1px solid #ffe9d3}
.orangeBackgroundCorners5{
  border-left:1px solid #ffd8b2;
  border-right:1px solid #ffd8b2}
.orangeBackgroundCornersfg{
  background:#FFCC99}
  

.dontHave {
	width: 450px;
}

.dontHave a {
	color: #067AB4; 
}

/* AT&T HOME
--------------------------------------------------------------------------- */

#likeMoreHelp {
	position: absolute;
	top: 499px;
	left: 660px;
	width: 136px;
	height: 15px;
	background: transparent;
	font-size: 90%;
	font-weight: normal;
	color: #333;
}
 
#mainContentHome {
	width: 760px;
	height: 532px;
	padding: 0 20px;
	background-color: transparent;
	background-image: url(/img/hero_home.jpg);
	background-repeat: no-repeat;
/*	background-position: 0px 232px; */
	background-position: 0px 236px;
} 

#welcomeImage { 
	float: left;
	width: 725px; 
	height: 283px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
}	

.columnParagrapghNoArrow a {
	font-size: 110%;
	color: #FF7200;
}

/* AT&T GET TO KNOW YOUR REMOTE CONTROL
--------------------------------------------------------------------------- */

#topBlockMaster {
	width: 680px; 
}

#topBlockLeft {
	float: left;
	width: 475px;
	}

#topBlockRightBorder {
	float: right;
	width: 212px;
	height: 92px;
	margin: 17px -65px 0px 0px;
	padding: 0px;
	border: 1px solid #DDD;
}

#topBlockRight {
	width: 180px;
	height: 60px;
	font-size: 90%;
	line-height: 130%;
	border: 1px solid #FFF;
	margin: 0px 15px 0px 0px;
	padding: 15px;
	background-image: url(/img/remote-back.png);
	background-repeat: repeat-x;
	background-position: 0 -1px;
	}

#topBlockRight p {
	margin: 0;
	padding: 0;
	}
	
#topBlockRight p:first-child {
		color: #000;
		font-size: 100%;
	}

#topBlockRight a {
		color: #067AB4;
		font-size: 100%;
	}

	#topBlockRight a:hover { 
		text-decoration: underline;
	}

/* AT&T CONTROL UP TO FOUR DEVICES
--------------------------------------------------------------------------- */

#pageTopicLinksBorder {
	float: right;
	width: 222px;
	margin: -30px 0px 0px 0px;
	border: 1px solid #DDD;
	}

#pageTopicLinks {
	width: 190px;
	border: 1px solid #FFF;
	margin: 0px;
	padding: 3px 20px 5px 10px;
	background-image: url(/img/pagetopic-bg.png);
	background-repeat: repeat-x;
	background-color: #fbfbfb;
}

.pageTopicsEntryContainer {
	width: 200px;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	line-height: 120%;
}

.pageTopicsEntryBullet {
	float: left;
	width: 9px;
	height: 8px;
	padding: 0px 6px 0px 0px;
	margin-top: 1px;
	background-color: transparent;
}

.pageTopicsEntryCopy {
	float: left;
	width: 183px;
	background-color: transparent;
}

#pageTopicLinks p {
	padding: 0px 0px 0px 0px;
}

#pageTopicLinks a {
	font-size: 90%;
	color: #067AB4;
}

.pageBullets {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
.pageBulletEntryContainer {
	width: 500px;
	background-color: transparent;
	padding: 0px 0px 0px 5px;
}

.pageBulletEntryBullet {
	float: left;
	width: 7px;
	height: 7px;
	padding: 0px 8px 0px 0px;
	margin-top: -1px;
	background-color: transparent;
}

.pageBulletEntryCopy {
	float: left;
	width: 480px;
	background-color: transparent;
}

.pageBulletSteps {
	padding: 0px;
	margin: 0px 0px 10px 30px;
	background-color: transparent;
}

.pageBulletStepsEntryContainer {
	width: 455px;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.pageBulletStepsEntryBullet {
	float: left;
	width: 9px;
	height: 8px;
	padding: 0px 8px 0px 0px;
	margin-top: -1px;
	margin-left: 3px;
	background-color: transparent;
}

.pageBulletStepsEntryCopy {
	float: left;
	width: 425px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}

/* RIGHT HAND IMAGES
--------------------------------------------------------------------------- */

#remote-topImage {
	position: absolute;
	top: 285px;
	left: 559px;
	width: 199px; 
	height: 140px; 
}

#muteImage {
	position: absolute;
	top: 605px;
	left: 561px;
	width: 199px; 
	height: 157px; 
}

/** PAGE 1 **/

#img1-1 {
	position: absolute;
	top: 260px;
	left: 540px;
	width: 225px; 
	height: 175px; 
}

#img1-1Copy {
	position: absolute;
	top: 433px;
	left: 545px;
	width: 225px; 
	height: 10px; 
	margin: 0px;
}

#img1-1Copy a {
	font-size: 9px;
	color: #067AB4;
}

#img1-1-2 {
	position: absolute;
	top: 1815px;
	left: 540px;
	width: 225px; 
	height: 175px; 
}

#img1-1-2Copy {
	position: absolute;
	top: 1990px;
	left: 545px;
	width: 225px; 
	height: 10px; 
	margin: 0px;
}

#img1-1-2Copy a {
	font-size: 9px;
	color: #067AB4;
}

#img1-2 {
	position: absolute;
	top: 170px;
	left: 540px;
	width: 225px; 
	height: 329px; 
}

#img1-3 {
	position: absolute;
	top: 190px;
	left: 540px;
	width: 225px; 
	height: 232px; 
}

/** PAGE 2 **/

#img2-1 {
	position: absolute;
	top: 180px;
	left: 540px;
	width: 225px; 
	height: 175px; 
}

#img2-1Copy {
	position: absolute;
	top: 353px;
	left: 545px;
	width: 225px; 
	height: 10px; 
	margin: 0px;
}

#img2-1Copy a {
	font-size: 9px;
	color: #067AB4;
}

#img2-1-2 {
	position: absolute;
	top: 905px;
	left: 540px;
	width: 225px; 
	height: 175px; 
}

#img2-1-2Copy {
	position: absolute;
	top: 1078px;
	left: 545px;
	width: 225px; 
	height: 10px; 
	margin: 0px;
}

#img2-1-2Copy a {
	font-size: 9px;
	color: #067AB4;
}

#img2-1-3 {
	position: absolute;
	top: 1490px;
	left: 540px;
	width: 225px; 
	height: 175px; 
}

#img2-1-3Copy {
	position: absolute;
	top: 1665px;
	left: 545px;
	width: 225px; 
	height: 10px; 
	margin: 0px;
}

#img2-1-3Copy a {
	font-size: 9px;
	color: #067AB4;
}

#img2-2 {
	position: absolute;
	top: 405px;
	left: 540px;
	width: 225px; 
	height: 175px; 
}

#img2-2Copy {
	position: absolute;
	top: 578px;
	left: 545px;
	width: 225px; 
	height: 10px; 
	margin: 0px;
}

#img2-2Copy a {
	font-size: 9px;
	color: #067AB4;
}

#img2-3 {
	position: absolute;
	top: 202px;
	left: 540px;
	width: 225px; 
	height: 169px; 
}

#img2-4 {
	position: absolute;
	top: 555px;
	left: 540px;
	width: 225px; 
	height: 175px; 
}

#img2-4Copy {
	position: absolute;
	top: 728px;
	left: 545px;
	width: 225px; 
	height: 10px; 
	margin: 0px;
}

#img2-4Copy a {
	font-size: 9px;
	color: #067AB4;
}

#img2-4-2 {
	position: absolute;
	top: 1040px;
	left: 540px;
	width: 225px; 
	height: 175px; 
}

#img2-4-2Copy {
	position: absolute;
	top: 1212px;
	left: 545px;
	width: 225px; 
	height: 10px; 
	margin: 0px;
}

#img2-4-2Copy a {
	font-size: 9px;
	color: #067AB4;
}

#img2-5Copy a {
	font-size: 9px;
	color: #067AB4;
}

/** PAGE 3 **/

#img3-1 {
	position: absolute;
	top: 130px;
	left: 540px;
	width: 225px; 
	height: 175px; 
}

#img3-1Copy {
	position: absolute;
	top: 303px;
	left: 545px;
	width: 225px; 
	height: 10px; 
	margin: 0px;
}

#img3-1Copy a {
	font-size: 9px;
	color: #067AB4;
}

#img3-1-2 {
	position: absolute;
	top: 325px;
	left: 540px;
	width: 225px; 
	height: 175px; 
}

#img3-1-2Copy {
	position: absolute;
	top: 498px;
	left: 545px;
	width: 225px; 
	height: 10px; 
	margin: 0px;
}

#img3-1-2Copy a {
	font-size: 9px;
	color: #067AB4;
}

/** PAGE 4 **/

#img4-1 {
	position: absolute;
	top: 128px;
	left: 540px;
	width: 225px; 
	height: 174px; 
}

#img4-2 {
	position: absolute;
	top: 100px;
	left: 540px;
	width: 225px; 
	height: 208px; 
}

#pageContent {
	width: 480px;
}

#pageContent a {
	color: #067AB4;
}

.backToTop {
	color: #067AB4;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

.backToTopAgain {
	color: #067AB4;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
}

.stepTitle {
	margin: 25px 0px 10px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #FF7200;
	}

div > p {
	margin-top: 10px;
	margin-bottom: 10px;
	}

/* AT&T CONTROL UP TO FOUR DEVICES - STEP IMAGES
--------------------------------------------------------------------------- */

.fdStepContainer {
	width: 525px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: transparent;
}

.fdStepNumber {
	float: left;
	width: 16px;
	padding: 0px 13px 0px 3px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}

.fdStepCopy {
	float: left;
	width: 440px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}
	
/* AT&T SITEMAP
--------------------------------------------------------------------------- */

.sitemapColumnLeft {
	float: left;
	width: 365px;
	padding-right: 10px;
	background: transparent;
	}

.sitemapColumnRight {
	float: right;
	width: 365px;
	background: transparent;
}

.sitemapColumnLeft .sitemapColumnNumber, .sitemapColumnRight .sitemapColumnNumber {
	float: left;
	width: 35px;
	color: #666;
}

.sitemapColumnLeft .sitemapColumnNumberCopy, .sitemapColumnRight .sitemapColumnNumberCopy {
	float: left;
	width: 220px;
}

.sitemapColumnLeft .sitemapColumnNumberCopy a, .sitemapColumnRight .sitemapColumnNumberCopy a {
	color: #067AB4;
}

.sitemapColumnLeft .clearFloat, .sitemapColumnRight .clearFloat {
	padding-top: 10px;
}

.sitemapColumnRow {
	width: 300px;
}

.sitemapColumnNumber {
	width: 35px;
	margin-left: 10px;
	color: #666;
}

.sitemapColumnNumberCopy {
	margin-left: -15px;
}

/* AT&T SEARCH RESULTS
--------------------------------------------------------------------------- */

#mainContent #searchResults {
	margin-top: 10px;
}

#mainContent #searchResults a {
	color: #067AB4;
	font-weight: bold;
}

/* QUICK KEYS PAGE
--------------------------------------------------------------------------- */

table {
	width: 510px;
	margin: 15px 0px 10px 0px;
}

table td {
	padding: 2px 5px;
	width: 75px;
	color: #000000;
	font-size: 10px;
}

td {
	text-align: center;
}

.firstColumn {
	text-align: left;
}

.coloredCell {
	background-color: #92c4ed;
	text-align: center;
	font-weight: bold;
}

#tableHeader {
	background-color: #c0c0c0;
	font-weight: bold;
	text-align: left;
}

#tableHeader td {
	text-align: left;
}

.quickKeysDiagram {
	margin: 0px 0;
	padding: 10px;
}

#iconHelpForSidebar {
	padding-top: 15px;
}
