html * {
	margin: 0;
	padding: 0;
	}
body {
	font-size: 62.5%;
	line-height: 1.5em;
	}
fieldset, img {
	border: 0;
	}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
	}
caption,th {
	text-align: left;
	}
ul {
    list-style-type:none;
    }
h1 {
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom:0.5em;
	font-weight: normal;
	}
h1.dbf {
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom:0.5em;
	font-weight: bold;
	margin-top:8px;
	}
h2 {
	font-size: 1.3em;
	}
h3 {
	font-size: 1.2em;
	}
h4 {
	font-size: 1.1em;
	}
h5 {
	font-size: 1.0em;
	}
h6 {
	font-size: 1.6em;
	}
input, select, th, td {
	font-size: 1.0em;
	}
a img, :link img, :visited img { 
	border: none 
	}
address { 
	font-style: normal 
	}
p {
    margin: 1em 0;
	}
	

/******************************************
 Moving from localized main.css files
******************************************/

body
{
    font-family: Verdana, Helvetica, sans-serif;
    color:#666666;
    background-color: #ededed;
}
body.business {
    background-image: url(../img/stripes.gif);
    background-repeat: repeat;
    background-position: left top;
}
h1
{
    color:#333333;
}
p, a, li, span, td, th
{
    font-size: 1.1em;
}
p a, li a, li span, a span, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, td p, td a, td span, td li,
td h2, td h3, td h4, li li, th p, th a, th span, th li, th h2, th h3, th h4
{
    font-size: 1.0em;
}
a:link
{
    text-decoration:none;
    color: #0A94D6;
}
a:active
{
    outline:none;
}

a:visited
{
    text-decoration:none;
    color: #0A94D6;
}

a:hover
{
    text-decoration:underline;
    color: #0A94D6;
}

a.backToTop
{
	padding: 0 15px;
	background: url(http://www.wireless.att.com/global/images/btn_arrow_up.gif) left no-repeat;
	float:right;
}
            
#container
{
    margin: 0 auto;
    width: 985px;
    background: url(http://www.wireless.att.com/global/images/page_midSlice.gif) 0 0 repeat-y transparent;
    /*background: url(http://www.wireless.att.com/global/images/landingPage_heightGrid.jpg) 0 0 no-repeat transparent;*/
}

#page
{
    margin: 0 auto;
    width: 950px;
}

#content
{
    clear:both;
}

#primary-content
{
    clear:both;
}

#header
{
    clear: both;
    padding-top:10px;
}

#topNav
{
    clear: both;
}

#footer
{
    clear: both;
}
#btmContainer
{
    clear: both;
    margin: 0 auto;
    width:985px;
    height:5px;
    background: url(http://www.wireless.att.com/global/images/page_btmSlice.gif) 100% 100% no-repeat transparent;
}
/********************
    Forms
*********************/
#search
{
    margin-right:5px;
    vertical-align:bottom;
}
#learnAbout
{
    margin-top:5px;
    margin-right:5px;
    vertical-align:bottom;
    width:140px;
}
#checkCoverage
{
    margin-right:5px;
    vertical-align:bottom;
    width:25%;
}
#numberLookup
{
    vertical-align:bottom;
}
/********************
    Font Treatments
*********************/
.orange
{
    color:#f27d00;
}

.orangeCaps
{
    color:#f27d00;
    text-transform:uppercase;
}

/********************
    Mods
*********************/
.mod_a /* 1px border box with tall gradient bg and 12px padding */
{
    background: url(http://www.wireless.att.com/global/images/mod_a_gradientSlice.gif) 0 100% repeat-x transparent;
    margin-bottom:10px;
    padding:12px;
    border: 1px solid #ccc;
}

.mod_b
{
    padding:12px;
}

.mod_c, .mod_c2, .mod_c3 /* 1px border box  */
{
    margin-bottom:10px;
    padding:12px;
    border: 1px solid #ccc;
	overflow: hidden;
}

.mod_c2, .mod_c3
{
	width:228px;
	height:125px;
	padding:0;
    background-repeat:no-repeat;
    background-position:100% 100%;
}

.mod_c3
{
	height:138px;
}

.mod_d /* 1px border to left of content area */
{
    padding-left:11px;
    border-left: 1px solid #ccc;
}
.mod_d2 /* 1px border to left of content area NO RIGHT PADDING */
{
    clear:both;
    padding:12px 0 12px 12px;
    border-left: 1px solid #ccc;
}
.mod_d3 /* 1px border to left of content area when multi classing a column*/
{
    padding-left:10px;
    margin-left:-1px !important;

    border-left: 1px solid #ccc;
}

.mod_e /* 1px border box with tall gradient bg FOR BUSINESS PAGES ONLY */
{
    background: url(http://www.wireless.att.com/global/images/B2B_pinstripes.gif) 0 100% repeat-x transparent;
    margin-bottom:10px;
    padding:12px;
    border: 1px solid #ccc;
}

.mod_f  /* 1px border box with tall gradient bg NO PADDING*/
{
    background: url(http://www.wireless.att.com/global/images/mod_a_gradientSlice.gif) 0 100% repeat-x transparent;
    margin-bottom:10px;
    border: 1px solid #ccc;
}

.mod_g /* 1px top,left,right border no bottom padding */
{
    padding:12px;
    border: 1px solid #ccc;
    border-bottom:0px;
}

.mod_h  /* 1px border box with NO gradient bg NO PADDING*/
{
    margin-bottom:10px;
    border: 1px solid #ccc;
	overflow: hidden;
}

.mod_h img {
	vertical-align:bottom;
}

.mod_i
{
    padding:12px;
    padding-top:0px;
}
.mod_j /* 1px top, left, bottom border box*/
{
    padding:12px;
    border: 1px solid #ccc;
    border-right:0;
}
.mod_k /* 1px top, right, bottom border box*/
{
    padding:12px;
    border: 1px solid #ccc;
    border-left:0;
}

.mod_l /* 1px border box with tall gradient bg FOR BUSINESS PAGES ONLY NO PADDING */
{
    background: url(http://www.wireless.att.com/global/images/B2B_pinstripes.gif) 0 100% repeat-x transparent;
    margin-bottom:10px;
    border: 1px solid #ccc;
}

.mod_m
{
	float:left;
	padding:12px;
}

.mod_n
{
	float:left;
	width:468px;
	height:138px;
	border: 1px solid #ccc;
}

.mod_o, .mod_p  /* support landing page double column - fixed dimensions */
{
    float:left;
    margin-bottom:10px;
    padding:12px;
    border: 1px solid #ccc;
    width:324px;
    height:100px;
}

.mod_p /* right column on support landing page with double columns */
{
   margin-left:10px;
}

.mod_error /* 1px Orange border for form errors */
{
    background:#ffd8d9;
    margin-bottom:10px;
    color:#f00;
    padding:5px;
    border: 1px solid #f00;
}

.mod_caution /* 1px Orange border for form errors */
{
    background:#f9f4d3;
    margin-bottom:10px;
    color:#666666;
    padding:5px;
    border: 1px solid #f27d00;
}

.mod_message /* 1px Orange border for form errors */
{
    background:#fafafa;
    margin-bottom:10px;
    color:#666666;
    padding:5px;
    border: 1px solid #cccccc;
}

.checkoutButtons
{
    margin-top:-13px;
    padding:12px;
    border:1px solid #ccc;
    text-align:right;
}
.modClear
{
    clear:both;
}

.mainHomePromo
{
	background-repeat:no-repeat;
	width:707px;
	height:257px;
}

.mainHomePromo2
{
	width:950px;
	height:290px;
	margin-top:12px;
	margin-bottom:10px;
}

/********************
 Content Block Templates
*********************/
.contentBlock_a /* image to the left of content using .floatLftPadRgt in divs */
{
clear:both;
padding:10px 0;
}
.contentBlock_b img /*img on top or bottom of content*/
{
padding:10px 0;
}
.contentBlock_c img  /*img with content wrapped around img on right using align="right" on img tag */
{
padding:0 0 10px 10px;
}
.contentBlock_d  /* image to the left of content using align="right" on p tag and align="left" on img tag */
{
vertical-align:top;
}
.contentBlock_e  /* used in parent div for two columns at 50% width */
{
clear:both;
}
.contentBlock_e ul
{
margin-top:12px;
}
.contentBlock_e  li.first
{
font-weight:bold;
}
.contentBlock_e li a
{
padding:0 10px 0 0;
border-right:1px solid #ccc;
}
.contentBlock_e li a.last
{
padding-left:10px;
border:0;
}
.contentBlock_e li a.first
{
padding:0;
border:0;
}
.contentBlock_f   /* main block (used on about landing) with large bg img *INLINE* flush to border */
{
padding-left:12px;
padding-right:12px;
}
.contentBlock_f h2
{
padding-top:12px;
}
.contentBlock_g  /* h4 top margin 1em.  p tag bottom margin 1 em. */
{
}
    .contentBlock_g h4
    {
    	margin-top:1em;
    }
    .contentBlock_g p
    {
    	margin-bottom:1em;
    	margin-top:0;
    }
.topicContentBlock /* Topic list with page bookmarks in H2's or H4's*/
{
clear:both;
}
.topicContentBlock ul.padded li
{
padding:5px 0;
}
.topicContentBlock h2 a:hover
{
text-decoration:none;
color:#666666;
}
.topicContentBlock h4 a:hover
{
text-decoration:none;
color:#666666;
}
.pageTools li
{
padding:5px 0 0 10px;
}
.pageTools img
{
padding-right:5px;
}
/********************
  ContentBlock Misc.
*********************/
.floatLftPadRgt /* example usage in conjunction with contentBlock_a in endnode_4.jsp */
{
padding-right:12px;
float:left;
}
.floatLeftEvenCol /* example usage in conjunction with contentBlock_e in endnode_5.jsp */
{
float:left;
width:49%;
}
ul.discUl
{
list-style-type:disc;
margin-left:13px;
}

ul.discUl2
{
	list-style-type:disc;
	margin-left:15px;
}
.textNav li a /* General horizontal links with pipe to the right of each (used on About Us landing page)*/
{
    padding:0 5px;
    border-right:1px solid #ccc;
}
.textNav li a.first
{
	padding-left:0;
}
.textNav li a.last
{
	border:0;
}

/********************
    Misc.
*********************/
.horizRule, .horizRule2, .horizRule3
{
clear:both;
margin:1em 0;
border-top:1px solid #ccc;
}
.horizRule2
{
	margin:.25em 0;
	border-top:1px solid #b5cacb;
}
.horizRule3
{
	margin:.25em 0;
	height:1px;
	border-top:1px solid #b5cacb;
}
div.horizDash, div.horizDash2
{
	background-image:url(http://www.wireless.att.com/global/images/splice_horz_sep.gif);background-repeat:repeat-x;width:210px;height:1px;padding-top:5px;
}
div.horizDash2
{
    width:200px;
    margin:5px 0 0 0;
}

div.horizDash3
{
	background-image:url(http://www.wireless.att.com/global/images/splice_horz_sep.gif);
	background-repeat:
	repeat-x;
	height:1px;
    margin:5px 0 ;
}
div.vertDash
{
	float:left;width:1px;height:110px;margin-top:8px;background-image:url(http://www.wireless.att.com/global/images/splice_listItemSeparator.gif);background-repeat:repeat-y;
}
.padRgt
{
padding-right:10px;
}
.padLft
{
padding-left:15px;
}
.colMargTop
{
    margin-top:40px;
}
div.finePrnt
{
	width:50%;
}

p.finePrnt
{
	font-size: .9em;
}

.fltL
{
	float:left;
}

.fltR
{
	float:right;
}
.bold
{
	font-weight:bold;
}
p.noMargin
{
    margin:0;
}
h2.marginTop
{
    margin-top:10px;
}
h2.marginBtm
{
    margin-bottom:10px;
}
ul.list2
{
	margin-left:20px;
}
.margTop
{
	margin-top:5px;
}
.margBtm
{
	margin-bottom:5px;
}
.padBtm
{
    padding-bottom:10px;
}
.bar
{
	color:#e5e5e5;
}
.caps
{
    text-transform:uppercase;
}
/********************
Phone List Item
********************/

.listControls
{
	padding-top:10px;
	height:25px;
}
.listContainer
{
	clear:both;
	border-bottom:
	solid 1px #ccc;
}
.listContainerNoFixedHeight
{
	clear:both;
	height:100%;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.listCxb, .listCxbNC
{
	float:left;
	background-color:#EBEFFA;
	width:40px;
	text-align:center;
	height:182px;
	padding-top:10px;
	border-right:solid 1px #ccc;
}
.listCxbNC
{
	height:230px;
}
.listItemContainer, .listItemContainer2, .listItemContainerNC, .listItemContainerPackages
{
	clear:both;
	border:solid 1px #ccc;
	border-bottom:0;
	height:192px;
}
.listItemContainer2
{
    height:150px;
}
.listItemContainerNC
{
    /*height:240px;*/
	height:100%;
}
.listItemContainerPackages
{
    height:210px;
}
.listItemContainerNoFixedHeight
{
	clear:both;
	border:solid 1px #ccc;
	border-bottom:0;
}
.lstItmCntntBx, .lstItmCntntBx2, .lstItmCntntBx3, lstItmCntntBx4
{
	float:left;
	width:735px;
}
.lstItmCntntBx
{
    position:relative;
}
.lstItmCntntBx2
{
	width:770px;
}
.lstItmCntntBx3
{
	width:540px;
}
.lstItmCntntBx4
{
	width:690px;
}
.iconDetailMusic, .iconDetailSignal, .iconDetailPhone, .iconDetailCamera, .iconDetailMail, .iconDetailVideo
{
	float:left;
	margin:2px;
}
.iconDetailMusic
{
	background-image:url(http://www.wireless.att.com/global/images/icon_detail_music.gif);
	width:14px;
	height:18px;
}
.iconDetailSignal
{
	background-image:url(http://www.wireless.att.com/global/images/icon_detail_signal.gif);
	width:14px;
	height:18px;
}
.iconDetailPhone
{
	background-image:url(http://www.wireless.att.com/global/images/icon_detail_phone.gif);
	width:9px;
	height:18px;
}
.iconDetailCamera
{
	background-image:url(http://www.wireless.att.com/global/images/icon_detail_camera.gif);
	width:19px;
	height:18px;
}
.iconDetailMail
{
	background-image:url(http://www.wireless.att.com/global/images/icon_detail_mail.gif);
	width:16px;
	height:18px;
}
.iconDetailVideo
{
	background-image:url(http://www.wireless.att.com/global/images/icon_detail_video.gif);
	width:26px;
	height:18px;
}
.listPreviewBtn
{
	float:right;
	vertical-align:bottom;
	margin-top:5px;
}
.viewDetailsLink
{
	float:left;
	margin-top:5px;
	margin-right:10px;
}
.listItemTextContainer, .listItemTextContainer2, .listItemTextContainer3, .listItemTextContainer4
{
	float:left;
	width:380px;
	padding-top:10px;
	padding-left:15px;
}
.listItemTextContainer2
{
	width:420px;
}
.listItemTextContainer3
{
	width:400px;
}
.listItemTextContainer4
{
	width:340px;
}
.listItemCrtTlzContainer, .listItemCrtTlzContainer2, .listItemCrtTlzContainer3, .listItemCrtTlzContainer4
{
	clear:both;
	margin-left:20px;
	/*border-top:solid 1px #ccc; - removed per b2c-6203*/
	padding-top:5px;
	width:710px;
}
.listItemCrtTlzContainer5
{
	clear:both;
	margin-left:20px;
	border-top:solid 1px #CCCCCC;
	padding-top:5px;
	width:750px;
}
#phonePreviewDiv
{
	width:496px;
	position: absolute; 
	visibility:hidden;
	height: auto;
    padding:13px;
    background-color:#ffffff;
    border:1px solid #ccc;
}
#goPhonePreviewDiv
{
	width:496px;
	position: absolute; 
	left: 400px; top: 100px;
	visibility:hidden;
	height: auto;
    padding:13px;
    background-color:#ffffff;
    border:1px solid #ccc;
}
.listItemCrtTlzContainer2
{
	width:750px;
}
.listItemCrtTlzContainer3
{
	width:550px;
}
.listItemCrtTlzContainer4
{
	width:630px;
}
.listItemCrtTlz
{
	float:right;
	vertical-align:top;
}
.viewDetailsIconContainer
{
	margin-top:5px;
	margin-left:15px;
}
.listItemPhoneContainer
{
	float:left;
	width:95px;
	text-align:center;
	padding-top:15px;
}
.listItemPriceContainer, .listItemPriceContainerNC
{
	float:left;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	height:130px;
	width:225px;
}
.listItemPriceContainerNC
{
	height:194px;
}
.listItemPriceContainerNoFixedHeight
{
	float:left;
	position:relative;
	padding-top:10px;
	padding-left:8px;
	width:230px;
}
.listItemPriceLft
{
	font-size : 0.9em;
	padding-left:3px;
	/*line-height : 19px;*/
	text-align : left;
	/*width : 155px;*/
}
.listItemPriceRt
{
	font-size : 0.9em;
	padding-right:3px;
	/*line-height : 19px;*/
	text-align : right;
	width : 60px;
}
.listItemPriceLine
{
	background:url(http://www.wireless.att.com/global/images/priceLine_bg.gif) repeat-x;
	height: 19px;
	/*padding-left:3px;
	padding-right:3px;*/
}

.listSort
{
	width:200px;
}
.listBrand
{
	width:200px;
}
.listVersion
{
	width:100px;
}


/*****************************
	Plan details tab section
*****************************/

.planTabTable
{
	width:500px;
}
.planTabTable_440
{
	width:440px;
}
.planTabPriceColumn
{
	text-align:right;
	vertical-align:bottom;
}
table.planTabXtraContent
{
	display:none;
}
td.planTabXtraContent
{
	border:solid 1px #ccc;
	padding:5px;
}

/*
	Coverage Viewer
*/
.cvrgVwrContainer
{
	float:right;
	width:290px;
	border:solid 1px #ccc;
	height:120px;
	padding:10px;
	margin-left:20px;
}
.cvrgVwrForm
{
	vertical-align:middle;
	float:right;
	margin-top:15px;
	width:145px;
}

.cvrgVwrText
{
	float:left;
}
	
.cvrgVwrInput
{
	width:40px;
}
.btnQuestion
{
	vertical-align:middle;
	margin-left:4px;
}
.wirelessLookup
{
	background-image:url(http://www.wireless.att.com/global/images/splice_horz_sep.gif);
	background-repeat:repeat-x;
	padding-top:10px;
}
.wirelessLookup
{
	text-align:right;
}

/**********************
    Learn landing pages
************************/
.learnFxdLftMod
{
    float:left;
    width: 330px;
    padding-bottom:0;
}
.learnFxdRgtMod
{
    float:left;
    width: 335px;
    padding-bottom:0;
}
.learnFxdHgtMod
{
    height:229px;
}
.learnFxdHgtHero
{
    height:110px;
}
/**********************
   Shop landing page
************************/
.shopFxdHgtMod
{
    height:184px;
}
.shopFxdRgtMod
{
    height:184px;
}
.shopFxdBtmMod
{
    height:184px;
}
.shopFxdBtmMod2
{
	height:86px;
}
/**********************
   Phones and Devices landing page
************************/
.pdFxdRgtMod
{
    height:86px;
}
.pdFxdHgtMod
{
    height:184px;
}
.pdFxdMidMod
{
    height:13px;
}
/**********************
   Packages and Deals landing page
************************/
.pkFxdRgtMod
{
    height:86px;
}
.pkFxdHgtMod
{
    height:184px;
}
.pkFxdMidMod
{
    height:13px;
}


/**********************
   GoPhone landing page
************************/
.goFxdRgtMod
{
    height:86px;
}

/**********************
   Accessories landing page
************************/
.accFxdHgtMod
{
	height:160px;
}

/********************
	Search Results
********************/
.srchItmBox
{
	clear:both;
	padding-top:8px;
	margin-bottom:10px;
}
.srchItmTxt
{
	float:left;
	width:65%;
}
.srchItmGrf
{
	float:left;
	width:140px;
	padding-top:3px;
	padding-left:5px;
	padding-right:8px;
	text-align:right;
}

/********************
	Find a Store
********************/

.storeLstDk, .storeLstLt
{
	width:478px;
	border:solid 1px #ccc;
	border-bottom:0;
	background-color:#f5f5f5;
}
.storeLstLt
{
	background-color:#fff;
}
.storeIdx
{
	width:18px;
	vertical-align:top;
}
.storeInfo
{
	width:220px;
	vertical-align:top;
}
.storePhn
{
	width:140px;
	vertical-align:top;
}
.storeDis
{
	vertical-align:top;
}

/* SUPPORT */

.deviceSpec
{
	width:660px; border:1px solid #ccc; height:200px;overflow: auto;padding:10px;margin-top:10px;
}
.tutorSteps
{
	text-align:center;border:solid 1px #ccc;padding:10px;vertical-align:top;
}

ol.none{
	caption:Ordered List: None;
	list-style-type:none;
	line-height:1.6em;
}
ol.decimal{
	caption:Ordered List: 1 2 3;
	list-style-type:decimal;
	line-height:1.6em;
	margin-left:20px;
}
ul.none{
	caption:Unordered List : None;
	list-style-type:none;
	line-height:1.6em;
}
ul.circle{
	caption:Unordered List: Circle;
	list-style-type:disc;
	line-height:1.6em;
	margin-left:15px;
}

