/*--------------------------------------------------------------
* Copyright (c) 2008 TELUS Communications Inc.,
*
* All Rights Reserved.
* This document contains proprietary information that shall be
* distributed or routed only within TELUS, and its authorized
* clients, except with written permission of TELUS.
*
* Description: Importing styles to hide them from older browers/devices
*--------------------------------------------------------------  

------------- Table of Contents -------------
- Reset : Resets default styles (margins, padding, etc..)
- Body 
- Header
  - Global Navigation
  - Main Navigation
  - Sub Navigation 
  - Opinion Lab
- Page content
- iPhone
- Layout
- Your account
- Shopping wizard
- Overlay
- Icons
- Ribbons
- Landing page main area
- Boxes
- Error messages
- Forms
- Tables
- Tab navigation
- Back to.. link
- Related Links
- More links
- Breadcrumb
- Super footer
- Footer
- Miscellaneous
- Self-clear floats
- sIFR Screen styles
- Quebec Bill 60
  ------------- Reset -------------  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,address,th,td {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

ol,ul {
list-style-type:none;
}

table {
border-collapse:collapse;
border-spacing:0;
font-size:12px;
}

caption,th {
text-align:left;
font-weight:normal;
}

q:before,q:after {
content:'';
}

img {
border:0;
}

/* ------------- Self-clear floats ------------- */
.clearfix:after, #header:after, #navMain:after, #welcome:after, .tab:after, #subTab:after, #pageContent:after, .twoColumn:after, .column2:after, .landingMain:after, .planFamily:after, .featuredResults:after, .landingBoxInner:after, #superFooter:after, #footer:after, .compatibleHandset:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix, #header, #navMain, #welcome, .tab, #subTab, #pageContent, .twoColumn, .column2, .landingMain, .planFamily, .featuredResults, .landingBoxInner, #superFooter, #footer, .compatibleHandset {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html #header, * html #navMain, * html #welcome, * html .tab, * html #subTab, * html #pageContent, * html .column2, * html .landingMain, * html .planFamily, * html .featuredResults, * html .landingBoxInner, * html #superFooter, * html #footer, * .compatibleHandset {height: 1%;}
.clearfix, #header, #navMain, #welcome, .tab, #subTab, #pageContent, .twoColumn, .column2, .landingMain, .planFamily, .featuredResults, .landingBoxInner, #superFooter, #footer, .compatibleHandset {display: block;}
/* End hide from IE-mac */  



/* ------------- Body  -------------  */
html {
min-height:100%;
margin-bottom:1px;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:small !important;
color:#666;
background-color:#fff;
}

a:link,a:active,a:visited {
color:#49166D;
background-color:transparent;
/* outline-style:none; */
}

a:hover {
color:#333;
background-color:transparent;
text-decoration:underline !important;
}

/* ------------- Header -------------  */
#header {
margin-bottom:10px;
}

#header #telus {
float:left;
}

/* ------------- Global navigation -------------  */
#navGlobal {
float:right;
/*margin-top:14px; */
text-align:right;
}

ul#navGlobal {
list-style-type:none;
}

#navGlobal li {
float:left;
border-right:1px solid #e5e5e5;
padding:0 10px;
}

.fr #navGlobal li {
padding: 0 5px;
}

#navGlobal li.last {
border:0;
padding: 0px;
padding-top: 3px;
}

.fr #navGlobal li.last {
padding:0 0 0 5px;
}

#navGlobal #navCart a.full {
background:transparent url(../images/icons/shoppingCart.gif) no-repeat left 0;
padding-left:22px;
display:block;
}

#navGlobal #navCart a.empty {
background:transparent url(../images/icons/shoppingCart.gif) no-repeat left -16px;
padding-left:22px;
display:block;
}

#navCheckout a {
color:#6c0 !important;
}

#navGlobal a:link,#navGlobal a:active,#navGlobal a:visited {
color:#666;
background-color:transparent;
text-decoration:none;
font-weight:normal !important;
}

#navGlobal a:hover {
text-decoration:underline;
}
#navCart, #navCheckout { background: url('/en/common/images/backgrounds/checkout.jpg') repeat-x; }
#navGlobal li { height: 22px; padding-top: 3px;}
#navGlobal li.cartLeft, #navGlobal li.cartRight { border: 0; padding: 0; margin: 0; height: 25px; width: 5px;}
#navGlobal li.cartLeft { background: url('/en/common/images/backgrounds/checkout-left.jpg') no-repeat bottom right; }
#navGlobal li.cartRight { background: url('/en/common/images/backgrounds/checkout-right.jpg') no-repeat bottom left; }

/* ------------- Main navigation -------------  */
#navMain {
border-bottom:30px solid #6dd009;
vertical-align:bottom;
}

#serviceterms #navMain, #whytelus #navMain, .basic #navMain, #basic #navMain, #home #navMain,#about #navMain,#search #navMain,#cart #navMain,#yourAccount #navMain, #youraccount #navMain,#pageNotFound #navMain,#whereToBuy #navMain, #update #navMain , #network #navMain, #standalone #navMain, #ra #navMain, #coverage #navMain{
border-bottom:10px solid #6dd009;
vertical-align:bottom;
}

#navMain ul {
margin-left:20px;
}

#navMain ul li {
list-style:none;
float:left;
background:transparent url(../images/nav/main.gif) repeat-x bottom left;
}

#navMain ul li.last {
background:transparent url(../images/nav/mainLast.gif) no-repeat bottom right;
}

#navMain ul li.first {
background:transparent url(../images/nav/mainFirst.gif) no-repeat bottom left;
}

#navMain #nav_skip {
display:none;
}

#navMain ul li a {
display:block;
color:#f4f4f4;
font-size:15px;
background:transparent url(../images/nav/divider.gif) no-repeat right 10px;
text-decoration:none;
padding:13px 14px 9px 15px;
}

#navMain ul li a.nosep,.tab li a.nosep {
background:transparent !important;
}

#navMain ul li.last a {
background:none;
}

#navMain ul li.active, #phones li#nav_phones, #plans li#nav_plans, #services li#nav_services, #support li#nav_support, #account li#nav_account{
background:transparent url(../images/nav/mainRightOn.gif) no-repeat right top;
}

#navMain ul li.last.active, #account li#nav_account {
background:transparent url(../images/nav/mainRightOnLast.gif) no-repeat right top;
}

#navMain ul li.active a,#navMain ul li.last.active a, #phones li#nav_phones a, #plans li#nav_plans a, #services li#nav_services a, #support li#nav_support a, #account li#nav_account a{
background:transparent url(../images/nav/mainLeftOn.gif) no-repeat left top;
padding-left:15px;
padding-right:14px;
color:#fff;
}


/* ------------- Sub navigation -------------   */
#navMain li .navSub {
display:none;
position:absolute;
left:0;
top:95px;
}

#navMain li ul.navSub li {
display:inline;
background:none;
padding:0;
}

#navMain .navSub li a {
display:block;
color:#fff;
font-size:14px;
text-decoration:none;
background:none;
padding:0;
}

#navMain .navSub li a:hover {
text-decoration:underline;
}

#navMain li ul.navSub a {
background:none !important;
padding:7px 12px;
}

#navMain li.active ul.navSub, #phones li#nav_phones ul.navSub, #plans li#nav_plans ul.navSub, #services li#nav_services ul.navSub, #support li#nav_support ul.navSub , #account li#nav_account ul.navSub{
display:block;
width:900px;
}

#navMain .navSub .active {
background:transparent url(../images/nav/subRightOn.gif) no-repeat right bottom;
}

#navMain li ul.navSub .active a {
background:transparent url(../images/nav/subLeftOn.gif) no-repeat left bottom !important;
padding-left:12px;
padding-right:12px;
color:#fff;
}

/* ------------- Opinion Lab -------------  */
.opinionlab {
position: absolute;
margin-top: 22px;
font-size: 14px;
}
.en .opinionlab {
margin-left: 835px;
}
.fr .opinionlab {
margin-left: 850px;
}
.opinionlab a {
text-decoration: none;
}
.opinionlab a:link, .opinionlab a:active, .opinionlab a:visited {
color: #666666;
}
#home .opinionlab, #smartfit .opinionlab {	/* hide the opinion lab on these pages */
display: none;
}

p.backTo {
display:none;
}

/* ------------- Page content -------------  */
#home #breadcrumb, #home #pageTitle {display: none;}		/* Hide the page title and breadcrumb on home page */
#pageContent p.intro,#pageContent .landingMain p {
font-size:14px;
line-height:18px;
margin-bottom:.5em;
}

#pageContent p.intro.normal,#pageContent .landingMain p.normal {
font-size:12px;
line-height:auto;
margin-bottom:.5em;
}

#pageContent .landingMain li,#regionSelect li,.listStyle1 li {
font-size:14px;
margin-bottom:8px;
}

#pageContent p {
margin:.5em 0 1em;
}

.overlay p {
margin:.5em 0 1em !important;
}

#pageContent {
font-size:12px;
width:999px;
background:transparent url(../images/backgrounds/pageContent.gif) repeat-x top left;
}

#cart #pageContent {
background:none;
}

#support #sendToFriend label {
  display: inline !important;
}

ul.bullet,ul.nobullet, ol {
margin-top:.5em;
margin-bottom:14px;
}

ul.bullet li,ul.nobullet li, #phones .column1 ul.bullet li,  #phones .boxBody .desc ul li,  #phones .product2 ul li {
margin-top:10px;
}

.column1 ul.bullet li {
margin-top:2px;
}

ul.bullet li,p.bullet,  #phones .boxBody .desc ul li,  #phones .product2 ul li {
background:url(../images/bullet.gif) 0 6px no-repeat;
padding-left:9px;
}

ol ul.bullet li {
list-style-type:none !important;
margin-left:0;
margin-top:2px;
}

ol li {
list-style-type:decimal;
margin:0 0 0 30px;

}

ul.features li {
float:left;
}

.column2 ul {
margin-right:5px;
}

hr {
height:1px;
border:0;
border-bottom:1px solid #eee;
color:#dedede;
display:block;
margin:0 0 5px;
padding:0 0 3px;
}

.pad {
margin:20px 0;
}

h1#pageTitle,h1.pageTitle {
height:29px;
color:#49166D;
font-size:29px;
padding:18px 18px 9px;
}

#modal h1 {
color:#49166D;
font-size: 20px;
}

h2 {
color:#49166D;
font-size:20px;
}

.servicesListing h2 {
margin-top:20px;
margin-left:15px;
}

h3 {
color:#49166D;
font-size:17px;
margin-bottom:3px;
}

#banner {
margin-bottom:20px;
}

#banner p {
margin:0 !important;
}

/* ------------- iPhone -------------  */
.iphones #bannerWrapper {
height: 200px;
}
.iphone_features th {
padding-right: 10px;
}
.iphone_features th, .iphone_features td {
vertical-align: top;
}

/* ------------- Layout -------------  */
#siteContainer {
width:999px;
position:relative;
margin:0 auto;
}

.oneColumn {
padding:0 20px;
}

.twoColumn,.threeColumn {
padding:20px 0 0;
}

#yourAccount .twoColumn {
padding:0 !important;
}

.twoColumn #banner,.threeColumn #banner {
margin-top:-20px;
}

.twoColumn .column1 {
clear:both;
float:left;
padding-left:20px;
width:645px; 
}

.twoColumn .column2 {
width:305px;
margin-left:675px;
}

#support .twoColumn .column1,#promotions .twoColumn .column1, #services .twoColumn .column1, #aboutus .twoColumn .column1, #whytelus .twoColumn .column1, #basic .twoColumn .column1 {
width:605px;
}

#services .column1Narrow .twoColumn .column1 {
width: 500px; 
}

#services .column1Narrow .twoColumn .column2 {
width: 412px; 
margin-left: 560px;
}

#phoneListing.twoColumn .column1 {
width:750px !important;
padding-left:0;
}

#phoneListing.twoColumn .column2 {
width:220px !important;
margin-left:760px;
}

.accessories.listings .twoColumn .column1 {
width:160px !important;
padding-left:0;
}

.accessories.listings .twoColumn .column2 {
width:800px !important;
margin-left:190px;
}

#search .column1 {
padding-left:20px;
}

#search .twoColumn .column1 {
width:600px;
}

#search .twoColumn .column2 {
width:325px !important;
margin-left:666px;
}

#yourAccount .oneColumn {
padding:0;
}

#yourAccount .oneColumn .column1 {
margin-top:25px;
padding:0 0 0 20px;
}

#yourAccount .twoColumn .column1 {
width:615px;
margin-top:0;
}

#yourAccount .twoColumn .column2 {
margin-top:25px;
}

#yourAccount.register .oneColumn .column1,#yourAccount.register .twoColumn .column1,#yourAccount.register .twoColumn .column2 {
margin-top:0 !important;
}

.twoColumn .column1 .product {
clear:both;
float:left;
padding-left:0;
width:240px;
text-align:center;
color:#666;
}


.twoColumn .column1 .product h3 {
font-size:14px;
color:#666;
margin:10px 0;
}

.twoColumn .column1 .product2 {
margin-left:240px;
width:400px;
}

.threeColumn .column1 {
clear:both;
float:left;
width:165px;
}

.threeColumn .column2 {
width:510px;
float:left;
}

.threeColumn .column3 {
width:305px;
margin-left: 19px;
float:left;
}

.servicesListing, .tabPadding {
padding:20px 20px 10px 0;
}

.planFamily {
padding-left:15px;
margin:20px 0 10px;
}

.featuredResults {
margin:5px 0 5px -5px;
}

/*#services .twoColumn .column1 h3 {
color: #6c0;
margin-top: 1em;
}*/

#services .twoColumn .column1 .tableStyle5 h3 {
color: #49166D;
margin-top: 0em;
}



#services .details {
width:500px;
}

#services .details .pic {
float:left;
}

#services .details .desc {
margin-left:152px;
}

#services .details h3 {
font-size:17px;
color:#6c0;
}

#promotions .deal {
width:520px;
}

#promotions .deal .pic {
float:left;
}

#promotions .deal .desc {
margin-left:152px;
}

#promotions .deal h3 {
font-size:17px;
color:#49166D;
}

#promotions .deal .price {
font-size:18px !important;
color:#6c0;
}

#promotions .deal .cents {
font-size:70%;
line-height:12px;
vertical-align:top;
}

#promotions .deal .month {
font-size:14px;
}

.prodColor div {
overflow:hidden;
height:0 !important;
margin-bottom:0;
display:block;
border:1px solid #ccc;
clip:rect(0, 28px, 28px, 0);
width:28px;
padding:28px 0 0;
}

.product div,.product ul {
margin:0 auto;
}

.prodPicsColors {
position:relative;
/* top:-50px; */
}

.accessories .prodPicsColors {
position:relative;
top:0;
}

ul.selectColor li {
display:inline;
}

.box ul.selectColor {
color:#666;
font-size:9px;
margin:20px;
}

.box ul.selectColor li {
display:block;
padding:3px;
}

.box ul.selectColor li img {
vertical-align:top;
margin-right:2px;
}

.phoneDetails {
margin:10px 0 30px;
}

.phoneDetails a, .tableStyle2 a, .compatibleHandset a {
color: #666;
}

.phoneDetails table {
width:378px;
}

.phoneDetails table th,.phoneDetails table td {
background-color:#f8f8f8;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
margin:0 !important;
padding:10px;
}

.phoneDetails table th {
border-right:0;
font-weight:normal;
}

.phoneDetails ul {
width:378px;
margin:0 !important;
}

.phoneDetails ul li {
background-color:#f8f8f8 !important;
background-image: none !important;
float:left;
width:168px;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
margin:0 !important;
padding:10px;
}

#services  ul.compatibleHandset, #support  ul.compatibleHandset  {
width:600px;
margin:0 !important;
}

#services ul.compatibleHandset li, #support  ul.compatibleHandset li {
background-color:#f8f8f8;
float:left;
width:179px;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
margin:0 !important;
padding:10px;
}

p.priceDetails {
font-size:16px;
padding-bottom:8px;
}

p.priceDetails span {
font-size:21px;
margin-right:16px;
border-right:1px solid #fff;
padding-right:18px;
}

p.priceDetails span span {
font-size:25px;
margin-right:0;
border-right:0;
padding-right:0;
}

#plans p.priceDetails, #services p.priceDetails {
display: none;
}

.compare .disabled {
  color: #bbb;
}
.compare {
  position: relative;
}
.compare label {
    padding: 4px 20px 0px 0px;
    position: relative;
    right: -20px;
    background: transparent;
}
#clearSelection, #clearSelection2 {
  background: transparent;
  border-right:1px solid #DDDDDD !important;
  margin-right:15px !important;
  padding:4px 15px 4px 4px !important;
  text-align: right;
}

/* ------------- Your account -------------  */
#yourAccount #welcome {
margin:30px 20px 0;
}

#yourAccount #welcome h2 {
float:left;
width:650px;
}

.zipple {
text-align:center; 
margin-top:70px;
}

#phoneNumbers {
float:right;
width:375px;
position:absolute;
top:0;
right:0;
}

.fr #phoneNumbers {
width:380px;
}

#phoneNumbers label {
line-height:1em;
font-size:14px;
}

.banNumbers {
overflow:auto;
width:230px;
height:150px;
border:1px solid #ccc;
padding:5px;
}

.banNumbers ul ul li {
margin-left:20px;
}

.banNumbers ul ul li a:link,.banNumbers ul ul li a:visited {
text-decoration:none !important;
color:#666 !important;
}

.banNumbers ul ul li a:hover {
background-color:#e9f8db;
text-decoration:none !important;
}

.banNumbers .banSubscriber {
color:#aaa;
}

.banNumbers .banIcon {
vertical-align:middle;
margin:0 5px .25em 0;
}

#legend {
font-size:10px;
background:#efefef;
border:1px solid #ccc;
border-bottom:none;
text-align:center;
float:right;
width:230px;
margin:5px 0 0;
padding:2px 5px;
}

#legend .banIcon {
vertical-align:middle;
margin:0 3px 0.25em 6px;
}

#accountsTable .col1 {
width:281px;
border-right:1px solid #ddd;
border-left:1px solid #ddd;
padding:0 25px;
}

#accountsTable .col2 {
width:281px;
padding:0 25px;
}

#accountsTable .col3 {
width:281px;
border-right:1px solid #ddd;
border-left:1px solid #ddd;
padding:0 25px;
}

#accountsTable .cell2 {
color:#2c2c2c;
}

#accountsTable li {
margin-bottom:8px;
}

.banClosed {
height:1.4em;
overflow:hidden;
background:#fff url(../images/icons/arrowDown2.gif) no-repeat 95% 50%;
}

#legend .banIcon.first {
margin-left:0;
}

#banSelector {
height:auto;
max-height:150px;
min-height:1em;
background-color:#fff;
float:right;
}

#banSelector li.selected a {
font-weight:bold;
color:#6c0 !important;
}

#searchAccounts {
width:500px !important;
}

/* #frmSearchAccounts table {width: 300px;}  */
#welcome {
position:relative;
z-index:3;
}

.pagination,.tableButton {
background-color:#fff !important;
cursor:default;
text-align:right;
}

.pagination a {
text-decoration:underline !important;
}

.pagination ul {
float:right;
}

.pagination ul li {
float:left;
padding:0 4px;
}

.pagination ul li.last {
padding-right:0;
}

.pagination ul li.selected,.pagination ul li.selected a {
font-weight:bold;
color:#666;
text-decoration:none;
}

#yourAccount.register #pageContent {
background:none;
}

#yourAccount.register .twoColumn {
padding-top:0;
}

#yourAccount.register .twoColumn .column1 {
clear:both;
float:left;
padding-left:20px;
width:670px;
}

#yourAccount #steps {
background-color:#bbb;
margin:10px 23px 0 20px;
}

#yourAccount #steps ul li {
float:left;
background-color:#bbb;
color:#fff;
border-right:1px solid #fff;
font-size:14px;
padding:5px 0 5px 10px;
}

#yourAccount.register #step1 {
width:170px;
}

#yourAccount.register #step2 {
width:170px;
}

#yourAccount.register #step3 {
width:956px;
}

#yourAccount.register .active {
background-color:#6c0 !important;
}

#yourAccount.register .completed {
background-color:#B8E17F !important;
color:#666 !important;
}

#yourAccount .boxBody {
padding:0 20px 0 10px;
}

/* ------------- Shopping wizard -------------  */
#shopping h3 {
font-weight:bold;
font-size:17px;
padding-bottom:6px;
color:#333;
margin:10px 25px;
}

#shopping .price {
font-size:14px;
margin-top:0;
white-space:nowrap;
}

p.price {
font-size:14px;
margin-bottom:0 !important;
}

#pageContent #shopping .cents {
font-size:70%;
line-height:12px;
vertical-align:top;
}

#shopping .shoppingPad {
margin:0 25px;
}

.ships {
font-size:9px;
}


/* ------------- Check out -------------  */
#checkout #pageContent {
background:none;
}

#checkout .twoColumn {
padding-top:0;
}

#checkout .twoColumn .column1 {
clear:both;
float:left;
padding-left:20px;
width:670px;
}

#checkout .twoColumn .column2 {
width:270px;
margin-left:705px;
}

#checkout #steps {
background-color:#bbb;
margin:10px 23px 0 20px;
}

#checkout #steps ul li {
float:left;
background-color:#bbb;
color:#fff;
border-right:1px solid #fff;
font-size:14px;
padding:5px 0 5px 10px;
}

#checkout #step1 {
width:175px;
}

#checkout #step2 {
width:175px;
}

#checkout #step3 {
width:160px;
}

#checkout #step4 {
width:130px;
}

#checkout #step5 {
width:125px;
}

#checkout #step6 {
width:125px;
}

/* ------------- French Steps -------------  */
#checkout.fr #steps ul li {
float:left;
background-color:#bbb;
color:#fff;
border-right:1px solid #fff;
font-size:12px;
padding:5px 0 5px 5px;
}

#checkout.fr #step1 {
width:200px;
}

#checkout.fr #step2 {
width:200px;
}

#checkout.fr #step3 {
width:155px;
}

#checkout.fr #step4 {
width:175px;
}

#checkout.fr #step5 {
width:90px;
}

#checkout.fr #step6 {
width:100px;
}

#checkout .active {
background-color:#6c0 !important;
}

/* #checkout .active {background-color: #5BAB45 !important;} 
#checkout .completed {background-color: #6EBE44 !important; color: #d9e9c7 !important;} */
#checkout .completed {
background-color:#B8E17F !important;
color:#666 !important;
}

#checkout .boxBody {
padding:0 20px 0 10px;
}

#fullCart {
margin:0 20px;
}

#checkout table td {
padding:6px 5px;
}

tr.delete {
background:#ddd !important;
}

/* Modals ('greyed-out page') i.e. region selection  */
.blockUI {
cursor:default !important;
}

.blockUI.blockMsg {
opacity:1;
display:block;
}

/* Checkout related styles  */
#selectPrimary {
width:auto !important;
padding:0;
}

#selectPrimary .bdy {
padding:20px 20px 0;
}

#checkout .yourPhones td div {
color:#666 !important;
font-size:11px;
padding:10px 11px 2px;
}

.yourPhones img {
margin:3px 0;
}

#changePrimary {
position:absolute;
right:20px;
top:48px;
}

#accountHolderFlag img,#changePrimary img {
vertical-align:top;
margin:0 !important;
padding:0 !important;
}

#selectPrimary .yourPhones {
width:auto;
margin:0 !important;
padding:0 0 10px !important;
}

#selectPrimary .yourPhones td {
cursor:pointer;
border:none;
}

#selectPrimary .yourPhones td div {
height:188px;
min-height:186px;
}

#selectPrimary .yourPhones td.hover div {
color:#49166d !important;
background:transparent url(../images/backgrounds/phoneHover.gif) no-repeat top left;
cursor:pointer !important;
}

#terms {
overflow:auto;
width:600px;
height:100px;
margin-left:20px;
border-color:#ccc;
border-style:solid;
border-width:1px 0 1px 1px;
padding:5px;
}

.finished img.phone, .fade img.phone {
opacity:0.3;
}

.finished {background:url(../images/icons/checked.gif) 50% 45% no-repeat;}

/* ------------- Overlay -------------  */
.overlay {
display:none;
background:#fff url(../images/backgrounds/planFamily.gif) repeat-x left bottom;
border:3px solid #acabab;
position /**/:absolute;
/*top:0;
left:0;*/
width:400px;
z-index:2000;
padding:20px;
-webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.8);
-moz-box-shadow: 0 0 5px rgba(50, 50, 50, 0.8);
box-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
filter:progid:DXImageTransform.Microsoft.glow(Strength=3, Color='gray');
-ms-filter:"progid:DXImageTransform.Microsoft.glow(Strength=3, Color='gray')";
}

#cartOverlay {
  position:absolute;
}

.overlay table {
width:100%;
margin:5px 0 0 !important;
}

.overlay table tr td {
color:#333;
border-bottom:1px solid #fff;
padding:4px 3px;
}

.overlay ul {
margin:10px 0 10px 10px;
}

.overlay ul li {
margin-bottom:5px;
}

.overlay td.check,.overlay th.check {
width:10px;
padding-right:0;
}

.overlay td.prod {
padding-left:10px;
}

.overlay td.prod.indent {
padding-left:20px !important;
}

.overlay td.price {
width:40px;
text-align:right;
}

.overlay h4 {
margin-top:10px;
}

.overlay hr {
margin:5px 0 15px;
}

.overlay .buttons {
float:left;
margin-top:20px;
}

.overlay .total {
font-size:18px;
color:#111;
text-align:right;
float:right;
margin-top:20px;
}

.overlay .sm {
color:#111;
}

.overlay .shippingTaxes {
clear:both;
padding-top:20px;
color:#999;
font-size:11px;
}

.lnkCart:link,.lnkCart:visited {
color:#6c0 !important;
background:transparent url(../images/icons/shoppingCart.gif) no-repeat 0 4px;
float:left;
border-right:1px solid #ddd;
text-decoration:none;
margin:1px 15px 0 0;
padding:3px 15px 0 23px;
}

.overlay .fieldHelp {
color:#999;
padding-left:30px;
background-position:10px 12px;
}

label.fieldHelp {
background:transparent url(../images/icons/arrowLeft.gif) no-repeat top left;
display:block;
margin:1em 0 0 !important;
padding:0 10px 2px 20px !important;
}

/* Close link on overlay  */
a.close {
cursor:pointer;
float:right;
background:url(../images/icons/x.gif) no-repeat 0 0;
padding:0 0 2px 20px;
}

#cartOverlay p {
margin:0.5em 0;
}

/* ------------- Icons -------------  */
.globe {
background:transparent url(../images/icons/globe.gif) no-repeat left -1px;
padding-left:28px;
}

.talk {
background:transparent url(../images/icons/talk.gif) no-repeat left 0;
padding-left:28px;
}

.student {
background:transparent url(../images/icons/student.gif) no-repeat left 0;
padding-left:28px;
}

.yourchoiceplans h1 {
background:transparent url(../images/icons/talk_lg.gif) no-repeat 23px 20px;
padding-left:55px !important;
}

.mobilepackages h1, .smartphonepackages h1, .mobilehighspeedplans h1, .connectplans h1  {
background:transparent url(../images/icons/bundles_lg.gif) no-repeat 23px 20px;
padding-left:55px !important;
}

h1.globe {
background:transparent url(../images/icons/globe_lg.gif) no-repeat 23px 20px;
padding-left:55px !important;
}

.shareplans h1 {
background:transparent url(../images/icons/share_lg.gif) no-repeat 23px 17px;
padding-left:60px !important;
}

.student h1 {
background:transparent url(../images/icons/student_lg.gif) no-repeat 23px 17px;
padding-left:60px !important;
}

.data {
background:transparent url(../images/icons/data.gif) no-repeat left 0;
padding-left:40px;
}

.emailWeb {
background:transparent url(../images/icons/emailWeb.gif) no-repeat left 0;
padding-left:60px;
}

.talkEmail {
background:transparent url(../images/icons/talkEmail.gif) no-repeat left 0;
padding-left:60px;
}

.pcConnect {
background:transparent url(../images/icons/pcConnect.gif) no-repeat left 0;
padding-left:30px;
}

.mobileTV,.mobileMusic,.mobileRadio,.mobileText,.mobileDownload,.mobileCamera,.mobileBluetooth,.mobileSDmemory,.mobileEVDO {
padding-left:28px;
display:inline;
padding-bottom:1px;
}

.mobileTV {
background:transparent url(/en/common/images/icons/mobileTv.gif) no-repeat 4px top;
}

.mobileMusic {
background:transparent url(/en/common/images/icons/mobileMusic.gif) no-repeat 4px top;
}

.mobileRadio {
background:transparent url(/en/common/images/icons/mobileRadio.gif) no-repeat left top;
}

.mobileText {
background:transparent url(/en/common/images/icons/mobileText.gif) no-repeat 4px top;
}

.mobileDownload {
background:transparent url(/en/common/images/icons/mobileDownload.gif) no-repeat 4px top;
}

.mobileCamera {
background:transparent url(/en/common/images/icons/camera.gif) no-repeat 4px top;
}

.mobileBluetooth {
background:transparent url(/en/common/images/icons/bluetooth.gif) no-repeat 4px top;
}

.mobileSDmemory {
background:transparent url(/en/common/images/icons/sdMemory.gif) no-repeat left top;
}

.mobileEVDO {
background:transparent url(/en/common/images/icons/evdo.gif) no-repeat 4px top;
}

.changePhones {
background:transparent url(../images/icons/changePhones.gif) no-repeat left top;
padding-left:22px;
display:block;
}

.phoneInfo {
background:transparent url(../images/icons/phoneInfo.gif) no-repeat left top;
padding-left:22px;
display:block;
}

.print {
background:transparent url(../images/icons/print.gif) no-repeat left top;
padding-left:24px;
padding-bottom:4px;
display:block;
}

.showDetails {
background:transparent url(../images/icons/show.gif) no-repeat left 2px;
padding-left:16px;
font-size:14px;
color:#6c0;
}

.hideDetails {
background:transparent url(../images/icons/hide.gif) no-repeat left 2px;
padding-left:16px;
font-size:14px;
color:#6c0;
}

.fieldHelp {
background:transparent url(../images/icons/arrowLeft.gif) no-repeat left 12px;
padding-left:20px;
font-size:11px;
padding-top:12px;
padding-bottom:2px;
}

.remove {
background:transparent url(../images/icons/x.gif) no-repeat left top;
padding-left:18px;
display:block;
font-size:11px;
}

.checked {
background:transparent url(../images/icons/checked.gif) no-repeat 50% 45%;
}

.alert {
background:transparent url(../images/icons/alert.gif) no-repeat left top;
padding-bottom:3px;
padding-left:24px;
}

p.error.icon {
background:transparent url(../images/icons/errorIndicator.gif) no-repeat left top;
padding-left:24px;
padding-bottom:3px;
}

.previous {
background:url(../images/icons/previous.gif) no-repeat left 5px;
padding:0 0 0 10px;
}

.next {
background:url(../images/icons/next.gif) no-repeat right 5px;
padding:0 10px 0 0;
}

.pdf {
background:url(../images/icons/pdf.gif) no-repeat 0 0;
display:block;
padding:0 0 0 18px;
}

.guides {
background:url(../images/misc/guides.gif) no-repeat 0 0;
display:block;
padding:0 0 20px 100px;
}

.gethelp {
background:url(../images/misc/user_guide_sm.gif) no-repeat 0 0;
display:block;
padding:0 0 5px 110px;
font-size: 14px;
color: #6c0 !important;
}

.meerkatpuzzle {
background:url(../images/misc/meerkat_puzzle.jpg) no-repeat 0 0;
display:block;
padding:0 0 5px 110px;
font-size: 14px;
color: #6c0 !important;
}

.calculator {
background:url(../images/misc/calculator.gif) no-repeat 0 0;
display:block;
padding:0 0 5px 60px;
font-size: 14px;
color: #6c0 !important;
}

.yes,.no,.camera,.bluetooth,.music,.download,.textMessage,.sdMemory,.evdo {
overflow:hidden;
height:0 !important;
margin-bottom:0;
display:block;
clip:rect(0, 16px, 16px, 0);
width:16px;
padding:16px 0 0;
}

.yes {
background:url(../images/icons/check.gif) 0 0 no-repeat;
}

.no {
background:url(../images/icons/x.gif) 0 0 no-repeat;
}

.camera {
background:url(../images/icons/camera.gif) 0 0 no-repeat;
padding-right:5px;
}

.bluetooth {
background:url(../images/icons/bluetooth.gif) 0 0 no-repeat;
padding-right:5px;
}

.music {
background:url(../images/icons/mobileMusic.gif) 0 0 no-repeat;
padding-right:4px;
}

.download {
background:url(../images/icons/mobileDownload.gif) 0 0 no-repeat;
padding-right:4px;
}

.textMessage {
background:url(../images/icons/mobileText.gif) 0 0 no-repeat;
padding-right:4px;
}

.sdMemory {
background:url(../images/icons/sdMemory.gif) 0 3px no-repeat;
padding-right:14px;
}

.evdo {
background:url(../images/icons/evdo.gif) 0 0 no-repeat;
padding-right:4px;
}

.supportIcon {
margin: 10px 20px 0 0; float: left;
}

.zoom {padding-left: 12px;}
.zoom a {
background:url(../images/icons/zoom.gif) 0 0 no-repeat;
display: block;
padding: 0 0 5px 22px;
font-size: 90%;
}


/* ------------- Ribbons -------------  */
.rib-grn-l-lg-bonus,.rib-grn-l-lg-new,.rib-grn-l-lg-sale,.rib-grn-r-lg-bonus,.rib-grn-r-lg-new,.rib-grn-r-lg-sale,.rib-prp-l-lg-bonus,.rib-prp-l-lg-new,.rib-prp-l-lg-sale,.rib-prp-r-lg-bonus,.rib-prp-r-lg-new,.rib-prp-r-lg-sale,.rib-grn-l-sm-bonus,.rib-grn-l-sm-new,.rib-grn-l-sm-sale,.rib-grn-r-sm-bonus,.rib-grn-r-sm-new,.rib-grn-r-sm-sale,.rib-prp-l-sm-bonus,.rib-prp-l-sm-new,.rib-prp-l-sm-sale,.rib-prp-r-sm-bonus,.rib-prp-r-sm-new,.rib-prp-r-sm-sale, .rib-grn-l-sm-comingsoon, .rib-grn-r-lg-webexclusive, .rib-grn-r-lg-telusexclusive, .rib-grn-l-sm-webexclusive, .rib-grn-l-sm-telusexclusive, 
/* ------------- Ribbons French-------------  */
.rib-grn-l-lg-nouveau,.rib-grn-l-lg-vente,.rib-grn-r-lg-nouveau,.rib-grn-r-lg-vente,.rib-grn-l-sm-nouveau,.rib-grn-l-sm-vente,.rib-grn-r-sm-nouveau,.rib-grn-r-sm-vente,.rib-grn-l-sm-3g , .rib-grn-r-lg-webexclusivite, .rib-grn-r-lg-telusexclusivite , .rib-grn-l-sm-webexclusivite, .rib-grn-l-sm-telusexclusivite {
overflow:hidden;
height:0 !important;
position:absolute;
top: -25px;
margin:0;
}

.rib-grn-l-sm-3g {
clip:rect(0, 41px, 27px, 0);
width:41px !important;
height:27px;
padding:45px 0 0;
background:transparent url(../images/badges/rib-grn-l-sm-3g.gif) no-repeat;
left: -108px;
}

.rib-grn-l-sm-android {
clip:rect(0, 43px, 50px, 0);
width:43px !important;
height:50px;
padding:50px 0 0;
background:transparent url(../images/badges/rib-grn-l-sm-android.gif) no-repeat;
left: -103px;
overflow:hidden;
position:absolute;
margin:0;
top: 53px;
}

.shoppingBody .rib-grn-r-lg-webexclusive, .shoppingBody .rib-grn-r-lg-webexclusivite, .shoppingBody .rib-grn-r-lg-telusexclusive, .shoppingBody .rib-grn-r-lg-telusexclusivite  {
top: -15px;
}

.rib-grn-r-lg-webexclusive, .rib-grn-r-lg-webexclusivite, .rib-grn-r-lg-telusexclusive, .rib-grn-r-lg-telusexclusivite  {
clip:rect(0, 100px, 72px, 0);
width:100px !important;
height:72px;
padding:72px 0 0;
}

.rib-grn-l-sm-webexclusive {
background:transparent url(../images/badges/rib-grn-l-sm-webexclusive.gif) no-repeat;
left: -108px;
}

.rib-grn-l-sm-webexclusivite {
background:transparent url(../images/badges/rib-grn-l-sm-webexclusivite.gif) no-repeat;
left: -108px;
}

.rib-grn-l-sm-telusexclusive {
background:transparent url(../images/badges/rib-grn-l-sm-telusexclusive.gif) no-repeat;
left: -108px;
}

.rib-grn-l-sm-telusexclusivite {
background:transparent url(../images/badges/rib-grn-l-sm-telusexclusivite.gif) no-repeat;
left: -108px;
}

.rib-grn-r-lg-webexclusive {
background:transparent url(../images/badges/rib-grn-r-lg-webexclusive.gif) no-repeat;
left: 202px;
}

.rib-grn-r-lg-webexclusivite {
background:transparent url(../images/badges/rib-grn-r-lg-webexclusivite.gif) no-repeat;
left: 202px;
}

.rib-grn-r-lg-telusexclusive {
background:transparent url(../images/badges/rib-grn-r-lg-telusexclusive.gif) no-repeat;
left: 202px;
}

.rib-grn-r-lg-telusexclusivite {
background:transparent url(../images/badges/rib-grn-r-lg-telusexclusivite.gif) no-repeat;
left: 202px;
}

.rib-grn-l-sm-webexclusive, .rib-grn-l-sm-webexclusivite, .rib-grn-l-sm-telusexclusive, .rib-grn-l-sm-telusexclusivite {
clip:rect(0, 108px, 72px, 0);
width:108px !important;
height:72px;
padding:72px 0 0;
}

.shoppingBody .rib-grn-r-lg-bonus,.shoppingBody .rib-grn-r-lg-new,.shoppingBody .rib-grn-r-lg-sale,.shoppingBody .rib-grn-r-lg-nouveau,.shoppingBody .rib-grn-r-lg-vente {
top: -15px;
}

.rib-grn-l-sm-bonus,.rib-grn-l-sm-new,.rib-grn-l-sm-sale,.rib-grn-r-sm-bonus,.rib-grn-r-sm-new,.rib-grn-r-sm-sale,.rib-prp-l-sm-bonus,.rib-prp-l-sm-new,.rib-prp-l-sm-sale,.rib-prp-r-sm-bonus,.rib-prp-r-sm-new,.rib-prp-r-sm-sale, 
/* ------------- Ribbons French-------------  */
.rib-grn-l-sm-nouveau,.rib-grn-l-sm-vente,.rib-grn-r-sm-nouveau,.rib-grn-r-sm-vente {
clip:rect(0, 55px, 45px, 0);
width:55px !important;
height:45px;
padding:45px 0 0;
}

.rib-grn-l-lg-bonus,.rib-grn-l-lg-new,.rib-grn-l-lg-sale,.rib-grn-r-lg-bonus,.rib-grn-r-lg-new,.rib-grn-r-lg-sale,.rib-prp-l-lg-bonus,.rib-prp-l-lg-new,.rib-prp-l-lg-sale,.rib-prp-r-lg-bonus,.rib-prp-r-lg-new,.rib-prp-r-lg-sale, .rib-grn-l-sm-comingsoon,
/* ------------- Ribbons French-------------  */
.rib-grn-l-lg-nouveau,.rib-grn-l-lg-vente,.rib-grn-r-lg-nouveau,.rib-grn-r-lg-vente {
clip:rect(0, 77px, 55px, 0);
width:77px !important;
height:55px;
padding:55px 0 0;
}

/* ------------- Ribbons French-------------  */
.rib-grn-l-lg-vente {
background:transparent url(../images/badges/rib-grn-l-lg-vente.gif) no-repeat;
left: -108px;
}

.rib-grn-l-lg-nouveau {
background:transparent url(../images/badges/rib-grn-l-lg-nouveau.gif) no-repeat;
left: -108px;
}

.rib-grn-l-sm-vente {
background:transparent url(../images/badges/rib-grn-l-sm-vente.gif) no-repeat;
left: -108px;
}

.rib-grn-l-sm-nouveau {
background:transparent url(../images/badges/rib-grn-l-sm-nouveau.gif) no-repeat;
left: -108px;
}

.rib-grn-r-lg-vente {
background:transparent url(../images/badges/rib-grn-r-lg-vente.gif) no-repeat;
right:-7px;
}

.rib-grn-r-lg-nouveau {
background:transparent url(../images/badges/rib-grn-r-lg-nouveau.gif) no-repeat;
right:-7px;
}

.rib-grn-r-sm-vente {
background:transparent url(../images/badges/rib-grn-r-sm-vente.gif) no-repeat;
right:-7px;
}

.rib-grn-r-sm-nouveau {
background:transparent url(../images/badges/rib-grn-r-sm-nouveau.gif) no-repeat;
right:-7px;
}
/* ------------- End Ribbons French-------------  */


.rib-grn-l-sm-comingsoon {
background:transparent url(../images/badges/rib-grn-l-lg-comingsoon.gif) no-repeat;
left: -108px;
}

.rib-grn-l-lg-bonus {
background:transparent url(../images/badges/rib-grn-l-lg-bonus.gif) no-repeat;
left: -108px;
}

.rib-grn-l-lg-new {
background:transparent url(../images/badges/rib-grn-l-lg-new.gif) no-repeat;
left: -108px;
}

.rib-grn-l-lg-sale {
background:transparent url(../images/badges/rib-grn-l-lg-sale.gif) no-repeat;
left: -108px;
}

.rib-grn-l-sm-bonus {
background:transparent url(../images/badges/rib-grn-l-sm-bonus.gif) no-repeat;
left: -108px;
}

.rib-grn-l-sm-new {
background:transparent url(../images/badges/rib-grn-l-sm-new.gif) no-repeat;
left: -108px;
}

.rib-grn-l-sm-sale {
background:transparent url(../images/badges/rib-grn-l-sm-sale.gif) no-repeat;
left: -108px;
}

.rib-grn-r-lg-bonus {
background:transparent url(../images/badges/rib-grn-r-lg-bonus.gif) no-repeat;
right:-7px;
}

.rib-grn-r-lg-new {
background:transparent url(../images/badges/rib-grn-r-lg-new.gif) no-repeat;
right:-7px;
}

.rib-grn-r-lg-sale {
background:transparent url(../images/badges/rib-grn-r-lg-sale.gif) no-repeat;
right:-7px;
}

.rib-grn-r-sm-bonus {
background:transparent url(../images/badges/rib-grn-r-sm-bonus.gif) no-repeat;
right:-7px;
}

.shoppingBody .rib-grn-r-lg-new,.shoppingBody .rib-grn-r-lg-sale,.shoppingBody .rib-grn-r-lg-vente,.shoppingBody .rib-grn-r-lg-nouveau {
right:3px;
}

.rib-grn-r-sm-new {
background:transparent url(../images/badges/rib-grn-r-sm-new.gif) no-repeat;
right:-7px;
}

.rib-grn-r-sm-sale {
background:transparent url(../images/badges/rib-grn-r-sm-sale.gif) no-repeat;
right:-7px;
}

.rib-prp-l-lg-bonus {
background:transparent url(../images/badges/rib-prp-l-lg-bonus.gif) no-repeat;
left: -108px;
}

.rib-prp-l-lg-new {
background:transparent url(../images/badges/rib-prp-l-lg-new.gif) no-repeat;
left: -108px;
}

.rib-prp-l-lg-sale {
background:transparent url(../images/badges/rib-prp-l-lg-sale.gif) no-repeat;
left: -108px;
}

.rib-prp-l-sm-bonus {
background:transparent url(../images/badges/rib-prp-l-sm-bonus.gif) no-repeat;
left: -108px;
}

.rib-prp-l-sm-new {
background:transparent url(../images/badges/rib-prp-l-sm-new.gif) no-repeat;
left: -108px;
}

.rib-prp-l-sm-sale {
background:transparent url(../images/badges/rib-prp-l-sm-sale.gif) no-repeat;
left: -108px;
}

.rib-prp-r-lg-bonus {
background:transparent url(../images/badges/rib-prp-r-lg-bonus.gif) no-repeat;
right:-7px;
}

.rib-prp-r-lg-new {
background:transparent url(../images/badges/rib-prp-r-lg-new.gif) no-repeat;
right:-7px;
}

.rib-prp-r-lg-sale {
background:transparent url(../images/badges/rib-prp-r-lg-sale.gif) no-repeat;
right:-7px;
}

.rib-prp-r-sm-bonus {
background:transparent url(../images/badges/rib-prp-r-sm-bonus.gif) no-repeat;
right:-7px;
}

.rib-prp-r-sm-new {
background:transparent url(../images/badges/rib-prp-r-sm-new.gif) no-repeat;
right:-7px;
}

.rib-prp-r-sm-sale {
background:transparent url(../images/badges/rib-prp-r-sm-sale.gif) no-repeat;
right:-7px;
}

/* ------------- Landing pages main area -------------  */
.landingMain div, #promotions.coolstuff .landingMain div {
width:208px;
float:left;
border-right:1px solid #dedede;
margin:3px 0 5px;
padding:20px 15px 0;
}

#home .landingMain div {
position:relative;
min-height:190px;
}

#phones .landingMain div {
position:relative;
height:280px;
}

#plans .landingMain div {
position:relative;
height:260px;
}

#mobileinternet .landingMain div {
position:relative;
min-height:230px;
}

#whytelus .landingMain div {
position:relative;
min-height:220px;
}

#plans.individualplans .landingMain div,#plans.dataplans .landingMain div {
position:relative;
min-height:120px;
}

#services .landingMain div {
position:relative;
min-height:230px;
}

#promotions .landingMain div,#support .landingMain div {
position:relative;
min-height:170px;
width:288px;
}

#pageNotFound .landingMain div,#search .landingMain div {
position:relative;
min-height:210px;
}

.landingMain td {
width:190px;
border-right:1px solid #dedede;
vertical-align:top;
position:relative;
min-height:225px;
margin:3px 0 5px;
padding:20px 24px 0;
}

.landingMain ul {
margin:10px 0 15px;
}

.landingMain li {
margin-right:5px;
}

.landingMain p {
color:#666;
}

.landingMain .pic {
position:absolute;
bottom:-8px;
}
/* better centering algorithm for buckets */
#phones .landingMain .pic {
position:absolute;
bottom:-8px;
}

/*.landingMain .pic {position: relative; top: 7px;}
 #plans .landingMain .pic {position: relative; top: 7px; _top: 12px;}  */
.landingMain .first {
border-left:1px solid #dedede;
}

.landingMain hr {
margin-top:4px;
}

#howTo ul {
margin:6px 0;
}

#howTo,#signup {
background-color:#f5f5f5;
}

td#signup p {
font-size:12px !important;
}

.feature,.relatedLinks {
float:left;
}

#promotions h2 {
margin-bottom:10px;
}

#promotions h3 a {
color:#6c0;
text-decoration:none;
}

#promotions p {
font-size:12px !important;
line-height:16px !important;
}

#promotions .landingMain .thumb,#promotions .boxBody .thumb {
float:left;
}

#promotions.perks .column1 h3 {
color:#6c0;
font-size:14px;
padding:.7em 0 .4em;
}

.perksList li {
display:inline;
}

.intro {
margin:20px 0;
}

.coverageColor {
overflow:hidden;
height:0 !important;
margin-bottom:0;
display:block;
border:1px solid #ccc;
clip:rect(0, 20px, 20px, 0);
width:20px;
padding:20px 0 0;
}

/* ------------- Tab navigation -------------  */
.tab {
background:#f8f8f8 url(../images/nav/tabBg.gif) repeat-x bottom left;
display:block;
margin:0 0 25px;
}

#yourAccount .tab {
margin:20px 0 0 !important;
}

.tab ul {
margin:0 !important;
}

.tab ul li {
list-style:none;
float:left;
border-bottom:1px solid #fff;
margin-top:0;
}

.tab li a {
display:block;
color:#666;
background:transparent url(../images/nav/tabDivider.gif) no-repeat right 6px;
text-decoration:none;
padding:13px 16px 12px;
}

.tab li.last a {
background:none;
}

.tab li.active {
background:transparent url(../images/nav/tabRightOn.gif) no-repeat right top;
}

.tab li.active a {
background:transparent url(../images/nav/tabLeftOn.gif) no-repeat left top;
padding-left:18px;
padding-right:18px;
position:relative;
color:#6c0;
cursor:default;
}

/* ------------- Sub Tab navigation -------------  */
#subTab {
display:block;
margin:0 0 10px;
}

#subTab ul {
margin:0 !important;
}

#subTab ul li {
list-style:none;
float:left;
border-bottom:1px solid #fff;
margin-top:0;
}

#subTab li a {
display:block;
color:#666;
text-decoration:none;
padding:4px 14px 2px;
}

#subTab li.active a {
padding-left:14px;
padding-right:14px;
position:relative;
color:#6c0;
cursor:default;
}

/* ------------- Back to... link -------------  */
p.backTo {
float:right;
font-size:14px;
padding:15px 19px 0 0;
}

.backTo a:link,.backTo a:visited {
color:#666;
text-decoration:none;
background:transparent url(../images/icons/backTo.gif) no-repeat left top;
padding-left:20px;
display:block;
}

/*
h2 a {
text-decoration:none;
}

h2 a:hover {
text-decoration:none !important; 
}
*/

a.arrow:link,a.arrow:visited,.landingMain li a:link,.landingMain li a:visited,#howTo a:link,#howTo a:visited,.relatedLinks a:link,.relatedLinks a:visited,.column2 li a:link,.column2 li a:visited,.overlay li a:link,.overlay li a:visited {
text-decoration:none;
color:#666;
}

.threeColumn .column2 ul.bullet li a:link, .threeColumn .column2 ul.bullet li a:visited, .threeColumn .column2 ol li a:link, .threeColumn .column2 ol li a:visited {
text-decoration:underline;
color:#49166d;
}

.prepaidServices h2 a,.individualPlans h2 a,.landingSub h2 a {
color:#6c0 !important;
}

/* ------------- More links -------------  */
a.more:link,a.more:visited,ul.more a {
color:#6c0 !important;
font-weight:bold;
text-decoration:none;
}

/* ------------- Related links -------------  */
.relatedLinks {
width:287px;
margin-left:25px;
}

.relatedLinks ul {
width:287px;
}

.relatedLinks ul li {
float:left;
width:137px;
padding-bottom: 3px !important;
}

#home .relatedLinks ul {
width:auto;
}

#home .relatedLinks ul li {
float:none;
width:auto;
}

.ulProductNames li {
float:left;
width:150px;
background:url(../images/bullet.gif) 0 6px no-repeat;
padding-left:9px;
}



.ulProductListing li {
float:left;
width:100px;
font-size:11px;
padding: 10px;
min-height: 150px;
text-align: center;
}

/* ------------- Breadcrumb -------------  */
#breadcrumb {
margin-top:30px;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
min-height:30px;

/* makes overflow not show up or wrap to new line. */
overflow: hidden;
white-space: nowrap;
}

#breadcrumb ul {
margin-left:25px;
margin-top:8px;
margin-bottom:7px;
}

#breadcrumb li {
display:inline;
font-size:14px;
background:transparent url(../images/breadcrumbArrow.gif) no-repeat right top;
padding:8px 38px 23px 2px;
}

#breadcrumb li.last {
background:none;
}

#breadcrumb ul li a {
color:#6c0;
text-decoration:none;
}

#breadcrumb .here {
display:inline;
margin-right:10px;
}

/* ------------- Search -------------  */
#search .heading {
line-height:18px;
color:#fff;
background:#6c0 url(../images/backgrounds/searchHeaderBg.gif) 0 0 repeat-x;
padding:4px 10px;
}

#search .heading h3 {
font-weight:normal;
float:left;
width:60%;
color:#fff;
margin:0;
}

#search .heading .results {
display:block;
text-align:right;
}

#search .heading a {
color:#fff !important;
}

ul.results {
clear:both;
list-style-type:none;
margin:0 0 9px;
padding:0;
}

ul.results li {
border-bottom:1px solid #e8e8e8;
float:left;
margin:0;
padding:6px 10px 4px;
width:580px;
}

ul.results h4 {
margin:4px 16px 0 0;
}

ul.results h4 a {
font-weight:bold;
text-decoration:none;
}

ul.results a.fileType {
font-weight:normal;
text-decoration:underline;
}

ul.results p.desc {
margin-bottom:0;
padding-bottom:0;
}

ul.results .links {
padding-top:5px;
display:block;
}

ul.results img {
float:left;
}

.featuredResults .box {
margin-bottom:10px;
}

/* ------------- Boxes -------------  */
div.box,div.box .boxTop,div.boxBody,div.boxBot,div.boxBot div {
background:transparent url(../images/boxes/box.gif);
}

div.box {
position:relative;
background-position:top left;
width:390px;
}

div.box.full {
width:100%;
}

div.box.full div.boxBody {
padding-right:6px !important;
}

#phoneListing div.box {
width:360px;
float:left;
margin-right:15px;
}

.accessories div.box {
width:690px;
margin-right:15px;
}

#plans div.box {
width:230px;
float:left;
margin-right:10px;
}

#search div.box {
width:315px;
float:left;
margin-right:10px;
}

div.box .boxTop {
position:relative;
background-position:top right;
right:-7px;
padding:12px 0 0;
}

div.boxBody {
background-position:100% -10px;
position:relative;
right:-7px;
margin:0;
padding:1px 10px 1px 0;
}

div.boxBot {
background-position:bottom left;
position:relative;
}

div.boxBot div {
position:relative;
background-position:bottom right;
right:-7px;
padding:15px 0 0;
}

div.boxBody .desc {
margin-left:106px;
position: relative;
}

div.boxBody p {
font-size:12px;
line-height:14px;
color:#666;
margin-bottom:0 !important;
}

div.boxBody h3 {
font-size:17px;
margin-top:10px;
padding-bottom:6px;
color:#333;
}

div.boxBody p.blurb {
margin-bottom:6px !important;
}

div.boxBody hr {
margin: 10px 0;
clear:both;
}

div.boxBody .compare {
float: right;
font-size:11px;
color: #666;
}

div.boxBody p.price {
font-size:24px;
}

div.boxBody .cents {
font-size:70%;
line-height:10px;
position:relative;
top:-5px;
}

div.boxBody .pic {
position:absolute;
left: -106px;
top: -10px;
width:105px;
text-align: center;
}

div.boxBody .minutes {
font-size:130%;
margin-top:0;
}

#plans div.boxBody .desc {
margin-left:30px;
}

#plans div.boxBody .pic {
float:left;
padding-right:20px;
width:auto;
position:relative;
top:0;
}

#product_accessories div.boxBody, .accessories div.boxBody {
min-height: 200px;
}

div.boxBody .free, div.boxBody .sale {
color:#6c0;
}

div.boxBody .free span, div.boxBody .sale span {
font-size:17px;
}

p.contracts {
margin-bottom:0 !important;
}

.contact3yr {
font-size:90% !important;
}

.contact2yr {
font-size:90%;
border-right:1px solid #dedede;
padding-right:3px;
padding-left:0px;
}

.contact1yr {
font-size:90%;
border-right:1px solid #dedede;
padding-right:3px;
padding-left:3px;
}

.nocontact {
font-size:90%;
padding-left:3px;
}

.fr .nocontact, .fr .contact1yr, .fr .contact2yr {
font-size:80%;
}

#phoneListing div.boxBody p.price {
font-size:24px;
padding-top:6px;
}

#filters {margin-top: 3px;}

#shopping .shopping,#shopping .shoppingTop,#shopping .shoppingBody,#shopping .shoppingBot,#shopping .shoppingBot div {
background:url(../images/boxes/box2.gif);
}

#shopping li {
margin-bottom:10px;
}

#shopping {
background-position:top left;
width:305px;
}

#shopping .shoppingTop {
position:relative;
background-position:top right;
padding:12px 0 0;
}

#shopping .shoppingBody {
background-position:100% -10px;
position:relative;
margin:0;
padding:1px 4px 8px 3px;
}

#shopping .shoppingBot {
background-position:bottom left;
position:relative;
}

#shopping .shoppingBot div {
position:relative;
background-position:bottom right;
padding:12px 0 0;
}

div.box3,div.box3 .boxTop3,div.boxBody3,div.boxBot3,div.boxBot3 div {
background:url(../images/boxes/box3.gif);
background-color:#f8f8f8;
}

div.box3 {
position:relative;
background-position:top left;
width:100%;
}

div.box3 .boxTop3 {
position:relative;
background-position:top right;
right:-2px;
background-color:#f8f8f8;
padding:12px 0 0;
}

div.boxBody3 {
background-position:100% -10px;
position:relative;
right:-2px;
background-color:#f8f8f8;
margin:0;
padding:1px 14px 2px 15px;
}

div.boxBot3 {
background-position:bottom left;
position:relative;
background-color:#f8f8f8;
}

div.boxBot3 div {
position:relative;
background-position:bottom right;
right:-2px;
padding:12px 0 0;
}

.boxBody3 p {
color:#666;
margin:0.5em 0 1em;
}

.boxBody3 h3 {
font-size:14px;
color:#49166D;
}

.boxBody3 ul {
margin-top:8px;
}

.boxBody3 li {
font-size:14px;
padding:4px 0;
}

.boxBody3 .normal li {
font-size:12px;
padding-top: 0;
margin: 0;
}

.boxBody3 li.selected {
width:291px;
position:absolute;
left:-1px;
background-color:#e0e0e0;
padding:4px 0 4px 15px;
}

.sharePlans .boxBody3 h3 {
font-size:14px;
color:#6c0;
margin-top:6px;
}

.landingBox {
clear:both;
width:957px;
background:url(../images/boxes/landingTop.gif) top left no-repeat;
margin:20px 0 0;
padding:8px 0 0;
}

.landingBox.split {
background:url(../images/boxes/landingTopSplit.gif) top left no-repeat;
}

.landingBox.split2 {
background:url(../images/boxes/landingTopSplit2.gif) top left no-repeat;
}

.landingBoxInner {
color:#666;
width:937px !important;
background:url(../images/boxes/landingBot.gif) bottom left no-repeat;
padding:0 10px 10px;
}

.landingBox.split .landingBoxInner {
background:url(../images/boxes/landingBotSplit.gif) bottom left no-repeat;
}

.landingBox.split2 .landingBoxInner {
background:url(../images/boxes/landingBotSplit2.gif) bottom left no-repeat;
}

.landingBoxInner h3 {
font-size:17px;
color:#49166D;
font-weight:normal;
margin:8px 0 6px;
padding:0;
}

.landingBoxInner p {
margin:0;
padding:0;
}

.landingBoxInner a {
text-decoration:none;
}

.landingBoxInner a:hover {
text-decoration:underline;
}

div.checkOutBox,div.checkOutBox .checkOutBoxTop,div.checkOutBoxBody,div.checkOutBoxBot,div.checkOutBoxBot div {
background:transparent url(../images/boxes/checkoutBox.gif);
}

div.checkOutBox {
position:relative;
background-position:top left;
width:664px;
}

div.checkOutBox .checkOutBoxTop {
position:relative;
background-position:top right;
right:-8px;
padding:8px 0 0;
}

div.checkOutBoxBody {
background-position:100% -8px;
position:relative;
right:-8px;
margin:0;
padding:1px 20px 8px 10px;
}

div.checkOutBoxBot {
background-position:bottom left;
position:relative;
}

div.checkOutBoxBot div {
position:relative;
background-position:bottom right;
right:-8px;
padding:15px 0 0;
}

.step1Intro {
width:400px;
}

/* ------------- Forms -------------  */
.text,select {
border:1px solid #999;
color:#666;
background:#fff url(../images/backgrounds/input.gif) top left repeat-x;
}

.text {
padding:2px;
}

textarea {
border:1px solid #999;
}

button, a.button {
width:74px;
height:25px;
border:0;
font-size:12px;
background:url(../images/buttons/button.gif) top left no-repeat;
text-align:center;
color:#fff !important;
font-weight:bold;
cursor:pointer;
vertical-align:top;
outline-style:none;
margin:0;
padding:0 0 4px;
}

.fr button, .fr a.button {
font-size:10px !important;
}

a.button {
display: block;
padding: 4px 0 0 0 !important;
height: 21px !important;
}

button:hover,button:focus, a.button:hover {
background:url(../images/buttons/button.gif) 0 -25px no-repeat;
}

button.lgButton,.fr button#checkOut,a.button.lgButton {
width:137px;
background:url(../images/buttons/buttonLg.gif) top left no-repeat;
}

button.lgButton:hover,button.lgButton:focus,.fr button#checkOut:hover,a.button.lgButton:hover {
background:url(../images/buttons/buttonLg.gif) 0 -25px no-repeat;
}

#yourAccount button.link, .backLink {
border-right:1px solid #DDD;
margin-right:15px;
padding:4px 15px 4px 4px;
}

.backLink {
display: inline-block; 
}

button.disabled {
background-position:0 -50px !important;
color:#888 !important;
cursor:default !important;
}

button:focus::-moz-focus-inner {
border-color:transparent !important;
}

#shopping button {
margin:10px 0 !important;
}

.button.cta {
width:96px;
background:url(../images/buttons/button_purple.gif) no-repeat 0 0;
}

.fr .button.cta, #butCheck {
width:137px;
background:url(../images/buttons/buttonLg_purple.gif) top left no-repeat;
}

.box .button.butAddToCart {
width:83px;
height:21px;
background:url(../images/buttons/button_purple_sm.gif) no-repeat 0 0;
font-size:11px;
margin-top:10px;
display:block;
text-decoration:none;
color:#fff;
text-align:center;
}


.fr .box .button.butAddToCart {
width:135px;
background:url(../images/buttons/button_purple_sm_fr.gif) no-repeat 0 0;
}

.button.cta:hover,.button.cta:focus {
background-position:0 -25px;
}

.box .button.butAddToCart:hover,.box .button.butAddToCart:focus {
background-position:0 -21px;
}

.button.disabled {
cursor:default !important;
color:#888 !important;
}

.button.cta.disabled {
background-position:0 -50px;
}

.box .button.butAddToCart.disabled {
background-position:0 -42px !important;
}

button.link {
background:transparent;
color:#49166d !important;
font-weight:normal;
text-decoration:underline !important;
height:auto;
width:auto;
}

button.remove {
background:transparent url(../images/icons/x.gif) no-repeat !important;
font-size:11px;
font-weight:normal;
text-decoration:underline;
height:auto;
width:auto;
}

button.link.disabled {
text-decoration:none;
cursor:default;
color:#888 !important;
}

.overlay button,.overlay a.link {
margin-right:10px;
}

.overlay button.link,.overlay a.link {
border-right:1px solid #ddd !important;
margin-right:15px !important;
padding:4px 15px 4px 4px !important;
}

#modal button.link {
border-right:none;
margin:0;
padding:0;
}

button.link a,button.link * {
text-decoration:underline !important;
}

button.button a, a.button {
text-align:center;
color:#fff !important;
font-weight:bold;
cursor:pointer;
text-decoration:none !important;
}


#searchFormHeader {
position:absolute;
top:60px;
left:774px;
}

.fr #searchFormHeader {
position:absolute;
top:60px;
left:805px;
}

.fr #searchFormHeader #q {
width: 100px;
}

#searchFormHeader #q,#formSignUp #txtSignUp {
width:130px;
height:17px;
border:1px solid #999;
margin-right:4px;
color:#666;
vertical-align:middle;
padding:2px;
}

#butSearch,#butSearch2,#txtSignUp {
vertical-align:top;
}

#searchForm {
margin:25px 0 15px;
}

#searchForm #searchString {
width:230px;
height:17px;
border:1px solid #999;
color:#666;
vertical-align:middle;
margin:0 4px;
padding:2px;
}

.addToCart {
margin:6px 0 3px;
}

span.required {
font-size:17px;
color:#49166D;
font-weight:bold;
vertical-align:top;
width:16px;
text-align:center;
}

#perksForm table {
clear:both;
}

/* #perksForm td label {text-align: right !important; display: block;}  */
#perksForm li {
float:left;
width:150px;
padding:5px;
}

#perksForm li label {
padding-left:5px;
}

#perksForm #txtOther {
color:#666;
}

fieldset {
padding-bottom:10px;
margin-bottom:10px;
border:none;
}

fieldset legend {
color:#6c0;
padding:5px;
}

fieldset fieldset,.fieldsetBorder {
border:1px solid #ddd;
padding:10px;
}

/*
label {
cursor:pointer;
}
*/

/* ------------- Error messages -------------  */
.errorMsg {
background:url(../images/backgrounds/errorBgBot.gif) bottom left no-repeat;
width:385px;
min-height:54px;
position:absolute;
top:0;
left:0;
z-index:999;
}

.errorMsg p,.errorMsg label {
background:url(../images/backgrounds/errorBgTop.gif) top left no-repeat;
color:#c00 !important;
display:block !important;
margin:0 !important;
padding:18px 30px !important;
}

#errors {
border:3px solid #ddd;
background:#f8f8f8;
font-size:130%;
float:left;
clear:both;
margin:20px 0;
padding:15px;
}

.error {
color:#c00 !important;
}

input.text.error {
border:1px solid #c00;
}

label.errIcn {
display:block;
padding-top:15px;
padding-bottom:4px;
}

.first label.errIcn {
padding-top:0;
padding-bottom:0;
}

table tr.selected,table tr.selected.hover {
background-color:#e9f8db !important;
}

table tr.hover {
background-color:#f8f8f8;
}

table.tableStyle2 tr.hover {
background-color:#d1f0b2;
}

#shopping table {
width:100%;
}

#shopping table td {
vertical-align:middle;
padding:5px 0 5px 7px;
}

#shopping table td.first {
padding-left:25px;
}

#services #shopping table.autoWidth td {
width: 100%;
}

#services #shopping table.autoWidth td.first {
padding-left:25px;
width:auto;
}

#shopping table.selectProdColor td.first {
width: 25px;
}

#shopping table.selectProdColor td.prodColor {
width: 40px;
}

#shopping table.selectProdColor td.prodColorName {
width: 95px;
}

#shopping table.selectProdColor td.prodShips {
width: 95px;
}



#shopping table td.last {
padding-right:20px;
}

.tableCoverage {
margin-bottom: 20px;
}
.tableCoverage td {
vertical-align:top;
padding:5px;
}

.tableCoverage td.cell1 {
width:20px;
}

.tableCoverage td.cell2 {
width:140px;
}

.tableCoverage td.cell3 {
width:20px;
}

.tableCoverage td.cell4 {
width:140px;
}

.tableCoverage td.cell5 {
width:20px;
}

.tableCoverage td.cell6 {
width:140px;
}

.tableServices td {
vertical-align:top;
padding:10px 10px 10px 20px;
}

.tableServices td.select {
width:1%;
padding-right:0;
text-align:right;
}

.tableServices td.name {
width:23%;
}

.tableServices td.desc {
width:35%;
}

.tableServices td.price {
width:11%;
}

.tableServices td.includes {
width:18%;
}

.tableServices td.details {
width:13%;
text-align:right;
}

.tableServices td.name a {
font-size:14px;
color:#6c0;
text-decoration:none;
}

.tableServices td h3 {
font-size:14px;
color:#6c0;
padding-top:6px;
padding-bottom:0;
margin-top: 0;
}

.tableServices tr.fullDetails td {
background-color:#fbfafa;
padding-top:0;
}

.tableServices tr.border td {
border-top:1px solid #e9e9e9;
}

.tableStyle1 td {
vertical-align:top;
padding:5px 0;
}

.tableStyle1 td p {
width:280px;
margin:0 !important;
}

.tablePlan p {
font-size:14px;
margin:0 10px 0 20px !important;
}

.tablePlan p span {
font-size:17px;
}

.phoneSelector td {
padding:4px;
}

.phoneSelector label {
color:#6c0;
}

.tableStyle2 th {
vertical-align:top;
background-color:#6c0;
font-size:10px;
border:1px solid #fff;
color:#fff;
text-transform:uppercase;
padding:5px 10px;
}

.tableStyle2 td {
vertical-align:top;
font-size:12px;
border:1px solid #fff;
padding:10px !important;
}

.tableStyle2 tr {
background-color:#f9f8f8;
}

.tableStyle2 tr.r2 {
background-color:#efeeee;
}

.tableStyle2 .alignC {
text-align:center;
}

.tableStyle2.extraPad th {
padding:5px 40px 5px 15px !important;
}

.tableStyle2.extraPad td {
padding:10px 40px 10px 15px !important;
}

.tableStyle3 {
background-color: #fff;
}
 
.tableStyle3 thead th {
vertical-align:top;
background-color:#6c0;
border-right:1px solid #fff;
border-top:1px solid #6c0;
color:#fff;
text-transform:uppercase;
padding:5px 10px 5px 10px;
}

.tableStyle3 tbody th {
color: #6c0;
border:1px solid #ddd;
padding:10px;
}

.tableStyle3 th.first {
border-left:1px solid #6c0;
}

.tableStyle3 th.last {
border-right:1px solid #6c0;
}

.tableStyle3 td {
vertical-align:top;
font-size:12px;
border:1px solid #ddd !important;
border-top:0;
padding:10px;
text-align: center;
}

.tableStyle3 td h3, .tableStyle5 td h3, .tableStyle6 td h3 {
color:#49166D;
margin-top: 0;
}

.tableStyle3 td td, .tableStyle5 td td, .tableStyle6 td td {
border:0;
padding:0;
}

.autoWidth {
width: auto !important;
}

.cellsLeft td, .cellsLeft th {
text-align: left !important;
}

td.alignL {
text-align:left !important;
}

td.alignR {
text-align:right !important;
}

td.alignC {
text-align:center !important;
}

td.valignM {
vertical-align:middle !important;
}



.tableStyle2, .tableStyle3, .tableStyle4, .tableStyle5 {
margin: 5px 0 16px;
width: 100%;
}

.tableStyle4 th {
vertical-align:top;
color: #6c0;
padding:10px 10px 5px;
font-size: 14px;
}

.tableStyle4 tbody th {
text-align: right;
padding:10px 10px 5px 10px;
}

.tableStyle4 td {
vertical-align:top;
padding:10px 10px 5px;
font-size: 11px;
}

.tableStyle4 .price, .tableStyle5 .price {
font-size: 18px;
}

 
.tableStyle5 thead th {
vertical-align:middle;
background-color:#b6b6b6;
border-right:1px solid #fff;
border-top:1px solid #b6b6b6;
color:#fff;
padding:5px 10px 5px 15px;
font-weight: bold;
text-align: center;
}

.tableStyle5 thead td.empty {
border-bottom:1px solid #fff !important;
padding:2px 2px 2px 15px;
}

.tableStyle5 thead td.greatvalue {
vertical-align:middle;
background-color:#6c0;
text-transform:uppercase;
font-weight: bold;
color:#fff;
padding:2px 10px 2px 15px;
text-align:center;
}

.tableStyle5 thead th a {
color:#fff;
}

.tableStyle5 thead td  {
background-color: #fff;
border-top:1px solid #fff !important;
border-left:1px solid #fff !important;
text-align: left;
padding-left:15px;
}

.tableStyle5 tbody th {
color: #6c0;
border:1px solid #ddd;
padding:10px 15px;
}

.tableStyle5 th a.helpLnk {
color: #6c0;
}

.tableStyle5 tbody td {
border:1px solid #ddd;
}

.tableStyle5 th.first {
border-left:1px solid #b6b6b6;
}

.tableStyle5 th.last {
border-right:1px solid #b6b6b6;
}

.tableStyle5 td {
vertical-align:top;
font-size:12px;
border:1px solid #ddd !important;
border-top:0;
padding:10px;
text-align: center;
background-color: #f9f9f9;
}


.tableStyle6 thead th {
vertical-align:middle;
background-color:#b6b6b6;
border-right:1px solid #fff;
border-top:1px solid #b6b6b6;
color:#fff;
padding:5px 10px;
font-weight: bold;
text-align: left;
}


.tableStyle6 thead th a {
color:#fff;
}

.tableStyle6 tbody th {
color: #6c0;
border:1px solid #ddd;
padding:10px;
}

.tableStyle6 th.first {
border-left:1px solid #b6b6b6;
}

.tableStyle6 th.last {
border-right:1px solid #b6b6b6;
}

.tableStyle6 td {
vertical-align:top;
font-size:12px;
border:1px solid #ddd !important;
border-top:0;
padding:10px;
text-align: left;
background-color: #fff;
}


.tableCalendarInstructions td {
width: 180px; 
padding-right: 20px;
padding-bottom: 20px;
vertical-align: top;
}


#cart .tableCheckout th {
vertical-align:top;
background-color:#6c0;
border-right:1px solid #fff;
color:#fff;
text-transform:uppercase;
padding:5px 40px 5px 15px;
}

#cart .tableCheckout th.first {
border-left:1px solid #6c0;
width:360px;
}

#cart .tableCheckout th.last {
border-right:1px solid #6c0;
}

#cart .tableCheckout td {
vertical-align:top;
font-size:12px;
border:1px solid #ddd;
border-top:0;
padding:10px 15px;
}

#cart .tableCheckout tr.r2 {
background-color:#efeeee;
}

#cart .tableCheckout td h3 {
color:#49166D;
padding:15px 0 0 15px;
}

#cart .tableCheckout td.title {
background:url(../images/backgrounds/cartBg.gif) left top repeat-x;
}

#cart .tableCheckout td td {
border:0;
padding:0;
}

#cart .tableCheckout td.price {
text-align:right;
}

#cart .tableCheckout td.borderTop {
border:1px solid #ddd;
}

#cart .tableCheckout .totals th {
vertical-align:top;
background-color:#fff;
border:1px solid #ddd;
text-align:right;
font-size:14px;
color:#6c0;
text-transform:none;
padding:10px 8px 10px 15px;
}

#cart .tableCheckout .totals td {
font-size:14px;
}

#cart .tableCheckout td ul.bullet li {
margin-top:4px !important;
}

#cart .tableCheckout h2.cart {
background:url(../images/backgrounds/checkoutBox.gif) left top repeat-x;
margin-bottom:0;
padding:5px 0 0 15px;
}

#cart td.clearCart {
width:570px;
}

#cart td.continueShopping {
width:165px;
}

#cart.fr td.continueShopping {
width:145px;
}

#checkout .tableSummary th {
vertical-align:top;
color:#6c0;
padding:3px;
}

#checkout .tableSummary td {
vertical-align:top;
padding:3px 3px 3px 15px;
}

#checkout .tableSummary h4 {
margin-top:14px;
}

#checkout .tableSummary tr.r2 {
background-color:#f8f8f8;
}

#checkout .tableSummary th.price,.tableSummary td.price {
text-align:right !important;
}

#checkout .tableSummary .quantity {
width:1%;
}

#checkout .tableSummary .desc {
width:64%;
border-right:1px solid #ddd;
}

#checkout .tableSummary .priceMonthly {
width:20%;
border-right:1px solid #ddd;
padding-right:30px;
text-align:right;
}

#checkout .tableSummary .priceNow {
width:15%;
text-align:right !important;
}

#checkout .tableSummary th.priceMonthly {
border-right:1px solid #fff;
}

#checkout .tableSummary .totals th {
color:#6c0;
text-align:right !important;
}

#checkout .ccCharge {
font-size:17px;
color:#333;
padding-left:20px;
}

#checkout .total {
font-size:17px;
}

#checkout .due,.ship {
font-size:11px;
color:#666;
}

#checkout .availableYes {
background:#c2eb99 url(../images/icons/check.gif) 10px 10px no-repeat;
padding:10px 20px 10px 30px;
}

#checkout .availableNo {
background:#fdd url(../images/icons/x.gif) 10px 10px no-repeat;
padding:10px 20px 10px 30px;
}

#checkout h2,#yourAccount.register h2 {
font-size:17px;
margin-bottom:10px;
}

#checkout .column2 h3 {
margin-top:0;
}

#checkout .header2 {
background:url(../images/backgrounds/shopBg.gif) left top repeat-x;
width:653px;
margin-left:-13px;
margin-right:-20px;
padding:8px 0 8px 10px;
}

#checkout .yourPhones {
width:653px;
padding-left:10px;
margin-left:-13px;
margin-right:-20px;
background:url(../images/backgrounds/shopBg.gif) left bottom repeat-x;
margin-bottom:16px;
}

#checkout .yourPhones a {
text-decoration:none !important;
}

#checkout .yourPhones td {
text-align:center;
width:130px;
}

#checkout .yourPhones td.selected {
background:url(../images/backgrounds/phoneSelected.gif) left top no-repeat;
}

#checkout .yourPhones p {
margin:0 !important;
}

#checkout .yourPhones td.primary {
font-size:11px;
color:#6c0;
height:auto !important;
}

#checkout tr,.perks tr,#yourAccount tr {
vertical-align:top;
}

#checkout td,.perks td,#yourAccount td {
padding:5px;
}

#checkout table td td {
padding:0 15px 0 0;
}

#checkout table td .boxBody td {
padding:5px;
}

.borderBot0 td,.borderBot0 {
border-bottom:0;
}

.borderTop td,.borderTop {
border-top:1px solid #ccc;
}

.padTop0 td {
padding-top:0;
}

.padTop10 td {
padding-top:10px;
}

span.required.pad2 {
padding-top:15px;
display:block;
}

span.required.pad3 {
padding-top:30px;
display:block;
}

p.or {
color:#6c0 !important;
margin-top:1.5em !important;
font-size:16px !important;
padding-left:10px !important;
}

/* ------------- Phone selector - styles.css (line 1020) -------------  */
.phoneSelector .disabled * {
color:#ddd;
}

.phoneSelector .disabled label {
background-position:4px -16px;
}

.phoneSelector .disabled label.mobileSDmemory {
background-position:0 -12px !important;
}

.phoneSelector .disabled label.mobileEVDO {
background-position:4px -15px !important;
}

.phoneSelector .disabled label.mobileRadio {
background-position:4px -20px !important;
}

/* Services  */
.tableServices td.details span {
cursor:pointer;
}

.tableServices td.details span:hover {
text-decoration:underline;
}

.tableServices label {
color:#6c0;
font-size:14px;
}

/* ------------- Super footer -------------  */
#superFooter {
font-size:12px;
color:#666;
}

#superFooter .column1,#superFooter .column2,#superFooter .column3,#superFooter .column4,#superFooter .superFooterMessage {
width:150px;
padding-left:5px;
float:left;
}

#superFooter .column1 {
padding-left:30px;
}

#superFooter .superFooterMessage {
width:305px;
padding-left:30px;
margin-top:15px;
}

#superFooter h4 {
font-weight:bold;
margin-top:15px;
}

#superFooter h4 a:link,#superFooter h4 a:visited {
color:#666;
text-decoration:none;
}

#superFooter h4 a:hover {
color:#333;
text-decoration:underline;
}

#superFooter ul li {
color:#999;
margin:4px 0;
}

#superFooter ul li a:link,#superFooter ul li a:visited {
color:#999;
text-decoration:none;
}

#superFooter ul li a:hover {
color:#333;
text-decoration:underline;
}

/* ------------- Footer -------------  */
#footer {
font-size:11px;
clear:both;
margin-top:30px;
}

#footer p {
margin:5px 20px;
padding:0;
}

#footer li {
display:inline;
font-size:11px;
padding:6px;
}

#footer ul#listOne {
background-color:#6c0;
color:#fff;
margin-bottom:10px;
width:969px;
position:relative;
padding:10px 10px 10px 20px;
}

#listOne a:link,#listOne a:visited {
color:#fff;
text-decoration:none;
}

#listOne a:hover {
text-decoration:underline;
}

#footer ul#listTwo {
margin-left:20px;
margin-bottom:20px;
width:979px;
position:relative;
color:#333;
}

#footer ul#listOne li {
font-size:12px;
padding:12px;
}

#listTwo a:link,#listTwo a:visited {
color:#b2b2b2;
text-decoration:none;
}

#listTwo a:hover {
color:#595959;
text-decoration:underline;
}

#footer .sendMessage {
position:absolute;
right:15px;
top:-2px;
}

#footer .activatePhone {
position:absolute;
right:155px;
top:-2px;
}

.fr #footer .activatePhone {
right:175px;
}

#footer .activatePhone a {
background:transparent url(../images/icons/activatePhone.gif) no-repeat left -2px;
display:block;
border-right:1px solid #c2eb99;
padding:0 18px 4px;
}

#footer .whyBuyOnline {
position:absolute;
right:316px;
top:-2px;
}

.fr #footer .whyBuyOnline {
right:314px;
}

#footer .whyBuyOnline a {
background:transparent url(../images/icons/whyBuyOnline.gif) no-repeat left -2px;
display:block;
border-right:1px solid #c2eb99;
padding:0 18px 4px 22px;
}

#footer .sendMessage a {
background:transparent url(../images/icons/sendMessage.gif) no-repeat left 1px;
padding-left:25px;
padding-bottom:4px;
display:block;
}

#footer .copyright {
position:absolute;
right:20px;
top:-5px;
color:#b2b2b2;
}

.province {
color:#333 !important;
}

#navGlobal .langFr, #navGlobal .langEn {
padding: 0px;
}

.langEn {
padding:0 5px;
}

.langFr {
padding:0 15px 0 5px;
}

.en .langEn,.fr .langFr {
color:#333 !important;
}

.langCh {
border-right:1px solid #b2b2b2;
padding-right:12px;
margin:0 5px;
}

/* ------------- Miscellaneous -------------  */
#standalone .backTo, #standalone #breadcrumb,	/* hide back to and breadcumb on stand alone pages */
#ra #breadcrumb {								/* hide breadcumb on ra pages */
display: none;
}
.hide {
display:none;
}

.invis {
visibility:hidden;
}

.clear {
clear:both;
}

.clearR {
clear:right;
}

.floatL {
float:left;
}

.floatR {
float:right;
}

.strike {
text-decoration:line-through;
}

.mc, .md {
	vertical-align: top;
	font-size: 9px;
}

.mice .mc, .mice .md {
	vertical-align: top;
	font-size: 6px;
}
.faq-q, .faq-a:first-letter {
	font-weight: bold;
}

.intro .mc, .intro .md {
	position: relative;
	top: -3px;
	font-size: 9px;
}

.fn {
	vertical-align: top;
	font-size: 9px;
}

.mice .fn {
	vertical-align: top;
	font-size: 8px;
}

.intro .fn {
	position: relative;
	top: -3px;
	font-size: .6em;
}

.miceBorder {
border-top: 1px solid #DEDEDE;
margin-top: 20px;
padding-top: 20px;
}

.sm,.mice, div.boxBody p.mice {
font-size:11px !important;
color:#999;
}

.legal {
padding-top:10px;
}

.lg {
font-size:18px !important;
display:block;
}

.lgtxt {
font-size:15px !important;
padding-top:3px;
display:block;
}

img.arrow {
vertical-align:baseline;
}

.printPage {
text-align:right;
white-space:nowrap;
}

td.printPage {
width:200px;
}

.printPage img {
vertical-align:top;
padding-right:4px;
}

.bonus,.highlight {
color:#6c0 !important;
}

.purple {
color:#49166D !important;
}

.deviceSale{
color:#f30 !important;
}

.prp {
color:#49166D !important;
}

.noPad {
padding:0 !important;
}

.noMarg {
margin:0 !important;
}

.noBorder {
border:0 !important;
}

.middle {
vertical-align:middle;
}

.fill {
line-height:1px !important;
border:none !important;
width:1px !important;
float:none !important;
display:block !important;
margin:0 !important;
padding:0 !important;
}

.colorSwatch {
cursor:pointer;
}

.availableColors {
text-align:center;
}

.availableColors img {
width:10px;
height:10px;
}

.infoMsg {
background:url(../images/backgrounds/infoBgTop.gif) top left no-repeat;
width:370px;
min-height:54px;
z-index:1001;
color: #666;
}

.infoMsg.flip {
background:url(../images/backgrounds/infoBgTopFlip.gif) top left no-repeat;
width:370px;
min-height:54px;
z-index:1001;
}

.infoMsg .top {
background:url(../images/backgrounds/infoBgBot.gif) bottom left no-repeat;
z-index:1001;
padding:25px 20px 10px 18px;
}

.infoMsg h3 {
float:left;
margin:5px 0 8px;
}

.infoMsg .close {
margin:5px 5px 2px;
}

.infoMsg p,.infoMsg ul {
clear:both;
}

#supportPhone {
text-align: center;
}

#accountImage {
text-align: center; margin-bottom: 2em;
}

#bannerWrapper {
height: 280px;
}

.js .togglee {
display: none;
}

.noWrap {
white-space:nowrap;
}


/* ------------- Site Tour Link -------------  */
.en a.sitetour, .fr a.sitetour {
display: block;
height: 25px;
margin: 5px 0 5px 20px;
text-decoration: none;
}

.en a:hover.sitetour, .fr a:hover.sitetour {
background-position: 0 -25px;
}

a.sitetour span {
display: none;
}

.en a.sitetour {
width: 295px;
background: url(../images/misc/sitetour_en2.gif) 0 0 no-repeat;

}
.fr a.sitetour {
width: 317px;
background: url(../images/misc/sitetour_fr2.gif) 0 0 no-repeat;
}

/*
sup {
vertical-align: top;
}
*/


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, 

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See     
 ---- sIFR --- */
.sIFR-dummy {
width:0;
height:0;
margin-left:42px !important;
z-index:0;
}

.sIFR-flash {
visibility:visible !important;
margin:0;
padding:0;
}

.sIFR-unloading .sIFR-flash {
visibility:hidden !important;
}

.sIFR-replaced,.sIFR-ignore {
visibility:visible !important;
z-index:0 !important;
}

.sIFR-alternate {
position:absolute;
left:0;
top:0;
width:0 !important;
height:0 !important;
display:block;
overflow:hidden;
border:none !important;
margin:0 !important;
padding:0 !important;
}

.sIFR-replaced div.sIFR-fixfocus {
overflow:auto;
letter-spacing:0;
float:none;
margin:0;
padding:0;
}

/*---- Header styling --- */
.sIFR-active h1#pageTitle, .sIFR-active h1.pageTitle {
visibility:hidden;
line-height:1em;
font-size:26px;
}

.sIFR-active h2 {
visibility:hidden;
line-height:1em;
font-size:20px;
}

/*---- Image zoom styling --- */
div.imgzoom {
z-index: 100;
border: 3px solid #ACABAB;
padding: 30px 10px 10px;
background: #fff;
}

div.imgzoom a {
outline: 0;
z-index: 101;
position: absolute;
right: 10px;
top: 5px;
text-decoration: none;
color: #666;
}

div.imgzoom img, 
div.imgzoom embed, 
div.imgzoom object, 
div.imgzoom div {
width: 100%;
height: 100%;
display: block;
}

.shim {
display: none;
left: 0;
position: absolute;
top: 0;
z-index: 99;
color: #fff;
}

#outage {
background-color:#FFFFFF;
background-position:10px 50%;
border:1px solid #DEDEDE;
color:#666666;
margin-top:10px;
padding:8px 20px 8px 35px;
}

.learningcentre .navTopics {
   width: 90%;
   display: block;
 }
.learningcentre .navTopics.hide {
 display: none;
}
.learningcentre .selected,.learningcentre select option[selected] {
  background-color:#E0F5CC !important;
}
/*---- Contact Us Form in Self Serve Portal WCP R3 Nov 2009 --- */
.contact-us-form {width:450px;}
.contact-us-form label {font-weight: bold;float:left;margin-bottom:2px;padding-top:2px;width:180px;}
.contact-us-form .notebox{padding:15px;border:1px solid #ccc;background-color:#f1f1f1;margin:10px 0px;}
.contact-us-form .note{font-weight:bold;color:black;}
.contact-us-form p {margin-bottom:5px;}
.contact-us-form .required {padding-left:5px;}
.contact-us-form .h3 {margin-top:15px;}
.contact-us-form .required-desc {text-align:right;}
.contact-us-form .error ul {margin: 15px 0px;padding:10px;border:1px solid red}
.contact-us-form .error ul li {margin-left:20px;list-style-image: url("../images/icons/errorIndicator.gif");}
.contact-us-form select#category {width:200px;} /* IE hack for category field sizing */
html>body .contact-us-form select#category {width:auto;}  /* Non-IE browsers will use this */

/*------ portal layout fixes for WCP R3 Nov 2009 ----------*/
.bea-portal-layout-placeholder-container .column2 {margin-left:0px;}

/*---------- Quebec Bill 60 ----------*/
.qc .mice, .qc .sm {
color: #000000;
}
.addservices  .tableStyle4 .price, .addservices  .tableStyle5 .price {
font-size: 12px;
}
.qc .price , .qc #shopping .price, .qc .tablePlan {
font-size: 12pt;
}
.addservices .qc .tableStyle4 .price, .addservices.qc  .tableStyle5 .price {
font-size: 12pt;
}

/* Shopping updates */
/*************** New shopping cart styles ************************/
.overlay #cart table {
  border-collapse: separate;
}
.overlay #cart td.label {
  padding-left: 22px;
  font-size: 10px;
  color: #666;
  border-right:0;
  width: 73px;
}
.overlay #cart .accessory-only td.label {
  padding-left: 7px;
  width: 16px;
}
.overlay #cart span.highlight {
  padding-right: 3px;
  text-align: center;
}
.overlay #cart td.desc {
  font-size: 11px;
  border-left:0;
  border-right:0;
}
.overlay #cart td.desc a {
  color: #6c0;
  text-decoration: none;
}
.overlay #cart td.desc a:hover {
  text-decoration: underline;
}
.overlay #cart td.desc strong {
  font-size: 12px;
}
.overlay #cart td.price {
  border-left:0;
}
.overlay table tr.sub td {
  padding-bottom: 0;
}

#cart .nextStep td {
  border:1px solid #b2d47e;
}
#cart .nextStep td.label {
  background:transparent url(../images/icons/cart_nextIndicator.gif) no-repeat 1px 50%;
}
#cart .tableCheckout .total {
  color: #49166d;
}
#total-final strong {
  font-size: 125%;
}
.lnkCart-alt, .lnkCart-alt:visited {
  border-right: none !important;
}