/* BEGIN base.css */
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: #3381B7;
}
a:active
{
    outline:none;
}

a:visited
{
    text-decoration:none;
    color: #3381B7;
}

a:hover
{
    text-decoration:underline;
    color: #3381B7;
}

a.backToTop
{
	padding: 0 15px;
	background: url(/global/images/btn_arrow_up.gif) left no-repeat;
	float:right;
}
            
#container
{
    margin: 0 auto;
    width: 985px;
    background: url(/global/images/page_midSlice.gif) 0 0 repeat-y transparent;
    /*background: url(/global/images/landingPage_heightGrid.jpg) 0 0 no-repeat transparent;*/
}

#page
{
    margin: 0 auto;
    width: 950px;
}

#content
{
    clear:both;
}

/*to support superscripts grunnings 5-20-2009*/
#content sup {
font-size:.8em;	
}


#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(/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(/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(/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(/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(/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(/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(/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(/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,.lstItmCntntBx5
{
	float:left;
	width:735px;
}
.lstItmCntntBx
{
    position:relative;
}
.lstItmCntntBx2
{
	width:770px;
}
.lstItmCntntBx3
{
	width:540px;
}
.lstItmCntntBx4
{
	width:690px;
}
.lstItmCntntBx5
{
	width:100%;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.iconDetailMusic, .iconDetailSignal, .iconDetailPhone, .iconDetailCamera, .iconDetailMail, .iconDetailVideo
{
	float:left;
	margin:2px;
}
.iconDetailMusic
{
	background-image:url(/global/images/icon_detail_music.gif);
	width:14px;
	height:18px;
}
.iconDetailSignal
{
	background-image:url(/global/images/icon_detail_signal.gif);
	width:14px;
	height:18px;
}
.iconDetailPhone
{
	background-image:url(/global/images/icon_detail_phone.gif);
	width:9px;
	height:18px;
}
.iconDetailCamera
{
	background-image:url(/global/images/icon_detail_camera.gif);
	width:19px;
	height:18px;
}
.iconDetailMail
{
	background-image:url(/global/images/icon_detail_mail.gif);
	width:16px;
	height:18px;
}
.iconDetailVideo
{
	background-image:url(/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 #0A94D6;
	padding-top:5px;
	width:750px;
}
.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;
}


.listItemPriceLft_mystore
{
	font-size : 9px;
	padding-left:3px;
	/*line-height : 19px;*/
	text-align : left;
	/*width : 155px;*/
}
.listItemPriceRt_mystore
{
	font-size:9px;
	padding-right:3px;
	/*line-height : 19px;*/
	text-align:right;
	width:58px;
}

.listItemPriceLine
{
	background:url(/global/images/priceLine_bg.gif) repeat-x;
	height: 19px;
	/*padding-left:3px;
	padding-right:3px;*/
}
.listItemPriceLine_mystore
{
	background:url(/global/images/priceLine_bg.gif) repeat-x;
	height: 19px;
	/*padding-left:3px;
	padding-right:3px;*/
}
.listItemPriceLine2_mystore
{
	background:url(/global/images/priceLine_gradient.gif) repeat-x;
	height: 19px;
	border-bottom: solid 1px #ccc;
}

.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(/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;
}
.pdRefurbished
{
	background-image:url(/global/images/refurb_phone_icon.gif);
	background-repeat: no-repeat;
	height:35px;
	width:35px;
	position:absolute;
	top:140px;
	right:10px;
	z-index:99;
}
.phoneImage-container
{
	background-image:url(/global/images/phone_list_bg_135x185.gif);
	background-repeat: no-repeat;
	width:135px;
	height:150px;
	padding-top: 35px;
	text-align: center;
	float:left;
}
.filterTopGradient {
	background-image:url(/global/images/filter_top_gradient.gif);
	background-repeat:repeat-x;
}
.filterBottomGradient {
	background-image:url(/global/images/filter_bottom_gradient.gif);
	background-repeat:repeat-x;
	height: 90px;
}
/**********************
   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;
}
h2.normalType  {
	height: 18px;
	padding: 0 0 2px 0;
	margin: 10px 0 0 11px;
	line-height: normal;
	letter-spacing:-.015em;
	font-size:13px;
	font-weight:bold;	
}


h2.largeType  {
	height: 20px;
	padding: 0 0 7px 0;
	margin: 8px 0 0 11px;
	line-height: normal;
	letter-spacing:-.05em;
	font-size:21px;
	font-weight:500;
}
	
 h2.mediumType  {
	height: 20px;
	/*padding: 0 0 2px 0;*/
	/*margin: 10px 0 0 11px;*/
	line-height: normal;
	letter-spacing:-.015em;
	font-size:16px;
	font-weight:bold;	
}
 h2.orange {
	color:#FF7200;
}
	
 h2.orange a{
	text-decoration:none;
	color:#FF7200;
	}
	
 h2.blue {
	color:#067ab4;
	}

h2.blue a{
	text-decoration:none;
	color:#067ab4;
	}
	
h2.purple {
	color:#81017E;
	}
	
h2.purple a{
	color:#81017E;
	text-decoration:none;
}	
/* END base.css */

/* BEGIN main.css */
/*******************************************************************
    LOCALISED STYLE GROUPS ONLY
********************************************************************/

/********************
    Buttons
*********************/
.buttonStyle-1 /* Blue GO Button */
{
    width:47px;
    height:18px;
    border:0;
    background: url(/global/images/btn_go.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-2 table td  /* link in a table aligned right can be used with any img.*/
{
    padding-right:5px;
    text-align:right;
    width:100%;
    line-height:1.1em;
}
.buttonStyle-2a table td  /* link in a table aligned left can be used with any img.*/
{
    padding-left:5px;
    padding-right:2px;
    text-align:right;
    line-height:1.1em;
}

.buttonStyle-2a  /* used to allign the button and image  */
{
    text-align : center;
	    
}
.buttonStyle-2b table td
{
	padding-top:100px;
	padding-right:5px;
    text-align:left;
    line-height:1.1em;
}

.buttonStyle-2c table td
{
	padding-top:115px;
	padding-right:5px;
    text-align:left;
    line-height:1.1em;
}
.buttonStyle-2d table td
{
    padding-right:5px;
    text-align:right;
    width:100%;
    line-height:1.1em;
    padding-top:10px;
}

.buttonStyle-3 /*caged arrow, blue with white carrot...2nd Level Links*/
{
    width:15px;
    height:15px;
    border:0;
    background: url(/global/images/btn_box_arrow_right.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-4 /*preview link to popup or inline popup..little boxes*/
{
    width:9px;
    height:9px;
    border:0;
    background: url(/global/images/btn_preview.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-5 /*small blue up arrow*/
{
    width:7px;
    height:7px;
    border:0;
    background: url(/global/images/btn_arrow_up.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-6 /*small blue right arrow*/
{
    width:15px;
    height:15px;
    border:0;
    background: url(/global/images/btn_arrow_box_white.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-6a /*smaller blue right arrow*/
{
    width:11px;
    height:11px;
    border:0;
    background: url(/global/images/btn_arrow_box_white_sm.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-7 /*small blue left arrow*/
{
    width:4px;
    height:7px;
    border:0;
    background: url(/global/images/btn_arrow_left.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-8 /*pdf mail in rebate/download button*/
{
    width:13px;
    height:13px;
    border:0;
    background: url(/global/images/btn_pdf.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-9  /*add to cart BuyFlow button */
{
    width:102px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_add_to_cart.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-9a  /*add to cart BuyFlow button */
{
    width:140px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_add_to_cart_small.gif) 0 0 no-repeat transparent;
    cursor: pointer;
	background-position:center;
}
.buttonStyle-9b  /*add to cart BuyFlow button (Cart Upsell) */
{
    width:85px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_addToCart_sm.gif) 0 0 no-repeat transparent;
    cursor: pointer;
	background-position:center;
}
.buttonStyle-10 /*next Utility Service button*/
{
    width:50px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_next.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-11 /*order now BuyFlow button*/
{
    width:102px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_order_now.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-11a /*order now BuyFlow button*/
{
    width:102px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_order_now_dis.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-11b /*order now BuyFlow button*/
{
    width:102px;
    height:25px;
    border:0;
    background: url(/global/images/en/btn_order_now_disable_lg.gif) 0 0 no-repeat transparent;
    cursor: pointer;
	float:right;
}
.buttonStyle-12 /*back Utility Service button*/
{
    width:50px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_back.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-13 /*cancel Utility Service button*/
{
    width:84px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_cancel.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-14 /*complete order BuyFlow button*/
{
    width:113px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_complete_order.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-17 /*question mark button Utility*/
{
    width:15px;
    height:15px;
    border:0;
    background: url(/global/images/btn_help.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-18 /*compare Utility button*/
{
    width:102px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_compare.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}

.buttonStyle-19  /*update cart*/
{
    width:102px;
	height:18px;
	border:0;
    background: url(/global/images/btn_update_cart.gif) 0 0 no-repeat transparent;
	cursor: pointer;
}
.buttonStyle-20 /*close x button*/
{
    width:15px;
    height:15px;
    border:0;
    background: url(/global/images/btn_close.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-accept
{
	background: url(/global/images/en/btn_accept.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-activate
{
	background: url(/global/images/en/btn_activate.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-add
{
	background: url(/global/images/en/btn_add.gif) 0 0 no-repeat transparent; 
	width:50px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-addaphone
{
	background: url(/global/images/en/btn_add_a_phone.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-addaplan
{
	background: url(/global/images/en/btn_add_a_plan.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-addplannow
{
	background: url(/global/images/en/btn_add_plan_now.gif) 0 0 no-repeat transparent; 
	width:113px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-addtocart
{
	background: url(/global/images/en/btn_add_to_cart.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-agree {
	background: url(/global/images/en/btn_iagree.gif) 0 0 no-repeat transparent;
	width:114px;
	height:18px;
	cursor: pointer;
	border:0;
}
.buttonStyle-apply
{
	background: url(/global/images/en/btn_apply.gif) 0 0 no-repeat transparent;
	width:70px;
    height:18px;
    border:0;
    cursor: pointer;
}
.buttonStyle-approveorder
{
	background: url(/global/images/en/btn_approve_order.gif) 0 0 no-repeat transparent; 
	width:113px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-back
{
	background: url(/global/images/en/btn_back.gif) 0 0 no-repeat transparent; 
	width:50px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-buy
{
	background: url(/global/images/en/btn_buy.gif) 0 0 no-repeat transparent; 
	width:50px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-buyitnow
{
	background: url(/global/images/en/btn_buy_it_now.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
/* shop now and check availability buttons created to support u-verse shop flow - grunnings */
.buttonStyle-shopnow
{
	background: url(/images/Wireless/SectionAssets/U-verse/btn_ShopNow_grn.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
	
}

.buttonStyle-checkAvailability
{
	background:url(/images/Wireless/SectionAssets/U-verse/btn_check_availability.gif) 0 0 no-repeat transparent; 
	width:137px;
	height:18px;
	border:0;
	cursor: pointer;
}

.buttonStyle-cancel
{
	background: url(/global/images/en/btn_cancel.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-changepassword
{
	background: url(/global/images/en/btn_change_password.gif) 0 0 no-repeat transparent; 
	width:132px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-changeplannow
{
	background: url(/global/images/en/btn_change_plan_now.gif) 0 0 no-repeat transparent; 
	width:132px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-checkout
{
	background: url(/global/images/en/btn_checkout.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-checkoutDisabled
{
	background: url(/global/images/en/btn_checkout_dis.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: default;
}
.buttonStyle-compare
{
	background: url(/global/images/en/btn_compare.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-completeorder
{
	background: url(/global/images/en/btn_complete_order.gif) 0 0 no-repeat transparent; 
	width:113px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-continue
{
	background: url(/global/images/en/btn_continue.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-continueshopping
{
	background: url(/global/images/en/btn_contin_shop.gif) 0 0 no-repeat transparent; 
	width:137px;
	height:18px;
	border:0;
	cursor: pointer;
	margin-right:4px;
}
.buttonStyle-convert
{
	background: url(/global/images/en/btn_convert.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-cotinue
{
	background: url(/global/images/en/btn_cotinue.gif) 0 0 no-repeat transparent; 
	width:94px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-delete
{
	background: url(/global/images/en/btn_delete.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-donotaccept, .buttonStyle-donotaccept-gray
{
	background: url(/global/images/en/btn_do_not_accept.gif) 0 0 no-repeat transparent; 
	width:113px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-donotaccept-gray
{
	background: url(/global/images/en/btn_do_notaccept_gray.gif) 0 0 no-repeat transparent; 
}
.buttonStyle-getinfo
{
	background: url(/global/images/en/btn_get_info.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-hide
{
	background: url(/global/images/en/btn_hide.gif) 0 0 no-repeat transparent; 
	width:84px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-learnmore
{
	background: url(/global/images/en/btn_learn_more.gif) 0 0 no-repeat transparent;
	width:94px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-login
{
	background: url(/global/images/en/btn_login.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-makeapayment
{
	background: url(/global/images/en/btn_make_a_payment.gif) 0 0 no-repeat transparent; 
	width:132px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-modify
{
	background: url(/global/images/en/btn_modify.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-moveasingleline
{
	background: url(/global/images/en/btn_move_a_single_line.gif) 0 0 no-repeat transparent; 
	width:137px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-movemultiplelines
{
	background: url(/global/images/en/btn_move_multiple_lines.gif) 0 0 no-repeat transparent; 
	width:137px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-next
{
	background: url(/global/images/en/btn_next.gif) 0 0 no-repeat transparent; 
	width:50px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-no
{
	background: url(/global/images/en/btn_no.gif) 0 0 no-repeat transparent; 
	width:47px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-nothanks
{
	background: url(/global/images/en/btn_no_thanks.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-offerdetails
{
	background: url(/global/images/en/btn_offer_details.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-ordernow
{
	background: url(/global/images/en/btn_order_now.gif) 0 0 no-repeat transparent; 
	width:94px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-plus
{
	width:15px;
    height:15px;
    border:0;
    background: url(/global/images/btn_plus.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-preorder {
	background: url(/global/images/en/btn_preorder.gif) 0 0 no-repeat transparent;
	width:102px;
	height:18px;
	cursor: pointer;
	border:0;
}
.buttonStyle-printthispage
{
	background: url(/global/images/en/btn_print_this_page.gif) 0 0 no-repeat transparent; 
	width:113px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-purchase /*purchase final checkout button*/
{
    width:70px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_purchase.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-rejectorder
{
	background: url(/global/images/en/btn_reject_order.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-remove
{
	background: url(/global/images/en/btn_remove.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-replace
{
	background: url(/global/images/en/btn_replace.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-resetpin
{
	background: url(/global/images/en/btn_reset_pin.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-savechanges
{
	background: url(/global/images/en/btn_save_changes.gif) 0 0 no-repeat transparent; 
	width:113px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-search
{
	background: url(/global/images/en/btn_search.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-selectall
{
	background: url(/global/images/en/btn_select_all.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-selectphone
{
	background: url(/global/images/en/btn_select_phone.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-send
{
	background: url(/global/images/en/btn_Send.gif) 0 0 no-repeat transparent; 
	width:50px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-show
{
	background: url(/global/images/en/btn_show.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-submit
{
	background: url(/global/images/en/btn_submit.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-subitforapproval
{
	background: url(/global/images/en/btn_submit_for_approval.gif) 0 0 no-repeat transparent; 
	width:164px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-submitorder
{
	background: url(/global/images/en/btn_submit_order.gif) 0 0 no-repeat transparent; 
	width:113px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-suspend
{
	background: url(/global/images/en/btn_suspend.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-update
{
	background: url(/global/images/en/btn_update.gif) 0 0 no-repeat transparent; 
	width:70px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-updatecost
{
	background: url(/global/images/en/btn_update_cost.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-upgradedeviceonly
{
	background: url(/global/images/en/btn_upgrade_device_only.gif) 0 0 no-repeat transparent; 
	width:164px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-upgradenow
{
	background: url(/global/images/en/btn_upgrade_now.gif) 0 0 no-repeat transparent; 
	width:113px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-viewbill
{
	background: url(/global/images/en/btn_view_bill.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-viewfullbill
{
	background: url(/global/images/en/btn_view_full_bill.gif) 0 0 no-repeat transparent; 
	width:102px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-yes
{
	background: url(/global/images/en/btn_yes.gif) 0 0 no-repeat transparent; 
	width:50px;
	height:18px;
	border:0;
	cursor: pointer;
}
.buttonStyle-cancel
{
    width:70px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_cancel.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-retrievecart
{
    width:102px;
    height:18px;
    border:0;
    background: url(/global/images/btn_retr_cart.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-savecart
{
    width:102px;
    height:18px;
    border:0;
    background: url(/global/images/btn_save_cart.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-viewtutorial
{
    width:102px;
    height:18px;
    border:0;
    background: url(/global/images/btn_viewtutorial.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-browse
{
    width:70px;
    height:18px;
    border:0;
    background: url(/global/images/btn_browse.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-getthisdeal
{
    width:102px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_get_this_deal.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-continuetocheckout
{
    width:164px;
    height:18px;
    border:0;
    background: url(/global/images/en/btn_continue_to_checkout.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-carrot /*small carrot arrow right, white with blue carrot*/
{
    width:11px;
    height:11px;
    border:0;
    background: url(/global/images/btn_carrot.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
.buttonStyle-helpSmall /*white with blue question mark*/
{
    width:11px;
    height:11px;
    border:0;
    background: url(/global/images/btn_help_small.gif) 0 0 no-repeat transparent;
    cursor: pointer;
}
/** 
* Coverage view localize backgrounds
*/
.dataCvrgMap {
	background: url('/global/images/en/dataCoverageMap.jpg') 0% 0% no-repeat transparent;
}
.paygCvrgMap {
	background: url('/global/images/en/paygCoverageMap.jpg') 0% 0% no-repeat transparent;
}
.pypCvrgMap {
	background: url('/global/images/en/pypCoverageMap.jpg') 0% 0% no-repeat transparent;
}
.detailCvrgMap {
	background: url('/global/images/en/MapDetailCoverage.jpg') 0% 0% no-repeat transparent;
}

/** 
* Cart items that need to be localized due to differences in button sizes
*/
.crtSpecial
{
	border:solid 1px #8BC965;
	background-color:#EFF7E8;
	height:auto;
	width:360px;
	padding:2px 10px 2px 4px;
	margin-top:5px;
}

.crtSpecialTxt
{
	float:left;
	width:250px;
	color:#333333;
	font-size: .9em;
}
.crtSpecialQMD
{
	border:solid 1px #F27D00;
	background-color:#FFFDFA;
	height:auto;
	width:360px;
	padding:2px 10px 2px 4px;
	margin-top:5px;
}
.crtSpecialQMDTxt
{
	float:left;
	width:195px;
	color:#F27D00;
	font-size: .9em;
}
.crtActionReq
{
	border:solid 1px #F27D00;
	background-color:#fdefe4;
	width:360px;
	padding:2px 10px 2px 4px;
	margin-top:0px;
	height:auto;
}

.crtActionReqTxt
{
	padding:0px;
	margin:0px;
	float:left;
	width:250px;
	color:#F27D00;
	font-size: .9em;
}
/* END main.css */

/* BEGIN navigation.css */
#topNav a
{
    display:block;
    float:left;
    height:36px;
}
    #topNav a.learn
    {
        width:93px;
        background: url(/global/images/en/topNav/learn.gif) 0 0 no-repeat transparent;
    }
    #topNav a.shop
    {
        width:87px;
        background: url(/global/images/en/topNav/shop.gif) 0 0 no-repeat transparent;
    }
	#topNav a.manage
    {
        width:108px;
        background: url(/global/images/en/topNav/manage.gif) 0 0 no-repeat transparent;
    }
    #topNav a.myaccount
    {
        width:134px;
        background: url(/global/images/en/topNav/myaccount.gif) 0 0 no-repeat transparent;
    }
    #topNav a.support
    {
        width:106px;
        background: url(/global/images/en/topNav/support.gif) 0 0 no-repeat transparent;
    }
    #topNav a.mycing
    {
        width:341px;
        background: url(/global/images/en/topNav/myWirelessAccount.gif) 0 0 no-repeat transparent;
    }
		#topNav a.myuverse
    {
        width:341px;
        background: url(/global/images/en/topNav/myUverseAccount.gif) 0 0 no-repeat transparent;
    }
    #topNav a.midspace
    {
        width:189px;
        background: url(/global/images/en/topNav/midspace.gif) 0 0 no-repeat transparent;
    }
#topNav a:hover
{	
    background-position: 100% 100%;
}
#secondaryTopNav
{
    margin-bottom:8px;
}
		#secondaryTopNav a
		{
    		padding:0 10px;
    		border-right:1px solid #ccc;
		}
		#secondaryTopNav a.last
		{
		    border:0;
        }
#endNodeLftNav ul
{
    list-style-type:none;
}
    #endNodeLftNav ul li, #endNodeLftNav ul li.indent
    {
    	list-style-type:none;
		padding:.25em 12px .25em 0px;
    }

#checkoutNav
{
    clear:both;
    height:24px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin-bottom:12px;
}

#businessCenterNav
{
    clear:both;
}

#businessCenterNav a
{
    display:block;
    float:left;
    height:36px;
}

    #businessCenterNav a.business
    {        
        width:137px;
        background: url(/global/images/businesscenter_nav/business.gif) 0 0 no-repeat transparent;
    }

    #businessCenterNav a.phones
    {
        width:134px;
        background: url(/global/images/businesscenter_nav/phones.gif) 0 0 no-repeat transparent;
    }

    #businessCenterNav a.solutions
    {
        width:87px;
        background: url(/global/images/businesscenter_nav/solutions.gif) 0 0 no-repeat transparent;
    }

    #businessCenterNav a.programs
    {
        width:145px;
        background: url(/global/images/businesscenter_nav/programs.gif) 0 0 no-repeat transparent;
    }

    #businessCenterNav a.plans
    {
        width:59px;
        background: url(/global/images/businesscenter_nav/plans.gif) 0 0 no-repeat transparent;
    }

    #businessCenterNav a.leftSpace
    {
        width:159px;
        background: url(/global/images/businesscenter_nav/leftspace.gif) 0 0 no-repeat transparent;
    }

    #businessCenterNav a.rightSpace
    {
        width:229px;
        background: url(/global/images/businesscenter_nav/rightspace.gif) 0 0 no-repeat transparent;
    }
    
#businessCenterNav a:hover
{	
    background-position: 100% 100%;
}


/* Localized Header Styles
----------------------------------------------- */

.logo
{
    padding-right:60px;
    float:left;
}
.searchNav ul
{
	float: right; /* JPA addition/change */
	padding:4px 3px 4px 0px; /* JPA addition/change */
	list-style-type:none;
}
.searchNav ul li
{
float:left;
}
.searchNav ul li a
{
padding:0 10px;
border-right:1px solid #ccc;
}
.searchNav ul li.last a
{
padding:0 0 0 10px;
border:0;
}
.searchNav ul li img
{
padding-right: 15px; /* JPA addition/change */
}
.register_lft
{
margin-top:14px;
float:right;
text-align:right;
margin-left: 120px;
width:341px;
height:25px;
background:url(/global/images/en/topNav/mycing_bx_l.gif) 0 0 no-repeat transparent;
overflow:hidden;
}
.register_rgt
{
padding-top:4px;
height:25px;
background:url(/global/images/es/topNav/mycing_bx_r.gif) 100% 0 no-repeat transparent;
}
.register_lft_implicitGeo
{
z-index: 999; 
margin-top:9px;
float:right;
overflow:hidden;
margin-left: 4px;
width:450px;
height:25px;
}
.register_rgt_implicitGeo
{
float:right;
padding:2px;
height:20px;
}
.register_lft_zip
{
z-index: 999; 
margin-top:9px;
float:right;
overflow:hidden;
margin-left: 4px;
width:341px;
height:25px;
}
.register_rgt_zip
{
padding:2px;
height:20px;
}
.register_lft_cobrand
{
margin-top:14px;
float:right;
text-align:right;
width:1px;
height:25px;
overflow:hidden;
}
.register_rgt_cobrand
{
padding-top:4px;
height:50px;
}

.register_lft_mystore
{
margin-top:0px;
float:right;
text-align:right;
margin-left: 120px;
/* width:341px; */
min-height:50px;
overflow:hidden;
}
html .register_lft_mystore { width: 500px; }
.register_rgt_mystore
{
padding-top:4px;
min-height:30px;
}
   
.register_lft a
{
padding:0 10px;
border-right:1px solid #ccc;
}
.register_lft a.last
{
border:0;
}

.register_lft_uverse
{
margin-top:14px;
float:right;
text-align:right;
margin-left: 5px;
width:auto;
height:25px;
/*background:url(/global/images/en/topNav/mycing_bx_l.gif) 0 0 no-repeat transparent;*/
overflow:hidden;
}
.register_rgt_uverse
{
padding-top:4px;
padding-right:4px;
height:25px;
/*background:url(/global/images/en/topNav/mycing_bx_r.gif) 100% 0 no-repeat transparent;*/
}
/* END navigation.css */

/* BEGIN grids.css */
/* GRID TEMPLATES
------------------------------------------------------ */
.first_130 {
	float: left;
	width: 120px;
	}

.col_130 {
	float: left;
	width: 120px;
	margin-left: 10px;
	display: inline;
	}
	
	/* Used in Dynamic Landing pages*/

.first_120 {
	float: left;
	width: 120px;
	}

.col_120 {
	float: left;
	width: 120px;
	margin-left: 58px !important;
	display: inline;
	}

.first_188 {
float: left;
width: 188px;

}

.col_188 {
float: left;
width: 188px;
margin-left: 10px;
display: inline;

}

.first_198 {
	float: left;
	width: 198px;
	}

.col_198 {
	float: left;
	width: 198px;
	margin-left: 10px;
	display: inline;
	}
	
	/* End Used in Dynamic Landing pages*/	

.first_150 {
	float: left;
	width: 150px;
	}

.col_150 {
	float: left;
	width: 150px;
	margin-left: 10px;
	display: inline;
	}
	
.first_180 {
width:190px;
float:left;	
}
.col_180 {
margin-left:10px;
width:190px;
float:left;	
}
	
.first_204{
	float:left;
	width:204px;
	}
	
.col_203{
	float:left;
	width:203px;
	}

.first_230 {
	float: left;
	width: 230px;
	}

.col_230 {
	float: left;
	width: 230px;
	margin-left: 10px;
	display: inline;
	}

.first_252 {
	float: left;
	width: 252px;
	}

.col_252 {
	float: left;
	width: 252px;
	margin-left: 10px;
	}

.first_264 {
	float: left;
	width: 264px;
	}

.col_264 {
	float: left;
	width: 264px;
	margin-left: 10px;
	}

.first_270 {
	float: left;
	width: 270px;
	display: inline;
	}

.col_270 {
	float: left;
	width: 270px;
	margin-left: 10px;
	display: inline;
	}

.first_310 {
	float: left;
	width: 310px;
	}

.col_310 {
	float: left;
	width: 310px;
	margin-left: 10px;
	}

.first_350 {
	float: left;
	width: 350px;
	}

.col_350 {
	float: left;
	width: 350px;
	margin-left: 10px;
	}

.first_390 {
	float: left;
	width: 390px;
	}
.col_390 {
	float: left;
	width: 390px;
	margin-left: 10px;
	}
.col_410 {
	float: left;
	width: 410px;
	margin-left: 10px;
	}

.col_460 {
	float: left;
	width: 460px;
	margin-left: 10px;
	}
.first_460 {
	float: left;
	width: 460px;
	}

.col_470 {
	float: left;
	width: 470px;
	margin-left: 10px;
	}

.first_470 {
	float: left;
	width: 470px;
	}

.first_480 {
	float: left;
	width: 480px;
	}

.first_514 {
	float: left;
	width: 514px;
	}

.col_550 {
	float: left;
	width: 550px;
	margin-left: 10px;
	margin-bottom: 10px;
	}

.col_590 {
	float: left;
	width: 590px;
	margin-left: 10px;
	margin-bottom: 10px;
	}

.first_630 {
	float: left;
	width: 630px;
	}

.col_630 {
	float: left;
	width: 630px;
	margin-left: 10px;
	}

.first_710 {
	float: left;
	width: 710px;
	}
.first_915 {
	float: left;
	width: 915px;
	}
.col_710 {
	float: left;
	width: 710px;
	margin-left: 10px;
	}

.col_790 {
	float: left;
	width: 790px;
	margin-left: 10px;
	}

.col_100pc {
	float: left;
	width: 100%;
	}

/* Used in Dynamic Landing pages*/
.first_120 {
float: left;
	width: 120px;
}
.col_120 {
	float: left;
	width: 120px;
	margin-left: 58px !important;
	display: inline;
}
.first_198 {
	float: left;
	width: 198px;
}
.col_198 {
	float: left;
	width: 198px;
	margin-left: 10px;
	display: inline;
}
/* END grids.css */

/* BEGIN footer.css */
/* JPA additions */
/* style to support deprecated design in mywireless until mywireless can be brought in synch */
#footer-mywireless {
	margin:0 auto;
	width: 985px;
	text-align: center;
}
/*first of two styles */

#footer {
	margin:0 auto;
	width: 985px;
	text-align: left;
}


/*style to support mywireless footer style until mywireless can get redesign into release */
#footer-mywireless {padding-top:8px;}
#footer-mywireless li {display: inline;}
#footer-mywireless li a {padding: 0 8px; border-right:1px solid #ccc;}
#footer-mywireless li a.last {padding: 0 8px; border-right:0px}
/* second of two styles supporting mywireless */

#footer-main {padding-top:8px;}
#footer-main li {display: inline;}
#footer-main li a {padding: 0 8px 0 5px; border-right:1px solid #ccc;color:#666;}
#footer-main li a.last {padding:  0 8px 0 5px; border-right:none;}
#footer-main li.first{padding-left:8px;}

#footer-mystore {padding:0px;}
#footer-mystore li {display: inline;}
#footer-mystore li a {padding: 0 8px 0 0px; border-right:1px solid #ccc;color:#666;}
#footer-mystore li a.last {padding:  0 8px 0 5px; border-right:none;}
#footer-mystore li.first{padding-left:0px;}

#footer-main ul.line2 {
margin-top:6px;
}

#footer-global {padding-top:8px}
#footer-global li {display: inline;}
#footer-global li a {padding: 0 8px; border-right:1px solid #ccc;color:#666;}
#footer-global li a.last {padding: 0 8px; border-right:0px;color:#666;}
#footer-global li a.first {padding:0 8px 0 8px;}

#footer-universal li a.currentSubSite {color:#F27D00}

#footer-universal {padding-top:8px}
#footer-universal li {display: inline;}
#footer-universal li a {padding: 0 8px; border-right:1px solid #ccc;}
#footer-universal li a.last {padding: 0 8px; border-right:0px}

#footer-universal li a.currentSubSite {color:#F27D00}

#footer-external {clear:both;
text-align:left;padding-bottom:15px; }
#footer-external li {display: inline;}
#footer-external li a {padding: 0 43px 0 0;border-right:none;}/*not used/deprecated footer redesign ticket#WIRELINE-1213*/
#footer-external li a.last {}/*not used/deprecated footer redesign ticket#WIRELINE-1213*/
#footer-external li.first {padding:0 0 0 6px;}
#footer-external img {
vertical-align:top;
}
#footer-external img.last {
float:right;	
}

.footer-copyright {font-size:1em;color:#666;line-height:1.3em;width:608px;margin-left:6px;}
.footer-copyright a{font-size:1em;color:#999;}

/* ATT.COM */


#legalFtrATT {
   margin:10px 0 0 0;
   float:left;
   line-height:1.2em;
}
#legalFtrATT li {
   float:left;
   padding:0 15px;
   border-right:1px solid #999;
   
}

#legalFtrATT li a { color:#666; }
#legalFtrATT li a:visited {
   text-decoration:none;
   color:#999;
}
#legalFtrATT li a:hover {
   text-decoration:underline;
   color:#999;
}

#legalFtrATT li a .updated { color:#810238 }
#legalFtrATT li.first { padding-left:5px }
#legalFtrATT li.last { border:0 }
#btmContainerATT .copyright {
   clear:both;
   margin:0 3px;
   width:608px;
   line-height:1.3em;
   text-align:left;
}
#btmContainerATT .copyright a, #btmContainer .copyright a:visited {
   color:#999;
   font-size:1em;
}
#btmContainerATT .yellowPagesLogo {
   float:right;
   margin:10px 3px 0 3px;
}

#ciclogoEN {
clear:both;
text-align:right;	
padding:10px;
width:950px;
}

#ciclogoEN img {
float:right;
position:relative;
margin-top:-30px;
height:89px;
width:57px;	
}

#ciclogo {
clear:both;
float:right;	
padding:10px;
height:89px;
width:57px;
}

abbr { border-bottom-width: 1px; border-bottom-style: dotted;color:#999; }

/*additional styles needed for footer redesign, moving to one footer across att.com*/

/*footer styles*/
.prefooter {
margin-left:4px;
background-image:url(/global/images/img_prefooter.gif);
background-repeat:no-repeat;
height:29px;
width:977px;
padding-top:7px;
margin-bottom:0px;
padding-bottom:0px;
}

.padding {
	padding:10px 10px 10px 16px;
}

#attonweb {
background-image:url(/global/images/en/img_ATTonWeb_composite.gif);
background-repeat:no-repeat;
height:26px; 
font-size:9px;
}

.attOnWeb {
position:relative;
margin-left:108px;
width:124px;
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
font-weight:normal;
color:#666;
padding-top:5px;
}

.attCom {
width:130px;
position;relative;
margin-left:317px;
margin-top:-19px;
line-height:13px;
}

.attNet {
width:200px;
position:relative;
margin-left:500px;
margin-top:-26px;
line-height:13px;
}

.fauxcontainer {
margin-left:8px;
}

 #attonweb a {
	font-size:12px;	
	text-decoration:none;
}


.constrained {
clear:both;
width:680px;
position:absolute;
margin-left:155px;
}

.constrained a, .bottomLinks a:visited, .bottomLinks a:hover {
color:#999999;	
}
 

   .logoBlock {
	clear:both;	
	padding-left:125px;
	padding-top:20px;
	position:relative;
	width:840px;
   }
   
   .logoBlock img {
	padding-left:36px;
	padding-bottom:14px;
	vertical-align:middle;   
	}
	.logoBlock a:first-child img { 
	 padding-left:0; 
	}
 

.bottomLinks{clear:both; margin-bottom:10px; color:#cccccc;}
.bottomLinks a, .bottomLinks a:visited, .bottomLinks a:hover{font-size:.9em; color:#999999; padding:0 5px;}

/**** FOOTER ****/

.copyright {
	float:left; 
	clear:both;
	line-height:1.3em;
	color:#656565;
	padding-top:10px
}
.copyright a, .copyright a:visited, .copyright a:hover {
   color:#858585;
}
.yellowpages{margin:10px 50px 10px 0}

.updated {
color:#B20202;	
}
/* END footer.css */

/* BEGIN popup.css */
#popUp {background-color:#fff;padding:15px;margin:0px}
#popUp-Header {width:500px;float:left;padding-bottom:5px;margin:0px;}
.closeWin {float:right;padding-top:10px}
#popUp-border {clear:both;width:470px;border:1px solid #ccc;padding:15px;margin:0px}
#popUp-border h1 {font-weight:bold;font-size:12px;padding-bottom:15px}
#popUp-border p {padding-bottom:10px}
/* END popup.css */

/* BEGIN cpe.css */


/*new style for CPE */
h2 .title {
	color:#ff7200;
	font-size: 14px;
	line-height:15px;
	font-weight:bold;
	margin-bottom:11px;
} 

.first_310_A 				{ position:relative; float:left; display:inline; width:308px; clear:left; border:1px solid #ccc; margin-bottom:10px}
.col_310_A  				{ position:relative; float:left; display:inline; width:308px; margin-left:10px; border:1px solid #ccc; margin-bottom:10px}


.border_none 			{ border:none; }
.border_left			{ border:1px solid #fff; border-left:1px solid #ccc }
.border_right			{ border-right:1px solid #ccc } 
.border_white 			{ border:1px solid #fff; margin-bottom:10px }
.border_gray			{ border:1px solid #ccc; margin-bottom:10px }
/**************************
	HEIGHT & PADDING OF CONTAINER 
	Height minus 2px top and bottom border = IE height. W3C height is IE height minus top/bottom padding 
	Note: assumes padding is 5px 10px 10px 10px
**************************/

/*
[88]  + 10 = [ 98]
[186]	+ 10 = [196]
[284] + 10 = [294]
[382]	+ 10 = [392]
[480]	+ 10 = [490]
[578]	+ 10 = [588]
[676]	+ 10 = [686]
[774]	
*/

.autoHeight				{ height:auto !important } /* requires that all containers within a row are encased in a container with class set to autoHeight or a set height */
.nomin 					{ height:100%; padding:10px }

.min88 					{ min-height: 66px; padding:10px}
.min88.nopad 			{ min-height: 86px }
	#ie6 .min88			{ height: 66px }
	
.min98					{ min-height: 77px; padding:10px}
.min98.nopad			{ min-height: 97px }
	#ie6 .min98			{ height: 77px }

.min100					{ min-height: 78px; padding:10px}
.min100.nopad			{ min-height:98px }
	#ie6 .min100			{ height: 78px }

.min105					{ min-height: 83px; padding:10px}
.min105.nopad			{ min-height:103px }
	#ie6 .min105			{ height: 83px }

.min125					{ min-height:103px; padding:10px}
.min125.nopad			{ min-height:123px }
	#ie6 .min125			{ height: 103px }

.min150					{ min-height:128px; padding:10px}
.min150.nopad			{ min-height:148px }
	#ie6 .min150			{ height: 128px }

.min160					{ min-height:138px; padding:10px}
.min160.nopad			{ min-height:158px }
	#ie6 .min160			{ height: 138px }
	
.min186 					{ min-height:164px; padding:10px}
.min186.nopad 			{ min-height:184px }
	#ie6 .min186			{ height:164px }

.min196 					{ min-height:174px; padding:10px}
.min196.nopad 			{ min-height:194px }
	#ie6 .min196			{ height:174px }

.min210					{ min-height:188px; padding:10px}
.min210.nopad			{ min-height:208px }
	#ie6 .min210			{ height:188px }
	
.min215					{ min-height:193px; padding:10px}
.min215.nopad			{ min-height:213px }
	#ie6 .min215			{ height:193px }

.min230					{ min-height:208px; padding:10px}
.min230.nopad			{ min-height:228px }
	#ie6 .min230			{ height:208px }

.min242					{ min-height:220px; padding:10px}
.min242.nopad			{ min-height:240px }
	#ie6 .min242			{ height:220px }

.min270 					{ min-height:248px; padding:10px}
.min270.nopad 			{ min-height:268px }
	#ie6 .min270 		{ height:248px }

.min280 					{ min-height:258px; padding:10px}
.min280.nopad 			{ min-height:278px }
	#ie6 .min280 		{ height:258px }

.min284 					{ min-height:262px; padding:10px}
.min284.nopad 			{ min-height:282px }
	#ie6 .min284			{ height:262px }

.min294 					{ min-height:272px; padding:10px}
.min294.nopad 			{ min-height:292px }
	#ie6 .min294			{ height:272px }

.min300 					{ min-height:278px; padding:10px}
.min300.nopad 			{ min-height:298px }
	#ie6 .min300			{ height:278px }
	
.min318 					{ min-height:296px; padding:10px}
.min318.nopad 			{ min-height:316px }
	#ie6 .min318			{ height:296px }

.min320					{ min-height:298px; padding:10px}
.min320.nopad			{ min-height:318px }
	#ie6 .min320			{ height:298px }

.min322					{ min-height:300px; padding:10px}
.min322.nopad			{ min-height:320px }
	#ie6 .min322			{ height:300px }

.min325					{ min-height:303px; padding:10px}
.min325.nopad			{ min-height:323px }
	#ie6 .min325			{ height:303px }

.min330					{ min-height:308px; padding:10px}
.min330.nopad			{ min-height:328px }
	#ie6 .min330        { height:308px }
	
.min350					{ min-height:325px; padding:10px}
.min350.nopad			{ min-height:348px }
	#ie6 .min330			{ height:325px } /* ch9235 4/28/09 */

.min382 					{ min-height:360px; padding:10px}
.min382.nopad			{ min-height:380px }
	#ie6 .min382 		{ height:360px }

.min392 					{ min-height:370px; padding:10px}
.min392.nopad			{ min-height:390px }
	#ie6 .min392 		{ height:370px }

.min480 				{ min-height:378px; padding:10px}
.min480.nopad			{ min-height:398px }
	#ie6 .min480 		{ height:378px }

.min490 					{ min-height:468px; padding:10px}
.min490.nopad			{ min-height:488px }
	#ie6 .min490 		{ height:468px }
	


.min525					{ min-height:503px; padding:10px}
.min525.nopad			{ min-height:523px }
 	#ie6 .min525			{ height:503px }

.min578 					{ min-height:556px; padding:10px}
.min578.nopad			{ min-height:576px }
	#ie6 .min578 		{ height:556px }

.min588 					{ min-height:566px; padding:10px}
.min588.nopad			{ min-height:586px }
	#ie6 .min588 		{ height:566px }

.min676 					{ min-height:654px; padding:10px}
.min676.nopad			{ min-height:674px }
	#ie6 .min676 		{ height:654px }

.min686 					{ min-height:664px; padding:10px}
.min686.nopad			{ min-height:684px }
	#ie6 .min686 		{ height:664px }

.min774 					{ min-height:752px; padding:10px}
.min774.nopad			{ min-height:772px }
	#ie6 .min774 		{ height:752px }

/**************************
	EXTRA PADDING/MARGINS
**************************/
.nobotMar			{ margin-bottom:0  !important }
.noMar 				{ margin: 0 !important }
.nopad 				{ padding: 0  !important }
.pad-0-10-0-10   	{ padding: 0 10px  !important }
.pad-0-10-10-10  	{ padding: 0 10px 10px 10px  !important }
.pad-5-10-5-10   	{ padding: 5px 10px  !important }
.pad-10-10-0-10  	{ padding: 10px 10px 0 10px  !important }
.pad-10-10-5-10  	{ padding: 10px 10px 5px 10px  !important }
.pad-10-10-10-10 	{ padding: 10px 10px 10px 10px !important }
.pad-10-0-10-10  	{ padding: 10px 0 10px 10px !important }
.pad-10-0-10-0   	{ padding: 10px 0 !important }


/**************************
	ICONS & LINKS
**************************/
.link_pdf{
	background:url(../images/pdf_icon.gif) 0 0 no-repeat;
	height:16px;	
	line-height:1em;
	padding:3px 0 2px 20px;
}
p.link_pdf{
	padding:1px 0 4px 20px;
}
.link_help {
	position:absolute;
	right:10px;
	padding-top:1px;
	width:15px;
	height:15px;
	font-size:.8em
}
#ie6 .link_help { 
	position:absolute;
	top:0;
	right:10px;
	padding-top:2px;
	width:15px;
	height:15px;
	font-size:.8em;
}
.link_help span {
	background:url(../images/buttons/btn_help.gif) 0 0 no-repeat;
	width:15px;
	height:15px;
	position:absolute;
	left:0;
	top:0
}
.link_help_text {
	position:absolute;
	right:10px;
	background: url(../images/buttons/btn_help.gif) no-repeat;
	color:#067ab4;
	padding-left: 20px;
	text-decoration:none;
	font-size:11px;
	height:20px;
}
.link_edit {
	position:absolute;
	right:0;
	padding:1px 10px 0 0;
	color:#067ab4;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}
.link_primary {
	background: url(../images/buttons/btn_blue_caged_arrow.gif) no-repeat;
	float:left;
	color:#067ab4;
	padding-left: 20px;
	text-decoration:none;
	font-size:11px;
	height:15px;
}
.link_secondary {
	background:url(../images/buttons/btn_white_caged_arrow.gif) no-repeat;
	float:left;
	color:#067ab4;
	padding-left: 20px;
	text-decoration:none;
	font-size:11px;
	height:20px;
}
.link_whiteCagedArrow {
	background:url(../images/btn_arrow_box_white.gif) 0 0 no-repeat;
	padding:0 0 0 20px;
	line-height:15px;
	height:15px;
	width:15px;
	white-space:nowrap;
	display:block;
}
.link_tertiary{
	background: url(../images/buttons/btn_blue_arrow.gif) 100% 70% no-repeat;
	padding-right:10px;
	
}
	
.link_left{
	background: url(../images/buttons/btn_blue_arrow_lft.gif) 0% 100% no-repeat;
	padding-left:8px;
	
}
.link_go_paperless {
	display:block;
	background: url(../images/leafIcon.gif) 0 50% no-repeat;
	padding:4px 0 4px 24px;
	line-height:30px;
	height:30px;
	margin-bottom:15px;
}
.link_go_paperless2 { /* use this for inline leafs */
	background: url(../images/leafIcon.gif) 0 0 no-repeat;
	padding:16px 0 3px 24px;
	line-height:11px;
	height:30px;
}
.link_new_window {
	background:url(../images/link_new_window.gif) 0 50% no-repeat;
	padding-left:12px;
	height:9px;
}
.link_new_window_right {
	background:url(../images/link_new_window.gif) 100% 0 no-repeat;
	padding-right:12px;
}
.link_print {
	padding-right: 25px;
	background: url(../images/ico_print.gif) no-repeat right 50%;
	text-align: right;
	padding-top:1px;
	float:right;
}
.link_x {
	padding:2px 0 2px 20px;
	background: url(../images/buttons/btn_x.gif) 0 0 no-repeat;
	line-height: 3em;
}
.link_x_right {
	padding:2px 20px 2px 0;
	background: url(../images/buttons/btn_x.gif) 100% 0 no-repeat;
	line-height: 3em;
}
.link_cart{
	padding:2px 0 2px 25px;
	background: url(../images/uverse/icn_savecart.gif) 0 50% no-repeat;
}

/* ch9235- 5/12/09 */
.link_minus {
	padding:0px 0px 0px 15px;
	background: url(../images/buttons/btn_minus.gif) 0 0 no-repeat;
	line-height: 3em;
}
.supportArrows li {background:url(../images/btn_carrot.gif) 0 3px no-repeat; padding-left:18px; padding-bottom:.1em}
/* END cpe.css */

/* JPA additions */
/* BEGIN LIR.css */
/*************************************************************************************/
/************************* Leahy/Langridge Image Replacement *************************/
/************************************************************************************/


/* Personal and About Us Styles
----------------------------------------------- */

#PrimaryNav, .consumer #PrimaryNav{
	background-image:url(/global/images/en/topNav/endCap.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#pn-learn, #pn-shop, #pn-manage, #pn-myaccount, #pn-support, #pn-mycingular, #pn-myuverse, #pn-profile {
	display: block;

	/* for leahy image replacement */ 
	padding-top: 36px; 
	overflow: hidden; 
	height: 0;	
}

#pn-learn {
	width:93px;
	background: url(/global/images/en/topNav/nav_explore.gif) no-repeat;
}
#pn-shop { 
	width:87px;
	background: url(/global/images/en/topNav/shop.gif) no-repeat; 
}
#pn-manage { 
	width:134px; 
	background: url(/global/images/en/topNav/myaccount_endCap.gif) no-repeat; 
}
#pn-profile { 
	width:100px; 
	background: url(/global/images/en/topNav/profile.gif) no-repeat; 
}

#pn-myaccount { 
	width:134px; 
	background: url(/global/images/en/topNav/myaccount.gif) no-repeat; 
}
#pn-support { 
	width:106px; 
	background: url(/global/images/en/topNav/support.gif) no-repeat; 
}
#pn-mycingular { 
	width:341px; 
	background: url(/global/images/en/topNav/myWirelessAccount.gif) no-repeat;
}
#pn-myuverse { 
	width:341px; 
	background: url(/global/images/en/topNav/myUrockAccount.gif) no-repeat;
}

#pn-learn:hover, #pn-shop:hover, #pn-manage, #pn-myaccount:hover, #pn-support:hover, #pn-mycingular:hover, #pn-profile:hover { 
	/* shift the background image up 36px to reveal the hover/on-state of the primary nav */
	background-position: 0 -36px;
}

#pn-bizcenter { 
	width:266px; 
	background: url(/global/images/en/topNav/myWirelessAccount.gif) no-repeat;
}

/* position the secondary nav items flush left... */
#learnSecondaryNav {
	left: 0;
}
#shopSecondaryNav {
	left: -93px;
}

#supportSecondaryNav {
	left: -180px;
}
#myaccountSecondaryNav {
	left: -286px;
}

/* position the secondary nav items flush left for MyStore... */
#manageMSSecondaryNav {
	left: 0;
}

#shopMSSecondaryNav {
	left: -138px;
}

#supportMSSecondaryNav {
	left: -225px;
}
/* the only way I could find to overwrite the hover style to create the dropdown profile - gr2213 11-16-09*/

#profileMSSecondaryNav {
	top:32px;
	left:-81px;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding-bottom:10px;
	padding-left:10px;
	width: 170px;
	height:auto;
	background-color:#fff;
	z-index:100;
}


/* Business Center Styles
----------------------------------------------- */
.business #PrimaryNav {
	background-image:url(/global/images/en/topNav_b2b/endCap_b2b.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* position the secondary nav items flush left... */
#phonedevicesSecondaryNav {
	left: 0;
}
#plansSecondaryNav {
	left: -134px;
}
#solutionsSecondaryNav {
	left: -193px;
}
#builtforbusinessSecondaryNav {
	left: -280px;
}
#businessprogramsSecondaryNav {
	left: -417px;
}
#businesssupportSecondaryNav {
	left: -562px;
}



#pn-phonesdevices, #pn-plans, #pn-solutions, #pn-builtforbusiness, #pn-businessprograms, #pn-businesssupport {
	display: block;

	/* for leahy image replacement */ 
	padding-top: 36px; 
	overflow: hidden; 
	height: 0;	
}

#pn-phonesdevices {
	width:134px;
	background: url(/global/images/en/topNav_b2b/phonesdevices.gif) no-repeat;
}
#pn-plans { 
	width:59px;
	background: url(/global/images/en/topNav_b2b/plans.gif) no-repeat; 
}
#pn-solutions { 
	width:87px; 
	background: url(/global/images/en/topNav_b2b/solutions.gif) no-repeat; 
}
#pn-builtforbusiness { 
	width:137px; 
	background: url(/global/images/en/topNav_b2b/builtforbusiness.gif) no-repeat; 
}
#pn-businessprograms { 
	width:145px; 
	background: url(/global/images/en/topNav_b2b/businessprograms.gif) no-repeat;
}
#pn-businesssupport { 
	width:75px; 
	background: url(/global/images/en/topNav_b2b/support.gif) no-repeat;
}

#pn-phonesdevices:hover, #pn-plans:hover, #pn-solutions:hover, #pn-builtforbusiness:hover, #pn-businessprograms:hover, #pn-businesssupport:hover { 
	/* shift the background image up 36px to reveal the hover/on-state of the primary nav */
	background-position: 0 -36px; 
}
/* END LIR.css */

/* BEGIN suckerfish.css */
/*************************************************************************************/
/*** Styles related to suckerfish-style CSS based primary and secondary navigation ***/
/*************************************************************************************/

/* Personal and About Us Styles
----------------------------------------------- */

#PrimaryNav, .secondaryNav, .secondaryNavDis, #MyCingNav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#PrimaryNav {
	float: left;
	position: relative;
	width: 100%;
	height: 36px;
	top: 0px; /* JPA: move the nav down a bit */
	margin: 0 0 36px 0; /* JPA: compensates layout of subsequent elements of page by providing consistent bottom margin; same bottom margin value as MyCingNav's height and negated top margin */
	/* background: url(../img/topNav/midspace.gif) repeat-x; */
	
}

#PrimaryNav li {
	float: left;
	position: relative;
}

#PrimaryNav li .secondaryNavDis {display: block;}

#PrimaryNav li:hover .secondaryNav, #PrimaryNav li.over .secondaryNav {display: block;}

#selectedSecondaryNav {
	color: #F27D00;
}

.secondaryNav {
	display: none;
	position: absolute;
	top: 36px;/* gr fix the ie7 bug waiting for the margins to calculate to auto*/
	left: 0;
	width: 950px;
	height: 25px;
}

.secondaryNav li {
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
}
.secondaryNav li a {
	padding: 0 8px;
	margin: 0px;
	border-right: 1px solid #ccc;
}

.secondaryNav li a.last {
	padding: 0 8px;
	margin: 0px;
	border: 0px;
}

.secondaryNavDis {
	display: none;
	position: absolute;
	top: auto;
	left: 0;
	width: 950px;
	height: 25px;
}

.secondaryNavDis li {
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
}
.secondaryNavDis li a {
	padding: 0 8px;
	margin: 0px;
	border-right: 1px solid #ccc;
}
.secondaryNavDis li a.last {
	padding: 0 8px;
	margin: 0px;
	border: 0px;
}

#MyCingNav {
	float: right;
	position: relative; /* JPA */
	width: 339px; /* JPA */
	height: 36px; /* JPA */
	top: -26px; /* JPA: adjusts element vertical position on screen; primarynav top - primarynav height */
	margin-top: -36px; /* JPA: corrects layout for subsequent elements, but doesn't adjust this element's vertical position */
	margin-bottom: 10px; /* JPA: seems to be the difference between the top and the margin-top... */
}
#MyCingNav li {
	float: right;
	position: relative;
	/* width: 339px; */
}
#MyCingNav .secondaryNav {
	display: block;
	top: -25px; /* JPA */
	width: 339px;
	height: 25px; /* JPA */
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	float: right;
	text-align: right;
}
/* #MyCingNav .secondaryNav #SN-Register, #MyCingNav .secondaryNav #SN-Password { */
#MyCingNav .secondaryNav li {
	float: left;
	padding: 4px 0 0 0;
	margin: 0;
}
/* #MyCingNav .secondaryNav #SN-Password {float: right;}
#MyCingNav .secondaryNav #SN-Register a, #MyCingNav .secondaryNav #SN-Password a {border: 0;} */






/* DEBUG styles */
#MyCingNav {
	/* outline: 1px dashed green; */
	/* top: auto; */
	/* float: left; */
}
#PrimaryNav {
	/* outline: 1px dashed blue;  */
}
/* END suckerfish.css */

/* BEGIN univeralNav.css */
/* UNIVERSAL NAV */
#universalNav {
	width:985px;
	height:22px;
	display:block;
	background-image:url(/global/images/page_topSlice.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:right;
	padding:8px 0 0 0;
	margin: 0 auto;
}

#universalNav li {display:inline;padding:0 8px;border-right:1px solid #ccc}
#universalNav li.none {display:inline;padding:0 8px;border-right:0px}
#universalNav li a.currentSubSite {color:#F27D00}

#universalNav li.accessibility{color:#ededed;border-right:0px;}
#universalNav li.accessibility a{color:#ededed;border-right:0px;}
#universalNav li.accessibility a:hover{color:#ededed}
/* END universalNav.css */

/* BEGIN spacing_fix.css */

#endNodeLftNav ul {
	list-style-type: none;
	/* left aligns left nav with secondary nav, also provides indentation for nested left navs */
	padding-left: 0.8em;
}
#endNodeLftNav, #endNodeLftNav li {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#endNodeLftNav ul li, #endNodeLftNav ul li.indent {
	list-style-type:none;
	padding:.25em 12px .25em 0px;
}
.back-to-top {
	padding-right: 20px;
	background: url(/global/images/callouts/btn_callout_arrow_right.gif) right bottom no-repeat; /* General Arrow */
	float: right;
}

#goBack {float:left; margin-right:-4px;}

/* Tables
--------------------------------------------------------------------- */
.table-gen {
	caption-side: top;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	color: #333;

	margin: 0px;
	padding: 0px;
}

.table-gen caption {
	font-size: 1.3em;
	font-weight: bold;
	color: #f27d00;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	height: 36px; /*IE fix included in ie.css*/

	margin: 0px;
	padding: 10px 6px 0 6px;
}

.table-gen th {
	font-weight: bold;
}

.table-gen th, .table-gen td {
	border-bottom: 1px solid #e5e5e5;	

	margin: 0;
	padding: 6px 6px;
}

.table-gen tr.alt {
	background-color: #f6f6f6
}

.table-gen tfoot {
	height: 10px;
	background-color: #e5e5e5;
	
	margin: 0px;
	padding: 0px;
}

.table-gen th.title {
	font-size: 1.3em;
	font-weight: bold;
	color: #f27d00;
	height: 24px
}
/* END spacing_fix.css */

/* BEGIN callouts.css */
/* Callout General Info
--------------------------------------------------------------------- */
#content .callout {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#content .callout h2 {
	padding: 0;
	margin: 0;
	height: 30px;
}

#content .callout h2 a {
	display: block;
	padding: 12px 0 0 12px;
	color: #f27d00;
}

#content .callout h2 a.replaceable {
	/* base style for Leahy/Langridge Image Replacement */
	height: 0;
	overflow: hidden;
	padding-top: 30px; /* padding-top (12px) + graphic height (24px) */
	/* specify background image for title inline on the h2 */
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

#content .callout h2.doubleTitle {
	height: 50px;
}

#content .callout h2.doubleTitle a.replaceable {
	/* base style for Leahy/Langridge Image Replacement */
	height: 0;
	overflow: hidden;
	padding-top: 50px; /* padding-top (12px) + graphic height (24px) */
	/* specify background image for title inline on the h2 */
	background-repeat: no-repeat;
	background-position: 12px 12px;
}



#content .callout h2.tripleTitle {
	height: 70px;
}

#content .callout h2.tripleTitle a.replaceable {
	/* base style for Leahy/Langridge Image Replacement */
	height: 0;
	overflow: hidden;
	padding-top: 70px; /* padding-top (12px) + graphic height (24px) */
	/* specify background image for title inline on the h2 */
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

#content .callout div {
	padding: 0 12px;
	margin: 0;
}

#content .callout div p {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.1em; /* text tighten for small spaces */
}

#content .callout p {
	padding: 0 12px; /* DEFAULT: no padding on top or bottom, 12px padding on left and right */
	margin: 0;
}

#content .callout img {
	float: right;
	padding: 0;
	margin: -30px 0 0 0;
}

#content .callout h2 a img {
	float: left;
    margin: 0;
	padding: 0;
}

#content .callout img.doubleTitle {
	float: right;
	padding: 0;
	margin: -50px 0 0 0;
}

#content .callout img.tripleTitle {
	float: right;
	padding: 0;
	margin: -70px 0 0 0;
}

#content .callout .action {
 padding: 1px 0 1px 20px;
 background: url(/global/images/callouts/btn_arrow_right.gif) left bottom no-repeat;
 }


/* 230px - B2C
--------------------------------------------------------------------- */
#content .first_230 .callout, #content .col_230 .callout {
	width: 228px;
	background: url(/global/images/callouts/callout-bkgrd-228.jpg) repeat-x bottom right white;
	position: relative;
	height: 123px;
}
#content .first_230 .callout.deemphasized, #content .col_230 .callout.deemphasized {
	height: 97px;
}
#content .first_230 .callout .has-image, #content .col_230 .callout .has-image {
	width: 140px;
	padding-right: 0;
}

/* 230px - B2B
--------------------------------------------------------------------- */
.business #content .first_230 .callout, .business #content .col_230 .callout {
	width: 228px;
	background: url(/global/images/callouts/callout-bkgrd-B2B-228.jpg) repeat-x bottom right white;
	position: relative;
	height: 123px;
}
.business #content .first_230 .callout.deemphasized, .business #content .col_230 .callout.deemphasized {
	height: 97px;
}
.business #content .first_230 .callout .has-image, .business #content .col_230 .callout .has-image {
	width: 140px;
	padding-right: 0;
}

/* 252px - B2C
------------------------------------------------------ */
#content .first_252 .callout, #content .col_252 .callout {
 width: 250px;
 background: url(/global/images/callouts/callout-bkgrd-250.jpg) repeat-x bottom right white;
 position: relative;
 height: 135px;
 }
#content .first_252 .callout.emphasized, #content .col_252 .callout.emphasized {
 height: 330px;
 }
#content .first_252 .callout .has-image, #content .col_252 .callout .has-image {
 width: 165px;
 padding-right: 0;
 }


/* 270px - B2C
--------------------------------------------------------------------- */
#content .first_270 .callout, #content .col_270 .callout {
	width: 268px;
	background: url(/global/images/callouts/callout-bkgrd-268.jpg) repeat-x bottom right white;
	position: relative;
	height: 143px;
}
#content .first_270 .callout.deemphasized, #content .col_270 .callout.deemphasized {
	height: 97px;
}
#content .first_270 .callout .has-image, #content .col_270 .callout .has-image {
	width: 140px;
	padding-right: 0;
}

/* 270px - B2B
--------------------------------------------------------------------- */
.business #content .first_270 .callout, .business #content .col_270 .callout {
	width: 268px;
	background: url(/global/images/callouts/callout-bkgrd-B2B-268.jpg) repeat-x bottom right white;
	position: relative;
	height: 143px;
}
.business #content .first_270 .callout.deemphasized, .business #content .col_270 .callout.deemphasized {
	height: 97px;
}
.business #content .first_270 .callout .has-image, .business #content .col_270 .callout .has-image {
	width: 140px;
	padding-right: 0;
}



/* 310px - B2C
--------------------------------------------------------------------- */
#content .first_310 .callout, #content .col_310 .callout {
	width: 308px;
	background: url(/global/images/callouts/callout-bkgrd-308.jpg) repeat-x bottom right white;
	position: relative;
	height: 86px;
}
#content .first_310 .callout.featured, #content .col_310 .callout.featured {
	height: 184px;
}
#content .first_310 .callout.deemphasized, #content .col_310 .callout.deemphasized {
	height: 62px;
	background-position: left top; /* fix for shallow box */
}
#content .first_310 .callout .has-image, #content .col_310 .callout .has-image {
	width: 177px;
	padding-right: 0;
}



/* 350px - B2C
--------------------------------------------------------------------- */
#content .first_350 .callout, #content .col_350 .callout {
	width: 348px;
	background: url(/global/images/callouts/callout-bkgrd-348.jpg) repeat-x bottom right white;
	position: relative;
	height: 123px;
}
#content .first_350 .callout.featured, #content .col_350 .callout.featured {
	height: 184px;
}
#content .first_350 .callout .has-image, #content .col_350 .callout .has-image {
	width: 190px;
	padding-right: 0;
	
}

/* 350px - B2B
--------------------------------------------------------------------- */
.business #content .first_350 .callout, .business #content .col_350 .callout {
	width: 348px;
	background: url(/global/images/callouts/callout-bkgrd-B2B-348.jpg) repeat-x bottom right white;
	position: relative;
	height: 123px;
}
.business #content .first_350 .callout.featured, .business #content .col_350 .callout.featured {
	height: 184px;
}
.business #content .first_350 .callout .has-image, .business #content .col_350 .callout .has-image {
	width: 190px;
	padding-right: 0;
	
}


#content .callout.plan .has-image, #content .callout.sales .has-image, #content .callout.service .has-image, #content .callout.product .has-image {
	width: auto !important;
}



/* Call to Action
--------------------------------------------------------------------- */
/* PLAN - SALES - SERVICE - PRODUCT */
#content .callout.plan .call-to-action, #content .callout.sales .call-to-action, #content .callout.service .call-to-action, #content .callout.product .call-to-action {
	padding-left: 20px;
	background: url(/global/images/callouts/btn_arrow_box_white.gif) left bottom no-repeat; /* General Arrow */
	position: absolute;
	bottom: 12px;
}

/* SUPPORT - VALUE-ADD - GENERAL */
#content .callout.support .call-to-action, #content .callout.value-add .call-to-action, #content .callout.valueadd .call-to-action, #content .callout.general .call-to-action {
	padding: 0 11px 0 20px;
	background: url(/global/images/callouts/btn_arrow_box_white.gif) left bottom no-repeat; /* General Arrow */
	position: absolute;
	bottom: 12px;
}

/* ALL BOX */
#content .callout.plan .call-to-action.box, #content .callout.sales .call-to-action.box, #content .callout.service .call-to-action.box, #content .callout.product .call-to-action.box, #content .callout.support .call-to-action.box, #content .callout.value-add .call-to-action.box, #content .callout.valueadd .call-to-action.box, #content .callout.general .call-to-action.box {
	padding-left: 20px;
	background: url(/global/images/callouts/btn_arrow_box_white.gif) left bottom no-repeat; /* Blue Box Arrow */
	position: absolute;
	bottom: 12px;
}

/* ALL PDF */
#content .callout.plan .call-to-action.pdf, #content .callout.sales .call-to-action.pdf, #content .callout.service .call-to-action.pdf, #content .callout.product .call-to-action.pdf, #content .callout.support .call-to-action.pdf, #content .callout.value-add .call-to-action.pdf, #content .callout.valueadd .call-to-action.pdf, #content .callout.general .call-to-action.pdf {
	padding-right: 22px;
	background: url(/global/images/callouts/btn_pdf.gif) left bottom no-repeat; /* PDF Icon */
	position: absolute;
	bottom: 12px;
}

/* ALL NEW-WINDOW */
#content .callout.plan .call-to-action.new-window, #content .callout.sales .call-to-action.new-window, #content .callout.service .call-to-action.new-window, #content .callout.product .call-to-action.new-window, #content .callout.support .call-to-action.new-window, #content .callout.value-add .call-to-action.new-window, #content .callout.valueadd .call-to-action.new-window, #content .callout.general .call-to-action.new-window {
	padding-right: 16px;
	background: url(/global/images/callouts/btn_preview.gif) left bottom no-repeat; /* New Window Icon */
	position: absolute;
	bottom: 12px;
}



/* Lists
--------------------------------------------------------------------- */
#content .callout .bullet {
 padding: 0;
 margin: 0;
 list-style-type: none;
 line-height: 13px;
 }
#content .callout .bullet li {
 padding: 1px 0 3px 14px;
 margin-left: 0;
 text-align: left;
 list-style-position: outside;
 background: url(/global/images/callouts/li-bullet-gray.gif) left top no-repeat;
 }
#content .callout ul {
	list-style-type:none;
	padding-top: 10px;
	margin: 0px
}

#content .callout ul li {
	list-style-type:none;
	padding-bottom: 3px;
	margin: 0px
}

/* PLAN - SALES - SERVICE - PRODUCT */
#content .callout.plan ul li a.multi-action, #content .callout.sales ul li a.multi-action, #content .callout.services ul li a.multi-action, #content .callout.product ul li a.multi-action {
	padding-left: 20px;
	background: url(/global/images/callouts/btn_arrow_box_white.gif) left bottom no-repeat; /* General Arrow */
	margin: 0px
}

/* SUPPORT - VALUE-ADD - GENERAL */
#content .callout.support ul li a.multi-action, #content .callout.value-add ul li a.multi-action, #content .callout.valueadd ul li a.multi-action, #content .callout.general ul li a.multi-action {
	padding: 2px 11px 0 20px;
	background: url(/global/images/callouts/btn_arrow_box_white.gif) left bottom no-repeat; /* General Arrow */
	margin: 0px
}

/* ALL BOX */
#content .callout.plan ul li a.multi-action.box2, #content .callout.sales ul li a.multi-action.box2, #content .callout.service ul li a.multi-action.box2, #content .callout.product ul li a.multi-action.box2, #content .callout.support ul li a.multi-action.box2, #content .callout.value-add ul li a.multi-action.box2, #content .callout.valueadd ul li a.multi-action.box2, #content .callout.general ul li a.multi-action.box2 {
	padding-right: 20px;
	background: url(/global/images/callouts/btn_box_arrow_right.gif) left bottom no-repeat; /* Blue Box Arrow */
	margin: 0px
}

/* ALL PDF */
#content .callout.plan ul li a.multi-action.pdf2, #content .callout.sales ul li a.multi-action.pdf2, #content .callout.service ul li a.multi-action.pdf2, #content .callout.product ul li a.multi-action.pdf2, #content .callout.support ul li a.multi-action.pdf2, #content .callout.value-add ul li a.multi-action.pdf2, #content .callout.valueadd ul li a.multi-action.pdf2, #content .callout.general ul li a.multi-action.pdf2 {
	padding-right: 22px;
	background: url(/global/images/callouts/btn_pdf.gif) left bottom no-repeat; /* PDF Icon */
	margin: 0px
}

/* ALL NEW-WINDOW */
#content .callout.plan ul li a.multi-action.new-window2, #content .callout.sales ul li a.multi-action.new-window2, #content .callout.service ul li a.multi-action.new-window2, #content .callout.product ul li a.multi-action.new-window2, #content .callout.support ul li a.multi-action.new-window2, #content .callout.value-add ul li a.multi-action.new-window2, #content .callout.valueadd ul li a.multi-action.new-window2, #content .callout.general ul li a.multi-action.new-window2 {
	padding-right: 16px;
	background: url(/global/images/callouts/btn_preview.gif) left bottom no-repeat; /* New Window Icon */
	margin: 0px
}

/* ALL new-window-1024 ticket#16914 */
#content .callout.plan .call-to-action.new-window-1024, #content .callout.sales .call-to-action.new-window-1024, #content .callout.service .call-to-action.new-window-1024, #content .callout.product .call-to-action.new-window-1024, #content .callout.support .call-to-action.new-window-1024, #content .callout.value-add .call-to-action.new-window-1024, #content .callout.valueadd .call-to-action.new-window-1024, #content .callout.general .call-to-action.new-window-1024 {
    padding-right: 16px;
    background: url(/global/images/callouts/btn_preview.gif) left bottom no-repeat; /* New Window Icon */
    position: absolute;
    bottom: 12px;
}
/*my world styles */
#myworld-callout_1 {
float:left;
padding-left:12px;
margin-top:12px;
border-right:solid 1px #ccc;
width:350px;
height:130px;
}
#myworld-callout_1 p {margin-top:5px;margin-bottom:3px;}

/*positioning for all login/register link blocks */
#myworld-links #myworld-multiple {vertical-align:bottom;}
   	/*style for callouts with only one set of links */
#myworld-links ul.single {float:left;margin:0px 0px 0px 0px;padding-top:0px;}
#myworld-links ul li.title {font-weight:bold;}
#myworld-links ul li {display: inline;}
#myworld-links ul li a {padding: 0 4px; border-right:1px solid #ccc;}
#myworld-links ul li a.last {padding: 0 4px; border-right:0px}
		
		/*style for callouts with cookie driven content and links, maybe, we may not need this*/ 
#myworld-multiple li {display: inline;}
#myworld-multiple li a {padding: 0 4px; border-right:1px solid #ccc;}
#myworld-multiple li a.last {padding: 0 4px; border-right:0px}
#myworld-multiple ul.two-line {float:left;margin:0px 0px 0px 0px;padding-top:8px;}
#myworld-multiple ul li.title {font-weight:bold;width:155px;float:left;}

#myworld-callout_2
{
float:left;margin-left:12px;margin-top:12px;width:208px;height:142px;
}
.callout-text {width:140px;margin-top:-7px;}

.callout-text p {
height:95px;
margin-bottom:0px;
	}
#myworld-callout_2 a.call-to-action {
	padding-left:20px;
	vertical-align:bottom;
	position:absolute;
	background: url(/global/images/callouts/btn_arrow_box_white.gif) left bottom no-repeat; /* Blue Box Arrow */	 
	} 	

ul.bullets  {
list-style-type:disc;
margin-left:16px;
padding-bottom:26px;
}

ul.nobullet {
padding-bottom:12px;
}

a.linkblock {
width:145px;
padding:2px 0px 0px 15px;
background: url(/global/images/btn_carrot.gif) left bottom no-repeat;
}

/*style for Search Engine Optimization tiles*/
.top_results
{
padding-top:5px;
height:46px;
}

.top_links{
float:left;
width:142px;
padding-right:5px;
}

.h4 {
padding-bottom:5px;
}	
/*
styles for free phones callouts
*/
 
#content .callout-phone {
      position: relative;
      padding: 10px;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      height: 241px;
      }
#content .callout-phone img {
      padding: 0;
      margin: -10px -10px 0 -10px;
      }
#content .callout-phone p {
      padding: 0 0 10px 0;
      margin: 0;
      }
#content .callout-phone h2 {
      padding: 5px 0;
      margin: 0;
      font-size: 10px;
      }
#content .callout-phone .view-all {
      position: absolute;
      bottom: 15px;
      padding: 8px 0 0 0;
      margin: 0;
      border-top: 1px solid #ccc;
      width: 128px;
      }
#content .callout-phone .view-all a.action {
      padding: 1px 0 1px 20px;
      background: url(/global/images/btn_box_arrow_right.gif) left no-repeat;
      }
#content .callout-phone ul.mini-arrow-list {padding:5px 0;margin:0;font-size:10px;}
#content .callout-phone ul.mini-arrow-list li {padding-bottom:3px;margin:0;}
#content .callout-phone ul.mini-arrow-list li a {padding:1px 0 1px 18px;background:url(/global/images/callouts/btn_carrot.gif) left no-repeat;}
/* END callouts.css */

/* BEGIN callouts2.css */
/* Callout General Info
updated 11-22-2010 to support live text headers gr2213--------------- */
#content .callout2 {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
	
#content .callout2 h2  {
	height: 18px;
	padding: 0 0 2px 0;
	margin: 12px 0 0 12px;
	line-height: normal;	
	font-family:Verdana, Geneva, sans-serif;
}

#content .callout2 h2.normalType  {
	height: 18px;
	padding: 0 0 2px 0;
	margin: 10px 0 0 11px;
	line-height: normal;
	letter-spacing:-.015em;
	font-size:13px;
	font-weight:bold;	
}


#content .callout2 h2.largeType  {
	height: 20px;
	padding: 0 0 7px 0;
	margin: 8px 0 0 11px;
	line-height: normal;
	letter-spacing:-.05em;
	font-size:21px;
	font-weight:500;
}

#content .callout2 h2.mediumType  {
	height: 20px;
	padding: 0 0 2px 0;
	margin: 10px 0 0 11px;
	line-height: normal;
	letter-spacing:-.015em;
	font-size:16px;
	font-weight:bold;	
}

#content .callout2 h2.singleTitle {
	display: block;
	}
	
#content .callout2 h2.orange {
	color:#FF7200;
	}
	
#content .callout2 h2.orange a{
	text-decoration:none;
	color:#FF7200;
	}
	
#content .callout2 h2.blue {
	color:#067ab4;
	}
	#content .callout2 h2.blue a{
	text-decoration:none;
	color:#067ab4;
	}
	
	#content .callout2 h2.purple {
	color:#81017E;
	}
	
	#content .callout2 h2.purple a{
	color:#81017E;
	text-decoration:none;
	}
	
#content .callout2 h2.doubleTitle {
	display: block;
	height: 38px;
	padding: 0 0 2px 0;
	margin: 12px 0 0 12px;
	line-height: normal;
	}
#content .callout2 h2.quoteTitle {
	display: block;
	height: 52px;
	padding:0 0 8px 0;
	margin:12px 0 0 12px;
	line-height: normal;
	}
#content .callout2 h3 {
	font-weight: normal;
	line-height: normal;
	font-size: 1.1em;
	color: #f27d00;
	padding:0 0 3px 0;
	margin:0;
	}
	
#content .callout2 h3.blue {

	color:#067ab4;

	}
	
#content .callout2 div {
	padding: 0 9px 0 12px;
	margin: 0;
	}
#content .callout2 div p {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.2em; /* text tighten for small spaces */
	}
#content .callout2 div.quote p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4em;
	}
#content .callout2 p {
	padding: 0 9px 0 12px;
	margin: 0;
	}
	
#content .callout2 h2 a img {
	float: left;
	margin: 0;
	padding: 0;
	}
#content .callout2 img.singleTitle {
	float: right;
	padding: 0;
	margin: -32px 0 0 0;
	}
#content .callout2 img.doubleTitle {
	float: right;
	padding: 0;
	margin: -52px 0 0 0;
}	
#content .callout2 .preTitle {
position: relative; 
font-size:11px;
left: 11px; 
top: 6px;
}

	
#content .callout2 .newWin {
	padding-left: 15px;
	background: url(/global/images/callouts/btn_preview.gif) left top no-repeat;
	position: absolute;
	bottom: 9px;
	}
#content .callout2 .pdf {
	padding-left: 20px;
	background: url(/global/images/callouts/btn_pdf.gif) left top no-repeat;
	position: absolute;
	bottom: 9px;
	}
#content .callout2 .disclaimer {
	padding: 0;
	margin: 0;
	color: #999;
	font-size: .9em;
	}
#content .callout2 .call-to-action {
	padding-left: 20px;
	background: url(/global/images/callouts/btn_arrow_right.gif) left top no-repeat;
	position: absolute;
	bottom: 9px;
	}
#content .callout2 .action, #content .call-to-action {
	padding: 1px 0 1px 20px;
	background: url(/global/images/callouts/btn_arrow_right.gif) left bottom no-repeat;
	}
	
	
#content .callout2 .tickerStyle {
	height: 18px;
	line-height: normal;
	margin:11px 0 0 0;
	
}

#content .callout2 .tickerStyle span {
	font-weight:bold;
	font-size:11px;
    color:#f27d00;
    text-transform:uppercase;
	margin-right:5px;
}

#content .callout2 .tickerStyle p{
	padding: 12px 0 2px 0;
}

#content .callout2 .tickerStyle a.action-link{
	text-decoration:none;
	margin: 0 0 0 5px;

}
	
	
#content .callout2 .tickerStyle {
	height: 18px;
	line-height: normal;
	margin:9px 0 0 0;
	
}

#content .callout2 .tickerStyle span {
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#FF7200;
	margin-right:5px;
}

#content .callout2 .tickerStyle p{
	padding: 12px 0 2px 0;
}

#content .callout2 .tickerStyle a.action-link{
	text-decoration:none;
	margin: 0 0 0 5px;

}
	
/*150px - B2C tall narrow callout */

#content .col_150 .callout2.xlarge, #content .first_150 .callout2.xlarge{height:216px;}	

/*188px - right tile content for Blackberry jump page B2C-46075 */
#content .first_188 .callout2, #content .col_188 .callout2 {
	width:188px;
	background: url(/global/images/callouts/callout-bkgrd-228.jpg) repeat-x bottom right white;
	position:relative;}
#content .first_188 .callout2.mini, #content .col_188 .callout2.mini {height: 97px;}
#content .first_188 .callout2.small, #content .col_188 .callout2.small {height: 123px;}
#content .first_188 .callout2.medium, #content .col_188 .callout2.medium {height:143px;}
#content .first_188 .callout2.large, #content .col_198 .callout2.large {height: 184px;}
#content .first_188 .callout2.xlarge, #content .col_188 .callout2.xlarge {height:auto}

/* Used in Dynamic Landing pages*/

#content .first_198 .callout2, #content .col_198 .callout2 {
	width:198px;
	background: url(/global/images/callouts/callout-bkgrd-228.jpg) repeat-x bottom right white;
	position:relative;
}

#content .first_198 .callout2.mini, #content .col_198 .callout2.mini {height: 97px;}
#content .first_198 .callout2.small, #content .col_198 .callout2.small {height: 123px;}
#content .first_198 .callout2.medium, #content .col_198 .callout2.medium {height:143px;}

#content .first_198 .callout2.large, #content .col_198 .callout2.large {height: 184px;}
#content .first_198 .callout2.xlarge, #content .col_198 .callout2.xlarge {height:auto}
 
 
 /* Used in Landing Center pages B2C first_204/col_203 */
 
 #content .first_204 .callout2, #content .col_203 .callout2 {
	width:204px;
	background: url(/global/images/callouts/callout-bkgrd-228.jpg) repeat-x bottom right white;
	position:relative;
	
}

#content .first_204 .callout2.mini, #content .col_203 .callout2.mini {height: 97px;}
#content .first_204 .callout2.mid, #content .col_203 .callout2.mid {height: 113px;}
#content .first_204 .callout2.small, #content .col_203 .callout2.small {height: 123px;}
#content .first_204 .callout2.medium, #content .col_203 .callout2.medium {height:143px;}

#content .first_204 .callout2.large, #content .col_203 .callout2.large {height: 184px;}
#content .first_204 .callout2.xlarge, #content .col_203 .callout2.xlarge {height:auto}
 

/* 230px - B2C
------------------------------------------------------ */
#content .first_230 .callout2, #content .col_230 .callout2 {
	width: 228px;
	background: url(/global/images/callouts/callout-bkgrd-228.jpg) repeat-x bottom right white;
	position: relative;
	}
#content .first_230 .callout2.micromini, #content .col_230 .callout2.micromini {height: 50px;}
#content .first_230 .callout2.mini, #content .col_230 .callout2.mini {height: 97px;}
#content .first_230 .callout2.mid, #content .col_230 .callout2.mid {height: 113px;}
#content .first_230 .callout2.small, #content .col_230 .callout2.small {height: 123px;}
#content .first_230 .callout2.medium, #content .col_230 .callout2.medium {height: 143px;}
#content .first_230 .callout2.large, #content .col_230 .callout2.large {height: 184px;}
#content .first_230 .callout2.double-small, #content .col_230 .callout2.double-small {height: 256px;}
#content .first_230 .callout2.xlarge, #content .col_230 .callout2.xlarge {height:auto}

#content .first_230 .callout2 .has-image, #content .col_230 .callout2 .has-image {
	width: 140px;
	padding-right: 0;
	}
	
#content .callout2.mid p {

padding-top:4px;
}


#content .callout2.multiTile h2 {
padding-bottom:4px;	
}
	
/* width 100 percent for long narrow ticker style callout */	
	
#content .col_100pc .callout2 {
	width:100%;
	background: url(/global/images/callouts/optin-grad_bkgrd.jpg) repeat-x bottom right white;
	position: relative;
}
	
#content .col_100pc .callout2.micromini {height:32px;}
#content .col_100pc .callout2.xlarge {height:auto;}
		
	
/* 230px - B2B
------------------------------------------------------ */
.business #content .first_230 .callout2, .business #content .col_230 .callout2 {
	width: 228px;
	background: url(/global/images/callouts/callout-bkgrd-B2B-228.jpg) repeat-x bottom right white;
	position: relative;
	}

.business #content .first_230 .callout2.mini, .business #content .col_230 .callout2.mini {height: 97px;}
.business #content .first_230 .callout2.small, .business #content .col_230 .callout2.small {height: 123px;}
.business #content .first_230 .callout2.medium, .business #content .col_230 .callout2.medium {height: 143px;}
.business #content .first_230 .callout2.large, .business #content .col_230 .callout2.large {height: 184px;}
.business #content .first_230 .callout2.xlarge, .business #content .col_230 .callout2.xlarge {}

.business #content .first_230 .callout2 .has-image, .business #content .col_230 .callout2 .has-image {
	width: 140px;
	padding-right: 0;
	}

/* 252px - B2C
------------------------------------------------------ */
#content .first_252 .callout2, #content .col_252 .callout2 {
	width: 250px;
	background: url(/global/images/callouts/callout-bkgrd-250.jpg) repeat-x bottom right white;
	position: relative;
	}

#content .first_252 .callout2.micromini, #content .col_252 .callout2.micromini {height: 50px;}
#content .first_252 .callout2.mini, #content .col_252 .callout2.mini {height: 97px;}
#content .first_252 .callout2.small, #content .col_252 .callout2.small {height: 123px;}
#content .first_252 .callout2.medium, #content .col_252 .callout2.medium {height: 143px;}
#content .first_252 .callout2.large, #content .col_252 .callout2.large {height: 184px;}
#content .first_252 .callout2.xlarge, #content .col_252 .callout2.xlarge {height:auto;}

#content .first_252 .callout2 .has-image, #content .col_252 .callout2 .has-image {
	width: 165px;
	padding-right: 0;
	}

/* 270px - B2C
------------------------------------------------------ */
#content .first_270 .callout2, #content .col_270 .callout2 {
	width: 268px;
	background: url(/global/images/callouts/callout-bkgrd-268.jpg) repeat-x bottom right white;
	position: relative;
	}

#content .first_270 .callout2.micromini, #content .col_270 .callout2.micromini {height: 50px;}
#content .first_270 .callout2.mini, #content .col_270 .callout2.mini {height: 97px;}
#content .first_270 .callout2.small, #content .col_270 .callout2.small {height: 123px;}
#content .first_270 .callout2.medium, #content .col_270 .callout2.medium {height: 143px;}
#content .first_270 .callout2.large, #content .col_270 .callout2.large {height: 184px;}
#content .first_270 .callout2.xlarge, #content .col_270 .callout2.xlarge {height:auto}

#content .first_270 .callout2 .has-image, #content .col_270 .callout2 .has-image {
	width: 150px;
	padding-right: 0;
	}
/* 270px - B2B
------------------------------------------------------ */
.business #content .first_270 .callout2, .business #content .col_270 .callout2 {
	width: 268px;
	background: url(/global/images/callouts/callout-bkgrd-B2B-268.jpg) repeat-x bottom right white;
	position: relative;
	}

.business #content .first_270 .callout2.mini, .business #content .col_270 .callout2.mini {height: 97px;}
.business #content .first_270 .callout2.small, .business #content .col_270 .callout2.small {height: 123px;}
.business #content .first_270 .callout2.medium, .business #content .col_270 .callout2.medium {height: 143px;}
.business #content .first_270 .callout2.large, .business #content .col_270 .callout2.large {height: 184px;}
.business #content .first_270 .callout2.xlarge, .business #content .col_270 .callout2.xlarge {height:auto;}

.business #content .first_270 .callout2 .has-image, .business #content .col_270 .callout2 .has-image {
	width: 150px;
	padding-right: 0;
	}

/* 310px - B2C
------------------------------------------------------ */
#content .first_310 .callout2, #content .col_310 .callout2 {
	width: 308px;
	background: url(/global/images/callouts/callout-bkgrd-308.jpg) repeat-x bottom right white;
	position: relative;
	}

#content .first_310 .callout2.micromini, #content .col_310 .callout2.micromini {height: 50px;}
#content .first_310 .callout2.mini, #content .col_310 .callout2.mini {height: 86px;}
#content .first_310 .callout2.small, #content .col_310 .callout2.small {height: 123px;}
#content .first_310 .callout2.medium, #content .col_310 .callout2.medium {height: 143px;}
#content .first_310 .callout2.large, #content .col_310 .callout2.large {height: 184px;}
#content .first_310 .callout2.xlarge, #content .col_310 .callout2.xlarge {height:223px;}

#content .first_310 .callout2 .has-image, #content .col_310 .callout2 .has-image {
	width: 177px;
	padding-right: 0;
	}
/* 310px - B2B
------------------------------------------------------ */
.business #content .first_310 .callout2, .business #content .col_310 .callout2 {
	width: 308px;
	background: url(/global/images/callouts/callout-bkgrd-B2B-308.jpg) repeat-x bottom right white;
	position: relative;
	}

.business #content .first_310 .callout2.mini, .business #content .col_310 .callout2.mini {height: 86px;}
.business #content .first_310 .callout2.small, .business #content .col_310 .callout2.small {height: 123px;}
.business #content .first_310 .callout2.medium, .business #content .col_310 .callout2.medium {height: 143px;}
.business #content .first_310 .callout2.large, .business #content .col_310 .callout2.large {height: 184px;}
.business #content .first_310 .callout2.xlarge, .business #content .col_310 .callout2.xlarge {height:auto;}

.business #content .first_310 .callout2 .has-image, .business #content .col_310 .callout2 .has-image {
	width: 177px;
	padding-right: 0;
	}

/* 350px - B2C
------------------------------------------------------ */
#content .first_350 .callout2, #content .col_350 .callout2 {
	width: 348px;
	background: url(/global/images/callouts/callout-bkgrd-348.jpg) repeat-x bottom right white;
	position: relative;
	}

#content .first_350 .callout2.micromini, #content .col_350 .callout2.micromini {height: 50px;}
#content .first_350 .callout2.mini, #content .col_350 .callout2.mini {height: 97px;}
#content .first_350 .callout2.small, #content .col_350 .callout2.small {height: 123px;}
#content .first_350 .callout2.medium, #content .col_350 .callout2.medium {height: 143px;}
#content .first_350 .callout2.large, #content .col_350 .callout2.large {height: 184px;}
#content .first_350 .callout2.xlarge, #content .col_350 .callout2.xlarge {height:auto;}

#content .first_350 .callout2 .has-image, #content .col_350 .callout2 .has-image {
	width: 190px;
	padding-right: 0;
	}
/* 350px - B2B
------------------------------------------------------ */
.business #content .first_350 .callout2, .business #content .col_350 .callout2 {
	width: 348px;
	background: url(/global/images/callouts/callout-bkgrd-B2B-348.jpg) repeat-x bottom right white;
	position: relative;
	}

.business #content .first_350 .callout2.mini, .business #content .col_350 .callout2.mini {height: 97px;}
.business #content .first_350 .callout2.small, .business #content .col_350 .callout2.small {height: 123px;}
.business #content .first_350 .callout2.medium, .business #content .col_350 .callout2.medium {height: 143px;}
.business #content .first_350 .callout2.large, .business #content .col_350 .callout2.large {height: 184px;}
.business #content .first_350 .callout2.xlarge, .business #content .col_350 .callout2.xlarge {height:auto;}

.business #content .first_350 .callout2 .has-image, .business #content .col_350 .callout2 .has-image {
	width: 190px;
	padding-right: 0;	
	}

/* 390px - B2C
------------------------------------------------------ */
#content .first_390 .callout2, #content .col_390 .callout2 {
	width: 388px;
	background: url(/global/images/callouts/callout-bkgrd-388.jpg) repeat-x bottom right white;
	position: relative;
	height: 167px;
	}
	
#content .first_390 .callout2.micromini, #content .col_390 .callout2.micromini {height: 50px;}	
#content .first_390 .callout2.mini, #content .col_390 .callout2.mini {height: 97px;}
#content .first_390 .callout2.small, #content .col_390 .callout2.small {height: 123px;}
#content .first_390 .callout2.medium, #content .col_390 .callout2.medium {height: 143px;}
#content .first_390 .callout2.large, #content .col_390 .callout2.large {height: 184px;}
#content .first_390 .callout2.xlarge, #content .col_390 .callout2.xlarge {height:auto;}

#content .first_390 .callout2 .has-image, #content .col_390 .callout2 .has-image {
	width: 225px;
	padding-right: 0;	
	}
	
	/* 470px - B2C
------------------------------------------------------ */
#content .first_470 .callout2, #content .col_470 .callout2 {
	width: 468px;
	background: url(/global/images/callouts/callout-bkgrd-388.jpg) repeat-x bottom right white;
	position: relative;
	height: 167px;
	}
	
#content .first_470 .callout2.micromini, #content .col_470 .callout2.micromini {height: 50px;}	
#content .first_470 .callout2.mini, #content .col_470 .callout2.mini {height: 97px;}
#content .first_470 .callout2.small, #content .col_470 .callout2.small {height: 123px;}
#content .first_470 .callout2.medium, #content .col_470 .callout2.medium {height: 143px;}
#content .first_470 .callout2.large, #content .col_470 .callout2.large {height: 184px;}
#content .first_470 .callout2.xlarge, #content .col_470 .callout2.xlarge {height:auto;}

#content .first_470 .callout2 .has-image, #content .col_470 .callout2 .has-image {
	width: 225px;
	padding-right: 0;	
	}
	

/* Lists
------------------------------------------------------ */
/* CALL-TO-ACTION LIST */
#content .callout2 .call-to-action-list {
	padding: 0 12px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	bottom: 7px;
	line-height: 13px;
	}
#content .callout2 .call-to-action-list li {
	padding: 1px 0 3px 20px;
	margin-left: 0;
	text-align: left;
	list-style-position: outside;
	background: url(/global/images/callouts/btn_arrow_right.gif) left top no-repeat;
	}


/* GENERIC LIST */
#content .callout2 .generic-list {
	padding: 0 0 10px 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	line-height: 13px;
	}
#content .callout2 .generic-list li {
	padding: 1px 0 5px 16px;
	margin-left: 0;
	text-align: left;
	list-style-position: outside;
	background: url(/global/images/callouts/bt-mini-arrow.gif) left top no-repeat;
	}

/* BULLETS */
#content .callout2 .bullet {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 13px;
	}
#content .callout2 .bullet li {
	padding: 1px 0 3px 14px;
	margin-left: 0;
	text-align: left;
	list-style-position: outside;
	background: url(/global/images/callouts/li-bullet-gray.gif) left top no-repeat;
	}

/* BLANK */
#content .callout2 .blank {
	padding: 5px 0 10px 0;
	margin: 0;
	list-style-type: none;
	line-height: 13px;
	}
#content .callout2 .blank li {
	padding: 1px 0 3px 0;
	margin-left: 0;
	text-align: left;
	}

/* MULT LIST */
#content .callout2 .list {
	padding: 0 12px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	bottom: 7px;
	line-height: 13px;
	}
#content .callout2 .list li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 13px;
	}
#content .callout2 .list li.newWin-icon {
	padding: 1px 0 3px 20px;
	margin-left: 0;
	text-align: left;
	list-style-position: outside;
	background: url(/global/images/callouts/btn_preview.gif) left top no-repeat;
	}
#content .callout2 .list li.pdf-icon {
	padding: 1px 0 3px 20px;
	margin-left: 0;
	text-align: left;
	list-style-position: outside;
	background: url(/global/images/callouts/btn_pdf.gif) left top no-repeat;
	}
	

	
#content .callout2 .list li.arrow-icon { padding: 1px 0 3px 0px; margin-left: 0; text-align: left; list-style-position: outside; }
#content .callout2 .list li.arrow-icon a { padding:1px 0px 3px 20px; background: url(/global/images/callouts/btn_arrow_right.gif) left top no-repeat; }

/*call to action list with blue box arrow*/
	

#content .callout2  .list li.blueBoxArrow  {
padding: 1px 0 3px 0px; margin-left: 0; text-align: left; list-style-position: outside; 
	}
	
#content .callout2 .list li.blueBoxArrow a {
background:url(/global/images/btn_arrow_box.gif) no-repeat left top transparent;
padding:1px 0 3px 20px;
}


/* NEWWIN LIST */
#content .callout2 .newWin-list {
	padding: 0 12px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	bottom: 7px;
	line-height: 13px;
	}
#content .callout2 .newWin-list li {
	padding: 1px 0 3px 15px;
	margin-left: 0;
	text-align: left;
	list-style-position: outside;
	background: url(/global/images/callouts/btn_preview.gif) left top no-repeat;
	}

/* PDF LIST */
#content .callout2 .pdf-list {
	padding: 0 12px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	bottom: 7px;
	line-height: 13px;
	}
#content .callout2 .pdf-list li {
	padding: 1px 0 3px 20px;
	margin-left: 0;
	text-align: left;
	list-style-position: outside;
	background: url(/global/images/callouts/btn_pdf.gif) left top no-repeat;
	}


#content .first_150 .callout2, #content .col_150 .callout2 {
	width: 150px;
	background: url(/global/images/callouts/callout-bkgrd-148x215.jpg) repeat-x bottom right white;
	position: relative;
	}
	



#content .callout2 .links-list {  
  margin: 0;
  list-style-type: none;
  position: absolute;
  line-height:10px;   
 }
 
#content .callout2 .links-list li {
	  padding: 1px 0 3px 0;
 	position:relative;
  margin-left: 0;
  text-align: left;
 
 }
 

  
 #content .callout2 .links-list li a {
		vertical-align:middle;
		padding: 1px 0 3px 15px;
	  list-style-position: outside;
  background: url(/global/images/callouts/bt-mini-arrow.gif) left top no-repeat;
		}

 #content .callout2 .links-list li.newwindow, #content li.newwindow{
	  padding: 1px 0 3px 0;
	  position:relative;
  margin-left: 0;
  text-align: left;

 }
 
  #content .callout2 .links-list li.newwindow a, #content li.newwindow a{
  padding: 1px 0 3px 15px;
  margin-left: 0;
  text-align: left;
  list-style-position: outside;
  background: url(/global/images/callouts/btn_preview.gif) left top no-repeat;
 }
 
 		/**** LINK FARM ****/
.linkFarm{width:950px; clear:both; background:url(/global/images/callouts/farm-grad.gif) 0 1px repeat-x; margin-bottom:10px; border-top:1px solid #cccccc}
.linkFarmOptIn{width:948px; height: 32px; background:url(/global/images/callouts/optin-grad_bkgrd.jpg) 0 1px repeat-x; margin-bottom:10px; border:1px solid #cccccc}
.linkFarm .dim{margin:10px 0 0 10px}
.linkFarm .dim h4{font-weight:bold; margin-bottom:1em; font-size:1.1em}
.linkFarm .dim ul li{font-size:1.0em; line-height:1em; margin-bottom:.8em}

.bottomLinks{clear:both; margin-bottom:10px; color:#cccccc}
.bottomLinks a, .bottomLinks a:visited, .bottomLinks a:hover{font-size:.9em; color:#999999; padding:0 5px;}

 
.links-list ul.uverse {
		position:relative;
		margin:5px 0px 0px -10px;
		}

#position-bottom.links-list  {
	border-top:solid 1px #ccc;
	width: 105px;
	position: absolute;
	padding: 20px;
	bottom: 7px;
	left:10px;
	}
	

	
	/* table styles for uverse feature list */
			
		.features th {
		font-size:15px;
		color:#FD8F00;
		font-weight: 500;
		border-bottom: dotted 1px #666;
		padding: 5px;
		text-align:center;
		}
		.features td {
		border-bottom: dotted 1px #666;
		padding: 5px;
		}
		td.first, th.first  {
		text-align:left;
		width:390px;
		border-right:dotted 1px #666;
		}
		
		td.yes {
		text-align:center;
		padding:10px;
		}
		
		td.bottom {
		border-bottom:none;border-right:none;
		}
		
		td.gradientTop {
		border-bottom:none;background-image:url(/images/Wireless/SectionAssets/U-verse/Landing/top_1px_gradient_AA0006PE.gif);background-repeat:repeat-x;width:620px; height:10px;
		}
		
		tr.gradientBottom {
		border-bottom:none;
		height:10px;
		width:620px;
		background-image:url(/images/Wireless/SectionAssets/U-verse/Landing/bototm_1px_gradient_AA0006PH.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		}
		
/* vertical tile built for content area in u-verse*/
.vertBodyTile {
height:310px;
margin-top:15px;
padding-bottom:25px;
margin-bottom:25px;
border-right: 1px #ccc solid;
}

.vertTileNoBorder {
height:310px;
margin-top:15px;
padding-bottom:25px;
margin-bottom:25px;
}

.vertBodyTile img, .vertTileNoBorder img{
	float:right;
	padding-right:15px;
	padding-bottom:10px;
	margin:0;
}
.vertBodyTile h1, .vertTileNoBorder h1{
font-size:48px; 
color:#ccc;	
margin-bottom:0px;
}

.vertBodyTile p, .vertTileNoBorder p {
height:	105px;
width: 177px;
position:relative;
margin-top:3px;
margin-bottom:5px;

}

.vertBodyTile h2, .vertTileNoBorder h2{
margin-bottom:0px;
font-size:13px; 
color:#f37d00;	
}

/* Tile built for updated U-verse Center page in U-verse Explore, ticket B2C-66227 */
#content .callout2 #leftContentImage {
float: left;
margin-left: 12px;
}

#content .callout2 .leftContentColumn {
float: left;
width: 265px;
min-height: 180px;
}

#content .callout2 .leftContentColumn p {
padding-bottom: 10px;
}

#content .callout2 #rightLinks {
float: left;
width: 165px;
padding: 0 0 0 15px;
margin-left: 7px;
border-left: 1px solid #ccc;
}

#content .callout2 #rightLinks .call-to-action-list {
position: static;
padding: 0;
margin-top: 7px;
line-height: 17px;
}
	
/* Tiles for cell-phone landing page, bottom row ticket B2C-59548 */

.rightDivide {
float:right;
margin-top:48px;
clear:both;
}


.cellphone {
border: none;
background:none;
text-align:center;
height:294px;
}

.cellphone h2 {
font-size:14px;
font-weight:bold;
color:#ff7200;
text-align:center;
padding-top:16px;
font-style:normal;
text-decoration:none;
}

.cellphone p {
padding:0;	
}

.centralImage p{
	padding-top:15px;
}

.doubleCTA {
clear:both;
width:150px;
text-align:center;
position:absolute;
bottom:17px;
}

.doubleCTA li {
line-height:27px;	
}
/* END callouts.css */

/* Included print.css */
@media print{
body { color : #000000; background-color : #ffffff; font-family :  arial, serif; font-size : 8pt;  }
a { font-size : 8pt; }
 #topNav {display : none;}
/*#primaryNav a, #PrimaryNav a {display : none;}*/
td, 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,span{ font-size: 8pt;}
h1{ color:#333333;font-size:13pt;line-height:14px;  font-weight : bold; }
br{line-height:1pt;}
#container{margin: 0 auto;width: 985px;}
#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;}
/* cart controls */
.crtContainer{width:590px;}
.crtCol1, .crtCol2{width:75px;}
.crtCol1a, .crtCol2a{width:75px;}
.crtPhnImg, td.crtLineHdr{width:120px;}
.crtItmLbl{width:80px;}
.crtItmDesc{width:129px;}
.crtItmCtrl{width:105px;}
}