/* This file is going away. */
/* You have been warned. 
 * The new system is a modular one based on less, where sections are loaded into application.less and taken out when no longer needed
 * This file will be removed gradually as changes get adopted into the new setup.
 * alex@bluenotion.com 2011-06-03
 */

html {
	background-color:#e9e9e9;
}

body {
	background-color:#e9e9e9;
	font-size: 13px;
	*font-size: 13.3333px;
	text-align: left;
	color: #737373;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

a {
	color: #d10000;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color:  #444;
}

a:hover {
	text-decoration: underline;
}

a:visited:hover {
	color: #d10000;
}

p, li {
	font-size: 1em;
	line-height: 1.231em;
	margin-bottom: 0.6155em;
}

ul li {
	list-style-type: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {

	font-size: x-small;
	vertical-align: super;

}
#wrapper {
width:960px;
margin:0 auto;
padding:0 9px;
padding-bottom:30px;
background-image:url(../images/bg_main_wrapper.gif);
background-repeat:repeat-y;
position:relative;
}

#bg_wrapper {
	width: 978px;
	margin: auto;
		background: #e9e9e9 url(../images/bg_main_bottom.gif) no-repeat center bottom;
		padding-bottom: 14px;
}
/*-- LOGO TAB --*/
#logo_tab {
	position:absolute;
	top:0;
	left:19px;
	z-index:100;
}

#logo_tab h1 {
	margin: 0;
}

#logo_tab a{
	display:block;
	text-indent:-500em;
	background-image:url(../images/bg_rogers_tab.png);
	width:149px;
	height:72px;
}
/*-- LOGO TAB ENDS --*/
/*-- NAVIGATION --*/
#primary_nav {
	background-image:url(../images/bg_primary_nav.gif);
	padding-left:169px;
	position:relative;
	height: 48px;
}
#primary_nav li {
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
	margin: 0;
	height: 48px;
	overflow: hidden;
}
#primary_nav li a {
	display:block;
	font-size: 14px;
	height: 48px;
	background-repeat:no-repeat;
	text-transform: uppercase;
	text-align: center;
	padding-left: 14px;
	padding-right: 14px;
	cursor: pointer;

	color: #fafafa;
}

#primary_nav li a:hover {
	text-decoration: none;
    background: url(../images/sprite_primary_nav.png) repeat-x 0 top;
}

#primary_nav li a span{
	padding-top: 17px;
	height: 14px;
	display: block;
}

	/*-- SHOPPING CART --*/
	#primary_nav li#shopping_cart {
		position:absolute;
		float:none;
		right:00px;
		top:00px;
	}
	li#shopping_cart a, li#shopping_cart a:hover {
		display:block;
		width:130px;
		height: 48px;
		background: url('../images/btn_orderconfirmation.gif') no-repeat center 6px;
	}
	
/*-- NAVIGATION ENDS --*/
/*-- OFFER SLOT --*/
#offer_slot {
  min-height:55px;
  height:auto !important;
  height:55px;

}


#offer_secondary {
	display: block;
text-align: right;

}

#assistance_callout {
margin-left: auto;
margin-right: 6px;
float: right;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background: url(../images/bg_assistance_tab_left.gif) no-repeat 0 bottom;
	padding-left: 1px;
	text-transform: uppercase;
}

#order-summary-block {
	margin-bottom: 4px;
}

#orderButtons, #TFN_secondary {
	text-align: center;
}

#TFN_secondary {
	padding: 1px;
	margin-top: 18px;
	margin-bottom: 18px;
}

#TFN_secondary .assistance_callout {
vertical-align: top;
}

#TFN_secondary .Quote {
	padding-left: 1ex;
}

.assistance_spacer_1 {
	display: block;
	text-transform: uppercase;	
}

#TFN_secondary .assistance_callout div {
	display: block;
}

#TFN_secondary .assistance_spacer_2 {

	font-size: 15px;
}

#assistance_callout .assistance_number {
	font-weight: bold;
	font-size: 17px;
	position: relative;
	top: 1px;
	vertical-align: baseline;

}


#assistance_spacer_1 {
	background: url(../images/bg_assistance_tab_right.gif) no-repeat right bottom;
	margin-left: 5px;
}

#assistance_spacer_2 {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 4px;
}

#assistance_spacer_3 {
	padding-top: 1px;
		padding-right: 22px;
		background-image:url(../images/icon_assistance_phone.gif);
	background-repeat:no-repeat;
	background-position:right top;
	line-height: 14px;
	position: relative;
	left: -8px;
}


#assistance_callout span.promo {
	display: block;	
	color: #7e7e7e;
	font-size: 93%;
	margin-top: 2px;
}

.promoCode,
.assistance_number {
		color: #bc030a;
}

#orderButtons .promoCode,
#orderButtons .assistance_number {
	font-weight: bold;
}

#assistance_callout span.assistance_phone {
		font-size: 1.2em;
}

/*-- OFFER SLOT ENDS --*/
/*-- BREADCRUMB --*/
#breadcrumb {
	height:22px;
	padding-top:1px;
	padding-bottom:11px;
	background-image:url(../images/bg_breadcrumb_gradient.gif);
	background-repeat:repeat-x;
	position: relative;

}
#breadcrumb li {
			display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
	background-image:url(../images/bg_breadcrumb_pointer.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:20px;
	padding-right:18px;
	padding-left:10px;
	font-size:77%;
	text-transform:uppercase;
	padding-top:2px;
	color:#CCC;
	line-height: 2em;
}
#breadcrumb li a {
	
	padding-right:15px;
	padding-left:15px;
	height:22px;
	text-decoration:none;
	color:#CCC;
}
#breadcrumb li.active {
	color:#e20606;
}
/*-- BREADCRUMB ENDS --*/
/*-- CONTENT WELL --*/
#content_well {
	clear:both;
	padding-left: 24px;
	padding-right: 24px;
	position: relative;
}

.order_Programming form {


}
/*-- Generic typograhpy --*/
	h1 {
	font-weight: normal;
	font-size:167%;
	line-height: 1em;
	margin-top: .7272727em;
	color:#d10000;
	margin-bottom:.7272727em;
	}
	h2 {
	font-weight: normal;
	font-size:138.5%;
	line-height: 1em;
	color:#d10000;
	margin-bottom:.94444em;
	margin-top: .944444em;
	}
		
	h3 {
	font-weight: normal;
		font-size: 116%;
		line-height: 1.066667em;
		margin-top: .533334em;
		margin-bottom: .533334em;
	}
	
	.ChannelDetails h2,
	.TheDetails h2 {
	text-transform: none;
	font-size: 108.33333%;
	line-height: .9231em;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: .9231em;
	}
	
	h1, h2, h3 {
	text-transform: uppercase;
	}
	
	h4 {
	font-weight: normal;
	font-size: 108%;
	line-height: 1.1429em;
			margin-bottom:.714em;
		margin-top: 0em;
		color:#58595b;
	}
	
		/* -- SMARTCAT FORMATTING -- */
		
		.detailsIntro {

		}
		
		.tierIntro {	
		text-transform: none;
		}
		
				
		.priceDetails {
		color: #000;
		}
	
/*-- TABBED CONTENT --*/
	#tabs {
	position: relative;
		z-index: 100;
		display: block;
	}

	#tabs li {
					display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
margin-bottom: 0;
	}
	#tabs li a {
display: block;

		background-image:url(../images/bg_section-tab.gif);
		background-repeat:repeat-x;
		font-size:1.4em;
		text-decoration:none;
		color:#c20000;
		line-height: 1em;
		margin-right:6px;
		padding: 6px;
		padding-right: 12px;
		padding-left: 12px;
	}
	#tabs li a.selected {
		background-image:url(../images/bg_section-tab-selected.gif);
		color:#FFF;
	} 
	/*-- Tab content styling --*/
	#tab-content-wrap
	{
	 clear:left;
	 background-image:url(../images/bg_tab_content_wrap.gif);
	 background-position:top left;
	 background-repeat:repeat-x;
	 padding-top:4px;
	 width: 960px;
	 position: relative;
	 left: -24px;
	}
	#tab-content-wrap .tab-content {
		padding:20px 0 20px 10px;
	}
	#tab-content-wrap .tab-content h2 {
	  margin-left:42px;
	  color:#c20000;
	  font-size:1.6em;
	  margin-bottom:7px;
	}
	#tab-content-wrap .tab-content h2.step-indicator {
	  margin-left:12px;
	}
	#tab-content-wrap .tab-content p.tab-intro {
		color:#a7a7a7;
		font-size:1.4em;
		line-height:120%;
		margin:0 42px 0 42px;
		padding:0 0 15px 0;
	}
/*-- Option sets --*/
    div.option-set {
	margin-left: 12px;
	margin-right: 12px;
	border: 1px solid gainsboro;
}
	div.option-set div.top {

	}
	div.option-set div.body {
		position:relative;

		padding:4px;
	}
	div.option-set div.body h3 {
		position:relative;
		clear:both;
		color:#d10000;
		height:15px;
		overflow:hidden;
		font-size:1.4em;
		background-image:url(../images/bg_optionset-heading.gif);
		background-repeat:repeat-x;
		padding:12px 32px 6px 24px;
		margin: 0;
	}
	/*
	* USING A NESTED SPAN HERE FOR SALE ITEMS 
	*   Taking advantage of the inline nature of the span to ensure the positioning of the sale badge is flexible and always lands to the right of the 
	*	text.
	*/
	div.option-set h3 span {
		position:relative;
		display:block;
		float:left;
	}
	div.option-set h3 span.sale-item {
		text-indent:-500em;
		display:block;
		float:left;
		width:33px;
		height:32px;
		overflow:hidden;
		top:-10px;
		right:-3px;
		background-image:url(../images/icon_sale_package.png);
	}
	div.option-set div.bottom {

	}
	div.option-set div.option-data {
		
	}
	div.option-set div.option-data div.option-wrap {
		float:left;

		padding-top:15px;
		margin-right:5px;
	}
	div.option-set div.option-data div.control {
		width:15px;
		float:left;
		width:20px;
		text-align: center;
		font-size: 1.2em;
		line-height: 1.33333em;
		margin-top: 6px;
	}
	div.option-set div.option-data div.label {
		width:125px;
		float:left;
		color:#d10000;
		padding-left:5px;

	}
	div.option-set div.option-data div.label label {
		display:block;
		font-size: 1.3em;
		line-height: 1.231em;
	}	
	div.option-set div.option-data p {
		clear:left;
		color:#737373;
		padding:12px 24px 12px 24px;
	}

	div.option-set div.option-data ul {
		margin:0 20px 10px 30px;
	}
	
	div.option-set div.option-data ul li {
		list-style: disc;
		margin:0 0 3px 15px;
		color:#737373;
	}

	div.option-set div.option-data ul.thumb-rack {
		margin:0 0 0 150px;
	}
	div.option-set div.option-data ul.thumb-rack li {
		float:left;
		margin:0 5px 0 0;
		border:1px solid #d8d8d8;
		width:54px;
		height:54px;
		overflow:hidden;
		list-style:none;
	}
	div.option-set div.option-data ul.thumb-rack li img {
		width:53px;
		height:53px;
	}
	div.option-set div.option-data ul.thumb-rack li span {
		display:none;
	}

#order-summary-block p {
	margin-bottom: 12px;
	position: relative;
}

.order_RHP #order-summary-block p {
	padding-left: 24px;
}

#order-summary-block p input,
#customer_tos_fields p.tos input
{
	position: absolute;
	left: 3px;
	top: 3px;
	/* stupid IE6... */
	*-left: -20px;
	*-top: -4px;
}

#customer_tos_fields p.tos  {
	padding-left: 20px;
	position: relative;
}

#order-summary-block p.review_callout {
	text-align:center;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0;
}
#order-summary-block input#btn_complete_order {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position: static;
	margin-right:0px;
	vertical-align: middle;
}
#order-summary-block span.OR {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	color:#d10000;
	font-size:131%;
	padding-top:14px;
	padding-bottom: 14px;
	vertical-align: middle;
	margin-left: 12px;
	margin-right: 12px;
}


	ul#order-review-options {
	display: block;
	clear: both;
	text-align: center;
	margin-top: 12px;
	*margin-bottom: 12px;
	}
	ul#order-review-options li {
		display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
margin: 0;
		margin-right:3px;
		overflow:hidden;
		height:37px;
		vertical-align: top;
	}
	ul#order-review-options li:hover input {
		margin-top:-38px;
	}
	/*-- Order review options sprite map --*/
	#or-home-phone {
		width:182px;
	}
	#or-digital-tv {
		width:182px;
	}
	#or-tv-programming {
		width:225px;
	}
	#or-internet {
		width:147px;
	}
	#or-wireless {
		width:147px;
	}
	#or-business-opts {
		width:182px;
	}
/*-- TV Page --*/
	/* Moved to application.less */

/*-- Customer Page --*/
	/* Moved to application.less */
	
/* ROGERS HOME PHONE */	
	/* Moved to application.less */
	
/*-- Containers (Generic) --*/	
	
	.fullspan {
		border:1px solid #c0bfbf;
		margin: 15px 0 24px;
		background-color:#fff;
		padding: 9px;
		position: relative;
	}
	.spanrack {
		margin:0;
		margin-bottom: 24px;
	}
	.quarterspan {
		background-color:#f3f3f3;
		min-height:30px;
	}
	
	.modemInfo, .hardwareOption {
			background-color:#f3f3f3;
	}
	
	.modemInfoSpacer, .hardwareOptionWrap {
		padding: 12px;
		position: relative;
		margin: 0;
		text-align: center;
					border:1px solid #c0bfbf;
	}
	
	.detailsWrap {
	  max-width: 250px;
	  width:auto !important;
	  *width: 250px;
	  margin: auto;
	}
	
	.yui-u .detailsWrap {
	max-width: none;
}

	
	.hardwareRentalPurchase {
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		margin: auto;
	}
	
	.hardwareRentalPurchase .details_wrapper {

}


.modemInfoSpacer, .hardwareOptionWrap div {
	text-align: left;
}
	
	.hardwareOptionWrap h3,
	.modemInfoSpacer h3 {
	text-align: center;
	color: #d10000;
}
	
	#hardware_choices {
	margin-bottom: 24px;
	
	  min-height:230px;
	  height:auto !important;
	  height:230px;
	}
	.modemInfo ul.input-wrapper {
	}
	
	.modemInfo img,
	.hardwareOptionWrap img {
		display: block;
		margin: auto;
		margin-bottom: 12px;
	}
	
	.doublespan {
		min-width:222px;
		border:1px solid #c0bfbf;
		float:left;
		margin-right:12px;
		background-color:#f3f3f3;
		min-height:30px;
	}
	
	.hardwareOption .details {
		display:none;
	}
	.hardwareOption #debug_output .details {
		display:block;
	}
	
	#modem_none_box, #terminal_none_box {
		padding: 10px 0px 10px 10px;
		margin: 8px 0 0 0;
		width: 900px;
		border: 1px solid #C0BFBF;
		text-align: center;
		}
	
	.nofill {
		background-color:#FFF;
	}
	.inner {
		margin: 0px;
		

		background:#FFF;
	}

	.footnotes p {
		margin-bottom:6px;
		line-height:1.272727em;
		font-size: 85%;
		color:#58595b;
	}
	p.intro-text {
		padding-top:0;
		padding-bottom:12px;
	}
	
/*-- FOOTER --*/	
#footer {
	clear:both;
}

#footerLine2{font-size:11px; text-align: center; height: 30px; margin-top: 10px; padding-top:10px; border-top: 1px solid #cccccc;}

.ld_Tip {
	display: none;
}

label {
	cursor: pointer;

}

span#LD_caveat {

}

label input {
	margin-right: 1ex;
	float: left;
}

.Details {
	text-decoration: underline;
	cursor: help;
}

.hardwareOptionWrap .Details {
		display: block;
		text-indent: -500px;

	margin-left: auto;
	margin-top: 1em;
}

span.ir {
	display: none !important;
}

#details_rogers {
	cursor: pointer;
}

#options_LD {
	clear: both;
	padding-top: 24px;
	width: ;
}



#high_speed_details {
 display: none;
}

.OptionsList {
}

/*
 MODAL DIALOG 
*/
 #ModalDialog {
	height:336px;
	width:508px;
	background: transparent url(../images/bg_popup_red.png) no-repeat center center;
}
 #md_form_wrap {
padding: 65px;
}
.qtip-sability .qtip-contentWrapper
 {
	background: transparent !important;
}

#md_form_wrap h3 {
	font-size:138.5%;
	line-height: 1em;
	margin-bottom:.44444em;
	margin-top: .444444em;
	color:#FFF;
	margin: 0;	
}
#md_form_wrap p * {
	vertical-align:middle;
}

#md_form_wrap #postalcode-entry {
	font-size: 108%;
	text-align: center;
	padding-bottom: 1em;
}

#md_form_wrap .txtPostalCode {
	margin-right:5px;
	padding-top: .25em;
	padding-bottom: .25em;
	vertical-align: top;
	
}
#md_form_wrap h4 {
	line-height: 1.846em;
	font-weight: normal;
	padding:0;
	color:#FFF;
	margin: 0;
}

#md_form_wrap p.pc_entry {
	text-align: center;
}

div#postalcode-messages-above,
div#postalcode-messages-below {
	font-size: 108%;
	line-height: 1em;
	color: #ffc000;
}

div#postalcode-messages-above {
	height: 3.5em;
}

.postalcode-message {
	display: none;
}

.BdSpacer {
}

#form_wrapper {

}


#ModalDialog {
	display: none;
}

.qtip-details{
	border-bottom: 1px solid #d10000;
	background-color: #e7e7e7
}


.TheDetails li {
	list-style-type: disc;
	color: #737373;
	margin-bottom: 0;
	margin-left: 20px;
}

.qtip-details .TheDetails h3 {
	color: #d10000;
}

/*
	Programming V2
*/

#prog_col_wrap {
	line-height: 1em;
	margin-top: .7272727em;
	margin-bottom:.7272727em;
	}

#prog_col_one {
	float:left;
	width:150px;
}
#prog_col_one #tabs {

	float:none;
}
#prog_col_one #tabs li {
	float:none;
	display:block;
	margin-bottom:6px;
}
#prog_col_one #tabs li a {
	color:#737373;
	font-size:1em;
	line-height:1;
	margin:0;
	padding:0;
	background-image:none;
	float:none;
}
#prog_col_one #tabs li a:hover {
	color:#d10000;
}
#prog_col_one #tabs li a.selected {
	color:#d10000;
	background-image:url(../images/bg_right_arrow_large.gif);
	background-repeat:no-repeat;
	background-position:120px center;
}
#prog_col_two {
	float:right;
	width:744px;
	border-left:1px solid #bebebe;
	padding-left:15px;
}
.pp_information_1 {
	float:left;
	width:150px;
	padding-top:4px;
}
.pp_information_2 {
	float:left;
	width:525px;
	padding:0 10px;
}

#multicultural-selections {
	background-image:url('../images/bg_multicultural_prog_map.gif');
	background-color:#f7f7f7;
	background-repeat:no-repeat;
	background-position:365px 20px;
	width:744px;
	padding-left:15px;
	padding-bottom:15px;
	position:relative;
	left:-15px;
}
#multicultural-selections h4 {
	color:#d10000;
}
#multicultural-selections ul li {
	margin-bottom:2px;
	clear: both;
}
#multicultural-selections ul li label.selected {
	color:#d10000;
}
#ms-option-set-1,#ms-option-set-2 {
	  float:left;
	  margin-right:30px;
	}

#multicultural-bucket.loading {
	min-height:50px;
	background-image:url(../images/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.pp_important {
	color:#d50002;
}

.region-bucket {
	zoom: 1;
}

.programming-package-wrap {
	background-image:url(../images/bg_pp_individual_top.gif); /* TEMP YO*/
	background-repeat:repeat-x;
	background-position:top;
	padding:5px 10px;
	margin-bottom:10px;

}
.programming-package-wrap h4 {
	padding:0;
	margin:0;
	line-height:1;
}


.pp_information_wrap {
	padding-top:10px;
	padding-left:25px;
}
.pp_information_wrap .pp_information_summary_thumb {
	width:160px;
}
.pp_information_wrap .pp_information_summary_thumb img {
	float:left;
	width:53px;
	height:53px;
	border:1px solid #bebebe;
}
.pp_information_wrap .pp_information_summary_thumb .pp_information_summary_prices {
	width:90px;
	padding:0 5px;
	margin-left:60px;
}
.pp_information_wrap h4 {
	margin-bottom:25px;
}
.pp_information_wrap p {
	position:relative;
}
.pp_information_wrap div.pp_details {
	font-size: 93%;
	position:relative;
	padding-bottom:10px;
		line-height: 1.333em;
}
.pp_information_wrap div.pp_details ul {

	margin:10px 15px;
}
.pp_information_wrap div.pp_details ul li {
	list-style:disc;
	margin-bottom:3px;
}	
.pp_information_wrap .pp_legal {
	display: block;
	position:relative;
	text-align: right;
	right:0;
	color:#d50002;
	text-decoration:none;
	cursor: pointer;
}
.pp_information_special {
	width:85px;
	height:22px;
	text-indent:-500em;
	overflow:hidden;
	background-image:url(../images/bg_programming_special_offer.gif);
	background-repeat:no-repeat;
}
.pp_information_wrap .pp_legal .open {
	display:inline;
}
.pp_information_wrap .pp_legal .close {
	display:none;
}
.pp_information_wrap .pp_legal.open .close {
	display:inline;
}
.pp_information_wrap .pp_legal.open .open {
	display:none;
}
.pp_information_channel_number p {
	color:#c0bfbf;
	font-size:1.2em;
	line-height:1;
	margin:0;
	padding:0;
}
.pp_information_package_requisites p{
	font-size:1em;
	margin-bottom:0;
}
.pp_information_package_requisites p.pp_important {
	font-weight:bold;
	margin-bottom:0;
}
.pp_information_package_requisites li {
	line-height:1;
}
.pp_information_package_requisites li label {
	font-size:.7em;
}

.pp_channels {
	clear:both;
	margin-bottom:14px;
	margin-top:5px;
}
.pp_channels .pp_channels_toggle {
	position:relative;

	line-height:1;
	color:#cf0000;
	text-decoration:none;
	padding:5px 13px;
	padding-right:27px;
	border:1px solid #bebebe;
	z-index:999;
	background-image:url(../images/bg_channel_strip_toggle.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.pp_channels.open .pp_channels_toggle {
	border:1px solid #bebebe;
	background-color:#FFF;
	border-bottom-color:#FFF;
	background-position:top right;
}
.pp_channels .pp_channel_list {
	display:none;
	position:relative;
	float:left;
	padding-top:10px;
	padding-left:13px;
	padding-right:1px;
	padding-bottom:0;
	border:1px solid #bebebe;
	top:6px;
	width:507px;
}
.pp_channels .pp_channel_list li {
	float:left;
	margin-right:8px;
	margin-bottom:10px;
}

.ChannelDetails {
	display:none;
}

.ChannelDetailsSpacer {
	margin: 12px;
}

.pp_channels .pp_channel_list li img {
	width:53px;
	height:53px;
	border:1px solid #bebebe;
	overflow:hidden;
	float:left;
}

.pp_channels.open .pp_channel_list {
	display:block;
	*padding-bottom: 12px;
}
.pp_discount_conditions {
	margin-top:25px;
	padding:10px 15px 10px 35px;
	background-color:#F3F3F3;
	border:1px solid #c0bfbf;
	background-image:url(../images/discount_banner_large.gif);
	background-repeat:no-repeat;
	background-position:-1px -1px;
}
.pp_discount_conditions h5 {
	color:#CF0000;
	font-size:1.2em;
	font-weight:bold;
	margin-left:25px;
}
.pp_discount_conditions label input {
	float:left;
	margin-right:10px;
}
.pp_discount_conditions label .pp_discount_description {
	float:left;
	font-size:1.2em;
}
.pp_information_price {
	color:#D10000;
	padding-top:5px;
	margin-bottom:5px;
}
.dollars {
	display:inline-block;
	letter-spacing:-1px;
	font-size: 29px;
	line-height: 32px;
}
.order_RHP .dollars {
	font-size: 100%;
}
.cents {
	display:inline-block;
	font-size:12px;
	letter-spacing:0;
	line-height:0.9em;
	padding-left:2px;
}
.pp_information_price .month {
	color:#58595B;
	font-size:11px;
	letter-spacing:0;
}
.pp_legal_info {
	display:none;
	font-size: 93%;
	line-height: 1.16667em;
	color:#737373;
}


.qtip-hardware {
	border-top: 1px solid #d10000;
}

#cal {
	width: 100px;
}

#installation-options select {
width: 110px;
vertical-align: baseline;
}


/* REMOVE PRODUCT POP-OVER */

	#confirm-shade {
		position:absolute;
		background-color:#737373;
	}

	#confirm-overlay {
		position:absolute;
		width:500px;
		border:5px solid #dedede;
		background-color:#FFF;
	}
	#co-inner {
		padding:15px;
	}
	#co-inner h3 {
		color:#D10000;
	}
	#co-inner table {
		width:100%;
		margin-bottom:10px;
	}
	#co-inner table td {
		padding:3px 5px;
	}
	#co-inner table tr.summary_header td{
		background-color:#dedede;
		color:#D10000;
		padding-top:3px;
	}
	#co-inner #co-yes {
		margin-right:15px;
	}
	#co-inner .co-controls {
		text-align:center;
		font-weight:bold;
	}

/* END REMOVE PRODUCT POP-OVER*/





/* For Rocket Stick */
.New {
	height: 51px;
	width: 51px;
	background: url(../images/badge_new.gif) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.RocketInfo,
.AddonInfo {
  min-height:220px;
  height:auto !important;
  height: 220px;
	padding: 1px;
  margin: 8px;
  margin-left: 140px;
  margin-right: 5px;
  margin-bottom: 15px;
	border: 1px solid #bfbebe;
	position: relative;
	background: url(../images/bg_rocketInfo.jpg) repeat-x center bottom;
}

.rocketTerm .Details {
	position: static;
	display: inherit;
	text-decoration: none;
	display: inline;
}


#rocket-packages {
	padding-bottom: 0;
}

.ProductOrder.active, .ProductOrder.active:hover {
	border: 2px solid #d11700;
	padding: 0px;
}

.rocketTerm li {
	position: relative;
	text-indent: -20px;
	padding-left: 20px;
	*text-indent: -25px;
	*padding-left: 25px;

}

.ProductOrder .theTerms label,
.ProductOrder .theTerms label * {
	color: #999999;
}

.ProductOrder.jsOK .theTerms input {
	position: relative;
	left: -1000em;
}

.ProductOrder {
	color: #535353;
}

.ProductOrder .theTerms .Details {
		color: #998484;
}

.ProductOrder.active .theTerms .Details {
	color: #d10000;
}

.ProductOrder.active .theTerms label,
.ProductOrder.active .theTerms label * {
	color: 	#535353;
}

.ProductOrder.active .theTerms input {
	left: 0;
}

.ProductOrder:hover {
		border: 1px solid #f3d936;;
	padding: 1px;
}

.RocketInfo .theInfo {
	background-color: #f3f3f3;
	padding: 1px;
	padding-bottom: 20px;
	position: relative;
}

.RocketInfo .Details {
	bottom: 6px;
	right: 10px;
}

.RocketInfo h3 {
	font-size: 138.5%;
	color: #d11700;
	text-transform: capitalize;
	margin-top: 0;
	line-height: 1em;
	margin-bottom: .5em;
	background-color: #e5e5e5;

}

.RocketInfo h3 label {
	display: block;
	padding: 8px;
	padding-bottom: 10px;
}

table.RocketOptions {
	margin: 0;
	
}

p.description {
	padding-left: 8px;
	padding-right: 8px;
}

table.RocketOptions td {
	font-size: 11px;
	line-height: 1.454545em;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
}

table.rocketPlanInfo {
	*border-collapse:collapse;
}

table.rocketPlanInfo {
	border: 1px solid #bfbebe;
	border-width:1px;
}

table.rocketPlanInfo td, table.rocketPlanInfo th {
	border: 1px solid white;
border-width:0 1px 1px 0;
}

table.rocketPlanInfo td.right, table.rocketPlanInfo th.right {
border-right: none;
}

table.rocketPlanInfo td.bottom, table.rocketPlanInfo th.bottom {
border-bottom: none;
}

td.dataCalculator {
	background-color: transparent !important;
	border-right: none !important;
}

table.rocketPlanInfo td.hilite, table.rocketPlanInfo th.hilite {
color: #cc0000;
}

td.dataCalculator span {
	display: block;
	padding: 5px;
}


table.rocketPlanInfo td {
	background-color: #f0f0f0;
}

table.rocketPlanInfo th {
	background-color: #e5e5e5;
	padding-left: 3px;
	padding-right: 3px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
}

td.rocketTerm {
	width: 25%;
}

td.rocketPrice {
	width: 25%;
}

li.rocketPrice {
	margin: 0;
}

th.rocketPlan {
	width: 41.4%;
}
th.rocketUsage {
	width: 34.3%; 
}


.RocketBG.rocketStick {

	background: url(../images/rocketStick.jpg) no-repeat 30px 10px;
}

.RocketBG.rocketHub{

	background: url(../images/rocketHub.jpg) no-repeat 25px 10px;
}

.rocketPrice .dollars, .rocketPrice .cents {
	color: #d10000;
}

.priceDisplay .cents {
	line-height: 1.5em;
	vertical-align: top;;
}

.priceDescription {
	display: inline;
}

.rocketPrice .priceDescription {
	margin-left: -2ex;
}

.Plus {
	padding-left: 10px;
	font-size: 24px;
	line-height: 18px;
	color: #bfbebe;
}

.RocketInfo .theTerms {
	padding: 10px;
}

#orderRocket {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -25px;
}

.order_Internet .RocketInfo,
.order_TV .AddonInfo {
	  min-height:50px;
  height:auto !important;
  height: 50px;
	padding: 10px;
	margin-left: 110px;
	margin-right: 270px;
	position: relative;
	margin-bottom: 12px;
}

.order_Internet .RocketInfo .theImage {
	position: absolute;
	width: 80px;
	height: 80px;
	background: magenta;
	left: -90px;	
	top: -5px;
}

#addProgrammingDiv .theImage {
	
	position: absolute;
	width: 80px;
	height: 132px;
	background: url(../images/img_remote_131.jpg) no-repeat center;
	position: absolute;
	left: -100px;
	top: 0px;

}

.order_Internet .RocketStickInfo .theImage{
	background: url(../images/rocketStick_70.jpg) no-repeat center center;
}

.order_Internet .RocketHubInfo .theImage{
	background: url(../images/rocketHub_70.jpg) no-repeat center center;
}

.order_Internet .RocketInfo p {
	font-size: 12px;
	line-height: 1.3333em;
}

.order_Internet .RocketInfo h4,
.AddonInfo h4 {
	font-size: 14px;
	line-height: 1.1429em;
	margin-bottom: 4px;
	color: #cc0000;
}

input.rocketCheck {
	margin-right:  8px;
	margin-left: 0;
	vertical-align: baseline;
}

.notVisible {
	display: none;
}

#welcome-back-notification {
	width: 781px;
	height: 105px;
	text-align: center;
	margin: auto;
	background-repeat: no-repeat;
}

#welcome-back-notification.ec {
	background-image: url(../images/grey_box.gif);
}

#welcome-back-notification.nec {
	background-image: url(../images/grey_box_small.gif);
}

#welcome-back {
	font-size:28px;
	color:#cc0000;
	position: relative;
	top: 13px;
}

#welcome-back-offer {
	display: block;
	font-size: 18px;
	color: #393939;
	position: relative;
	top: 28px;
}

#welcome-back-number {
	display: block;
	font-size: 14px;
	color: #7E7E7E;
	top: 33px;
	position: relative;
}


/* TV Page Add Programming */

#addProgramming {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -25px;
}


#ReceiverOwnRent1, #ReceiverOwnRent2 {
	border-left: 1px solid #D10000;
}

#ReceiverOwnRent1 td, #ReceiverOwnRent2 td {
	padding-left: 1em;
}

#rogers_result h4.rogers_result_price {
	color: #D10000;
	font-size: 275%;
}

/* winbackboxswap */

.winbackboxswap{
width:860px;
padding: 15px 10px 0 20px;
}

.winbackboxswap label{
line-height: 17px;
top: -3px;
position: relative;}

.winbackboxswap .left{
float:left; width:430px;
height: 200px;
}
.winbackboxswap .right{
float:left; width:430px;

}
.winbackboxswap ul li{
color:#848484;
list-style-type:disc;
display: list-item;
}


/* Bell Fibe Defence Multicultural Offers */

#multi_channel_list {
border: 1px solid #C0BFBF;
padding: 10px;
width: 910px;
}

#multi_channel_list td {

padding: 10px;
width: 270px;
align: center;
}

#multi_channel_list .language {
background-color: #E7E9EA;
}

#content_well .channelListBox,
#content_well .progressIndicator {
	display: none;
}

.progressIndicator {
	width: 120px; height: 120px;
}

div.details_wrapper {
	float: right;
	position: absolute;
	right: 1px;
	bottom: 10px;
}

#tv-packages div.details_wrapper {
	top: 88px;	
}

#tv-packages .tv-package-two-products div.details_wrapper {
	position: relative;
	left: 11px;
	bottom: 0px;
	top: 0px;
}

/*
 * Channels Colorbox Styles 
 */

/* Hide horizonal overflow in colorbox */
#cboxLoadedContent{ overflow-x:hidden !important; }

/* Prevent percentage based styles from overflowing */
.channelListBox { width: 102%; }

.channelListBox div.channel {
	height: 43px;
	border-bottom: 1px solid #dfdfdf;
	clear: both;
}

.channelListBox .channel .number, 
.channelListBox .channel .logo,
.channelListBox .channel .right,
.channelListBox .channel .description {
	float: left;
}

.channelListBox .right {
	width: 91%;
	padding: 6px 0;
	height: 31px;
	border-left: 1px solid #dfdfdf;
}

.channelListBox .odd .right {
	background: url('../images/background_channel.gif') repeat-x;
}

.channelListBox .channel .description {
	padding: 9px 0;
	margin: 0 0 0 12px;
	font-size: 14px;
}


.channelListBox .channel .number {
	background: url('../images/background_channel_number.gif') no-repeat;
	width: 32px;
	padding: 4px 0 5px 0;
	margin: 4px 0 4px 9px;
	color: white;
	text-align: center;
	font-weight: bolder;
}

.channelListBox .logo {
	width: 8.7%;
}

.channelListBox .logo img {
	width: 30px;
	height: 30px;
	padding: 6px 8px 6px 8px;
}

/*
 * End Channels Colorbox Styles
 */

.clear {
	clear: both;
}

.submit_button {
	display: block;
	background: url("../images/btn_submit_green.jpg") 0 0;
	width: 186px;
	height: 61px;
}

.submit_button.disabled {
	background-position: 0 61px;
}

.submit_button_container {
	position: relative;
	width: 186px;
	height: 61px;
}

.SubmitButtonsP p {
	padding: 8px;
	margin: 15px 20px 15px 0;
	background-color: #fcffcf;
	border: 1px solid #ffbb62;
	
}

.submit_progress_indicator {
	position: absolute;
	top: 40px;
	width: 186px;
	display: none;
	height: 20px;
	background: url("../images/ajax_loader_green.gif") no-repeat center center;
}

