/**
 * Main style definitions for Account set up pages 
 *
 */
a {
	color:#0072BA; 
}
div.additionalInfo {
	color:#09ae0f; /*--green--*/
	font-weight:bold;
}
div.additionalInfoAudio {
	color:#09ae0f; /* --green-- */
	font-weight:bold;
	font-size:14px;
}
.indent-box {
	padding:2px 0 0;
	width:100%;
}
.indent-box:after {
	content:"";
	display:block;
	clear:both;
}
.title-box {
	padding:3px 0 0;
}
.p-indents {
	margin: 10px 0;
	color:#666;
}
.divider-line {
	border-top:1px solid #E5E5E5;
	clear:both;
	font-size:0;
	line-height:0;
	overflow:hidden;
	padding:0 0 13px;
	width:100%;
}
/**
 * Custom radio buttons
 * 
 * @section: Used across multiple pages, everywhere a custom radio button is used
 *//*
  .radio {
	width:26px;
	height:26px;
	float:left;
	line-height:20px;
	margin:-4px 10px 0px 0px;
	cursor:pointer;
	display:none;
	position:relative;
	background: url(../../images/new-account/radio-button.gif) 0 -26px no-repeat; 
  }
  
  .radio.checked{
   background-position:top;
  }
  
  .custom-radio-label{
   height:26px;
   line-height:24px;
   margin:0 0 0 20px;
  }
/* -----------------END------------------- */


/**
 * Account Setup Navigation
 *
 * @section: Used on all account set up pages
 */
#account-setup-nav {
	height:55px;
	background: url(../../images/new-account/top-nav-shaddow.png) repeat-x 0 0;
	padding:3px 0px 0px 0px;
}
#account-setup-nav li {
	height:55px;
	float:left;
}
#account-setup-nav li a {
	display:block;
	height:55px;
	text-indent:-3000px;
	overflow:hidden;
}
#account-setup-nav li.active {
	background-position:0px -55px;
}
#account-setup-nav li.complete {
	background-position:0px -110px;
}
/* -----------------END------------------- */

/**
 * ACCOUNT SETUP STEP PAGES
 *
 * @section
 */
.content {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#main #content {
	margin:20px 20px 0;
	overflow:hidden;
	height:1%;
}
#content-body {
	float:left;
	width:700px;
    padding:0 18px 50px 0;
}
#content-body h2 {
	color:#000;
	font-size:18px;
	font-weight:bold;
}
/**
 * Right side modules
 *
 * @section: FAQ, Shop Cart, Your Radio
 */
 
#right-side-modules {
}
#top-faqs, #top-your-radio, #top-shopping-cart {
	float:left;
	width:221px;
	margin-bottom:10px;
}
#faqDiv2 a, #faqDiv3 a {
	padding:5px 0px 5px 0px;
	display:block;
}

#right-side-modules .header-tab-your-radio, #right-side-modules .header-tab-shopping-cart, #right-side-modules .header-tab-faq {
	background: #0f90e0;
	-webkit-border-top-left-radius: 8px;
   	-webkit-border-top-right-radius: 8px;
   	-moz-border-top-left-radius: 8px;
   	-moz-border-top-right-radius: 8px;
   	border-top-left-radius: 8px;
   	border-top-right-radius: 8px;
}
#right-side-modules .header-tab-faq {
	background-position:0px -38px;
}
#right-side-modules h4 {
	padding:10px 15px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
}
#right-side-modules .body {
	background: url(../../images/new-account/top-faqs-body.gif) repeat-y 0 0;
	padding:10px 23px 10px 10px;
	height:1%;
}
#right-side-modules .body-new {
	background-color:#E0E0E0;
	color:#888;
	padding:8px 10px 16px 10px;
	height:23px;
}
.body-new-noNickname {
	height:5px !important;
}
#right-side-modules .body:after {
	content:"";
	display:block;
	clear:both;
}
#right-side-modules .foot {
	height:6px;
	font-size:0px;
	line-height:0px;
	background: url(../../images/new-account/top-faqs-foot.gif) no-repeat 0 0;
}
#top-faqs .body a {
	display:block;
	padding:10px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	width:175px;
}
#top-your-radio .sm-label, #top-your-radio .lg-label {
	width:176px;
}
#top-your-radio .sm-label {
	font-weight:bold;
	color:#888;
	margin:0px 0px 9px;
}
#top-your-radio .sm-label-new {
	height:17px;
	font-weight:bold;
	font-size:14px;
	color:#888;
}
#top-your-radio .lg-label {
	font-size:20px;
	color:#444;
}
#top-shopping-cart dl.table-display {
	float: left;
	width: 190px;
	margin: 0 0 5px 0;
	padding: 0px 0 5px;
	/* color:#2e2e2e; */
	font-size:11px;
}

#top-shopping-cart .table-display .mt10{
	margin-top:10px !important;
}

#top-shopping-cart .table-display .mt5{
	margin-top:5px !important;
}

#top-shopping-cart .table-display dt {
	clear: left;
	float: left;
	width: 130px;
	margin: 0;
	
}

#top-shopping-cart .table-display dt.duenow {
	width: 127px;
}
#top-shopping-cart .table-display dt.duenowmedium {
	width: 130px;
}
#top-shopping-cart .table-display dt.followonduenow {
	width: 115px;
}
#top-shopping-cart .table-display dd {
	float: left;
	width: 50px;
	margin: 0;
	text-align:right;
	color: #666666;
}
.total {
	border-top:solid 1px #2e2e2e;

}
/*.total-bottom-padding {
	padding-bottom:10px;
}
*/
/* END */

/* FORM deco */
fieldset {
	border-bottom:solid 1px #e5e5e5;
	padding:10px 0px;
}
fieldset h4 {
	font-size:15px;
}

#newCard fieldset {
	padding:0px 0px 10px 0px;
}

.superscript {
	font-size:xx-small;
	vertical-align:top;
}
/*---- subscription-type.html ----*/
/**
 * 
 * @section: form elements
 */
.form-subscription {
}
.form-subscription .minheight-wrapper {
	min-height:530px;
}
.form-subscription label.required {
	padding-left:12px;
}
.form-subscription fieldset {
	border: none;
}
#sxm-description {
	border-top: 1px solid #e5e5e5;
}
.form-subscription label.error {
	color: #cf0000; 
	background-image: url(../../images/new-account/label-required-error.gif);
	padding-left:20px;
}
.form-subscription .inputbox {
	padding: 4px 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	background: url(../../images/new-account/input-bg.png) 0 0 no-repeat;
	border: 1px solid #cecece;
}
.form-subscription .textbox {
	height: 50px;
	padding: 4px 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	background: url(../../images/new-account/input-bg.png) 0 0 no-repeat;
	border: 1px solid #cecece;
}

.package-display-left-half{
	width: 350px;
	float: left;
}

.package-display-right-half{
	width: 350px;
	float: left;
	display: inline-block;
}
/*---- subscription-type.html END ----*/

#most-popular-lg-price {
	padding:5px 0px;
}
.price span {
	margin:0px!important;
}
div.center span.qtr {
	margin: 0px 0px 0px 143px;
	vertical-align: top;
}
label.radio-label, span.super-label {
	/*display: inline-block;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	line-height: 20px;
}
label span.radio-label-etf{
	font-size:18px;
}
p.see-offer-etf{
	font-size:12px;
}
#step4 label.radio-label { width: 130px; }
span.super-label { 
	width: 110px; 
	margin: 0 10px;
	vertical-align: top;
}
label.radio-label-sm,
label.radio-label-xsm,
label.radio-label-title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
label.radio-label-sm {
	font-size:16px;
}
label.radio-label-xsm {
	font-size:19px;
    line-height:22px;
}
label.radio-label-title{
	font-size:16px;
}
label.radio-label-title.rightalign{
	text-align:right;
}
span.midium-label, span.midium-label-green {
	display: inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2e2e2e;
}
span.midium-label {
	width: 110px;
	margin: 0 10px;
}
span.price {
	width: 80px;
}
span.save-percent {
	width: 90px !important;
}

.savingsPresentment span.price {
	width: 120px;
}
.savingsPresentment span.save-percent {
	width: 120px !important;
}
span.midium-label-green {
	margin: 0 0 0 5px;
	color:#09ae0f;
}
/**
 * 
 * @section: Infotainment Options selection
 */
div.gr-box-rounded .form-item .row {
	margin: 0px 0px 5px;
}
.gr-box-rounded .light-grey,
.gr-box-rounded-selected .light-grey{
	font-size: 11px;
	color: #999;
}
.form-item .row label {
	float: none;
	margin-top: 0px;
	width: auto;
}
.form-item .row span {
	margin: 0px;
	padding: 0px;
}
div.gr-box-rounded .row {
	margin:10px 0px;
}
div.gr-box-rounded .row .left-column, div.gr-box-rounded .row .right-column {
	float:left;
	min-height:15px;
}
div.gr-box-rounded .row .left-column {
	width:170px;
	margin:5px 10px 0px 40px;
	text-align:right;
	display:inline;
}
div.gr-box-rounded .row .right-column {
	width:410px;
}
div.gr-box-rounded .row .right-column p span {
	display: block;
	margin: 0px;
}
div.gr-box-rounded .row h4 {
	font-size:13px;
	color:#2e2e2e;
}
div.add-ons .gr-box-rounded{
	background:#E5E5E5 url("../../images/gr-box-bg-top.gif") no-repeat left top;
}

div.add-ons{
    visibility: visible;
}

div.add-ons .add-on-header{	
    margin: 20px 0 0 0;
}

div.internet-listening{
    visibility: visible;
    margin: 40px 0 0 0;
}

div.top-infotainment-options {
	background-color:#333333;
	padding:9px 18px 9px 20px;
	width:662PX;
	border-bottom:10px solid #e5e5e5;
	/*border-top-left-radius: 8px;
  	border-top-right-radius: 8px; */
  	-webkit-border-radius:8px 8px 0 0;
  	-moz-border-radius:8px 8px 0 0;
  	border-radius: 8px 8px 0 0;
  	behavior: url(js/PIE.htc);
  	position: relative;
}
div.top-telematics-package {
	height:46px;
	background: url(../../images/new-account/top-telematics-packages.gif) no-repeat 0 0;
}
div.top-internet-listening {
	background-color:#333333;
	padding:9px 18px 9px 20px;
	width:662PX;
	border-bottom:10px solid #e5e5e5;
	-webkit-border-radius:8px 8px 0 0;
  	-moz-border-radius:8px 8px 0 0;
  	border-radius: 8px 8px 0 0;
  	behavior: url(js/PIE.htc);
  	position: relative;
}

div.marine-audio-packages {
	background-color:#0F90E0;
	padding:9px 18px 9px 20px;
	width:662PX;
	border-bottom:0px solid #e5e5e5;
	-webkit-border-radius:8px 8px 0 0;
  	-moz-border-radius:8px 8px 0 0;
  	border-radius: 8px 8px 0 0;
  	behavior: url(js/PIE.htc);
  	position: relative;
}
div.top-most-popular {
	height:45px;
	overflow:hidden;
}
#most-popular-content-frame {
	background-color:#e5e5e5;
}
.form-box {
	width:100%;
}
.form-box:after {
	content:"";
	display:block;
	clear:both;
}
.label-billing-address {
	vertical-align:bottom;
	line-height:12px;
}
.def-holder {
	overflow:hidden;
	width:100%;
	display:block;
}
/*---- package-selection pages ----*/
/**
 * @section: TABS
 */
 
.tabset {
	padding:0;
	margin:0;
	overflow:hidden;
	width:100%;
	height:45px;
	font:bold 0.92em/1.25em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style:none;
}
.tabset li {
	float:left;
	white-space:nowrap;
}
.tabset a {
	letter-spacing:0px;
	color:#FFFFFF;
	float:left;
	font:14px/17px Arial, Helvetica, sans-serif;
}
.tabset.ui-tabs-nav li a {
	/* -moz-border-radius-topleft: 8px; 
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
  	border-top-left-radius: 8px;  	
  	border-top-right-radius: 8px; */
  	-webkit-border-radius:8px 8px 0 0;
  	-moz-border-radius:8px 8px 0 0;
  	border-radius: 8px 8px 0 0;
  	behavior: url(js/PIE.htc);
  	position: relative;
}

.tabtext{
	font-size:16px;
	font-family: "Arial Rounded MT", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	text-align:center;
}
/**
 * @section: Featured tabs block
 * @section: All plans block
 * @section: Data only plans block
 */
#marineaviation-plans,
#audio-not-required,
#all-plans,
#marineaviation-audio-all-plans,
#featured-plans,
#hispanic-plans,
#featured-plans-noindent,
#hispanic-plans-noindent,
#data-only-plans,
#promo-plans,
#hispanic-plans-one-column,
#featured-plans-one-column {
	padding:15px 20px;
	background-color:#fff;
	border-left: 10px solid #E5E5E5;
	border-right: 10px solid #E5E5E5;
	border-bottom: 10px solid #E5E5E5;
}

#featured-plans-noindent,
#hispanic-plans-noindent {
    padding:0 20px;
}

/*switch background to one column*/
#hispanic-plans-one-column,
#featured-plans-one-column { 
	background-image:none;
	background-color:#fff;
}
/**/
#tab-1 div.center,
#tab-2 div.center,
#tab-3 div.center,
.internet-listening div.center,
.infotainment-options div.center{
	padding: 15px 20px 10px;
    overflow:hidden;
    height:1%;
}
#tab-3 div.xm-marine{
	padding: 20px;
    background:#f5f5f5;
}
/**
 * @section: Featured tabs block side by side plans
 * @section: All plans block side by side plans
 * @section: Data only plans block side by side plans
 */
#most-popular-everything-plus, 
#all-packages-left, 
#data-only-left {
	width:325px;
	float:left;
}
#featured-plans #most-popular-everything-plus,
#hispanic-plans #most-popular-everything-plus {
	width:295px;
	padding-right:10px;
}
#most-popular-everything, 
#all-packages-right, 
#data-only-right {
	width:295px;
	margin-left:40px;
	float:left;
}
#hispanic-plans p, 
#featured-plans p, 
#all-plans p, 
#data-only-plans p {
	margin-left:7px;
}
#most-popular-everything-plus a.radio {
	margin-top: 5px;
}
#most-popular-everything-plus fieldset,
#most-popular-everything fieldset {
	height: 45px;
	margin-bottom: 10px;
}
#most-popular-everything fieldset div {
	padding-top:9px;
}
.presenting-block{
	float:left;
    display:inline;
	width:240px;
	margin-left: 34px;
}
.presenting-block-small{
	float:left;
	width:184px;
	margin-left: 34px;
    display:inline;
}
.presenting-block img{
	padding-bottom: 10px;
	margin-left: -5px;
}
.description-block{
	float:right;
	width:360px;
	margin-top: -10px;
}
.tab-t-space{height:11px; line-height:11px; overflow:hidden;}
#tab-2,#tab-3{background-color:#e5e5e5;}
.all-packages,.infotainment{
	margin:0 10px;
	padding:20px;
	background-color:#fff;
}
.xm-marine{
	margin:0 10px;
	padding: 15px 20px;
	color: #444;
	background-color:#f5f5f5;
}
.xm-marine-text{
	width:450px;
}
.xm-marine-img{
	float:right;
	padding-right:70px;
}
.tab-content-title{
	height:40px;
	line-height:30px;
	background-color:#e5e5e5;
	color:#676767;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.tab-content-title-sir{
	height:10px;
	line-height:10px;
	background-color:#e5e5e5;
	padding-left:20px;
}

div.loading {
	min-height: 100px;
	height: auto !important; 
	height: 100px; 
	background: #fff url(../../images/new-account/ajax-loader.gif) center no-repeat !important;
}
#pricing-module,#pricing-module-right {

	line-height:15px;

}
#pricing-module{
	
}
#pricing-module-right, #pricing-module-right-extend{
	float:right;
}
#pricing-module-right-extend {
	text-align: right;
	
}
.add-info-left{
	padding-top: 7px;
	float:left;
	line-height:20px;
	vertical-align:middle;
}
#hispanic-plans .right,
#featured-plans .right {
	float:right;
	padding:0;
}
#pricing-module span {
	margin:0px;
}
#pricing-module .main-price {
	font-size:28px;
	font-weight:bold;
	color:#444;
}
.currency, .installment {
	font-size:19px;
	font-weight:bold;
	color:#444;
	margin-right:20px;
}
#pricing-module-right .indent { padding: 0 0 0 40px;}

#pricing-module .installment {
	color:#666;
}
.channel-list {
	margin-left:20px;
	font-size: 12px;
}
/**
 * @section: Internet Listening block
 * @section: Infotainment block
 */
#add-ons {
}
#internet-listening-content {
	width:380px;
	float:left;
}
.internet-listening ul{
	margin-top: 10px;
}
.internet-listening p,
.infotainment-options p{
	margin-left:34px;
	margin-bottom: 0;
	color: #444;
}
.infotainment-options p a{
	font-size: 11px;
}
.infotainment-options .plan-description-left{
	width: 430px;
}
.infotainment-options .plan-description-right{
	width: 340px;
	float: right;
	margin-left: 0;
}
.icon-l{
	float:left;
	margin-right:40px;
	vertical-align:middle;
}
.block-l{
	float:left;
	width:340px;
	line-height:16px;
	vertical-align:middle;
}
#all-packages-internet-only {
}

#all-packages-internet-only .icon-price {
	width:300px; 
	float:left;
}
#all-packages-internet-only #pricing-module {
	margin-left:40px;
}

#all-packages-internet-only .description {
	width:335px;
	float:left;
}

#all-packages-internet-only .description ul {
	margin-left:12px;
}

#all-packages-internet-only .description li {
	margin-left:0;
}

#all-packages-internet-only .aux-info {
	color:#999;
	font-size:11px;
}

/*!!! move to global css*/
.accent { 
	margin-top:0;
	font-weight:bold;
}
.side-by-side-gap {	margin-left:10px; }
/*!!! move to global css - end*/


/**
 * @section: bullet lists
 */
.normal-list {
}
.normal-list li {
	list-style-type:disc;
	margin:0px 20px 10px;
	color:#444444;
}
.normal-list li .second-level{margin-top:10px; padding-bottom:0; margin-bottom:0;}
.normal-list li .second-level li{
	list-style-type:none;
	padding-left:7px;
	background:url(../../images/dash.gif) 0 7px no-repeat;
}
.normal-list li.indent-50 {
	list-style-type:disc;
	margin:0px 20px 10px 10px;
}
/*---- internet list ----*/
.internet-list li {
	list-style-type:disc;
	margin:0px 0px 0px 30px;
}
/*---- package-selection.html END ----*/



/*---- Pricing Plan pages ----*/
/**
 * @section: Form fields
 */

#apply-gift-card input {
	margin-left: 10px;
	margin-right:10px;
}

/*overwrite styles for span treatment to make sure button is displayed correctly*/
#apply-gift-card span {
	padding-left:12px;
}

/*---- Pricing Plan pages - END ----*/




/**
 * @section: Modal Popup Overlay
 */
#cancel-confirmation .modal-exit-btn {
	display: inline-block;
	width: 66px;
	height: 24px;
	margin: 10px 12px;
	background: url(../../images/new-account/modal-exit-btn.png) no-repeat;
}
#cancel-confirmation .modal-continue-btn {
	display: inline-block;
	width: 97px;
	height: 24px;
	margin: 10px 12px;
	background: url(../../images/new-account/modal-continue-btn.png) no-repeat;
}
#cancel-confirmation p {
}
/*---- verify-order.html END ----*/



/*---- complete-activate.html ----*/
a {
	color: #0072BA; 
	font-weight: bold;
}
#head a {
	font-weight:normal;
}
.complete .wrapper {
	overflow:visible;
}
.complete p {
	margin:0;
}
/* Sprites for steps of the process for all pages */

.main-menu {
	width: 987px;
	height:59px;
	margin:-21px 0 23px -3px;
	overflow: hidden;
}
.main-menu li {
	height:59px;
	float: left;
	margin:0 -30px 0 0;
}
.main-menu.create-new-account span {
	width: 156px;
	height: 59px;
	float: left;
	position:relative;
	z-index:10;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/new-account/nav-listener-info.png) no-repeat 0 0;
}
.main-menu.create-new-account span.type  {
	width: 202px;
	position:relative;
	z-index:9;
	background: url(../../images/new-account/nav-subscription-type.png) no-repeat 0 0;
}
.main-menu.create-new-account span.package {
	width: 203px;
	position:relative;
	z-index:8;
	background: url(../../images/new-account/nav-package-selection.png) no-repeat 0 0;
}
.main-menu.create-new-account span.plan {
	width: 196px;
	position:relative;
	z-index:6;
	background: url(../../images/new-account/nav-payment-options.png) no-repeat 0 0;
}
.main-menu.create-new-account span.order {
	width: 166px;
	position:relative;
	z-index:5;
	background: url(../../images/new-account/nav-verify-order.png) no-repeat 0 0;
}
.main-menu.create-new-account span.activate-complete {
	width: 215px;
	position:relative;
	z-index:4;
	background: url(../../images/new-account/nav-complete-and-activate.png) no-repeat 0 0;
}

.main-menu.add-radio span {
	width: 139px;
	height: 59px;
	float: left;
	position:relative;
	z-index:10;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/add-radio/nav-radio-info.png) no-repeat 0 0;
}
.main-menu.add-radio .package {
	width: 203px;
	position:relative;
	z-index:8;
	background: url(../../images/add-radio/nav-package-selection.png) no-repeat 0 0;
}
.main-menu.add-radio .plan {
	width: 196px;
	position:relative;
	z-index:6;
	background: url(../../images/add-radio/nav-payment-options.png) no-repeat 0 0;
}
.main-menu.add-radio .order {
	width: 165px;
	position:relative;
	z-index:5;
	background: url(../../images/add-radio/nav-verify-order.png) no-repeat 0 0;
}
.main-menu.add-radio .activate-complete {
	width: 215px;
	position:relative;
	z-index:4;
	background:  url(../../images/new-account/nav-complete-and-activate.png) no-repeat 0 0;
}

.main-menu.add-internet span {
	width: 139px;
	height: 59px;
	float: left;
	position:relative;
	z-index:10;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/add-sir/nav-radio-info.png) no-repeat 0 0;
}
.main-menu.add-internet .plan {
	width: 196px;
	position:relative;
	z-index:6;
	background: url(../../images/oem/nav-payment-options.png) no-repeat 0 0;
}
.main-menu.add-internet .order {
	width: 166px;
	position:relative;
	z-index:5;
	background: url(../../images/oem/nav-verify-order.png) no-repeat 0 0;
}
.main-menu.add-internet .activate-complete {
	width: 215px;
	position:relative;
	z-index:4;
	background: url(../../images/nav/nav-complete-and-activate.png) no-repeat 0 0;
}
.main-menu.change-plan span {
	width: 200px;
	height: 59px;
	float: left;
	position:relative;
	z-index:10;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/oem/nav-package-selection.png) no-repeat 0 0;
}
.main-menu.change-plan .plan {
	width: 196px;
	position:relative;
	z-index:6;
	background: url(../../images/oem/nav-payment-options.png) no-repeat 0 0;
}
.main-menu.change-plan .order {
	width: 166px;
	position:relative;
	z-index:5;
	background: url(../../images/oem/nav-verify-order.png) no-repeat 0 0;
}
.main-menu.change-plan .activate-complete {
	width: 215px;
	position:relative;
	z-index:4;
	background: url(../../images/nav/nav-complete-and-activate.png) no-repeat 0 0;
}

.main-menu.new-account-preowned span {
	width: 156px;
	height: 59px;
	float: left;
	position:relative;
	z-index:10;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/new-account/nav-listener-info.png) no-repeat 0 0;
}
.main-menu.new-account-preowned span.package {
	width: 203px;
	position:relative;
	z-index:8;
	background: url(../../images/add-radio/nav-package-selection.png) no-repeat 0 0;
}
.main-menu.new-account-preowned span.plan {
	width: 196px;
	position:relative;
	z-index:6;
	background: url(../../images/add-radio/nav-payment-options.png) no-repeat 0 0;
}
.main-menu.new-account-preowned span.order {
	width: 166px;
	position:relative;
	z-index:5;
	background: url(../../images/add-radio/nav-verify-order.png) no-repeat 0 0;
}
.main-menu.new-account-preowned span.activate-complete {
	width: 215px;
	position:relative;
	z-index:4;
	background: url(../../images/nav/nav-complete-and-activate.png) no-repeat 0 0;
}

.main-menu li.active span {
	background-position:  0 -118px !important;
}
.main-menu li.passed span {
	background-position:  0 -59px !important;
}

.holder {
	width: 100%;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
/* content complete-activate.html */

.holder h2 {
	font: bold 21px/24px Arial, Helvetica, sans-serif;
	color: #000000;
}
.holder .title {
	width: 590px;
	float: left;
	padding: 15px 0px 0px 20px;
}
.holder .print {
	width: 175px;
	float: right;
}
/**
 * @section: Successful activation message
 */
.activate-box {
	width: 940px;
	padding: 14px 0 0 0;
	margin: 0 0 0 22px;
	overflow: hidden;
	background: url(../../images/complete/activate-top.gif) no-repeat;
}
.activate-bottom {
	width: 940px;
	padding: 1px 0 5px;
	overflow: hidden;
	background: url(../../images/complete/activate-bottom.gif) no-repeat 0 100%;
}
.activate-center {
	width: 940px;
	overflow: hidden;
	background: url(../../images/complete/activate-center.gif) repeat-y;
}
.activate-box h3 {
	padding: 0 0 0 27px;
	font: bold 19px/22px Arial, Helvetica, sans-serif;
	color: #2d2d2d;
}
.activate-later {
	width: 429px;
	float: left;
	padding: 5px 0 0 0;
	overflow: hidden;
}
.activate {
	width: 468px;
	float: left;
	padding: 0 10px 0 0;
	background: url(../../images/complete/bg-activate.gif) no-repeat 7px 33px;
}
.activate .text-holder {
	min-height: 190px;
	padding: 13px 0 0 159px;
}
.activate .text-holder p {
	margin: 0 0 17px 0;
}
.activate .send {
	width: 199px;
	height: 32px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/complete/link-send.gif) no-repeat;
}
.bar {
	width: 429px;
	padding: 8px 0 0;
	margin: 0 0 23px 0;
	overflow: hidden;
	background: url(../../images/complete/bg-bar.gif) no-repeat;
}
.bar-bottom {
	width: 429px;
	padding: 10px 0 0 18px;
	overflow: hidden;
	background:#F4F4F4 url(../../images/complete/bg-bar-bottom.gif) no-repeat 0 100%;
}
.bar .instruction {
	display: block;
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
	background: url(../../images/link-view-print-instructions.gif) no-repeat;
	font-weight: bold;
	color: #0072BA; 
}
.bar .img-box img {
	vertical-align: top;
}
.bar .img-box {
	float: left;
	padding: 0 14px 0 0;
}
.bar .holder, .bar .holder-box {
	width: 389px;
	padding: 0 0 26px 0;
	margin: 0 0 13px 0;
	border-bottom: 1px solid #E6E6E6;
}
.bar .holder-box {
	overflow: hidden;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0 0 8px 0;
}
.bar h4 {
	font: bold 15px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 0 7px 0;
}
.bar .text-bar {
	width: 320px;
	float: left;
	padding: 4px 0 0 0;
	font: 12px/16px Arial, Helvetica, sans-serif;
}
.content .twocoloumn {
	overflow:hidden;
	width:700px;
	margin:0 0 30px;
	border-bottom:1px solid #e5e5e5;
}
/**
 * @section: Order Confirmation
 */
 
.complete #content-body {
	float: left;
	padding: 0px 0px 50px 21px;
	width: 600px;
	margin:0;
}

.sidebar {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	width: 310px;
	float: right;
}
.complete #strict .row .column-645 {
	width:610px;
}
.sidebar img {
	float:left;
	margin:0 0 17px 0;
}


/**
 * Complete & Activate
 * @section: Right side promotional banners
 */
 
.sidebar #listent-online-radio {
	height: 400px;
	margin-bottom: 20px;
	padding-left: 22px;
	background: url(../../images/launch-sxir.png) 0 0 no-repeat; 
	
}
.en_CA .sidebar #listent-online-radio {
	background: url(../../images/en_CA/launch-sxir.png) 0 0 no-repeat; 
}
.fr_CA .sidebar #listent-online-radio {
	background: url(../../images/fr_CA/launch-sxir-FR.png) 0 0 no-repeat; 
}

.sidebar  #whats-on-when{
	height: 208px;
	margin-bottom: 20px;
	padding-left: 22px;
	background: url(../../images/schedules.png) 0 0 no-repeat; 
	
}
.en_CA .sidebar  #whats-on-when{
	background: url(../../images/en_CA/schedules.png) 0 0 no-repeat;
}
.fr_CA .sidebar  #whats-on-when{
	background: url(../../images/fr_CA/schedules.png) 0 0 no-repeat;
}

/* add lets-fly section css */
.sidebar  #lets-fly{
	height: 422px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(../../images/bg-lets-fly-v2.png) 0 0 no-repeat;
	
}

.sidebar .lets-fly strong {
	display: block;
	padding: 30px 0 10px;
	font-size: 28px;
	font-family:arial;
	line-height: 20px;
	color: #000;
}

.sidebar .lets-fly p {
	
	line-height: 16px;
	font-size: 13px;
	font-family:arial;
	color: #000;
}

.sidebar .lets-fly a {	
	font-size: 13px;
	font-family:arial;
	font-weight:bold;
	color: #0072ba;
}

/* lets-fly section end */

.sidebar #newsletter-signup {
	height: 208px;
	margin-bottom: 20px;
	padding-left: 22px;
	background: url(../../images/special-events.png) 0 0 no-repeat; 
	
}
.sidebar .whats-on {
	height: 208px;
	background-position: 0 -224px;
}
.sidebar .newsletter {
	height: 208px;
	position:relative;
	background-position: 0 bottom;
}
.sidebar .banner span {
	display: block;
	margin-bottom: 15px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
}
.sidebar .banner strong {
	display: block;
	padding: 14px 0 10px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}
.sidebar .banner strong.small-indent {
    padding:5px 0;
}
.sidebar .banner button.banner-submit{
	height:30px;
	margin-top:24px;
	padding:0;
	background:none;
	position:relative;
	left:-5px;

}
#newsletter-signup button.banner-submit {
	position:absolute; 
	bottom:10px; 
	left:15px;	
}
.sidebar .banner button.banner-submit strong{
	display:block;
	height:30px;
	padding:0 20px 0 0;
	background:url(../../images/new-account/buttons-sprite-transparent-bg.png) no-repeat scroll right -35px transparent;
	font-size:1.25em;
}
.sidebar .banner button.banner-submit span {
	height:30px;
	line-height:26px;
	padding:0 0 0 20px;
	background:url(../../images/new-account/buttons-sprite-transparent-bg.png) no-repeat scroll left 0 transparent;
	font-size:14px;
	color:#2E2E2E;
}


.sidebar .banner button.banner-submit span.button-img-right{
    display:block;
    height:30px;
    padding:0 20px 0 0;
    background:url(../../images/new-account/buttons-sprite-transparent-bg.png) no-repeat scroll right -35px transparent;
    font-size:1.25em;
}
.sidebar .banner button.banner-submit span.button-img-left {
    height:30px;
    line-height:26px;
    padding:0 0 0 20px;
    background:url(../../images/new-account/buttons-sprite-transparent-bg.png) no-repeat scroll left 0 transparent;
    font-size:14px;
    color:#2E2E2E ;
}


.sidebar .listen-now button.banner-submit{
	margin-top:22px;
}
.sidebar .listen-now button.banner-submit strong{
	margin-bottom:10px;
	line-height:22px;
}


.sidebar .banner .launch-player-submit {
    background: none repeat scroll 0 0 transparent;
    height: 30px;
    left: -5px;
    padding: 0;
    position: relative;
}
.sidebar .banner button.launch-player-submit strong {
    /*background: url("../../images/new-account/button_purple.png") no-repeat scroll right -3px transparent;*/
    display: block;
    font-size: 1.25em;
    height: 39px;
    padding: 0 20px 0;
}
.sidebar .banner button.launch-player-submit span {
    background: url("../../images/new-account/button_purple.png") no-repeat scroll left 0 transparent;
    color: #FFFFE0;
    font-size: 14px;
    height: 39px;
    /*line-height: 26px;*/
    padding:  0 0 20px;
    width: 139px;
}
.sidebar .listen-now button.launch-player-submit {
    margin-left: 53px;
    margin-top: 105px;
}
.sidebar .listen-now button.launch-player-submit strong {
    line-height: 22px;
    margin-bottom: 10px;
}

.sidebar .banner button.download-app-submit {
    background: none repeat scroll 0 0 transparent;
    height: 35px;
    left: 0px;
    /* margin-top: 24px; */
    position: relative;
}
.sidebar .banner button.download-app-submit strong {
    background: url("../../images/new-account/button_white.png") no-repeat scroll right -35px transparent;
    display: block;
    font-size: 1.25em;
    height: 30px;
    /*padding: 0 20px 0 0; */
}
.sidebar .banner button.download-app-submit span {
    background: url("../../images/new-account/button_white.png") no-repeat scroll left 0 transparent;
    color: #00BFFF;
    font-size: 14px;
    height: 40px;
    /*line-height: 26px;*/
    padding: 0 12px 0 20px;
}
.sidebar .listen-now button.download-app-submit {
    margin-left: 107px;
    margin-top: 88px;
}
.sidebar .listen-now button.download-app-submit strong {
    line-height: 22px;
    margin-top: -15px;
}
.sidebar .banner p {
	/*width: 135px;*/
	line-height: 16px;
	font-size: 13px;
}

.sidebar .banner p.large {
	width: 270px;
    padding:70px 0 0;
	line-height: 16px;
	font-size: 13px;
}

.sidebar .whats-on p {
	color: #fff;
	padding-right: 115px;
}
.sidebar .newsletter p {
	color: #fff;
}

.sidebar .sxir p {
	color:#696969;
	line-height: 16px;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
}

.sidebar .sxir strong.small-indent {
    padding: 30px 5px 0;
}

.sidebar .sxir strong {
    color: #585858;
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 14px 0 10px;
}

a.continue-btn {
	position:relative;
	float: right;
	width: 103px;
	height: 34px;
	margin-top: -10px;
	text-indent: -9999px;
	background: url(../../images/new-account/button-continue.gif) no-repeat;
}
a:hover.continue-btn {
	background-position: 0 1px;
}
#main .title-box h1 {
	margin:0 0 19px;
	position:relative;
}
#main #content {
	height:auto;
}
/* left nav */

.main-navigation {
	float: left;
	width: 220px;
}
.main-navigation li {
	zoom: 1;
	margin: 0;
	padding: 0;
}
.main-navigation li a {
	background: url(../../images/bg-left-nav-container.png) no-repeat;
	display: block;
	height: 10px;
	padding: 15px 0 15px 10px;
	margin: 0;
	color: #FFFFFF;
	zoom: 1;
}
.main-navigation li.first a {
	background: url(../../images/bg-left-nav-top.png) no-repeat;
	height: 12px;
}
.main-navigation li.last a {
	background: url(../../images/bg-left-nav-btm.png) no-repeat;
	margin-top: -2px;
}
.main-navigation li a.active {
	background: url(../../images/bg-left-nav-active.jpg) no-repeat;
	height: 13px;
	width: 243px;
	margin-left: -7px;
	padding-left: 18px;
	position:relative;
}
.main-navigation li a.active:hover {
	background: url(../../images/bg-left-nav-active.jpg) 0 0 no-repeat;
}
.main-navigation li a:hover {
	background: url(../../images/bg-left-nav-container-hover.png) no-repeat;
}
.main-navigation li.first a:hover {
	background: url(../../images/bg-left-nav-top-hover.png) no-repeat;
}
.main-navigation li.last a:hover {
	background: url(../../images/bg-left-nav-btm-hover.png) no-repeat;
	margin-bottom: 12px;
}
#form-content {
	width: 664px;
	margin: 0 0 0 275px;
	padding:10px 0 0;
	zoom: 1;
}
#form-content h2 {
	margin-bottom: 12px;
	font-size: 19px;
}
#form-content p {
	width: 570px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}
#form-content p.required {
	margin-bottom: 25px;
	color: #000;
}
#form-content label.required {
	width: 208px;
}
#form-content fieldset {
	display: block;
	margin-top: 15px;
}
#form-content fieldset label {
	float: left;
	width: 220px;
	font-weight: bold;
}
#form-content fieldset.frequency div {
	width: 400px;
	margin: 0 0 8px 220px;
}
#form-content fieldset.frequency input {
	float: left;
}
#form-content fieldset.frequency label {
	float: none;
	font-weight: normal;
	color: #888;
	font-size: 11px;
}
#form-content fieldset.frequency label strong {
	color: #000;
}
#form-content fieldset.balance {
	padding-bottom: 10px;
}
#form-content #balance-due {
	color: #666;
}
#form-content fieldset option {
	padding-right: 20px;
}
#form-content fieldset input.field {
	width: 260px;
}
#form-content fieldset p {
	width: 300px;
	margin: 2px 0 0 220px;
	font-size: 11px;
	color: #888;
}
#form-content fieldset.date select {
	float: left;
	margin-right: 10px;
}
#form-content fieldset.amount input {
	width: 100px;
}
#form-content fieldset.amount input.initial-color {
	color: #888;
}
#form-content p.note {
	width: 660px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 20px;
}
#form-content .form-submission {
	overflow: hidden;
	width:100%;
}
#form-content .form-submission a {
	float: left;
	font-size: 11px;
	color: #3399fd;
	font-weight: bold;
}
#form-content .form-submission input {
	float: right;
}
#form-content .inputbox {
	background: url(../../images/new-account/input-bg.png) no-repeat scroll 0 0 transparent;
	border: 1px solid #CECECE;
	color: #888888;
	padding: 4px 7px;
}
#form-content .selectbox {
	background:url(../../images/new-account/input-bg.png) no-repeat scroll 0 0 transparent;
	border: 1px solid #CECECE;
	color: #888888;
	padding:3px 2px 3px 7px;
}
#form-content .error-field {
	border-color:#cf0000 !important;
}
.listener-radio-label {
	display:block;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#3e3e3e;
}
.verify-address {
	width:100%;
	padding:0 0 3px;
	overflow:hidden;
	background-color: #fff;
}
.verify-address .radio {
	margin:0 10px 0 0;
	padding:0 0 5px;
	clear:both;
}
.indentation-bar {
	padding:200px 0 0;
}
.confirm-address {
	padding:0 0 95px 15px;
	font:normal 16px/22px Arial, Helvetica, sans-serif;
	background-color: #fff;
	color:#676767;
}
.confirm-address span {
	display:block;
}
.recommended {
	color:#2e2e2e;
}
.attention {
	color:#cf0000;
	font-weight: normal;
}
.no-bold {
	font-weight:normal;
}
.radio-box {
	float:left;
	margin:0 10px 0 0;
}
#language-esp {
	float:left;
	display:none;
}
#language-eng {
	float:left;
}
#strict #language-eng .label {
	display:none;
}
#step4 .more-options {
	display: none;
	overflow: hidden;
}
#step4 .custom-radio p {
	width: 600px;
	padding-left:38px;
}
#step4 .description {
	display: none;
	margin: 0;
	overflow: hidden;
	clear: both;
}
#step4 .description span {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 10px;
}
#step4 fieldset {
	border: none;
}
.show-more-options {
	margin: 0 0 0 10px;
}
.holder-ajax-image{
    padding:38px 0 38px 304px;
}

.modal .modal-top-a-la-cart {
	width: 830px;
	height: 60px;
	background: url(../../images/new-account/bg-alacarte-modal.png) 0 0 no-repeat;
}
.modal .modal-center-a-la-cart {
	display: inline-block;
	width:830px;
	margin: 0;
	height: 1%;
	overflow: hidden;
	background: url(../../images/new-account/bg-alacarte-modal.png) 0 center no-repeat;
}
.modal .modal-bottom-a-la-cart {
	width: 830px;
	height: 60px;
	background: url(../../images/new-account/bg-alacarte-modal.png) 0 bottom no-repeat;
}
.modal-center-a-la-cart .modal-inner {
	padding: 0;
	margin: -10px 0;
}

/* custom - added by sirius dev */
/**
 * @section: Featured tabs block side by side plans
 * @section: All plans block side by side plans
 * @section: Data only plans block side by side plans
 */
#featured-plans-left, 
#hispanic-plans-left, 
#all-packages-left, 
#data-only-left {
	width:325px;
	float:left;
}
#featured-plans #featured-plans-left,
#hispanic-plans #hispanic-plans-left {
	width:295px;
	padding-right:10px;
}
#featured-plans-right, 
#hispanic-plans-right, 
#all-packages-right, 
#data-only-right {
	width:295px;
	margin-left:40px;
	float:left;
}
#featured-plans p, 
#hispanic-plans p, 
#all-plans p, 
#data-only-plans p {
	margin-left:7px;
}
#featured-plans-left a.radio,
#hispanic-plans-left a.radio {
	margin-top: 5px;
}
#featured-plans-left fieldset,
#featured-plans-right fieldset,
#hispanic-plans-left fieldset,
#hispanic-plans-right fieldset {
	height: 45px;
	margin-bottom: 10px;
	border-bottom:1px solid #ddd;
}
#featured-plans-right fieldset div,
#hispanic-plans-right fieldset div {
	padding-top:9px;
}

.tab { color:#FFFFFF }

/**Copied from add-radio.css as we no longer are using it ***/

#radio-id-helps h3 {
	padding-left: 220px;
	margin-top:10px;
	font: normal 15px/18px Arial, Helvetica, sans-serif;
	color: #2e2e2e;
}
#radio-id-helps {
	padding-left: 220px;
	margin-top:10px;
}

#radio-id-helps .radio-logo {
	float: left;
	width: 210px;
	margin: 5px 10px 0 -220px;
	text-align: right;
}
#radio-id-helps .radio-description {
	float: left;
	width: 470px;
}
#radio-id-helps .radio-description p {
	width: 470px;
	margin: 10px 0 0 0;
}

#radio-id-helps .radio-description .popup .popup-center p, .complete .row .popup-center p {
    width:265px;
    margin:10px 0 0;
}

#radio-id-helps p.one-side {
	margin: 10px 0 0;
}
#radio-id-helps .radio-description a {
	font: bold 11px/15px Arial, Helvetica, sans-serif;
}

#radio-id-helps .radio-description .popup-holder a.open,
.keeper .popup-holder a.open{
    color:#0072BA; 
}

.gr-box-rounded .light-grey-add-radio,
.gr-box-rounded-selected .light-grey-add-radio{
	color: #999;
}

#linked-sir-form {
	margin-left:25px;
}

#linked-sir-form .form-item label{
	width :160px;
}
#linked-sir-form p{
	margin-left :0px;
}

#linked-sir-info {
	margin-left:25px;
}

#primary-email-form {
	margin-left:25px;
}

#linked-email-form p{
	margin-left :0px;
}

#is-login-same-as-account-credentials {
	margin-left:25px;
}

#is-login-same-as-account-credentials p{
	margin-left :0px;
}

/**Copied from change-plan.css as we no longer are using it ***/
.content-grey{
	background-color:#f2f2f2;
	color:#676767;
	padding:20px;
	margin-bottom:40px;
}
.content-grey .title{
	margin:10px 0 5px 0;
	font-weight:bold;
}

div.content-light-grey{
	background-color:#f5f5f5;
	color:#676767;
}

.double-boxes {
    background: url("../../images/change-plan/bg-gray-block.gif") repeat-y scroll 0 0 transparent;
    height: 1%;
    margin: 0 0 40px;
    overflow: hidden;
}
.left-block{
	width:305px;
	min-height:100px;
	float:left;
}
.double-boxes .content-grey {
    margin-bottom: 0;
}

.height-90 {
    min-height: 90px;
}

.mr10 {
    margin-left: 10px;
}

.contact .logout {
    background: url("../../images/billing/button-header.png") no-repeat scroll 0 0 transparent;
    color: #555555;
    display: inline;
    float: left;
    font: bold 12px/15px Helvetica,Arial,sans-serif;
    height: 21px;
    margin: 9px 0 0 43px;
    padding: 5px 0 0;
    text-align: center;
    width: 74px;
}
.billing #alert {
	margin:-9px 0 28px;
	overflow:hidden;
	width:100%;
}
.billing #alert .alert-open {
	background:url("../../images/alerts.png") no-repeat scroll 0 -493px transparent;
	font-size:0;
	height:11px;
	line-height:0;
	overflow:hidden;
}
.billing #alert .alert-content {
	background:url("../../images/alerts.png") no-repeat scroll 0 -589px transparent;
}
.billing #alert .alert-close {
	background:url("../../images/alerts.png") no-repeat scroll 0 -780px transparent;
	height:20px;
}
#alert .alert-content h4 {
	font-size:14px;
}
.billing .warning {
	background:url("../../images/alerts.png") no-repeat scroll 0 -509px transparent;
	min-height:63px;
	height:63px;
	overflow:hidden;
	width:517px;
}
.billing .warning p {
	width:auto;
}
.billing .warning p.one-side {
	margin:5px 0 0;
}

.through {
	text-decoration: line-through;
	color: #666;
	
}
#pricing-module-right-extend .bold,
.bold-small {
	margin-top: 3px;
	font-size: 10px;
	line-height: 10px;
	color: #2e2e2e;
	font-weight:bold;
}
#pricing-module p.through,
#pricing-module p.currency {
	margin: 0px;
}
#pricing-module p.bold-small{
	margin-bottom: 0px;
}

#checkTerms {
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
}

/** Register Me flow **/
.not-required {
	font-family: Arial;
	font-weight: bold;
	padding-left: 12px;
}
.main-menu.register-me span {
	background: url(../../images/register/nav-verify-account.png) no-repeat 0px 0px;
	position: relative;
	width: 180px;
	z-index: 119;
	height: 59px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;	
}
.main-menu.register-me span.register {
	background: url(../../images/register/nav-registration-info.png) no-repeat 0px 0px;
	position: relative;
	width: 190px;
	z-index: 118;
}
.main-menu.register-intercept span {
	height: 59px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;	
}
.main-menu.register-intercept span.manage-questions {
	background: url(../../images/register/nav-1manage-questions.png) no-repeat 0px 0px;
	position: relative;
	width: 205px;
	z-index: 119;
}
.main-menu.register-intercept span.register {
	background: url(../../images/register/nav-1registration-info.png) no-repeat 0px 0px;
	position: relative;
	width: 195px;
	z-index: 118;
}
.main-menu span.reg-confirm {
	background: url(../../images/register/nav-complete.png) no-repeat 0px 0px;
	position: relative;
	width: 215px;
	z-index: 117;
}


#package-display .header-tab-your-subscription {
	height:38px;
	background: url(../../images/new-account/subscription_header-full.png) no-repeat 0 0;
}


#package-display .package-display-text {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
}

#package-display .body {
	background: url(../../images/new-account/subscription_body-full.png) repeat-y 0 0;
	padding:10px 23px;
	height:1%;
}
#package-display .body:after {
	content:"";
	display:block;
	clear:both;
}
#package-display .foot {
	height:10px;
	font-size:0px;
	line-height:0px;
	background: url(../../images/new-account/subscription_footer-full.png) no-repeat 0 0;
}
#package-display .typeHeader{
    margin:8px 0 0 0;
    font-weight:bold;
}
#package-display .hiddentypeSubscription {
	display:none;
	
}
#package-display .typeSubscription{
   display: block;
    font-family: Arial;
    font-size: 12px;
   /* font-weight: bold; */
    line-height: 18px; 
  	color:#666;
}


#package-display .typeSubscriptionDate{
   display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
     line-height: 18px;
  	color:#666;
  	padding-left:25px;
}

#package-display-half .typeSubscriptionDate{
   display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
     line-height: 18px;
  	color:#666;
  	padding-left:25px;
}

#package-display-half .typeHeader{
    margin:8px 0 0 0;
    font-weight:bold;
}


#package-display-half .typeSubscription{
   
  color:#676767;
}

#package-display-half .hiddentypeSubscription {
	display:none;
	
}
#package-display-half .header-tab-your-subscription {
	height:38px;
	background: url(../../images/new-account/subscription_header-half.png) no-repeat 0 0;
}
#package-display-half .package-display-text {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
}



#package-display-half .body {
	background: url(../../images/new-account/subscription_body-half.png) repeat-y 0 0;
	padding:10px 23px;
	height:1%;
}
#package-display-half .body:after {
	content:"";
	display:block;
	clear:both;
}
#package-display-half .foot {
	height:10px;
	font-size:0px;
	line-height:0px;
	background: url(../../images/new-account/subscription_footer-half.png) no-repeat 0 0;
}
#top fieldset{
	border-bottom: 1px solid #DDDDDD;
}
#esnPlanContainer #top fieldset{
	padding-top:10px;
	padding-bottom:15px;
}
.renew-radio-label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height: 20px;	
}
.renew-package-label
{
	font-weight:bold;
	padding:0px 3px 0px 3px;
}

#regular-quote .endDateClass
{
	padding-top:0;
	padding-left:15px;
	color: #666666;
	font-family: Arial;
    font-size: 12px;
}

#regular-quote .packagename,#followon-quote .packagename
{
	color: #666666;
    display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.black_bold { 
	font-weight: bold;
	color:#000000; 
}
.shoppingCartQuoteTotalFontSize
{
	font-size: 12px;
}
.shoppingCartQuoteTotalFontSizeMedium
{
	font-size: 15px;
}
.shoppingCartFollowOnQuoteTotalFontSize {
	font-size: 12px;
}
.regularQuoteEndMsg {
	font-size: 18px;
	font-weight: bold;
}
.followOnQuoteEndMsg {
	font-size: 17px;
	font-weight: bold;
}
.promoRenewalQuoteEndMsg {
	font-size: 17px;
	font-weight: bold;	
}
.link-url-verifyorder{
	color:#000000;
	font: 14px Arial, Helvetica;
	font-weight: bold;
	text-decoration:underline;
	cursor:pointer;
}
.link-url-renew{
	color:#000000;
	font: 14px Arial, Helvetica;
	font-weight: bold;
	text-decoration:underline;
	cursor:pointer;
}
.link-url-promo-renew{
	color:#000000;
	font: 14px Arial, Helvetica;
	font-weight: bold;
	text-decoration:underline;
	cursor:pointer;
}
.link-url-shoppingcart{
	color:#777777;
	font: 12px Arial, Helvetica;
	font-weight: bold;
	text-decoration:underline;
}
.quoteTitleNonSC {
	padding-bottom: 10px; 
	font-size: 18px;
}
#strict h3.quoteTitleNonSC {
	padding-bottom: 10px; 
	font-size: 18px;
}
.whiteBackground {
	background-color: #ffffff;
}
.totalCharges {
	color: #01AD01 !important;
}
#top-shopping-cart .table-display dd.black
{
	color: #000000;
}
#top-shopping-cart .table-display dt.textGrey,
#top-shopping-cart .table-display .popup-holder a.open
{
	color: #676767;		
}

.balanceNoteMsg{
	position:absolute;
	border:2px solid red;
}

div.tableWrapper
{ 
      float:left;
      width:660px;
}

div.first_column
{
    float:left;
    width:30px;
}

div.second_column
{
    display:inline-block;
    width:190px;
    float: left;
    vertical-align:top;
    
}

div.second_column_other
{
    display:inline-block;
    width:450px;
    float: left;
    vertical-align:top;  
}

div.third_column
{
    width:260px;
    float: left;
    display:inline-block;
    margin-top: -17px;
}

div.fourth_column
{
     width:180px;
     float: left;
     vertical-align:top;
     display: inline-block;
}

div.fourth_column_winback
{
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 160px;
    float: right;
    white-space:nowrap;
}

div.fifth_column
{
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 160px;
    float: left;
}

div.fifth_column_sir_only
{
    display: inline-block;
    text-align: right;
    vertical-align: top;
    width: 160px;
    float: right;
}

div.sixth_column
{
	display: inline-block;
    float:left;
    vertical-align: top;
}
div.second_column_sir_only
{
	 display:inline-block;
     width:220px;
     float: left;
     vertical-align:top;
}


div.checkbox_packagename_padding
{
   padding-left:5px;
}

div.renewat_data{
	padding:0;
	margin:7px 0 0;
	clear:both;
}

div.renewat{
	 padding:0;
	 margin:0;
	 clear:both;
	 padding-top:7px
}


#bottom .first_column{
 margin-top:0px;
 margin-left:5px;
 float: left;
 width: 470px;
}

.promoETFMsg {
	font-size: 12px;
	font-weight: bold;
}

.promoETFDetailsMsg {
	font-size: 12px;
	font-weight: normal;
}

.promoETFpopup{
    color:#2e2e2e;
    font-weight:normal;
    position:relative;
    z-index:1;
    padding:0 15px 0 0;
    background:url(../images/complete/popup-link.png) no-repeat 100% 0;
}

.promoCurrency{
	font-size:13px;
	font-weight:bold;
	color:#444;
	margin-right:20px;
}

div.upsellcenter {
    background-color: #FFFFFF;
    margin: 0 10px;
    padding: 15px 20px 15px;
}

div.upsell_fifth_column {
    display: inline-block;
    float: right;
    text-align: left;
    vertical-align: top;
    width: 175px;
}

div.upsell_fourth_column {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 165px;
}

div.upsell_third_column {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 150px;
}

div.upsellTextWidth{
 width:460px;
}

div.terms_tableWrapper
{
      width:650px;
}

div.terms_first_column
{
      width:30px;
      float:left;
}

div.terms_second_column
{
      width:215px;
      float:left;
}


div.terms_third_column
{
      width:104px;
      float:left;
	  font-size:16px;
}

div.terms_fourth_column
{
      width:105px;
      float:left;
}

div.terms_fifth_column
{
      width:100px;
      float:left;
}

div.terms_sixth_column
{
      width:120px;
      float:right;
}
<%-- changing the minHeight to 600 to match 5900 prod version in all screens --%>

.step 
{
	min-height:600px;
}

<%--This is to make the text on the package tabs(Most Popular, All Packages...) visibile in change package flow on IE8 --%>
.cufon {
   visibility: visible !important;
}

#emailaddress{
	margin-left:140px;
	margin-top:15px;
	position:absolute;
}

.popup-holder-filler{
	z-index: 100;
	left:20px;
}

.popup-png-filler{
	opacity: 1;
	left: 23px;
	top: -66px;
	display: none;
}

#package-selections{
	display:inline;
	float:left;
	width:700px;
}

#package-selections #promoPackageDialog #specialOfferTab span {
	padding : 10px 15px;
}
#upsellAllOtherPackages{
	padding:14px;
}
