/* 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:#666;
}
body.business {
    background-image: url(../img/stripes.gif);
    background-repeat: repeat;
    background-position: left top;
}
h1
{
    color:#333;
}
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:#666;
    padding:5px;
    border: 1px solid #f27d00;
}

.mod_message /* 1px Orange border for form errors */
{
    background:#fafafa;
    margin-bottom:10px;
    color:#666;
    padding:5px;
    border: 1px solid #ccc;
}

.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:#666;
}
.topicContentBlock h4 a:hover
{
text-decoration:none;
color:#666;
}
.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 #ccc;
	padding-top:5px;
	width:750px;
}
#phonePreviewDiv
{
	width:496px;
	position: absolute; 
	visibility:hidden;
	height: auto;
    padding:13px;
    background-color:#fff;
    border:1px solid #ccc;
}
#goPhonePreviewDiv
{
	width:496px;
	position: absolute; 
	left: 400px; top: 100px;
	visibility:hidden;
	height: auto;
    padding:13px;
    background-color:#fff;
    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:#333;
	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 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 */

/****** JPA ADDITIONS ******/
/* 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
	updated 07-18-2011 to include definitions for new global nav wrapper (#main-container) pm2731
--------------- */
#main-container .callout2, #content .callout2 {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
	
#main-container .callout2 h2, #content .callout2 h2  {
	height: 18px;
	padding: 0 0 2px 0;
	margin: 12px 0 0 12px;
	line-height: normal;	
	font-family:Verdana, Geneva, sans-serif;
}

#main-container .callout2 h2.normalType, #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;	
}


#main-container .callout2 h2.largeType, #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;
}

#main-container .callout2 h2.mediumType, #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;	
}

#main-container .callout2 h2.singleTitle, #content .callout2 h2.singleTitle {
	display: block;
	}
	
#main-container .callout2 h2.orange, #content .callout2 h2.orange {
	color:#FF7200;
	}
	
#main-container .callout2 h2.orange a, #content .callout2 h2.orange a{
	text-decoration:none;
	color:#FF7200;
	}

#main-container .callout2 h2.blue, #content .callout2 h2.blue {
	color:#067ab4;
	}
	#main-container .callout2 h2.blue a, #content .callout2 h2.blue a{
	text-decoration:none;
	color:#067ab4;
	}
	
	#main-container .callout2 h2.purple, #content .callout2 h2.purple {
	color:#81017E;
	}
	
	#main-container .callout2 h2.purple a, #content .callout2 h2.purple a{
	color:#81017E;
	text-decoration:none;
	}
	
#main-container .callout2 h2.doubleTitle, #content .callout2 h2.doubleTitle {
	display: block;
	height: 38px;
	padding: 0 0 2px 0;
	margin: 12px 0 0 12px;
	line-height: normal;
	}
#main-container .callout2 h2.quoteTitle, #content .callout2 h2.quoteTitle {
	display: block;
	height: 52px;
	padding:0 0 8px 0;
	margin:12px 0 0 12px;
	line-height: normal;
	}
#main-container .callout2 h3, #content .callout2 h3 {
	font-weight: normal;
	line-height: normal;
	font-size: 1.1em;
	color: #f27d00;
	padding:0 0 3px 0;
	margin:0;
	}
	
#main-container .callout2 h3.blue, #content .callout2 h3.blue {

	color:#067ab4;

	}
	
#main-container .callout2 div, #content .callout2 div {
	padding: 0 9px 0 12px;
	margin: 0;
	}
#main-container .callout2 div p, #content .callout2 div p {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.2em; /* text tighten for small spaces */
	}
#main-container .callout2 div.quote p, #content .callout2 div.quote p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4em;
	}
#main-container .callout2 p, #content .callout2 p {
	padding: 0 9px 0 12px;
	margin: 0;
	}
	
#main-container .callout2 h2 a img, #content .callout2 h2 a img {
	float: left;
	margin: 0;
	padding: 0;
	}
#main-container .callout2 img.singleTitle, #content .callout2 img.singleTitle {
	float: right;
	padding: 0;
	margin: -32px 0 0 0;
	}
#main-container .callout2 img.doubleTitle, #content .callout2 img.doubleTitle {
	float: right;
	padding: 0;
	margin: -52px 0 0 0;
}	
#main-container .callout2 .preTitle, #content .callout2 .preTitle {
	position: relative; 
	font-size:11px;
	left: 11px; 
	top: 6px;
}

	
#main-container .callout2 .newWin, #content .callout2 .newWin {
	padding-left: 15px;
	background: url(/global/images/callouts/btn_preview.gif) left top no-repeat;
	position: absolute;
	bottom: 9px;
	}
#main-container .callout2 .pdf, #content .callout2 .pdf {
	padding-left: 20px;
	background: url(/global/images/callouts/btn_pdf.gif) left top no-repeat;
	position: absolute;
	bottom: 9px;
	}
#main-container .callout2 .disclaimer, #content .callout2 .disclaimer {
	padding: 0;
	margin: 0;
	color: #999;
	font-size: .9em;
	}
#main-container .callout2 .call-to-action, #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;
	}
#main-container .callout2 .action, #content .call-to-action, #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;
	}
	
	
#main-container .callout2 .tickerStyle, #content .callout2 .tickerStyle {
	height: 18px;
	line-height: normal;
	margin:11px 0 0 0;
	
}

#main-container .callout2 .tickerStyle span, #content .callout2 .tickerStyle span {
	font-weight:bold;
	font-size:11px;
    color:#f27d00;
    text-transform:uppercase;
	margin-right:5px;
}

#main-container .callout2 .tickerStyle p, #content .callout2 .tickerStyle p{
	padding: 12px 0 2px 0;
}

#main-container .callout2 .tickerStyle a.action-link, #content .callout2 .tickerStyle a.action-link{
	text-decoration:none;
	margin: 0 0 0 5px;

}
	
	
#main-container .callout2 .tickerStyle, #content .callout2 .tickerStyle {
	height: 18px;
	line-height: normal;
	margin:9px 0 0 0;
	
}

#main-container .callout2 .tickerStyle span, #content .callout2 .tickerStyle span {
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#FF7200;
	margin-right:5px;
}

#main-container .callout2 .tickerStyle p, #content .callout2 .tickerStyle p{
	padding: 12px 0 2px 0;
}

#main-container .callout2 .tickerStyle a.action-link, #content .callout2 .tickerStyle a.action-link{
	text-decoration:none;
	margin: 0 0 0 5px;

}
	
/*150px - B2C tall narrow callout */

#main-container .col_150 .callout2.xlarge, #main-container .first_150 .callout2.xlarge, #content .col_150 .callout2.xlarge, #content .first_150 .callout2.xlarge{height:216px;}	

/*188px - right tile content for Blackberry jump page B2C-46075 */
#main-container .first_188 .callout2, #main-container .col_188 .callout2, #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;}
#main-container .first_188 .callout2.mini, #main-container .col_188 .callout2.mini, #content .first_188 .callout2.mini, #content .col_188 .callout2.mini {height: 97px;}
#main-container .first_188 .callout2.small, #main-container .col_188 .callout2.small, #content .first_188 .callout2.small, #content .col_188 .callout2.small {height: 123px;}
#main-container .first_188 .callout2.medium, #main-container .col_188 .callout2.medium, #content .first_188 .callout2.medium, #content .col_188 .callout2.medium {height:143px;}
#main-container .first_188 .callout2.large, #main-container .col_198 .callout2.large, #content .first_188 .callout2.large, #content .col_198 .callout2.large {height: 184px;}
#main-container .first_188 .callout2.xlarge, #main-container .col_188 .callout2.xlarge, #content .first_188 .callout2.xlarge, #content .col_188 .callout2.xlarge {height:auto}

/* Used in Dynamic Landing pages*/

#main-container .first_198 .callout2, #main-container .col_198 .callout2, #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;
}

#main-container .first_198 .callout2.mini, #main-container .col_198 .callout2.mini, #content .first_198 .callout2.mini, #content .col_198 .callout2.mini {height: 97px;}
#main-container .first_198 .callout2.small, #main-container .col_198 .callout2.small, #content .first_198 .callout2.small, #content .col_198 .callout2.small {height: 123px;}
#main-container .first_198 .callout2.medium, #main-container .col_198 .callout2.medium, #content .first_198 .callout2.medium, #content .col_198 .callout2.medium {height:143px;}
#main-container .first_198 .callout2.large, #main-container .col_198 .callout2.large, #content .first_198 .callout2.large, #content .col_198 .callout2.large {height: 184px;}
#main-container .first_198 .callout2.xlarge, #main-container .col_198 .callout2.xlarge, #content .first_198 .callout2.xlarge, #content .col_198 .callout2.xlarge {height:auto}
 
 
 /* Used in Landing Center pages B2C first_204/col_203 */
 
 #main-container .first_204 .callout2, #main-container .col_203 .callout2, #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;
	
}

#main-container .first_204 .callout2.mini, #main-container .col_203 .callout2.mini, #content .first_204 .callout2.mini, #content .col_203 .callout2.mini {height: 97px;}
#main-container .first_204 .callout2.mid, #main-container .col_203 .callout2.mid, #content .first_204 .callout2.mid, #content .col_203 .callout2.mid {height: 113px;}
#main-container .first_204 .callout2.small, #main-container .col_203 .callout2.small, #content .first_204 .callout2.small, #content .col_203 .callout2.small {height: 123px;}
#main-container .first_204 .callout2.medium, #main-container .col_203 .callout2.medium, #content .first_204 .callout2.medium, #content .col_203 .callout2.medium {height:143px;}
#main-container .first_204 .callout2.large, #main-container .col_203 .callout2.large, #content .first_204 .callout2.large, #content .col_203 .callout2.large {height: 184px;}
#main-container .first_204 .callout2.xlarge, #main-container .col_203 .callout2.xlarge, #content .first_204 .callout2.xlarge, #content .col_203 .callout2.xlarge {height:auto}
 

/* 230px - B2C
------------------------------------------------------ */
#main-container .first_230 .callout2, #main-container .col_230 .callout2, #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;
	}
#main-container .first_230 .callout2.micromini, #main-container .col_230 .callout2.micromini, #content .first_230 .callout2.micromini, #content .col_230 .callout2.micromini {height: 50px;}
#main-container .first_230 .callout2.mini, #main-container .col_230 .callout2.mini, #content .first_230 .callout2.mini, #content .col_230 .callout2.mini {height: 97px;}
#main-container .first_230 .callout2.mid, #main-container .col_230 .callout2.mid, #content .first_230 .callout2.mid, #content .col_230 .callout2.mid {height: 113px;}
#main-container .first_230 .callout2.small, #main-container .col_230 .callout2.small, #content .first_230 .callout2.small, #content .col_230 .callout2.small {height: 123px;}
#main-container .first_230 .callout2.medium, #main-container .col_230 .callout2.medium, #content .first_230 .callout2.medium, #content .col_230 .callout2.medium {height: 143px;}
#main-container .first_230 .callout2.large, #main-container .col_230 .callout2.large, #content .first_230 .callout2.large, #content .col_230 .callout2.large {height: 184px;}
#main-container .first_230 .callout2.double-small, #main-container .col_230 .callout2.double-small, #content .first_230 .callout2.double-small, #content .col_230 .callout2.double-small {height: 256px;}
#main-container .first_230 .callout2.xlarge, #main-container .col_230 .callout2.xlarge, #content .first_230 .callout2.xlarge, #content .col_230 .callout2.xlarge {height:auto}

#main-container .first_230 .callout2 .has-image, #main-container .col_230 .callout2 .has-image, #content .first_230 .callout2 .has-image, #content .col_230 .callout2 .has-image {
	width: 140px;
	padding-right: 0;
	}
	
#main-container .callout2.mid p, #content .callout2.mid p {
	padding-top:4px;
}


#main-container .callout2.multiTile h2, #content .callout2.multiTile h2 {
	padding-bottom:4px;	
}
	
/* width 100 percent for long narrow ticker style callout */	
	
#main-container .col_100pc .callout2, #content .col_100pc .callout2 {
	width:100%;
	background: url(/global/images/callouts/optin-grad_bkgrd.jpg) repeat-x bottom right white;
	position: relative;
}
	
#main-container .col_100pc .callout2.micromini, #content .col_100pc .callout2.micromini {height:32px;}
#main-container .col_100pc .callout2.xlarge, #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
------------------------------------------------------ */
#main-container .first_252 .callout2, #main-container .col_252 .callout2, #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;
	}

#main-container .first_252 .callout2.micromini, #main-container .col_252 .callout2.micromini, #content .first_252 .callout2.micromini, #content .col_252 .callout2.micromini {height: 50px;}
#main-container .first_252 .callout2.mini, #main-container .col_252 .callout2.mini, #content .first_252 .callout2.mini, #content .col_252 .callout2.mini {height: 97px;}
#main-container .first_252 .callout2.small, #main-container .col_252 .callout2.small, #content .first_252 .callout2.small, #content .col_252 .callout2.small {height: 123px;}
#main-container .first_252 .callout2.medium, #main-container .col_252 .callout2.medium, #content .first_252 .callout2.medium, #content .col_252 .callout2.medium {height: 143px;}
#main-container .first_252 .callout2.large, #main-container .col_252 .callout2.large, #content .first_252 .callout2.large, #content .col_252 .callout2.large {height: 184px;}
#main-container .first_252 .callout2.xlarge, #main-container .col_252 .callout2.xlarge, #content .first_252 .callout2.xlarge, #content .col_252 .callout2.xlarge {height:auto;}

#main-container .first_252 .callout2 .has-image, #main-container .col_252 .callout2 .has-image, #content .first_252 .callout2 .has-image, #content .col_252 .callout2 .has-image {
	width: 165px;
	padding-right: 0;
	}

/* 270px - B2C
------------------------------------------------------ */
#main-container .first_270 .callout2, #main-container .col_270 .callout2, #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;
	}

#main-container .first_270 .callout2.micromini, #main-container .col_270 .callout2.micromini, #content .first_270 .callout2.micromini, #content .col_270 .callout2.micromini {height: 50px;}
#main-container .first_270 .callout2.mini, #main-container .col_270 .callout2.mini, #content .first_270 .callout2.mini, #content .col_270 .callout2.mini {height: 97px;}
#main-container .first_270 .callout2.small, #main-container .col_270 .callout2.small, #content .first_270 .callout2.small, #content .col_270 .callout2.small {height: 123px;}
#main-container .first_270 .callout2.medium, #main-container .col_270 .callout2.medium, #content .first_270 .callout2.medium, #content .col_270 .callout2.medium {height: 143px;}
#main-container .first_270 .callout2.large, #main-container .col_270 .callout2.large, #content .first_270 .callout2.large, #content .col_270 .callout2.large {height: 184px;}
#main-container .first_270 .callout2.xlarge, #main-container .col_270 .callout2.xlarge, #content .first_270 .callout2.xlarge, #content .col_270 .callout2.xlarge {height:auto}

#main-container .first_270 .callout2 .has-image, #main-container .col_270 .callout2 .has-image, #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
------------------------------------------------------ */
#main-container .first_310 .callout2, #main-container .col_310 .callout2, #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;
	}

#main-container .first_310 .callout2.micromini, #main-container .col_310 .callout2.micromini, #content .first_310 .callout2.micromini, #content .col_310 .callout2.micromini {height: 50px;}
#main-container .first_310 .callout2.mini, #main-container .col_310 .callout2.mini, #content .first_310 .callout2.mini, #content .col_310 .callout2.mini {height: 86px;}
#main-container .first_310 .callout2.small, #main-container .col_310 .callout2.small, #content .first_310 .callout2.small, #content .col_310 .callout2.small {height: 123px;}
#main-container .first_310 .callout2.medium, #main-container .col_310 .callout2.medium, #content .first_310 .callout2.medium, #content .col_310 .callout2.medium {height: 143px;}
#main-container .first_310 .callout2.large, #main-container .col_310 .callout2.large, #content .first_310 .callout2.large, #content .col_310 .callout2.large {height: 184px;}
#main-container .first_310 .callout2.xlarge, #main-container .col_310 .callout2.xlarge, #content .first_310 .callout2.xlarge, #content .col_310 .callout2.xlarge {height:223px;}

#main-container .first_310 .callout2 .has-image, #main-container .col_310 .callout2 .has-image, #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
------------------------------------------------------ */
#main-container .first_350 .callout2, #main-container .col_350 .callout2, #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;
	}

#main-container .first_350 .callout2.micromini, #main-container .col_350 .callout2.micromini, #content .first_350 .callout2.micromini, #content .col_350 .callout2.micromini {height: 50px;}
#main-container .first_350 .callout2.mini, #main-container .col_350 .callout2.mini, #content .first_350 .callout2.mini, #content .col_350 .callout2.mini {height: 97px;}
#main-container .first_350 .callout2.small, #main-container .col_350 .callout2.small, #content .first_350 .callout2.small, #content .col_350 .callout2.small {height: 123px;}
#main-container .first_350 .callout2.medium, #main-container .col_350 .callout2.medium, #content .first_350 .callout2.medium, #content .col_350 .callout2.medium {height: 143px;}
#main-container .first_350 .callout2.large, #main-container .col_350 .callout2.large, #content .first_350 .callout2.large, #content .col_350 .callout2.large {height: 184px;}
#main-container .first_350 .callout2.xlarge, #main-container .col_350 .callout2.xlarge, #content .first_350 .callout2.xlarge, #content .col_350 .callout2.xlarge {height:auto;}

#main-container .first_350 .callout2 .has-image, #main-container .col_350 .callout2 .has-image, #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
------------------------------------------------------ */
#main-container .first_390 .callout2, #main-container .col_390 .callout2, #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;
	}
	
#main-container .first_390 .callout2.micromini, #main-container .col_390 .callout2.micromini, #content .first_390 .callout2.micromini, #content .col_390 .callout2.micromini {height: 50px;}	
#main-container .first_390 .callout2.mini, #main-container .col_390 .callout2.mini, #content .first_390 .callout2.mini, #content .col_390 .callout2.mini {height: 97px;}
#main-container .first_390 .callout2.small, #main-container .col_390 .callout2.small, #content .first_390 .callout2.small, #content .col_390 .callout2.small {height: 123px;}
#main-container .first_390 .callout2.medium, #main-container .col_390 .callout2.medium, #content .first_390 .callout2.medium, #content .col_390 .callout2.medium {height: 143px;}
#main-container .first_390 .callout2.large, #main-container .col_390 .callout2.large, #content .first_390 .callout2.large, #content .col_390 .callout2.large {height: 184px;}
#main-container .first_390 .callout2.xlarge, #main-container .col_390 .callout2.xlarge, #content .first_390 .callout2.xlarge, #content .col_390 .callout2.xlarge {height:auto;}

#main-container .first_390 .callout2 .has-image, #main-container .col_390 .callout2 .has-image, #content .first_390 .callout2 .has-image, #content .col_390 .callout2 .has-image {
	width: 225px;
	padding-right: 0;	
	}
	
	/* 470px - B2C
------------------------------------------------------ */
#main-container .first_470 .callout2, #main-container .col_470 .callout2, #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;
	}
	
#main-container .first_470 .callout2.micromini, #main-container .col_470 .callout2.micromini, #content .first_470 .callout2.micromini, #content .col_470 .callout2.micromini {height: 50px;}	
#main-container .first_470 .callout2.mini, #main-container .col_470 .callout2.mini, #content .first_470 .callout2.mini, #content .col_470 .callout2.mini {height: 97px;}
#main-container .first_470 .callout2.small, #main-container .col_470 .callout2.small, #content .first_470 .callout2.small, #content .col_470 .callout2.small {height: 123px;}
#main-container .first_470 .callout2.medium, #main-container .col_470 .callout2.medium, #content .first_470 .callout2.medium, #content .col_470 .callout2.medium {height: 143px;}
#main-container .first_470 .callout2.large, #main-container .col_470 .callout2.large, #content .first_470 .callout2.large, #content .col_470 .callout2.large {height: 184px;}
#main-container .first_470 .callout2.xlarge, #main-container .col_470 .callout2.xlarge, #content .first_470 .callout2.xlarge, #content .col_470 .callout2.xlarge {height:auto;}

#main-container .first_470 .callout2 .has-image, #main-container .col_470 .callout2 .has-image, #content .first_470 .callout2 .has-image, #content .col_470 .callout2 .has-image {
	width: 225px;
	padding-right: 0;	
	}
	

/* Lists
------------------------------------------------------ */
/* CALL-TO-ACTION LIST */
#main-container .callout2 .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;
	}
#main-container .callout2 .call-to-action-list li, #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 */
#main-container .callout2 .generic-list, #content .callout2 .generic-list {
	padding: 0 0 10px 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	line-height: 13px;
	}
#main-container .callout2 .generic-list li, #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 */
#main-container .callout2 .bullet, #content .callout2 .bullet {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 13px;
	}
#main-container .callout2 .bullet li, #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 */
#main-container .callout2 .blank, #content .callout2 .blank {
	padding: 5px 0 10px 0;
	margin: 0;
	list-style-type: none;
	line-height: 13px;
	}
#main-container .callout2 .blank li, #content .callout2 .blank li {
	padding: 1px 0 3px 0;
	margin-left: 0;
	text-align: left;
	}

/* MULT LIST */
#main-container .callout2 .list, #content .callout2 .list {
	padding: 0 12px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	bottom: 7px;
	line-height: 13px;
	}
#main-container .callout2 .list li, #content .callout2 .list li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 13px;
	}
#main-container .callout2 .list li.newWin-icon, #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;
	}
#main-container .callout2 .list li.pdf-icon, #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;
	}
	

	
#main-container .callout2 .list li.arrow-icon, #content .callout2 .list li.arrow-icon { padding: 1px 0 3px 0px; margin-left: 0; text-align: left; list-style-position: outside; }
#main-container .callout2 .list li.arrow-icon a, #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*/
	

#main-container .callout2 .list li.blueBoxArrow, #content .callout2 .list li.blueBoxArrow  {
	padding: 1px 0 3px 0px; margin-left: 0; text-align: left; list-style-position: outside; 
	}
	
#main-container .callout2 .list li.blueBoxArrow a, #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 */
#main-container .callout2 .newWin-list, #content .callout2 .newWin-list {
	padding: 0 12px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	bottom: 7px;
	line-height: 13px;
	}
#main-container .callout2 .newWin-list li, #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 */
#main-container .callout2 .pdf-list, #content .callout2 .pdf-list {
	padding: 0 12px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	bottom: 7px;
	line-height: 13px;
	}
#main-container .callout2 .pdf-list li, #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;
	}


#main-container .first_150 .callout2, #content .col_150 .callout2, #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;
	}
	



#main-container .callout2 .links-list, #content .callout2 .links-list {  
  margin: 0;
  list-style-type: none;
  position: absolute;
  line-height:10px;   
 }
 
#main-container .callout2 .links-list li, #content .callout2 .links-list li {
	padding: 1px 0 3px 0;
 	position:relative;
	margin-left: 0;
	text-align: left;
 }
 

  
#main-container .callout2 .links-list li a, #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;
}

#main-container .callout2 .links-list li.newwindow, #main-container li.newwindow, #content .callout2 .links-list li.newwindow, #content li.newwindow{
	padding: 1px 0 3px 0;
	position:relative;
  	margin-left: 0;
  	text-align: left;

 }
 
#main-container .callout2 .links-list li.newwindow a, #main-container li.newwindow a, #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 #ccc}
.linkFarmOptIn{width:948px; height: 32px; background:url(/global/images/callouts/optin-grad_bkgrd.jpg) 0 1px repeat-x; margin-bottom:10px; border:1px solid #ccc}
.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:#ccc}
.bottomLinks a, .bottomLinks a:visited, .bottomLinks a:hover{font-size:1em; color:#999; 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 callouts2.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 */