/**
 *  Globals
*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 12px;
	color: #454545;
}
ol {
	margin-left: 2em;
}
img {
	border: 0;
}
a {
	color: #004785;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
p > a,
ol li a {
	text-decoration: underline;
}
:focus {
	outline: 1px dotted #004785;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
i {
	/* changez pas ca! (MB) */
	font-style: normal;
	font-size: 10px;
}
sup {
	font-size: 12px;
	line-height: 0;
}
h1, .text_h1 {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #454545;
	letter-spacing: -.04em;
	font-weight: normal;
}
h2, .text_h2 {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #454545;
	letter-spacing: -.05em;
	word-spacing: 3px;
	font-weight: normal;
}
h3, .text_h3 {
	margin-top: 20px;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 8px;
	color: #454545;
	font-weight: normal;
}
h4, .text_h4 {
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #454545;
}
.myriadBold {
	font-family: "MyriadProBold", Arial, Helvetica, sans-serif;
}
hr {
	border: 0;
	border-top: 1px solid #E0E0E0;
	margin: 15px 0;
	clear: both;
}
.clearVerticalSpacing {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.smallFont {
	font-size: 11px;
}
.dropShadow {
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
}
.outOfScreen {
	position: absolute;
	left: -10000px;
}
.error {
	color: #ff0000;
}
table h3 {
	margin-top: 0;
}
.nowrap {
	white-space: nowrap;
}
fieldset {
	border: 0 none;
}
.striked {
	text-decoration: line-through;
}
.text-bold{
	font-weight:bold;
}


/* Text Align class - Don't change this, and don't use it for combination with more than 1 other class */
.ta-right { text-align: right; }
/* Radial grey BG */
.radialGreyBg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+30,dadfe2+100 */
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhZGZlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 30%, #dadfe2 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%, #ffffff), color-stop(100%, #dadfe2)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 30%, #dadfe2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 30%, #dadfe2 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 30%, #dadfe2 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #ffffff 30%, #dadfe2 100%); /* W3C */
}
.lt-ie9 .radialGreyBg {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadfe2', GradientType=1); /* IE6-8 fallback on horizontal gradient */
}
/**
 * Page elements
*/
#page {
	width: 100%;
	background: #F5F5F5;
}
#page_landing {
	width: 100%;
	background: whitesmoke;
	/*background:#F5F5F5;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(98%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 98%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 98%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    background: linear-gradient(top, #ffffff 1%,#efefef 100%);  */
}
#expandLegal img {
	position: absolute;
}
/*
 * Legal conditions link tthat brings the user to the legal bloc at the bottom of the page
*/
.legal-conditions-link {
	font-size: 9px;
	z-index: 1;
	text-decoration: underline;
}
.headerLogo {
	background: url("/web/resources/images/logo.png") no-repeat 0 0 transparent;
	display: block;
	width: 184px;
	height: 32px;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/**
 * Table
*/
.tableHeader {
	background: url("/web/resources/images/layout/table_head.png") no-repeat;
	height: 50px;
	/*width: 653px;*/
	width: 719px;
	margin-left: -16px;
	margin-top: -16px;
	margin-bottom: -42px;
}
.tableHeaderWide {
	width: 918px !important;
}
.tableAlignedThenCentered td {
	text-align: center;
}
.tableAlignedThenCentered td:first-child {
	text-align: left;
}
.tablePriceList td {
	text-align: left;
}
.tablePriceList td:last-child {
	text-align: right;
}
/***************************/

.tableAlignedThenCenteredBig td {
	text-align: center;
}
.tableAlignedThenCenteredBig td:first-child {
	text-align: left;
}
.tablePriceListBig td {
	text-align: left;
}
.tablePriceListBig td:last-child {
	text-align: right;
}
/***************************/

.table table {
	/*width:652px;*/
	width: 717px;
	margin-left: -15px;
	margin-right: -19px;
	border-spacing: 0;
	border-collapse: collapse;
}
.table .wide {
	width: 918px;
}
.table h2 {
	font-size: 18px;
}
.tableComparison b {
	font-size: 18px;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	line-height: 48px;
	margin-bottom: 15px;
	letter-spacing: -.05em;
	word-spacing: 3px;
	font-weight: normal;
}
.table table th {
	background: url("/web/resources/images/layout/table_head_separator.png") left 1px no-repeat;
}
.table table tbody th {
	padding-top: 20px;
	text-align: left;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: normal;
	vertical-align: top;
}
.table table thead th {
	text-align: center;
	height: 30px;
	font-size: 0.8em;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: normal;
	vertical-align: middle;
}
.table table th:first-child {
	padding-left: 15px;
	background: none;
}
.table table td {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 15px;
	margin: 0;
	vertical-align: top;
}
.table table td:first-child {
	padding-left: 15px;
}
.table table tr:first-child {
	background: none;
}
.table tbody tr:nth-child(even) {
	background-color: #f5f5ff;
}
/**
 * Table embedded in box
*/
.inlineTable {
	width: 100%;
	border-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 30px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #e3e3e3;
	background-color: #f0f0f0;
	box-shadow: inset 0 40px 40px #fff;
}
.inlineTable thead {
	height: 25px;
}
.inlineTable thead th {
	padding: 15px 10px 15px 10px;
	text-align: left;
	font-weight: normal;
	font-size: 0.8em;
	border-left: 1px solid #eee;
}
.inlineTable thead th:FIRST-CHILD {
	border-left: 0;
	width: 250px;
}
.inlineTable thead .tableLeftHeader {
	text-align: left;
	font-weight: bold;
}
.inlineTable tbody {
	background: #fffdfd;
}
.inlineTable tbody tr:nth-child(even) {
	background-color: #f5f5ff;
}
.inlineTable tbody td, .inlineTable tbody th {
	vertical-align: middle;
	padding: 15px 10px 15px 10px;
}
.international_calls  .inlineTable tbody tr > th {
	text-align: center;
}
.inlineTable tbody th {
	font-weight: normal;
	text-align: left;
}
.wifi .inlineTable tbody td + td + td {
	text-align: center;
}
.valignTop tbody td {
	vertical-align: top !important;
}
div.tabs .inlineTable {
	margin: 0;
	width: 622px;
}
div.tabs .inlineTable a {
	display: block;
	margin-top: 15px;
	color: #004785;
	padding-left: 1em;
	background: url("/web/resources/images/layout/bullet_bleu_arrow.png") left 4px no-repeat;
}
div.tabs .inlineTable a:hover {
	text-decoration: underline;
}
div.tabs > div {
	padding: 15px 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/**
  * Eléments cachés par defaut
*/
.filter-hidden {
	display: none;
}
/**
 * Table prices
*/
.priceDetailsTable {
	margin: 0;
	width: 100%;
	margin-left: -19px;
}
.priceDetailsTable tbody td {
	vertical-align: top;
	font-size: 14px;
	padding: 0;
	text-align: right;
	background-color: #ffffff;
}
.priceDetailsTable tbody td:first-child {
	padding-left: 25px;
	text-align: left;
	width: 100px;
}
.priceDetailsTable .separator {
	padding-top: 5px;
}
/**
 * Page Content
*/
.home #content,
.tv #content,
.phone #content,
.internet #content,
.forfaits_promotions #content,
.bundles_promotions #content,
.order #content,
.site_map #content,
.socialmedia #content,
.mediassociaux #content {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 25px;
}
#content {
	position: relative;
	margin: 0 auto;
	width: 920px;
	padding-top: 20px;
	padding-bottom: 25px;
}
#main_content a:hover {
	text-decoration: underline;
	color: #999999;
}
#main_content i {
	font-style: normal;
}
#legal .expandLegal {
	width: 11px;
	height: 11px;
	display: inline-block;
	background: url(/web/resources/images/bouton_plus.png) no-repeat;
}
#legal .expandLegal.less {
	width: 11px;
	height: 11px;
	display: inline-block;
	background: url(/web/resources/images/bouton_moins.png) no-repeat;
}
.tv .main_content,
.phone .main_content,
.internet .main_content,
.forfaits_promotions .main_content,
.bundles_promotions .main_content,
.order .main_content,
.socialmedia .main_content,
.mediassociaux .main_content,
.monthly_bill .main_content,
.first_bill .main_content {
	float: left;
	/*width: 655px;*/
	width: 75%;
}
/*REMOVE AFTER TEMPLATE FIX*/
#legal .expandLegal2 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.main_content {
	float: left;
	width: 655px;
}
/*EO REMOVE AFTER TEMPLATE FIX*/
.main_content > h2 {
	margin: 20px 0 10px 0;
}
.home .main_content_full,
.tv .main_content_full,
.phone .main_content_full,
.internet .main_content_full,
.forfaits_promotions .main_content_full,
.bundles_promotions .main_content_full,
.order .main_content_full,
.site_map .main_content_full {
	width: 960px;
	position: relative;
}
.main_content_full {
	width: 920px;
}
/*.main_content_full h2 {
    font-size: 20px;
}*/

.main_content_full .homeProductBox h2 {
	font-size: 20px;
}
.link {
	color: #004785;
	text-decoration: underline;
}
#legal {
	clear: both;
}
.legal {
	color: #454545;
	margin-top: 20px;
	font-size: 11px;
	text-align: justify;
	line-height: 1.5;
}
.legalleft {
	text-align: left;
}
ul.channels-list li .legal, .overlay_content .details .legal {
	margin-top: 11px;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding-top: 5px;
	padding-bottom: 5px;
}
.arrowLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #004785;
	padding-left: 1em;
	background: url("/web/resources/images/layout/bullet_bleu_arrow.png") left .25em no-repeat;
	font-size: 12px;
	text-decoration: none;
}
.arrowLink:hover { text-decoration: underline; }
.next > a.arrowLink {
	background: url("/web/resources/images/layout/bullet_bleu_arrow.png") right 4px no-repeat;
	padding-right: 10px;
}
.arrowLinkBack {
	font-family: Arial, Helvetica, sans-serif;
	color: #004785;
	padding-left: 1em;
	background: url("/web/resources/images/layout/bullet_back_bleu_arrow.png") left 4px no-repeat;
	font-size: 12px;
}
.arrowLink.green {
	color: green;
	background: url("/web/resources/images/layout/bullet_green_arrow.png") left 4px no-repeat;
}
.arrowLink.large {
	font-family: Arial, Helvetica, sans-serif;
	color: #004785;
	padding-left: 2em;
	background: url("/web/resources/images/layout/bullet_bleu_arrow_large.png") 8px 13px no-repeat;
	font-size: 12px;
}
.opened .arrowLink {
	background: url(/web/resources/images/layout/expanded_bullet_bleu_arrow_large.png) 8px 20px no-repeat;
}
/*.arrowLink:hover {
    text-decoration:underline;
}*/

/**
 * Lists
*/
.arrowList li {
	color: #004785;
	display: list-item;
	margin-left: 1em;
	list-style-image: url("/web/resources/images/layout/bullet_bleu_arrow.png");
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 8px;
}
.arrowListGreen li {
	color: #2C6D00;
	display: list-item;
	margin-left: 1em;
	list-style-image: url("/web/resources/images/layout/bullet_green_arrow.png");
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
	position: relative;
	z-index: 999;
}
.arrowList li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004785;
}
.arrowList li a:hover {
	text-decoration: underline;
}
.arrowList[data-cgo-utils="ulExpandCollapse"] li.expanded > a {
	font-weight: bold;
}
.pdfList li {
	color: #004785;
	display: list-item;
	margin-left: 1em;
	list-style-image: url("/web/resources/images/layout/icon_pdf_list.png");
	font-size: 12px;
}
.pdfList li a {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004785;
}
/*
ul li
{
    list-style-type: none;

}*/

.arrowListBack li {
	list-style-image: url("/web/resources/images/layout/bullet_back_bleu_arrow.png");
	margin-left: 10px;
}
.bulletListNone li {
	list-style: none;
	margin-left: 1em;
	padding-bottom: 5px;
	color: inherit;
}
.listStyleNone {
	list-style-type: none;
}
/** TAB NAV */
#page.tv.remote_recorder_tivo #pageTab,
#page.tv.remote_recorder #pageTab {
	margin-bottom: -2px;
}
#page.tv.remote_recorder_tivo #pageTab + div,
#page.tv.remote_recorder #pageTab + div {
	border-top-left-radius: 0;
}
/*ul.pageTab {margin-top:15px;list-style: none;}*//*
ul.pageTab.c3 {margin-top:15px;list-style: none;height:53px;}
ul.pageTab.c4 {margin-top:15px;list-style: none;height:53px;}
ul.pageTab.c6 {margin-top:15px;list-style: none;height:54px;}*/

ul.pageTab, ul.pageTab.c3, ul.pageTab.c4, ul.pageTab.c6 {
	list-style: none;
	height: 53px;
}
ul.pageTab.c6 {
	height: 54px;
}
ul.pageTab > li {
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	margin-bottom: -1px;
	background: #e5e5e5; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #e5e5e5); /* for firefox 3.6+ */
	padding: 0;
}
ul.pageTab ~ div.box {
	padding-top: 25px;
}
ul.pageTab > li.pageTabUnelected {
}
ul.pageTab > li.pageTabSelected {
	filter: none;
	border-bottom-color: #fff;
	background: #fff;
	font-size: 18px;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	text-align: left;
}
ul.pageTab > li > a {
	display: block;
	padding: 15px;
	font-size: 18px;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	text-align: left;
}
ul.pageTab > li > a:hover {
	color: #454545;
	text-decoration: none;
}
.main_content_full ul.pageTab.c3 > li > a {
	width: 288px;
}
.main_content_full ul.pageTab.c3 > li.pageTabSelected {
	width: 288px;
}
.main_content_full ul.pageTab.c4 > li > a {
	width: 208px;
}
.main_content_full ul.pageTab.c3 > li.pageTabSelected {
	width: 288px;
	padding: 0 30px 0 0;
}
.main_content_full ul.pageTab.c4 > li.pageTabSelected {
	width: 208px;
	padding: 0 30px 0 0;
}
/*pageTab for QC*/
.main_content_full ul.pageTab.c6 > li > a {
	width: 128px;
	height: 40px;
	padding: 5px 15px 8px 15px;
	line-height: 20px;
}
.main_content_full ul.pageTab.c6 > li.pageTabSelected {
	width: 128px;
	height: 40px;
	padding: 5px 15px 8px 15px;
	line-height: 20px;
}
/** Page nav **/
#pageNav, #pageTab {
	position: relative;
	height: 55px;
	margin-bottom: -4px;
}
.pageNav {
	position: absolute;
	list-style: none;
	height: 55px;
	background: url("/web/resources/images/residential/internet/page_nav_bg.png") left top no-repeat;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pageNav li {
	float: left;
	text-align: center;
	cursor: pointer;
	display: inline;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
}
.pageNavEdge {
	float: right;
	height: 40px;
	width: 8px;
	background: url("/web/resources/images/residential/internet/page_nav_bg.png") right top no-repeat;
	margin-right: -15px;
	margin-top: -6px;
}
.pageNavSelectedRight {
	float: right;
	background: url("/web/resources/images/residential/internet/page_nav_selected_right.png") right top no-repeat;
	width: 5px;
	height: 40px;
	margin-right: -15px;
	margin-top: -6px;
}
.pageNavSelectedLeft {
	float: left;
	background: url("/web/resources/images/residential/internet/page_nav_selected_left.png") left top no-repeat;
	width: 5px;
	height: 40px;
	margin-left: -15px;
	margin-top: -6px;
}
.selectedTitle {
	float: left;
}
.pageNavSelected {
	color: #FFFFFF;
	border-radius: 3px;
	background: url("/web/resources/images/residential/internet/page_nav_selected_bg.png") center top no-repeat;
}
.pageNavUnselected {
	background: url("/web/resources/images/residential/internet/page_nav_separator.png") no-repeat scroll right 2px transparent;
}
.pageNav a {
	text-decoration: none;
	color: #454545;
}
/*.pageNavSelected + .pageNavUnselected {
    padding-left: 15px;
}*/

.pageNavSelected a {
	color: #FFFFFF;
	text-decoration: none;
}
.pageNavSelected a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.pageNavUnselected.firstMenu {
	padding-left: 15px;
}
.pageNavUnselected:hover {
	color: #999999;
}
.pageNavSeparator {
	float: right;
	width: 3px;
	height: 27px;
	background: url("/web/resources/images/residential/internet/page_nav_separator.png") center top no-repeat;
	margin-top: -5px;
	margin-left: 15px;
}
/* Layout components */

.hidden {
	display: none;
}
.clearBoth {
	clear: both !important;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.button .clearBoth {
	float: none !important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignRight {
	text-align: right;
}
.positionAbsolute {
	position: absolute;
}
/* spacings */

.bottomSpacing {
	margin-bottom: 15px;
}
.bottomSpacing5 {
	margin-bottom: 5px;
}
.bottomSpacing30 {
	margin-bottom: 30px;
}
.bottomSpacingSmall {
	margin-bottom: 15px;
}
.bottomSpacingNone {
	margin-bottom: 0;
}
.rightSpacing {
	margin-right: 15px;
}
.topSpacingNone {
	margin-top: 0;
}
.topSpacing {
	margin-top: 15px;
}
.topSpacing5 {
	margin-top: 8px;
}
.topSpacing10 {
	margin-top: 10px;
}
.topSpacing20 {
	margin-top: 20px;
}
.topSpacing30 {
	margin-top: 30px;
}
.topSpacing35 {
	margin-top: 35px;
}
.topSpacingMinus {
	margin-top: -15px;
}
.topSpacingMinus10 {
	margin-top: -10px;
}
.topSpacingMinus25 {
	margin-top: -25px;
}
.topSpacingMinus40 {
	margin-top: -40px;
}
.bigTopSpacing {
	margin-top: 25px;
}
.biggerTopSpacing {
	margin-top: 45px;
}
.leftSpacing {
	margin-left: 15px;
}
.leftSpacingMinus {
	margin-top: -10px;
}
.leftSpacingMinus15 {
	margin-left: -15px;
}
.leftSpacing10 {
	margin-left: 8px;
}
.leftSpacing20 {
	margin-left: 20px;
}
.leftSpacing25 {
	margin-left: 25px;
}
.leftSpacing35 {
	margin-left: 35px;
}
.leftSpacing50 {
	margin-left: 50px;
}
.leftSpacing200 {
	margin-left: 200px;
}
/* paddings */
.bottomPadding {
	padding-bottom: 15px;
}
.bottomPadding5 {
	padding-bottom: 5px;
}
.bottomPaddingNone {
	padding-bottom: 0 !important;
}
.rightPadding {
	padding-right: 15px;
}
.rightPadding5 {
	padding-right: 5px;
}
.rightPadding20 {
	padding-right: 20px;
}
.rightPadding30 {
	padding-right: 30px;
}
.topPadding {
	padding-top: 15px;
}
.topPadding10 {
	padding-top: 10px;
}
.topPaddingSmall {
	padding-top: 5px;
}
.leftPadding {
	padding-left: 15px;
}
.leftPadding5 {
	padding-left: 5px;
}
.leftPadding50Percent {
	padding-left: 50%;
}
.leftPadding90 {
	padding-left: 90px;
}
/* borders */
.rightBorder {
	border-right: 1px solid #E0E0E0;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
/** Buttons **/

.buttonPink {
	cursor: pointer;
	white-space: nowrap;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	display: inline-block;
	margin-bottom: 15px;
	border: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-size: 13px;
	line-height: 13px;
	background: #ea046f;
	box-shadow: inset 0 -15px 15px #c2055d;
	text-shadow: 1px 1px #000;
}
.buttonPink:hover {
	text-decoration: none;
	background: #ec6ba7;
	box-shadow: inset 0 -15px 15px #da3e87;
}
.buttonPink:focus {
	outline-style: dotted;
	outline-color: #000000;
	outline-width: 1px;
}
.buttonPink.largeButton {
	font-size: 16px;
	border-radius: 5px;
	padding: 10px 20px;
}
.checkAvailForm .buttonCss {
	padding: 5px 10px;
}
.buttonCss, .buttonLink, .submitButton {
	cursor: pointer;
	/*white-space: nowrap;*/
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	display: inline-block;
	margin-bottom: 15px;
	border: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-size: 13px;
	line-height: 13px;
	background: #005196;
	box-shadow: inset 0 -15px 15px #003f77;
	text-shadow: 1px 1px #000;
}
.buttonCss:hover, .buttonLink:hover, .submitButton:hover,
.buttonCss:focus, .buttonLink:focus, .submitButton:focus,
.tv-technology:hover .buttonCss {
	box-shadow: inset 0 12px 18px #4097E5;
	background-color: #005795;
	text-decoration: none;
}
.buttonCss.large {
	display: block;
	max-width: 150px;
	padding: 10px 20px;
	margin: 0 auto;
	font-size: 18px;
}
.containerRight > .buttonCss {
	margin-top: -5px;
}
/******************************************************************/
/** Buttons Wifi**/
.buttonWifi {
	cursor: pointer;
	white-space: nowrap;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	display: inline-block;
	margin-bottom: 15px;
	border: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-size: 15px;
	line-height: 13px;
}
.buttonWifi:focus,
.buttonWifi {
	background-color: transparent;
	color: #004785;
	text-decoration: none;
}
.buttonWifi.large {
	display: block;
	max-width: 150px;
	padding: 10px 20px;
	margin: 0 auto;
	font-size: 18px;
}
.containerRight > .buttonWifi {
	margin-top: -5px;
}
/******************************************************************/
/** Buttons Packages**/
.buttonCenter {
	margin-left: 28%;
}
.buttonCenterOrder {
	margin-left: 33%;
}
.rolloverPackage a {
	display: block;
	width: 100%;
	height: 28px;
	padding-top: 11px;
	font-size: 15px;
	color: #454545;
	background: url("/web/resources/images/bouton_forfaits_out.png") repeat-x;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 0 4px 1px #888;
}
.rolloverPackage a:hover {
	background: url("/web/resources/images/bouton_forfaits_over.png") repeat-x;
}
.rolloverPackage a {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	padding-top: 9px;
	font-size: 16px;
	font-family: MyriadProRegular;
	color: black;
	background: url("/web/resources/images/bouton_forfaits_out.png") repeat-x;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 0 2px 1px #888;
}
.rolloverPackage a > span {
	font-size: 8px;
	color: #1b5589;
	position: absolute;
	bottom: 3px;
	right: 8px;
}
.rolloverPackageStandard a {
	display: block;
	width: 136px;
	padding: 10px 10px 16px 0;
	font: bold 13px sans-serif;;
	color: #454545;
	background: url("/web/resources/images/standard_bouton.png") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
.rolloverPackageStandard a:hover {
	background-position: 0 -41px;
}
.rolloverPackageHd a {
	display: block;
	width: 136px;
	padding: 10px 10px 16px 0;
	font: bold 13px sans-serif;;
	color: #454545;
	background: url("/web/resources/images/hd_bouton.png") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
.rolloverPackageHd a:hover {
	background-position: 0 -41px;
	color: #454545;
}
.rolloverPackageBase a {
	display: block;
	width: 272px;
	padding: 10px 10px 16px 0;
	font: bold 13px sans-serif;;
	color: #454545;
	background: url("/web/resources/images/base_numerique_bouton.png") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
.rolloverPackageBase a:hover {
	background-position: 0 -41px;
	color: #454545;
}
/*##############################################################################*/

/** Buttons Packages EN**/

.rolloverPackageStandard_en a {
	display: block;
	width: 136px;
	padding: 10px 10px 16px 0;
	font: bold 13px sans-serif;;
	color: #454545;
	background: url("/web/resources/images/standard_bouton_en.png") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
.rolloverPackageStandard_en a:hover {
	background-position: 0 -41px;
}
.rolloverPackageHd_en a {
	display: block;
	width: 136px;
	padding: 10px 10px 16px 0;
	font: bold 13px sans-serif;;
	color: #454545;
	background: url("/web/resources/images/hd_bouton_en.png") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
.rolloverPackageHd_en a:hover {
	background-position: 0 -41px;
	color: #454545;
}
.rolloverPackageBase_en a {
	display: block;
	width: 272px;
	padding: 10px 10px 16px 0;
	font: bold 13px sans-serif;;
	color: #454545;
	background: url("/web/resources/images/base_numerique_bouton_en.png") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
.rolloverPackageBase_en a:hover {
	background-position: 0 -41px;
	color: #454545;
}
/*##############################################################################*/
.rolloverPackageStandardEn a {
	display: block;
	width: 136px;
	padding: 10px 10px 16px 0;
	font: bold 13px sans-serif;;
	color: #454545;
	background: url("/web/resources/images/standard_bouton.png") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
.rolloverPackageStandardEn a:hover {
	background-position: 0 -41px;
}
.rolloverPackageHdEn a {
	display: block;
	width: 136px;
	padding: 10px 10px 16px 0;
	font: bold 13px sans-serif;;
	color: #454545;
	background: url("/web/resources/images/hd_bouton.png") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
.rolloverPackageHdEn a:hover {
	background-position: 0 -41px;
	color: #454545;
}
.rolloverPackageBaseEn a {
	display: block;
	width: 272px;
	padding: 10px 10px 16px 0;
	font: bold 13px sans-serif;;
	color: #454545;
	background: url("/web/resources/images/base_numerique_bouton_en.png") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
.rolloverPackageBaseEn a:hover {
	background-position: 0 -41px;
	color: #454545;
}
/********************************************************************************/
/*
a.button, input[type="submit"].button {
	cursor:pointer;
	font-family:verdana;
	font-size:11px;
	padding:4px 15px;
	display:inline-block;
	box-shadow:inset 0 10px 10px #0d5ea2;
	color:#fff;
	background-color:#003566;
	clear:both;
	border-radius:5px;
	margin:0 0 15px 0;
	border:1px solid #4097E5;
	transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;
}

a.button:hover, input[type="submit"].button:hover {
	box-shadow:inset 0 10px 15px #4097E5;
	background-color:#005795;
	transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;
}
*/
.button a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	outline: none;
}
.button {
	max-width: 250px;
	display: inline;
}
.button li {
	cursor: pointer;
	float: left;
	display: inline;
	background: url("/web/resources/images/button.png") left top no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	color: #ffffff;
	height: 18px;
	font-size: 11px;
}
.button li:hover {
	background: url("/web/resources/images/button.png") left bottom no-repeat;
	text-decoration: none;
}
.button span:hover {
	background: url("/web/resources/images/button.png") left bottom no-repeat;
}
.button .leftButtonBg {
	cursor: pointer;
	float: left;
	display: inline;
	background: url("/web/resources/images/button.png") left top no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	color: #ffffff;
	height: 18px;
	font-size: 11px;
}
.button .buttonBlue {
	float: left;
	display: inline;
	margin-left: -5px;
	background: url("/web/resources/images/button_edge.png") right top no-repeat;
	width: 5px;
	height: 22px;
}
#accessibilityForm > label {
	display: inline-block;
	width: 225px;
}
/* FORMS */
.box.accessibilityPage > form {
	display: block;
}
.box.accessibilityPage > form > h2, .box.accessibilityPage > form > h3 {
	font-size: 17px;
}
.box.accessibilityPage > form > div > label {
	padding: 5px 15px 0 0;
	float: left;
	width: 250px;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: right;
}
.box.accessibilityPage > form > div > span.labelSpan {
	padding: 5px 15px 0 0;
	float: left;
	width: 250px;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: right;
}
.box.accessibilityPage > form > div > label + span {
	float: left;
	margin: 20px 0 0 -155px;
	width: 140px;
	text-align: right;
	font-size: 0.8em;
	color: #999;
}
.box.accessibilityPage > form > div > label ~ input, .box.accessibilityPage > form > label ~ textarea, .box.accessibilityPage > form > label ~ select {
	float: left;
	width: 250px;
	font-size: 1.2em;
	margin: 0 15px 15px 0;
	border: 1px solid #666;
	padding: 5px;
	box-shadow: inset 0 2px 8px #ddd;
	border-radius: 2px;
}
.box.accessibilityPage > form > div > span ~ input[type="radio"] {
	width: auto;
	float: inherit;
	margin-right: 5px;
	margin-left: 5px;
}
.box.accessibilityPage > form > div > label.spanLabel {
	width: auto;
	float: inherit;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0;
}
.box.accessibilityPage > form > div > label.error {
	float: left;
	margin: 20px 0 0 -412px;
	width: 120px;
	padding: 0;
	z-index: 999;
	font-size: 10px;
	color: #ff0000;
}
.box.accessibilityPage > form > div > input[type="submit"] {
	text-align: center;
	margin-left: 195px;
	min-width: 130px;
	width: auto;
	display: block;
}
.box.accessibilityPage > form > div > hr {
	display: block;
	margin-top: 20px;
}
.box.accessibilityPage > form > div {
	clear: both;
}
/* Form submit button */

.boxPackageTall div a.buttonLink {
	margin-bottom: 0;
}
.unavailablePackage {
	position: relative;
}
.unavailablePackage div a.buttonLink {
	margin-bottom: 0;
	margin-top: 19px;
}
.lt-ie9 .unavailablePackage {
	filter: alpha(opacity=50);
}
.lt-ie9 .unavailablePackage div a.buttonLink {
	margin-top: 20px;
}
/********************************************************************************/
/**
 * White Box
*/
.box .content {
	margin-right: 8px;
	padding: 13px;
	padding-bottom: 20px;
}
.box .content h3:first-child {
	margin-top: 0;
}
.box.css {
	border: 1px solid;
	border-radius: 5px 5px;
	padding: 15px;
	margin-bottom: 15px;
	border-color: #e7e7e7 #cbcbcb #cbcbcb #e7e7e7;
	background-color: #ffffff;
}
.box.css.connected {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.box.css.connectedTop {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
	margin-top: 0;
}
.box.css.connectedBoth {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
	margin-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
	margin-top: 0;
}
.box.css.connected.shadowed {
	box-shadow: inset 0 4px 18px -7px #b5b5b5;
	border-top: solid 1px #b5b5b5;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 80%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #f4f4f4), color-stop(100%, #e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 80%, #e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 80%, #e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 80%, #e3e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 80%, #e3e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e3e3e3', GradientType=0); /* IE6-9 */
}
.orderArrow.between + .box.css,
.box.css.connected + .box.css {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.box.css.withSectionSepConnector {
	padding-top: 40px;
	position: relative;
}
.box.css.withSectionSepConnector .boxSectionSeparator {
	position: absolute;
	background: transparent url(/web/resources/images/residential/box-section-separator.png) repeat-x 0 0;
	height: 50px;
	min-height: 15px;
	max-height: 50px;
	top: -25px;
	left: 0;
	right: 0;
}
.box.css.topGradient {
	border-top: 2px solid #b5b5b5;
	position: relative;
	background: -moz-linear-gradient(top, rgba(181, 181, 181, 0.5) 0%, rgba(255, 255, 255, 1) 15%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181, 181, 181, 0.5)), color-stop(15%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(181, 181, 181, 0.5) 0%, rgba(255, 255, 255, 1) 15%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(181, 181, 181, 0.5) 0%, rgba(255, 255, 255, 1) 15%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(181, 181, 181, 0.5) 0%, rgba(255, 255, 255, 1) 15%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(181, 181, 181, 0.5) 0%, rgba(255, 255, 255, 1) 15%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5b5b5', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.box.css.topGradient.orderArea {
	background: -moz-linear-gradient(top, rgba(181, 181, 181, 0.5) -10%, rgba(255, 255, 255, 1) 10%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, rgba(181, 181, 181, 0.5)), color-stop(10%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(181, 181, 181, 0.5) -10%, rgba(255, 255, 255, 1) 10%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(181, 181, 181, 0.5) -10%, rgba(255, 255, 255, 1) 10%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(181, 181, 181, 0.5) -10%, rgba(255, 255, 255, 1) 10%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(181, 181, 181, 0.5) -10%, rgba(255, 255, 255, 1) 10%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColor='#80cccccc', startColorstr='#80cccccc', endColor='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.box.css.topGradientOnly {
	background: rgb(181, 181, 181); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(181, 181, 181, 1) 0%, rgba(255, 255, 255, 1) 56%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181, 181, 181, 1)), color-stop(56%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(181, 181, 181, 1) 0%, rgba(255, 255, 255, 1) 56%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(181, 181, 181, 1) 0%, rgba(255, 255, 255, 1) 56%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(181, 181, 181, 1) 0%, rgba(255, 255, 255, 1) 56%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(181, 181, 181, 1) 0%, rgba(255, 255, 255, 1) 56%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5b5b5', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}
.box.css.removeBottomBorder {
	border-bottom: 0 none;
}
.box.css.removeTopBorder {
	border-top: 0 none;
}
.box.css .triangleSeparator {
	background: url("/web/resources/images/layout/triangle_sep.png") no-repeat center 0;
	position: absolute;
	width: 100%;
	height: 19px;
	top: -1px;
	left: 0;
}
.box.css.moving .decallageHome {
	position: relative;
	padding: 20px 0 0;
}
.box.css.moving .decallageHome .triangleSeparator {
	left: -15px;
	right: -15px;
	width: auto;
}
.moving h2 {
	font-size: 30px;
}
.box.css .plusSeparator {
	background: url("/web/resources/images/layout/separator_plus.png") no-repeat center 0;
	width: 100%;
	height: 37px;
	clear: both;
	display: block;
	margin: 15px 0;
}
.main_content_full .box.css .triangleSeparator {
	background-image: url("/web/resources/images/layout/triangle_sep_full.png")
}
.box.css.pinkBox {
	background: #ea046f;
	box-shadow: inset 0 -15px 15px #c2055d;
	position: relative;
	color: white;
}
.box.css.pinkBox p {
	color: white;
}
.box.css.pinkBox h2 {
	color: white;
}
.box.css.nobg {
	background: none;
	border: none;
}
.box .horizontalLine {
	width: 1px;
	height: 100%;
	background: #f5f5f5;
	float: left;
}
.box .topSplit div, .whiteBox .topSplit div {
	height: 0;
	width: 7px;
	background: #F5F5F5 url(/web/resources/images/layout/fond-arrondi_blanc.png) no-repeat left -10px;
}
.box.css.grey, .box.css.insetBox {
	background-color: #f5f5f5;
	box-shadow: inset 0 3px 6px #fff;
}
.box.css.grey.inset, .box.css.insetBox {
	border-color: #cbcbcb #e7e7e7 #e7e7e7 #cbcbcb;
	box-shadow: inset 0 1px 6px #ddd;
}
.box.css > h1, .box.css > h2, .box.css > h3, .box.css > h4 {
	margin-top: 0;
	padding-top: 0;
}
div.split {
	display: table-cell;
	padding: 0 15px 0 0;
	margin: 0;
}
div.split + div.split {
	padding: 0 15px 0 15px;
	border-left: 1px solid #ddd;
}
div.split:first-child {
	padding: 0 15px 0 0;
}
div.split > h3 {
	margin-top: 0;
	font-size: 1.5em;
	color: #666;
	font-weight: normal;
	letter-spacing: -0.025em;
}
div.split.support-teaser > h2,
.support-teaser > div.split > h2 {
	margin-top: 0;
	font-size: 1.5em;
	color: #666;
	font-weight: normal;
	letter-spacing: -0.025em;
	line-height: 22px;
	word-spacing: 0;
}
/*.support-teaser ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}*/
.main_content .box > .split.c3 {
	width: 192px;
}
.main_content .box > .split.c2 {
	width: 295px;
}
.main_content_full .box > .split.c4 {
	width: 205px;
}
.main_content_full .box > .split.c4x2 {
	width: 415px;
}
.main_content_full .box > .split.c3 {
	width: 283px;
}
.main_content_full .box > .split.c2 {
	width: 441px;
}
/*.main_content_full .box > .split .billing_moving > li {
	margin: 0;
	padding: 0;
	list-style: none !important;
}*/
.main_content_full .box > .split.billing_moving p + p {
	margin-bottom: 0px;
}

.bulletList {
	/*margin-left:1.5em;*/
	padding-left: 1.5em;
	margin-bottom: 15px;
}
.box > ul.bulletList + h3 {
	margin-top: 1em;
}
.box > ul li {
	padding-bottom: 5px;
}
.bulletList li {
	list-style-image: url("/web/resources/images/layout/bullet_bleu_circle.png");
	padding-bottom: 5px;
}
.bulletList li a {
	text-decoration: underline;
}
.box .arrowList li {
	list-style-image: url("/web/resources/images/layout/bullet_bleu_arrow.png");
}
.box .arrowList li.expanded {
	list-style-image: url("/web/resources/images/layout/expanded_blue_arrow.png");
	background-image: none;
}
.box .arrowListBack {
	margin-bottom: 10px;
}
.box .arrowListBack li {
	list-style-image: url("/web/resources/images/layout/bullet_back_bleu_arrow.png");
}
ul.arrowListNR > li {
	/* NR = Non-Recursive */
	list-style-image: url("/web/resources/images/layout/bullet_bleu_arrow.png");
	margin-left: 15px;
}
ul.arrowListNR > li.expanded {
	/* NR = Non-Recursive */
	list-style-image: url("/web/resources/images/layout/expanded_blue_arrow.png");
	background-image: none;
}
ul.arrowListNR > li li {
	/* NR = Non-Recursive */
	list-style-image: none;
	list-style: disc;
	margin-left: 15px;
}
ul.arrowListNR > li ol li {
	/* NR = Non-Recursive */
	list-style-image: none;
	list-style: decimal;
	margin-left: 15px;
}
.btnOnly {
	margin-top: -12px;
}
.page_box > .box_top {
	clear: both;
	margin: -15px 0 0 -15px;
	width: 655px;
	padding: 0;
	background: #F5F5F5 url(/web/resources/images/layout/box_white_edge.png) left top no-repeat;
	height: 15px;
}
.page_box {
	width: 625px;
	margin: 0;
	padding: 15px;
	background: #F5F5F5 url(/web/resources/images/layout/box_white_body.png) left top repeat-y;
}
.internet .page_box {
	width: 715px;
	margin: 0;
	padding: 15px;
	background: #F5F5F5 url(/web/resources/images/layout/box_white_body.png) left top repeat-y;
}
.page_box > .box_bottom {
	clear: both;
	width: 655px;
	padding: 0;
	background: #F5F5F5 url(/web/resources/images/layout/box_white_edge.png) left bottom no-repeat;
	height: 15px;
	margin: 0 0 -15px -15px;
}
.boxHeight40 {
	height: 40px;
}
.frameSet {
	margin-right: 5px;
	font-size: 10px;
}
.frameSet .content {
	margin-right: 5px;
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.frameSet h3, .frameSet h4 {
	width: 94px;
	line-height: 20px;
	text-align: center;
	padding: 0;
	margin-top: -20px !important;
	margin-bottom: 5px;
	margin-left: 0;
	background: url("/web/resources/images/residential/tv/bg_forfait_standard.png") left top no-repeat;
	font-size: 14px;
	font-weight: bold;
}
.minHeight243 .content {
	/* My Account */
	min-height: 243px;
}
/**
 * Bubble info
*/
.bubbleInfo {
	cursor: pointer;
	padding: 0 0 10px 0;
	margin: 0;
	display: inline-block;
}
.bubbleInfo > h4 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.bubbleInfo > table {
	width: 100%;
}
.bubbleInfo > a > span {
	display: block;
	padding-left: 35px;
	padding-right: 20px !important;
	padding-bottom: 38px;
	margin: 25px 0 0 15px;
	width: 210px;
	font-size: 11px;
	background: url("/web/resources/images/layout/bubble.png") no-repeat -15px bottom;
}
span.bubbleInfo.left {
	position: relative;
}
.bubbleInfo.left > a > span {
	display: block;
	padding-left: 35px;
	padding-right: 20px !important;
	padding-bottom: 38px;
	margin: 25px 0 0 15px;
	width: 195px;
	font-size: 11px;
	margin-left: 2px;
	background: url("/web/resources/images/layout/bubble_left.png") no-repeat 0 bottom;
}
.bubbleInfo > a {
	color: #454545;
	display: inline;
	overflow: hidden;
	position: absolute;
	text-align: left;
	margin: 0;
	width: 16px;
	height: 16px;
	background: url("/web/resources/images/layout/bubble.png") no-repeat left top;
	z-index: 0;
	max-height: 90px;
	text-decoration: none !important;
}
.bubbleInfo > a:hover, .bubbleInfo > a:focus {
	overflow: visible;
	width: 280px;
	z-index: 999;
	height: 25px;
}
.bubbleInfo.left > a:hover, .bubbleInfo.left > a:focus {
	overflow: visible;
	width: 282px;
	z-index: 999;
	height: 25px;
	position: absolute;
	left: -267px;
	margin-top: 0;
	background: url("/web/resources/images/layout/bubble_left.png") no-repeat right top;
}
.pinkBox .bubbleInfo > a {
	background: url("/web/resources/images/layout/bubble_white.png") no-repeat left top;
}
.bubbleInfoError {
	display: none;
}
.bubbleInfoError > a {
	background: url("/web/resources/images/layout/bubble_error.png") no-repeat left top;
}
/**
  * Price bubble
*/

.priceBubble {
	width: 210px;
	font-size: 14px;
	line-height: 14px;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
}
.priceBubble .label {
	position: relative;
	display: block;
	width: 165px;
	height: 20px;
	float: left;
}
.priceBubble .price {
	position: relative;
	display: block;
	width: 40px;
	height: 20px;
	float: left;
	text-align: right;
}
.priceBubble .long {
	height: 40px;
}
.priceBubble .separator {
	position: relative;
	display: block;
	width: 200px;
	margin-top: 10px;
	height: 10px;
	float: left;
	border-top: 1px solid #454545;
}
/**
 * Boxes
*/

.infoBox {
	background: url("/web/resources/images/layout/exclamation_point_small.png") 10px top no-repeat;
	padding: 0 0 0 32px;
	margin: 15px 0;
	font-size: 12px;
}
.largeInfoBubble {
	background: url("/web/resources/images/layout/exclamation_point.png") no-repeat;
	padding-left: 37px;
	min-height: 26px;
}
.tv .accueilColumnLeft,
.phone .accueilColumnLeft,
.internet .accueilColumnLeft {
	float: left;
	/*width: 380px;*/
	width: 50%;
	margin-right: 0;
	padding-right: 7px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.accueilColumnLeft {
	float: left;
	width: 380px;
	margin-right: 15px;
}
.accueilColumnRight {
	float: left;
	width: 260px;
}
.tv .accueilColumnRight,
.phone .accueilColumnRight,
.internet .accueilColumnRight {
	float: left;
	/*width: 260px;*/
	width: 50%;
	padding-left: 8px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
i.ico-support-tv.thumb_forfaits {
	margin: 0 33px 21px 47px;
	float: right;
}
i.ico-cogeco-int.thumb_forfaits {
	margin: -5px 10px 0 0;
	float: right;
}
i.ico-cogeco-phone.thumb_forfaits {
	margin: -5px 10px 0 0;
	float: right;
}
.accueilTvThumb_forfaits {
	background: url('/web/resources/images/residential/tv/thumb_forfaits_tv.png');
	width: 160px;
	height: 80px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.accueilThumbnail {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.accueilThumbnailRight {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
.accueilThumbnailSmall {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 55px;
	height: 50px;
}
.accueilThumbnailMedium {
	float: right;
	margin-left: 0;
	margin-bottom: 20px;
	width: 80px;
}
/**
 * Various
*/
.packageDisclaimer_box {
	/*width:100%;*/
	height: 30px;
	display: block;
	margin-left: 70px;
	margin-top: -15px;
}
.packageExclamation {
	float: left;
	width: 35px;
}
.packageDisclaimer {
	float: left;
	width: 180px;
	font-size: 10px;
}
.packageDisclaimer_detail {
	float: left;
	width: 300px;
	font-size: 10px;
	padding-top: 6px;
}
.decallageForfaitsCombines {
	width: 75%;
	position: relative;
	margin-bottom: 30px;
}
.imageForfaitsCombines {
	position: absolute;
	top: -40px;
	right: -170px;
}
.boxPackage {
	float: left;
	width: 288px;
	height: 260px;
}
.boxPackageTall {
	float: left;
	width: 288px;
	/*height: 290px;*/
}
.internet .boxPackageTall {
	float: left;
	width: 320px;
	/*height: 290px;*/
}
/*
* MULTI CULTURAL PACKAGES
*
*/
.promo_packages_multicultural .tvchannel_logo, .promo_packages_multicultural .tvchannel_hd {
	text-align: center;
}
/*
* HOME PAGE RESI REDESIGN
*
*/

.homeProductResi {
	width: 147px;
	height: 220px;
	margin-right: 5px;
}
.homeProductResi img {
	margin-left: -5px;
}
.homeProductResi h1 {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 6px;
	color: #454545;
	font-weight: normal;
	line-height: 20px;
}
.box.css.homeProductBox {
	float: left;
	padding: 0;
	text-align: center;
}
.homeProductBox > a {
	float: left;
	border-right: solid 1px #d5d5d5;
	padding: 25px 14px 36px 14px;
	height: 166px;
}
.homeProductBox > a.lastProduct {
	border: none;
	padding: 25px 0 36px 15px;
	width: 153px;
}
.homeProductBox > a > h2 {
	margin-bottom: 18px;
	margin-top: 10px;
}
.homeProductBox > a.lastProduct > h2 {
	margin-top: 4px;
	line-height: 18px;
}
.homeProductBox > a > img {
	width: 135px;
}
.homeProductBox.scaleHover > a {
	position: relative;
	text-align: center;
	color: #454545;
	width: 25%;
	height: 214px;
	*width: 141px; /* IE 7 doesn't support box-sizing */
	*height: 166px; /* IE 7 doesn't support box-sizing */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.homeProductBox.scaleHover > a + a {
	*width: 141px; /* IE 7 doesn't support box-sizing */
}
.homeProductBox.scaleHover > a:hover,
.homeProductBox.scaleHover > a:focus {
	background-color: #efefef;
	text-decoration: none;
}
.homeProductBox.scaleHover > a:focus {
	outline: 1px dashed #d5d5d5;
}
.homeProductBox.scaleHover > a img {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 100%;
	width: 96% \9; /* IE8 and bellow (\9 hack) */
	*width: 135px;
	-moz-transform: scale(.96);
	-webkit-transform: scale(.96);
	-o-transform: scale(.96);
	-ms-transform: scale(.96);
	transform: scale(.96);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.homeProductBox.scaleHover > a:hover img,
.homeProductBox.scaleHover > a:focus img {
	width: 100%;
	*width: 135px;
	-moz-opacity: .85;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	/*margin-top:-5px;*/
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.homeProductBox.scaleHover > a i[class^="ico-cogeco-"],
.homeProductBox.scaleHover > a i[class^="icon-tivo-"] {
	margin: 0 auto;
	padding: 0;
	-moz-transform: scale(.96);
	-webkit-transform: scale(.96);
	-o-transform: scale(.96);
	-ms-transform: scale(.96);
	transform: scale(.96);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.lt-ie9 .homeProductBox.scaleHover > a i[class^="ico-cogeco-"],
.lt-ie9 .homeProductBox.scaleHover > a i[class^="icon-tivo-"] {
	zoom: .96
}
.homeProductBox.scaleHover > a:hover i[class^="ico-cogeco-"],
.homeProductBox.scaleHover > a:focus i[class^="ico-cogeco-"],
.homeProductBox.scaleHover > a:hover i[class^="icon-tivo-"],
.homeProductBox.scaleHover > a:focus i[class^="icon-tivo-"] {
	-moz-opacity: .85;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=85);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.lt-ie9 .homeProductBox.scaleHover > a:hover i[class^="ico-cogeco-"],
.lt-ie9 .homeProductBox.scaleHover > a:focus i[class^="ico-cogeco-"],
.lt-ie9 .homeProductBox.scaleHover > a:hover i[class^="icon-tivo-"],
.lt-ie9 .homeProductBox.scaleHover > a:focus i[class^="icon-tivo-"] {
	zoom: 1;
}
.homeProductBox.scaleHover > a h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2.6em;
	overflow: hidden;
	/*font-weight: bold;*/
	margin: 0;
	padding: 1em 0 .5em;
}
.homeProductBox.scaleHover > a img.unavailableScroll {
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.box.css.homeProductCheckAvail {
	float: left;
	height: 184px;
	width: 245px;
	max-height: 200px;
	margin-right: 7px;
	position: relative;
	z-index: 1;
}
.gradientBg {
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f8f8f8 15%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(15%, #f8f8f8), color-stop(100%, #dfdfdf));
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #f8f8f8 15%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%, #f8f8f8 15%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%, #f8f8f8 15%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #fdfdfd 0%, #f8f8f8 15%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#dfdfdf', GradientType=0);
}
.box.css.homeProductBox {
	float: left;
	padding: 0;
	width: 70%;
	text-align: center;
	position: absolute;
	left: 286px;
}
/**
 * What's NEW
*/
.whatsNew h2 {
	margin: 0;
	padding: 0;
}
.whatsNew .date {
	margin-bottom: 15px;
}
.whatsNew .leftColumn {
	display: inline;
	float: left;
	width: 160px;
}
.whatsNew .rightColumn {
	display: inline;
	float: right;
	width: 440px;
}
/**
 * Preset boxes
*/

.boxWidth150 {
	float: left;
	width: 150px;
}
.boxWidth220 {
	float: left;
	width: 220px;
}
.boxWidth240 {
	float: left;
	width: 240px;
}
.boxWidth270 {
	float: left;
	width: 270px;
}
.boxWidth300 {
	float: left;
	width: 299px;
}
.boxWidth194 {
	float: left;
	width: 194px;
}
.boxWidth380 {
	float: left;
	width: 380px;
}
.boxWidth420 {
	float: left;
	width: 420px;
}
.boxWidth450 {
	float: left;
	width: 449px;
}
.boxWidth50percent {
	float: left;
	width: 44.2%;
}
.column1of2 {
	vertical-align: top;
	display: block;
	width: 50%;
	margin-right: 7px;
	float: left;
	border-right: solid 1px #cccccc;
}
.column2of2 {
	vertical-align: top;
	display: block;
	width: 45%;
	margin-left: 7px;
	float: left;
}
.column15Percent {
	float: left;
	width: 15%;
}
.column20Percent {
	float: left;
	width: 20%;
}
.column25Percent {
	float: left;
	width: 25%;
}
.contact_retailer .column30Percent {
	min-height: 200px;
}
.column30Percent {
	float: left;
	width: 30%;
}
.column33Percent {
	float: left;
	width: 33%;
}
.column35Percent {
	float: left;
	width: 35%;
}
.column40Percent {
	float: left;
	width: 40%;
}
.contact_detaillants .column45Percent {
	min-height: 130px !important;
}
.column45Percent {
	float: left;
	width: 45%;
}
.column45PercentRight {
	float: right;
	width: 45%;
}
.column48Percent {
	float: left;
	width: 48%;
}
.column48PercentRight {
	float: right;
	width: 48%;
}
.column50Percent {
	float: left;
	width: 50%;
}
.column50Percent > h3 {
	margin-top: 0;
}
.column50Percent > h3 ~ h3 {
	margin-top: 15px;
}
.columnSeperator > * {
	margin-right: 15px;
}
.columnSeperator + .columnSeperator {
	border-left: 1px solid #eee;
	margin: 0 0 0 -15px;
}
.columnSeperator + .columnSeperator > * {
	margin-left: 15px;
	margin-right: 0;
}
.column55Percent {
	float: left;
	width: 55%;
}
.column60Percent {
	float: left;
	width: 60%;
}
.column65Percent {
	float: left;
	width: 65%;
}
.column70Percent {
	float: left;
	width: 70%;
}
.column75Percent {
	float: left;
	width: 75%;
}
.column80Percent {
	float: left;
	width: 80%;
}
.column90Percent {
	width: 90%;
}
.column100Percent {
	width: 100%;
}
.boxHeight70 {
	height: 70px;
}
.boxHeight50 {
	height: 69px;
}
.boxHeight25 {
	height: 25px;
}
.boxHeight100 {
	height: 100px;
}
.boxHeight130 {
	height: 130px;
}
.boxHeight150 {
	height: 150px;
}
.boxHeight150 h3 {
	margin-top: 0;
}
.boxHeight160 {
	height: 160px;
}
.boxHeight160 h3 {
	margin-top: 0;
}
.boxHeight170 {
	height: 170px;
}
.boxHeight170 h3 {
	margin-top: 0;
}
.boxHeight180 {
	height: 180px;
}
.boxHeight180 h3 {
	margin-top: 0;
}
.boxHeight190 {
	height: 180px;
}
.boxHeight190 h3 {
	margin-top: 0;
}
.boxHeight200 {
	height: 200px;
}
.boxHeight200 h3 {
	margin-top: 0;
}
.boxHeight220 {
	height: 220px;
}
.boxHeight240 {
	height: 240px;
}
.boxHeight250 {
	height: 250px;
}
.boxHeight260 {
	height: 260px;
}
.boxHeight300 {
	height: 300px;
}
/**
 * Price formatter
*/
.priceFormatter {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 28px;
	letter-spacing: -1px;
	text-align: left;
}
.unavailablePackage .priceFormatter, .unavailablePackage span.notAvailable {
	display: none;
}
.unavailableScroll {
	position: absolute;
	bottom: 0;
	right: 0;
}
.priceFormatter > span {
	font-size: 16px;
	vertical-align: super;
}
.priceFormatter > i {
	font-size: 12px;
	margin-top: -3px;
	display: block;
	font-style: normal;
}
.priceFormatter > span.suffix {
	font-size: 11px;
	margin-left: -16px;
	padding-top: 12px;
	line-height: 18px;
	vertical-align: bottom;
}
/* Changes for new price formatting*/
.priceFormatter > span.suffix ~ i ~ i {
	border-top: 1px solid #dddddd;
	padding-top: 8px;
	margin-top: 8px;
}
.priceFormatter ~ .priceFormatter > i {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	font-size: 11px;
}
.tv .priceFormatter > span.suffix ~ i ~ i {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.tv .priceFormatter > span.suffix ~ i {
	border-top: 1px solid #dddddd;
	padding-top: 8px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	font-size: 11px;
}
/* EO Changes for new price formatting*/
html[lang="fr"] .priceFormatter > span.suffix {
	margin-left: -20px;
}
.priceFormatter > .at-zero + span.suffix {
	margin-left: 0;
}
html[lang="fr"] .priceFormatter > .at-zero + span.suffix {
	margin-left: -.5em;
}
.rebateColor {
	color: #0099ff;
}
/*  */

/*  */
a.legalprice {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	letter-spacing: 0;
	font-style: normal;
}
.priceFormatter a.legalprice {
	border-top: medium none;
	margin-top: 0;
	padding-top: 0;
}
.savings-content a.legalprice {
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	width: 50%;
}
#High_Definition_Receiver a.legalprice, .priceFormatter a.legalprice {
	margin-bottom: 5px;
}
/**
 * Expand / Collapse containers
*/
.expandable {
	height: 20px;
	padding-left: 10px;
	overflow: hidden;
	background: url("/web/resources/images/layout/collapsed_blue_arrow.png") left 6px no-repeat;
}
.expanded {
	height: auto;
	/*overflow:hidden;*/
	background: url("/web/resources/images/layout/expanded_blue_arrow.png") left 6px no-repeat;
}
.expandable > a:first-child {
	font-size: 1em;
	margin-left: -10px;
	padding-left: 15px;
	line-height: 20px;
	cursor: pointer;
}
.expandable > a:hover {
	text-decoration: underline;
}
.expandable.expanded.locked > a:hover {
	text-decoration: none;
	cursor: text;
}
.expandAll {
	font-weight: normal;
}
.collapseAll {
	font-weight: normal;
}
/*
* Expandable version 2
*/
.expandableV2 {
	padding-bottom: 10px;
}
.expandableV2 > a {
	text-decoration: none;
}
.expandableV2 > a > div.arrowLink {
	background-color: #efefef;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	border-radius: 3px;
}
.expandableV2 > a + div {
	display: none;
	padding-left: 2em;
}
.expandableV2 > a > div > span {
	display: inline-block;
	text-decoration: none;
}
.expandableV2 .showHide {
	float: right;
	text-decoration: underline;
}
.expandableV2 .showHide > span, .expandableV2 .opened .showHide > span:first-child {
	display: none;
}
.expandableV2 .showHide > span:first-child, .expandableV2 .opened .showHide > span + span {
	display: block;
}
.expand-content {
	color: #454545;
}
.arrowList .expand-content,
.arrowListNR .expand-content {
	line-height: 1.5;
	margin: .5em 0;
	padding: .5em 0 1em;
	border-bottom: 1px solid #e7e7e7;
}
.arrowList .expand-content p,
.arrowListNR .expand-content p {
	margin: 0;
}
.arrowList .expand-content p + p,
.arrowListNR .expand-content p + p {
	margin-top: 1em;
}
.arrowList[data-cgo-utils="ulExpandCollapse"] .expand-content,
.arrowListNR[data-cgo-utils="ulExpandCollapse"] .expand-content {
	display: none;
}
.homeIcon {
	position: absolute;
}
/**
 * boite avec image commandez par telephone
*/
.forfaitFooter {
	width: 725px;
	/*width: 661px;*/
	height: 72px;
	margin-top: -5px;
	margin-left: -2px;
	list-style: none;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
}
.bundle .forfaitFooter {
	width: 100%;
	/*width: 661px;*/
	height: 68px;
	list-style: none;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.savings-box .savings-content img {
	display: block;
	margin: 0 auto;
}
.savings-box .savings-content .package-btn a {
	display: block;
	margin: 0 auto;
	width: 50%;
	text-align: center;
}
.forfaitFooterImage {
	background: url("/web/resources/images/residential/banner_forfait_footer.png") 0 0 no-repeat;
}
.forfaitFooterImage_en {
	background: url("/web/resources/images/residential/banner_forfait_footer_en.png") 0 0 no-repeat;
}
.forfaitFooterImage_fr {
	background: url("/web/resources/images/residential/banner_forfait_footer_fr.png") 0 0 no-repeat;
}
/*BUNDLE BACKGROUND*/
.bundle .forfaitFooterImage_fr {
	background: url("/web/resources/images/residential/banner_forfait_footer_fr.png") center top no-repeat;
}
.forfaitBasDePage {
	font-size: 24px;
	padding: 12px;
	margin-top: 15px;
	margin-right: 15px;
}
.forfaitFooter H2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 12px;
}
.forfaitFooter B {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 8px;
}
.forfaitFooter span {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.rolloverForfaitFooterfr a {
	display: block;
	width: 229px;
	padding: 7px 0 32px 0;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background: url("/web/resources/images/layout/bouton_commender_en_ligne.png") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
.rolloverForfaitFooterfr a:hover {
	background-position: 0 -38px;
	color: #FFFFFF;
	text-decoration: underline;
}
.rolloverForfaitFooteren a {
	display: block;
	width: 165px;
	padding: 7px 0 32px 0;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background: url("/web/resources/images/layout/bouton_order_online.png") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
}
.rolloverForfaitFooteren a:hover {
	background-position: 0 -38px;
	color: #FFFFFF;
	text-decoration: underline;
}
.forfaitFooterLeft {
	margin-top: 8px;
	margin-left: 20px;
}
.forfaitFooterRight {
	margin-top: 15px;
	margin-right: 25px;
}
.alignTextCenter {
	text-align: center;
}
.alignTextRight {
	text-align: right;
}
.alignTextLeft {
	text-align: left;
}
.borderBlue {
	border-style: solid;
	border-color: blue;
}
.borderRed {
	border-style: solid;
	border-color: red;
}
/***/
.alignCenter {
	margin-left: 25%;
}
.alignCenterLeft {
	margin-left: 45%;
}
.leftOr {
	width: 34px;
	height: 34px;
	top: 17px;
}
sup {
	font-size: 0.8em;
}
.newsTicker {
	padding-top: 15px;
	border-bottom: 1px solid #e7e7e7;
	background-color: #ffffff;
	height: 40px;
	text-align: center;
}
.newsTicker div {
	display: inline-block;
	margin: 5px 0;
	padding: 5px 0;
	background: url("/web/resources/images/layout/exclamation_point.png") left top no-repeat;
	padding-left: 40px;
	height: 30px;
}
/**
* Classes pour la gallerie javascript
*
**/

#galleryCounter {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: -.04em;
	font-weight: normal;
	margin-bottom: 10px;
	color: #454545;
	display: block;
}
.galleryCogeco {
	background-color: white;
	list-style: none;
	margin-left: 10px !important;
}
.galleryCogeco li {
	display: block;
}
.galleryCogeco img {
	max-width: 600px;
	display: block;
	padding: 15px 0 15px 0;
}
#buttonGallery {
	display: block;
	clear: both;
	position: relative;
	margin: 0 0 35px 0;
}
#galleryPrevious {
	position: absolute;
	bottom: -25px;
	left: 15px;
}
#galleryNext {
	position: absolute;
	bottom: -25px;
	right: 15px;
}
.warning {
	border: 3px solid #ffd51d;
	background-color: #fff6d1;
	padding: 15px 15px;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px / 5px;
	margin: 0 0 15px 0;
}
.warning h3 {
	line-height: 16px;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
/**********************************************/
/* Bouton gris pour forfaits*/
a.rolloverPackage_en {
	background: url('/web/resources/images/botton_gray_en.png') no-repeat;
	width: 136px;
	height: 34px;
	display: block;
	font-size: 18px;
	padding: 8px 0 0 0;
	overflow: hidden;
	text-align: center;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	color: #454545;
}
a.rolloverPackage_en:hover {
	background: url('/web/resources/images/botton_gray_en.png') no-repeat 0 -41px;
}
a.rolloverPackage_fr {
	background: url('/web/resources/images/button_gray_fr.png') no-repeat;
	width: 136px;
	height: 34px;
	display: block;
	font-size: 18px;
	padding: 8px 0 0 0;
	overflow: hidden;
	text-align: center;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	color: #454545;
}
a.rolloverPackage_fr:hover {
	background: url('/web/resources/images/button_gray_fr.png') no-repeat 0 -41px;
}
a.rolloverSupport {
	display: block;
	font-size: 14px;
	padding: 7px 0 0 8px;
	overflow: hidden;
}
a.rolloverSupport:hover {
	background: url('/web/resources/images/need_help_or_support.png') no-repeat 0 -31px;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	color: #FFCC00;
}
/********************
ACCESSIBILITY
*/
.titleH2 {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #454545;
	letter-spacing: -.05em;
	word-spacing: 3px;
	font-weight: normal;
}
.titleH2Fake {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.titleH2Reduced h2 {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #454545;
	letter-spacing: -.05em;
	word-spacing: 3px;
	font-weight: normal;
}
.footerTitle h2 {
	margin-top: 20px;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 8px;
	color: #454545;
	font-weight: normal;
}
.titleH2ReducedH3 {
	font-size: 16px;
!important;
}
.titleH2ReducedH4 {
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #454545;
}
.invisible {
	position: absolute;
	left: -9999em;
}
.em {
	position: absolute;
	left: -9999em;
}
/*
tableau
*/
.tableau, td {
	border-collapse: separate; /*cellules séparées*/
	border-spacing: 2px 2px; /*espacement horizontal : 10px et espacement vertical : 5px*/
}
caption {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
}
#webmailEmail {
	margin-top: 5px;
	display: block;
}
#webmailPassword {
	margin-top: 5px;
	display: block;
}
.inputTopMargin {
	margin-top: 5px;
	display: block;
}
.promotedResult h3 {
	font-weight: bold;
}
.promotedResult {
	background-color: #FFD;
	padding: 10px;
	border: 1px solid #EEE;
}
/* Channel Listing structural */
.column_1_3 {
	width: 205px;
	margin: 0 15px;
	float: left;
	display: inline;
}
.column_2_3 {
	width: 435px;
	margin: 0 15px;
	float: left;
	display: inline;
}
.box .column_2_3b {
	float: left;
	width: 399px;
	padding: 0 15px 0 0;
	border-right: 1px solid #ddd;
	margin-right: -1px;
}
.box .column_b1_3 {
	float: left;
	width: 183px;
	padding: 0 0 0 15px;
	border-left: 1px solid #ddd;
	margin-left: 0;
}
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* End Channel Listing structural */

/*@media print {

    div * { padding: 0; }
    #breadcrumb, .searchBar, #banner, #header, #headerBackground, .sideMenu, #footer_background, .button, .buttonLink, ul.pageNav, .arrowLink, .print_btn { display: none; }
    #content { width: 100%; }
    .order_table{border:1px solid #cacaca;}
    .order_table thead{border:1px solid #cacaca;}
    .order_table tr{border:1px solid #cacaca;}
    .order_table td{border:1px solid #cacaca;padding-left:15px;}

}*/

@media all {
	/*
    #content, div.main_content, div.box .content {}
    #content, div.main_content, div.box .content > div {width:100%;}
    */
}
/*
* My Cogeco new Design Dec 2012
*
*/
.myCogeco .box.insetBox {
	min-height: 250px;
	margin-bottom: 5px;
}
.myCogeco .submitButton {
	margin-bottom: 0;
}
.myCogeco .insetBox input[type=password], .myCogeco .insetBox input[type=text] {
	width: 100%;
}
.myCogeco span.padlock {
	display: inline-block;
	background: url(/web/resources/images/mycogeco/logo_padlock.png) no-repeat;
	width: 12px;
	height: 14px;
	margin-top: 0;
}
.myCogeco span.padlock + span {
	display: inline-block;
	margin-left: 5px;
	font-size: 11px;
}
.myCogeco span.newWebmail {
	display: block;
	width: 279px;
	height: 85px;
	background: url(/web/resources/images/mycogeco/new_webmail_mycogeco.png) no-repeat;
}
.myCogeco .regionMessage > span {
	display: inline-block;
	width: 27px;
	height: 26px;
	background: url(/web/resources/images/layout/exclamation_point.png) no-repeat;
}
.myCogeco .regionMessage {
	margin-bottom: 10px;
}
.myCogeco .regionMessage > span + p {
	display: inline-block;
	margin-left: 15px;
}
.myCogeco .regionMessage > p > a {
	display: inline-block;
	margin-top: 3px;
}
/*
Boîte webmail transition
*/

.bottomMigration {
	margin-top: -35px;
	border: 1px solid;
	margin-bottom: 25px;
	border-color: #E7E7E7 #CBCBCB #CBCBCB #E7E7E7;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top: none;
	width: 653px;
}
/*
* Section support/Digital migration
*/
.digitalMigration h2 {
	font-size: 24px;
}
.digitalMigration .expandable > div {
	margin: 5px 0 10px 5px;
}
.digitalMigration .expandableV2 strong {
	font-size: 14px;
}
.digitalMigration .expandableV2 div > span + span {
	vertical-align: top;
	margin-top: 10px;
	margin-left: 15px;
}
.digitalMigration .migration_icons {
	display: inline-block;
	padding-right: 15px;
	border-right: 1px solid gray;
	width: 135px;
	text-align: right;
	margin-left: 20px;
}
.digitalMigration .migration_icons > img {
	margin: 0 5px;
}
.migrationDetails p {
	margin: 0 0 1em 0;
}
.digitalMigration .icon.support.tv + p {
	font-size: 15px;
	margin-top: 0;
}
.digitalMigration .digitalMigrationSubmit {
	margin-bottom: 0;
}
.footerMigration {
	margin-top: -20px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-top: 20px;
	color: white;
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #828282; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiM4MjgyODIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGI0YTRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left, #828282 42%, #4b4a4b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(42%, #828282), color-stop(100%, #4b4a4b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #828282 42%, #4b4a4b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #828282 42%, #4b4a4b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #828282 42%, #4b4a4b 100%); /* IE10+ */
	background: linear-gradient(to right, #828282 42%, #4b4a4b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#828282', endColorstr='#4b4a4b', GradientType=1); /* IE6-8 */
}
.footerMigration .floatRight {
	text-align: right;
}
.footerMigration > span > span {
	font-size: 22px;
	font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}
.migrationDetails .bulletList {
	margin-top: 5px;
}
/*Formulaire parcours client existant */
.boxHeadingWhiteBg {
	background: #ffffff;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #F1F1F1;
	padding: 0 15px;
}
.form_input_wrapper {
	float: left;
	width: 100%;
}
.form_input_spacer {
	margin: 0 5px 10px 0;
	float: left;
}
#formcallbackUp {
	/*margin-top: -15px;*/
}
.lt-ie9 #formcallbackUp {
	width: 100%;
	box-sizing: border-box;
}
.lt-ie8 #formcallbackUp {
	width: 688px;
}
.side_assistance_title {
	float: left;
	width: 145px;
}
.side_assistance_img {
	float: left;
	width: 43px;
}
.immediate_assistance {
	list-style: none;
	text-align: left;
	float: left;
	margin: 10px 0 0 0;
}
.icon_technical {
	background: url("/web/resources/images/residential/icon_technical.png") no-repeat scroll 2px 0 transparent;
	padding: 0 0 15px 30px !important;
}
.icon_billing {
	background: url("/web/resources/images/residential/icon_billing.png") no-repeat scroll 2px 0 transparent;
	padding: 0 0 15px 30px !important;
}
.icon_moving {
	background: url("/web/resources/images/residential/icon_moving.png") no-repeat scroll 2px 0 transparent;
	padding: 0 0 15px 30px !important;
}
.howToImg_en {
	background: url("/web/resources/images/layout/cogeco_logo_home_en.png") no-repeat;
	width: 240px;
	height: 107px;
}
.howToImg_fr {
	background: url("/web/resources/images/layout/cogeco_logo_home_fr.png") no-repeat;
	width: 240px;
	height: 107px;
}
.howToSQMImg_en {
	background: url("/web/resources/images/layout/cogeco_sqm.png") no-repeat;
	width: 278px;
	height: 107px;
}
.howToSQMImg_fr {
	background: url("/web/resources/images/layout/cogeco_sqm.png") no-repeat;
	width: 278px;
	height: 107px;
}
#quebec_province {
	background: url("/web/resources/images/residential/internet/quebec_province.png") no-repeat;
	/*background: url("/web/resources/images/layout/outage_wifi_on.jpg") no-repeat;*/
	width: 160px;
	height: 163px;
}
#ontario_province {
	background: url("/web/resources/images/residential/internet/ontario_province.png") no-repeat;
	/*background: url("/web/resources/images/layout/outage_wifi_on.jpg") no-repeat;*/
	width: 160px;
	height: 140px;
}
/*
*  Forfaits et promotions
*
*/

.packagePromotion .promotion {
	width: 29%;
	padding: 2%;
	min-height: 150px;
	float: left;
	position: relative;
}
.packagePromotion .promotion.first {
	margin-left: 6px;
}
.packagePromotion .promotion .imageSpace {
	height: 120px;
	margin-top: 20px;
}
.packagePromotion .promotion .imageSpace img {
	width: 84%;
	margin-left: 7%;
	margin-top: 10px;
}
.packagePromotion .promotion.highLight .imageSpace img {
	width: 84%;
	margin-left: 7%;
	margin-top: 10px;
}
.packagePromotion .promotion.highLight {
	border-color: #cbcbcb #e7e7e7 #e7e7e7 #cbcbcb;
	box-shadow: inset 0 1px 6px #ddd;
	background-color: #f5f5f5;
	border-radius: 5px;
}
.packagePromotion .promotion.unavailable > * {
	opacity: 0.4;
}
.packagePromotion .promotion.unavailable .unavailableBox {
	opacity: 1;
}
.packagePromotion .promotion.unavailable .promoTriangle {
	display: none;
}
.packagePromotion .promotion h2 {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: rgb(69, 69, 69);
	letter-spacing: -0.05em;
	word-spacing: 3px;
	font-weight: normal;
	margin: 0 0 8px 0;
}
.packagePromotion .promotion h3 {
	margin: 0 0 8px 0;
}
.packagePromotion .promotion strong {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	display: block;
	min-height: 32px;
}
.packagePromotion .promotion.highLight strong {
	padding-right: 18px;
}
.orderContainer .buttonLink, .orderContainer {
	margin: 0;
	text-align: center;
}
.promotion .priceArea {
	padding: 5px;
	text-align: center;
	border: solid 1px transparent;
	background: white;
}
.promotion .bulletList {
	min-height: 80px;
}
.promotion.highLight .priceArea {
	border-color: #e7e7e7 #cbcbcb #cbcbcb #e7e7e7;
}
.promotion.unavailable .unavailableBox {
	padding: 7px 20px;
	position: relative;
}
.promotion.unavailable .unavailableBox p {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.promotion .priceArea .bubbleInfo {
	padding: 0 0 20px 0;
}
.promotion .priceArea.topHalf {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: none;
}
.promotion .priceArea.bottomHalf {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 11px;
	margin-bottom: 15px;
}
.boxHeadingGreyBg {
	padding: 0 15px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #fff;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%, #ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ebebeb', GradientType=0);
}
.innerBoxFullWidth {
	margin-left: -15px;
	margin-right: -15px;
}
.promo_wrapper img {
	width: 100%;
}
.hr_gradient {
	background: #e8e8e8;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #e8e8e8 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0);
	height: 10px;
	max-height: 10px;
	min-height: 10px;
}
.whats_new_promotions h2, .whats_new_promotions h1 {
	margin-top: 15px;
}
/*New layout for promo in bundle */
.whats_new_promotions .box.css {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	font-size: 14px;
}
.whats_new_promotions .column1of2 {
	border:none;
	width: 48.8%;
}
.whats_new_promotions .column2of2 {
	width: 48.7%;
	float: right;
}
.whats_new_promotions .innerBoxFullWidth {
	margin-top: -15px;
	margin-bottom: 15px;
}
.whats_new_promotions .priceFormatter { font-size:36px; }
.whats_new_promotions .priceFormatter.crossed { font-size:26px; float: left; height:50px; margin:7px 20px 0 0; position: relative; }
.whats_new_promotions .priceFormatter.crossed:after {
	content:"";
	position:absolute;
	top:15px; left:0;
	border-top:3px solid #3887f4;
	width: 60px;
	-ms-transform: rotate(-20deg); /* IE 9 */
	-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
	transform: rotate(-20deg);
}
.whats_new_promotions .priceFormatter i { font-size: 15px; }
.whats_new_promotions .priceFormatter span { font-size:16px; }
.whats_new_promotions .priceFormatter.crossed span { font-size:14px; }
.whats_new_promotions .priceFormatter span.suffix {
	font-size:12px;
	vertical-align: inherit;
}
.whats_new_promotions .priceFormatter span.suffix.xmasPrice { margin-left:-3px; }
html[lang="fr"] .whats_new_promotions .priceFormatter span.suffix.xmasPrice { margin-left:-10px; }
html[lang="fr"] .whats_new_promotions .priceFormatter span.suffix.hsiPrice { margin-left:-29px; }
.whats_new_promotions .buttonCss {
	padding:12px 15px;
	margin:10px 0 0 0;
}
.bundles_promotions .orderArrow {
	display:none;
}
.bundles_promotions .box.css.orderBox,
.bundles_promotions .whats_new_promotions + .box.css.orderBox {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
	/*BTN FACEBOOK ET TWITTER*/
.news_box_social_btn {
	position: absolute;
	top: 7px;
	right: 0;
	display: inline;
	list-style: none;
}
.btn_social_media {
	display: inline-block;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
}
.btn_facebook_short {
	background: url("/web/resources/images/btn-fb-short.png") no-repeat scroll 0 0 transparent;
	width: 46px;
}
.btn_facebook_long {
	background: url("/web/resources/images/btn-fb-medium.png") no-repeat scroll 0 0 transparent;
	width: 61px;
}
.btn_twitter_short {
	background: url("/web/resources/images/btn-twitter-short.png") no-repeat scroll 0 0 transparent;
	width: 46px;
}
.btn_twitter_long {
	background: url("/web/resources/images/btn-twitter-medium.png") no-repeat scroll 0 0 transparent;
	width: 56px;
}
.btn_facebook_short, .btn_facebook_long {
	color: #264675;
}
.btn_twitter_short, .btn_twitter_long {
	color: #0085A3;
}
.btn_facebook_short, .btn_twitter_short, .btn_facebook_long, .btn_twitter_long {
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding-left: 43px;
}
.back_to_top_link {
	display: block;
	margin: 15px 0 25px 0;
	text-align: right;
	width: 100%;
}
.back_to_top_btn {
	background: url("/web/resources/images/layout/back_to_top_blue_arrow.png") no-repeat scroll left 4px transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 1em;
}
.align_right {
	position: absolute;
	top: 20px;
	width: 100%;
}
.positionRelative {
	position: relative;
}
.cornerUnavailable {
	width: 67px;
	height: 66px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url("/web/resources/images/residential/bundle/corner_not_available.png")
}
.cornerUnavailable {
	width: 67px;
	height: 66px;
	display: block;
	position: absolute;
	top: -3px;
	right: -3px;
	background: url("/web/resources/images/residential/bundle/corner_not_available.png")
}
html[lang="fr"] .cornerUnavailable {
	background: url("/web/resources/images/residential/bundle/corner_non_disponible.png")
}
/*
* Bundle details
*
*/

.returnBundles {
	margin-bottom: 10px;
}
.detailsPromotion.left {
	float: left;
	max-width: 643px;
}
.detailsPromotion.right {
	width: 21%;
	float: right;
}
.priceArea {
	padding: 5px;
	text-align: center;
	border: solid 1px transparent;
	background: white;
	border-color: #e7e7e7 #cbcbcb #cbcbcb #e7e7e7;
}
.priceArea .bubbleInfo {
	padding: 0 0 20px 0;
}
.priceArea.topHalf {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: none;
}
.priceArea.bottomHalf {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 11px;
	margin-bottom: 15px;
}
.promoTriangle {
	position: absolute;
	top: -6px;
	right: -5px;
	background: url(/web/resources/images/layout/corner_featured_en.png) transparent;
	width: 102px;
	height: 100px;
}
html[lang="fr"] .promoTriangle {
	background: url(/web/resources/images/layout/corner_featured_fr.png) transparent;
}
.rightContentSection {
	margin-left: 15px;
	max-width: 420px;
}
.rightContentSection h3 {
	margin-top: 0;
}
.rightContentSection .expandable {
	margin-bottom: 20px;
}
.rightContentSection li .bulletList {
	margin-bottom: 0;
	margin-top: 5px;
}
.priceArea .priceHead {
	font-size: 24px;
}
.priceFormatter.bundlesDetails {
	font-size: 45px;
	line-height: 30px;
}
.priceFormatter.bundlesDetails > span {
	font-size: 19px;
}
html[lang="fr"] .priceFormatter.bundlesDetails > span.suffix {
	margin-left: -30px;
}
.comparePriceBox {
	margin-bottom: 5px;
}
.comparePriceBox > span {
	float: left;
	display: inline-block;
}
.comparePriceBox > span + span {
	float: right;
	display: inline-block;
}
.comparePriceBox .first {
	font-size: 18px;
	line-height: 18px;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	width: 80px;
	padding-right: 5px;
	text-align: right;
}
.rebate12months {
	text-align: center;
}
.detailsPromotion .rebateColor {
	font-size: 11px;
	display: block;
	text-align: center;
}
.icon_bundles_features {
	width: 64px;
	height: 64px;
	display: inline-block;
}
.icon_bundles_features.wifi {
	background: url("/web/resources/images/residential/bundle/wifi.png");
}
.icon_bundles_features.hd {
	background: url("/web/resources/images/residential/bundle/HD.png");
	background-position-y: -2px;
}
.icon_bundles_features.fsecure {
	background: url("/web/resources/images/residential/bundle/f-secure.png");
	background-position-y: -2px;
}
.icon_bundles_features.poweredby {
	background: url("/web/resources/images/residential/bundle/poweredBy.jpg");
}
.icon_bundles_features.trophee {
	background: url("/web/resources/images/residential/bundle/trophee.jpg");
}
.icon_bundles_features.award {
	background: url("/web/resources/images/residential/bundle/award.jpg");
}
.icon_internet_speeder {
	width: 54px;
	height: 54px;
	margin: 0 auto;
}
.featuresContainer {
	margin-bottom: 15px;
}
.featuresContainer > span {
	vertical-align: middle;
}
.featuresContainer .feature {
	display: inline-block;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	max-width: 135px;
}
.featuresContainer .feature i {
	font-size: 11px;
	font-style: italic;
}
.featuresContainer .feature.last {
	margin-right: 0;
}
.orderArea h2 {
	text-align: center;
}
.orderForm {
	float: left;
}
.orderForm.right {
	float: right;
	margin-left: 20px;
}
.orderForm label, .orderForm input, .orderForm select {
	display: inline-block;
	width: 150px;
	margin: 5px 0;
}
.orderForm input, .orderForm select {
	border: 2px solid #E0E0E0;
}
.orderForm > div {
	position: relative;
}
.orderForm label.error {
	position: absolute;
	font-size: 11px;
	left: 0;
	bottom: -13px;
	white-space: nowrap;
}
.orderArea .leftContainer {
	float: left;
}
.orderArea .rightContainer {
	float: right;
}
.submitArea {
	clear: both;
	padding-top: 20px;
	text-align: center;
}
.submitArea > span {
	display: block;
}
.submitArea > input {
	display: inline-block;
	margin-top: 15px;
}
.box.css.adresseSelector {
	min-width: 165px;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #fdfdfd 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #fdfdfd 0%, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #fdfdfd 0%, #eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #fdfdfd 0%, #eaeaea 100%); /* IE10+ */
	background: linear-gradient(135deg, #fdfdfd 0%, #eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.adresseSelector a {
	text-decoration: underline;
}
.separator_small {
	clear: both;
	margin: 15px auto 20px auto;
	width: 200px;
	height: 2px;
	background: #E0E0E0;
}
.bottomOptions > * {
	float: left;
	display: block;
	width: 41%;
	text-align: right;
}
.bottomOptions .or {
	width: 2%;
	margin: 0 7% 0 7%;
}
.bottomOptions .or span {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.bottomOptions h3 {
	margin-top: 0;
	position: relative;
}
.bottomOptions h3 span {
	display: inline-block;
}
.bottomOptions h3 i.icon_phone_medium {
	width: 18px;
	height: 22px;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 127px;
}
html[lang="fr"] .bottomOptions h3 i.icon_phone_medium {
	right: 215px;
}
.bottomOptions .buildMyPackageList {
	width: 37%;
}
.icon_order_form {
	width: 218px;
	height: 72px;
}
.icon_order_form > div {
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 85px;
	padding-right: 5px;
}
.icon_order_form span {
	display: block;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.icon_order_form h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}
.icon_order_form.phone {
	background: url("/web/resources/images/layout/phone_call_bg.png") no-repeat;
}
.icon_order_form.clickToCall > div {
	padding-left: 10px;
}
.icon_order_form.tech {
	/*background: url("/web/resources/images/layout/agent_call_bg.png") no-repeat;*/
}
h4.icon_small_feature {
	padding-bottom: 0;
}
.icon_small_feature {
	min-height: 30px;
	padding-top: 5px;
	padding-left: 35px;
}
.icon_small_feature.tv {
	background: transparent url(/web/resources/images/residential/icons/sprite_icons_bundles.png) no-repeat -379px -359px;
	height: 40px;
	float: left;
}
.icon_small_feature.phone {
	background: transparent url(/web/resources/images/residential/icons/sprite_icons_bundles.png) no-repeat -445px -362px;
	height: 40px;
	float: left;
}
.icon_small_feature.internet {
	background: url(/web/resources/images/residential/bundle/bundle_small_internet.jpg) no-repeat;
}
.bandroleBottom {
	width: 920px;
	height: 39px;
	display: block;
	clear: both;
}
html[lang="fr"] .bandroleBottom {
	background: url(/web/resources/images/residential/bundle/bandrole_fr.jpg) no-repeat;
}
html[lang="en"] .bandroleBottom {
	background: url(/web/resources/images/residential/bundle/bandrole_en.jpg) no-repeat;
}
/* Bundle portal page */
.bundlePortalVisual {
	position: absolute;
	top: 18px;
	left: -5px;
	width: 327px;
	height: 222px;
	display: block;
	background: url(/web/resources/images/residential/bundle/bundles_portal_visual.png);
}
.box.css.headGraphicBox {
	position: relative;
	padding-left: 330px;
	padding-top: 65px;
	padding-right: 15px;
	padding-bottom: 20px;
	min-height: 170px;
}
.box.css.headGraphicBox p.titleH2Fake {
	margin: .5em 0 0 0;
	font-size: 28px;
}
.box.css.headGraphicBox p.titleH2Fake ~ p {
	font-size: 18px;
	margin: .5em 0;
}
.box.css.checkAvailArea > h2 {
	text-align: center;
	margin: 10px 0 0 0;
}
.box.css.checkAvailArea > p {
	font-size: 14px;
}
.headGraphicBox p {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.savingsCorner {
	position: absolute;
	top: -7px;
	left: -7px;
	background: url(/web/resources/images/layout/corner_landing_en.png) transparent;
	width: 127px;
	height: 126px;
}
html[lang="fr"] .savingsCorner {
	background: url(/web/resources/images/layout/corner_landing_fr.png) transparent;
}
/*#duoProduits_01{
	background: url(/web/resources/images/residential/bundle/2produits_01.png);
}*/

/*#duoProduits_02{
	background: url(/web/resources/images/residential/bundle/2produits_02.png);
}*/

/*#duoProduits_03{
	background: url(/web/resources/images/residential/bundle/2produits_03.png);
}*/

/*#trioProduits_01{
	background: url('/web/resources/images/residential/bundle/3produits_01.png');
}

#trioProduits_02{
	background: url(/web/resources/images/residential/bundle/3produits_02.png);
}

#trioProduits_03{
	background: url(/web/resources/images/residential/bundle/3produits_03.png);
}*/

/*.packagePromotion #duoProduits_01{
	background: url(/web/resources/images/residential/bundle/2produits_01_small.png) no-repeat;
}
.packagePromotion #duoProduits_02{
	background: url(/web/resources/images/residential/bundle/2produits_02_small.png) no-repeat;
}
.packagePromotion #duoProduits_03 {
	background: url(/web/resources/images/residential/bundle/2produits_03_small.png) no-repeat;
}
.packagePromotion #trioProduits_01{
	background: url(/web/resources/images/residential/bundle/3produits_01_small.png) no-repeat;
}
.packagePromotion #trioProduits_02{
	background: url(/web/resources/images/residential/bundle/3produits_02_small.png) no-repeat;
}
.packagePromotion #trioProduits_03 {
	background: url(/web/resources/images/residential/bundle/3produits_03_small.png) no-repeat;
}*/

#budlesFamily1_fr {
	background: url(/web/resources/images/residential/bundle/family_01_fr.png);
}
#budlesFamily1_en {
	background: url(/web/resources/images/residential/bundle/family_01_en.png);
}
#budlesFamily2_fr {
	background: url(/web/resources/images/residential/bundle/family_02_fr.png);
}
#budlesFamily2_en {
	background: url(/web/resources/images/residential/bundle/family_02_en.png);
}
#budlesFamily3_fr {
	background: url(/web/resources/images/residential/bundle/family_03_fr.png);
}
#budlesFamily3_en {
	background: url(/web/resources/images/residential/bundle/family_03_en.png);
}
#budlesFamily4_fr {
	background: url(/web/resources/images/residential/bundle/family_04_fr.png);
}
#budlesFamily4_en {
	background: url(/web/resources/images/residential/bundle/family_04_en.png);
}
#duoProduits_01, #duoProduits_02, #duoProduits_03,
#trioProduits_01, #trioProduits_02, #trioProduits_03 {
	float: left;
	width: 208px;
	height: 120px;
	display: block;
}
.packagePromotion #duoProduits_01, .packagePromotion #duoProduits_02, .packagePromotion #duoProduits_03,
.packagePromotion #trioProduits_01, .packagePromotion #trioProduits_02, .packagePromotion #trioProduits_03 {
	float: none;
	width: 162px;
	height: 94px;
	margin-top: 20px;
	margin-left: 5%;
	margin-bottom: 20px;
	background-size: 162px 94px;
}
#budlesFamily1_fr, #budlesFamily1_en,
#budlesFamily2_fr, #budlesFamily2_en,
#budlesFamily3_fr, #budlesFamily3_en,
#budlesFamily4_fr, #budlesFamily4_en {
	width: 186px;
	height: 192px;
	margin-bottom: 15px;
	display: block;
	border: 0 none;
}
.packagePromotion .bulletList {
	margin-bottom: 5px;
}
/* Bundles & Promotions */

.bundled_services_equation {
	width: 590px;
	height: 100px;
	background: url("/web/resources/images/residential/bundle/bundled_services_equation.png") center top no-repeat;
}
.bundled_services_equation_no_icons {
	width: 590px;
	height: 35px;
	background: url("/web/resources/images/residential/bundle/bundled_equation_no_icons.png") center center no-repeat;
	display: block;
	margin: 0 auto;
}
.bundledServicesColumn {
	float: left;
	text-align: center;
	font-size: 16px;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
}
.bundledServices_phone {
	width: 75px;
	padding: 0 15px 0 15px;
}
.bundledServices_cable {
	width: 135px;
	padding: 0 15px 0 15px;
}
.bundledServices_internet {
	width: 140px;
	padding: 0 15px 0 15px;
}
.bundledServices_cost {
	width: 130px;
	text-align: right;
	padding: 0 0 0 15px;
}
.bundledServicesSavingsLabel {
	float: left;
	width: 56%;
	text-align: right;
}
.bundledServicesSavingsLabel h2 {
	margin-bottom: 0;
}
.lt-ie9 .bundled_services_equation_no_icons {
	height: 70px;
}
/* html5 Tabs */
nav.navTabs {
	display: block;
	margin: 0;
	position: relative;
	z-index: 50;
}
nav.navTabs + div {
	position: relative;
	z-index: 49;
	margin-top: -1px;
}
nav.navTabs + div:not(.box) div.bundleHead {
	border-top-left-radius: 0;
}
nav.navTabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	*zoom: 1;
}
nav.navTabs ul li {
	display: inline-block;
	*display: block;
	*float: left;
	padding: 13px 30px;
	margin-right: -4px;
	min-width: 100px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: solid 1px #e7e7e7;
	font-size: 18px;
	text-align: center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 31%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #ffffff), color-stop(100%, #e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 31%, #e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 31%, #e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 31%, #e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 31%, #e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0); /* IE6-9 */
}
nav.navTabs ul li.selected {
	background: white;
	filter: none;
	border-bottom: solid 1px white;
}
nav.navTabs ul li a {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #454545;
	letter-spacing: -.05em;
	word-spacing: 3px;
	font-weight: normal;
	position: relative;
}
nav.navTabs ul li a:hover {
	color: #000000;
	text-decoration: none;
}
nav.navTabs ul li.tivo a {
	padding-left: 23px;
}
nav.navTabs li *[class^='-logo'], nav.navTabs li *[class*='-logo'] {
	position: absolute;
	top: -5px;
	left: 0;
}
.relative {
	position: relative;
}
.include-tva-sports {
	position: absolute;
	right: -21px; top: -19px;
	width: 79px; height: 77px;
	background: transparent url(/web/resources/images/residential/promo/tva_sports/tva_sports_corner_fr.png) no-repeat 0 0;
	z-index: 2;
	overflow: hidden;
	text-indent: -99999px;
}
html[lang="en"] .include-tva-sports {
	background-image: url(/web/resources/images/residential/promo/tva_sports/tva_sports_corner_en.png);
}
.franco-plus .include-tva-sports {
	top: -4px;
}
/* END REMOVE */
.printButton {
	position: relative;
	padding-left: 35px;
}
.printButton:before {
	content: '';
	width: 15px;
	display: inline-block;
	background: url(/web/resources/images/residential/icons/print.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 12px;
	bottom: 0;
}
.flex_packages > .text_h4.heading_underlined h3 {
	margin: 0;
}
.support_content.faq .text_h1 {
	word-spacing: 0;
}
/*********** BANNER TIVO STELLAR DEAL **********/
.bundles_promotions #promotions {
	padding:0;
	color:#ffffff;
}
.on.bundles_promotions #promotions .stellarDeal {
	padding:0 !important;
}
.qc.bundles_promotions #promotions .stellarDeal {
	padding:0 !important;
}
.bundles_promotions .stellarDeal {
	padding: 10px 15px;
}
.bundles_promotions .stellarDeal_text ul li {
	font-size: 15px;
}
.bundles_promotions .stellarDeal_text .btnBuildMyBundle {
	margin-top: 15px;
}
.bundles_promotions .stellarDeal h2 {
	font-size: 30px;
}
.bundles_promotions #promotions .stellarDeal h2 {
	font-size: 26px;
}
.bundles_promotions .stellarDeal h3 {
	font-size: 22px;
}
.bundles_promotions .stellarDeal_text {
	background: url('/web/resources/images/tivo/tivo_promo/TiVo_bundle_promo_en.png') no-repeat left 20px;
	padding-left: 300px;
	padding-top: 115px;
	position: relative;
	margin-left: 20px;
}
.stellarlegal {
	position: absolute;
	font-size:9px;
}
.on .stellarlegal {
	bottom:245px;
	left:45px;
}
html[lang='fr'].on .stellarlegal {
	bottom:225px;
}
.qc .stellarlegal {
	bottom:40px;
	left:165px;
}
html[lang='fr'].qc .stellarlegal {
	left:125px;
}
/*.on .tivo-section .containerstellar {*/
	/*width: 900px;*/
	/*margin:0 auto;*/
/*}*/
/*.on .tivo-section .stellarlegal {*/
	/*position:relative;*/
	/*bottom:190px;*/
	/*left:130px;*/
	/*color: #ffffff;*/
/*}*/
/*.qc .tivo-section .stellarlegal {*/
	/*position:relative;*/
	/*bottom:0px;*/
	/*left:-330px;*/
	/*color: #ffffff;*/
/*}*/

/*html[lang='fr'] .qc .tivo-section .stellarlegal {*/
	/*position:relative;*/
	/*bottom:0px;*/
	/*left:-420px;*/
	/*color: #ffffff;*/
/*}*/
/*html[lang='fr'] .on .tivo-section .stellarlegal {*/
	/*bottom:200px;*/
	/*left:130px;*/
/*}*/
/*.bundles_promotions .stellarDeal_text.spring2016 {*/
	/*margin-left: 0px!important;*/
/*}*/
.bundles_promotions .stellarDeal .btnBuildMyBundle,
.tivo_overview .stellarDeal .btnBuildMyBundle,
.tivo_features .stellarDeal .btnBuildMyBundle {
	border: 1px solid #decd0e;
	box-shadow: inset 0 -15px 15px #f6c703;
	color: #454545;
	background: #fee910;
}
.bundles_promotions .stellarDeal .btnBuildMyBundle:hover,
.tivo_overview .stellarDeal .btnBuildMyBundle:hover,
.tivo_features .stellarDeal .btnBuildMyBundle:hover,
.bundles_promotions .stellarDeal .btnBuildMyBundle:focus,
.tivo_overview .stellarDeal .btnBuildMyBundle:focus,
.tivo_features .stellarDeal .btnBuildMyBundle:focus {
	background: #fee910;
	box-shadow: inset 0 -15px 15px #f6c703;
}
.stellarDeal {
	padding: 0px 15px 0px 15px !important;
	position: relative;
}
/*.qc .christmas .stellarDeal{*/
	/*position: relative;*/
/*}*/
.stellarDeal_text {
	background: url('/web/resources/images/tivo/tivo_promo/TiVo_bundle_promo_en.png') no-repeat 80px 20px;
	padding-left: 400px;
	padding-top: 15px;
	margin-left: 15px;
	position: relative;
	min-height: 275px;
}
/*.stellarDeal_text.spring2016 {*/
	/*background: url('/web/resources/images/banner/spring_campaign2016/bundlepromoTop_spring2016_qc_en.png') no-repeat;*/
	/*min-height: 266px;*/
/*}*/
/*.qc .christmas .stellarDeal_text {*/
	/*background: url('/web/resources/images/banner/spring_campaign2016/spring2016_tivo_bundle_en.jpg') no-repeat center top;*/
	/*padding: 100px 0 0;*/
	/*position: relative;*/
	/*min-height: 0;*/
	/*width:2000px;*/
	/*margin: 0 0 0 -500px;*/
	/*color:#ffffff;*/
/*}*/
html[lang='fr'] .stellarDeal_text {
	min-height: 290px;
	background-image: url('/web/resources/images/tivo/tivo_promo/TiVo_bundle_promo_fr.png');
}
/*html[lang='fr'] .stellarDeal_text.spring2016 {*/
	/*min-height: 266px;*/
	/*background-image: url('/web/resources/images/banner/spring_campaign2016/bundlepromoTop_spring2016_qc_fr.png');*/
/*}*/
/*html[lang='fr'] .qc .christmas .stellarDeal_text {*/
	/*background-image: url('/web/resources/images/banner/spring_campaign2016/spring2016_tivo_bundle_fr.jpg');*/
/*}*/
/*.qc .christmas .stellarDeal_text div {*/
	/*width: 500px;*/
	/*padding-left:400px;*/
	/*margin: 0 auto;*/
/*}*/
html[lang='fr'] .on .stellarDeal_text {
	min-height: 234px;
}
.stellarDeal_text ul {
	list-style-type: none;
	padding-left: 40px !important;
}
.stellarDeal_text ul li {
	font-size: 16px;
	padding-bottom: 15px;
	position: relative;
	text-indent: 0;
}
.stellarDeal_text ul li:before {
	content: url('/web/resources/images/tivo/tivo_promo/green_check.png');
	width: 22px;
	height: 19px;
	position: absolute;
	left: -40px;
	top: -1px;
}
.stellarDeal_text ul.blue li:before {
	content: url('/web/resources/images/banner/spring_campaign2016/spring_check.png');
}
/*.christmas .stellarDeal_text ul li:before {*/
	/*content: url('/web/resources/images/tivo/tivo_promo/January_check.png');*/
	/*width: 22px;*/
	/*height: 19px;*/
	/*position: absolute;*/
	/*left: -40px;*/
	/*top: -1px;*/
/*}*/
.stellarDeal h2 {
	font-size: 40px;
	color: #ffffff !important;
	text-align: center;
	margin-bottom: 20px;
}
.stellarDeal h3 {
	margin-top: 0;
	font-size: 26px;
	color: #9bd3e5;
}
.on .stellarDeal h3 {
	text-align: center;
	margin:15px 0 10px;
}
/*.christmas .stellarDeal h2 {*/
	/*font-size: 36px;*/
	/*color: #ffffff !important;*/
	/*text-align: center;*/
	/*margin-bottom: 20px;*/
	/*line-height:40px;*/
/*}*/
/*.christmas .stellarDeal h3 {*/
	/*max-width:810px !important;*/
	/*margin-top: 0;*/
	/*font-size: 26px;*/
	/*color: #2fd4ef;*/
/*}*/
/*html[lang='fr'] .christmas .stellarDeal h3 {*/
	/*max-width:785px !important;*/
/*}*/
.stellarDeal .btnBuildMyBundle {
	border: 1px solid #0678ad;
	box-shadow: inset 0 -15px 15px #0678ad;
	color: #fff;
	background: #0694d6;
}
.stellarDeal .btnBuildMyBundle:hover,
.stellarDeal .btnBuildMyBundle:focus {
	background: #0694d6;
	box-shadow: inset 0 -15px 15px #0678ad;
}
.stellarDeal .btnBuildMyBundle {
	min-width: 190px;
	width: auto;
	height: 32px;
	display: inline-block;
	padding: 0 1em;
	box-sizing: border-box;
}
.stellarDeal .legal-conditions-link {
	position: absolute;
	top: 235px;
	left: 243px;

}
/*.bundles_promotions .stellarDeal .spring2016 .legal-conditions-link {*/
	/*position: absolute;*/
	/*top: 310px;*/
	/*left: 192px !important;*/
	/*color:#fff !important;*/
/*}*/
/*html[lang='fr'] .bundles_promotions .stellarDeal .spring2016 .legal-conditions-link {*/
	/*position: absolute;*/
	/*left: 175px !important;*/
/*}*/

/*.christmas .stellarDeal .legal-conditions-link {*/
	/*position: absolute;*/
	/*top: 310px;*/
	/*left: 410px;*/
	/*color:#fff;*/
/*}*/
html[lang='fr'] .stellarDeal .legal-conditions-link {
	position: absolute;
	left: 230px;
	top: 238px;
}
/*html[lang='fr'] .christmas .stellarDeal .legal-conditions-link {*/
	/*position: absolute;*/
	/*left: 405px;*/
	/*top: 310px;*/
/*}*/
#promotions .stellarDeal .legal-conditions-link {
	left: 161px;
	top: 235px;
}
html[lang='fr'] #promotions .stellarDeal .legal-conditions-link {
	left: 151px;
	top: 235px;
}
.on .stellarDeal h2 {
	font-weight: bolder;
	text-align: center;
	font-size: 35px;
}
.on #promotions .stellarDeal h2 {
	font-size: 33px;
}
.on .stellarDeal_text {
	padding: 240px 0 0;
	background: url('/web/resources/images/tivo/tivo_promo/tivo_bundle_promo_on_en.png') no-repeat center 0px;
	min-height: 234px;
}
/*.on .stellarDeal_text.spring2016 {*/
	/*background: url('/web/resources/images/banner/spring_campaign2016/bundlepromoTop_spring2016_on_en.png') no-repeat center top;*/
/*}*/
/*.on .christmas .stellarDeal_text {*/
	/*padding: 260px 0 0x;*/
	/*background: url('/web/resources/images/banner/spring_campaign2016/spring2016_tivo_bundle_on_en.jpg') no-repeat center top;*/
	/*min-height: 0;*/
	/*width:2000px;*/
	/*margin: 0 0 0 -535px;*/
/*}*/
/*.qc .stellarDeal_text.spring2016 {*/
	/*padding-right:20px;*/
/*}*/
html[lang='fr'] .on .stellarDeal_text {
	background-image: url('/web/resources/images/tivo/tivo_promo/tivo_bundle_promo_on_fr.png');
}
/*html[lang='fr'] .on .stellarDeal_text.spring2016 {*/
	/*background: url('/web/resources/images/banner/spring_campaign2016/bundlepromoTop_spring2016_on_fr.png') no-repeat center top;*/
/*}*/
/*html[lang='fr'] .on .christmas .stellarDeal_text {*/
	/*padding: 260px 0 0;*/
	/*background: url('/web/resources/images/banner/spring_campaign2016/spring2016_tivo_bundle_on_fr.jpg') no-repeat center top;*/
	/*min-height: 0;*/
	/*width:2000px;*/
	/*margin: 0 0 0 -500px;*/
/*}*/
.on .stellarDeal_text p {
	width: 80%;
	max-width: 660px;
	margin: 1em auto;
	text-align: center;
}
.on .stellarDeal_text li {
	margin: 1em 0 0 12px;
	float: left;
	text-align: left;
	font-size: 12px;
	box-sizing: border-box;
}
.on .stellarDeal_text li {
	width: 175px;
	margin-left:40px;
}
.on .stellarDeal_text li:first-child {
	margin-left:40px;
}
/*html[lang='fr'] .on .stellarDeal_text li {*/
	/*width: 179px;*/
	/*margin: 1em 0 0 30px;*/
/*}*/
.on .stellarDeal_text ul {
	padding-left: 0 !important;
}
.on .stellarDeal_text ul li:before {
	top: -5px; left: -35px;
}
/*.tivo_page .stellarDeal_text,*/
/*html[lang='fr'] .tivo_page .stellarDeal_text {*/
	/*/!*min-height: 215px;*!/*/
	/*min-height: 312px;*/
	/*/!*max-width: 680px;*!/*/
	/*margin: 0 auto;*/
/*}*/
/*.on .tivo_page .stellarDeal_text ul {*/
	/*width: 680px;*/
	/*margin: 1em 0 1em .5em;*/
/*}*/
/*.on .christmas .tivo_page .stellarDeal_text ul {*/
	/*width: 780px;*/
	/*margin: 1em auto 0em;*/
	/*color:#fff;*/
/*}*/

/*.on .tivo_page .stellarDeal_text li,*/
/*html[lang='fr'] .on .tivo_page .stellarDeal_text li {*/
	/*width: 315px;*/
	/*box-sizing: border-box;*/
	/*padding-right: 50px;*/
	/*font-size: 14px;*/
/*}*/
/*.on .christmas .tivo_page .stellarDeal_text li,*/
/*html[lang='fr'] .on .tivo_page .stellarDeal_text li {*/
	/*width: 210px;*/
	/*box-sizing: border-box;*/
	/*padding-right: 15px;*/
	/*font-size: 14px;*/
/*}*/
/*html[lang='fr'] .on .christmas .tivo_page .stellarDeal_text li,*/
/*html[lang='fr'] .on .tivo_page .stellarDeal_text li {*/
	/*margin-left: 40px;*/
	/*width: 210px;*/
/*}*/
.stellarDeal h3.text_h4 {
	max-width: 680px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 0;
}
.on.bundles_promotions .stellarDeal_text ul {
	margin-left: 30px;
	margin-right: -30px;
}
/*********** END BANNER TIVO STELLAR DEAL **********/

/*********** BANNER MONSTER DUO PROMO **********/
.bundles_promotions .monsterDuoDeal .header_img {
	background: url("/web/resources/images/banner/spring_campaign_monster_duo/bundles_promo_monster_duo_header.png") top center no-repeat;
	width: 663px;
	height: 87px;
}
.bundles_promotions .monsterDuoDeal {
	padding: 10px 15px;
}
.bundles_promotions .monsterDuoDeal_text ul li {
	font-size: 15px;
}
.bundles_promotions .monsterDuoDeal_text .btnBuildMyBundle {
	margin-top: 15px;
}
.bundles_promotions .monsterDuoDeal_text {
	background: url('/web/resources/images/banner/spring_campaign_monster_duo/bundles_promo_monster_duo_img.png') no-repeat left 20px;
	padding-left: 295px;
	padding-top: 15px;
	position: relative;
}
.bundles_promotions .monsterDuoDeal_text ul {
	list-style-type: none;
	padding-left: 40px !important;
}
.bundles_promotions .monsterDuoDeal_text ul li {
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
	text-indent: 0;
}
.bundles_promotions .monsterDuoDeal_text ul li:before {
	content: url('/web/resources/images/tivo/tivo_promo/green_check.png');
	width: 22px;
	height: 19px;
	position: absolute;
	left: -40px;
	top: -1px;
}
.monsterDuoDeal_text .btnBuildMyBundle {
	min-width: 190px;
	width: auto;
	height: 32px;
	display: inline-block;
	padding: 0 1em;
	box-sizing: border-box;
}
.monsterDuoDeal_text h3 {
	color: #004282 !important;
	font-size: 24px;
	letter-spacing: -0.02em;
	margin: 5px 0 15px 0;
}
.bundles_promotions .monsterDuoDeal h2 {
	font-weight: bolder;
	font-size: 33px;
	color: #004282 !important;
}
.bundles_promotions .monsterDuoDeal h3 {
	color: #004282 !important;
}
/*********** END BANNER MONSTER DUO PROMO **********/
.cogeco_la_contest {
	background: url("/web/resources/images/banner/la_contest/la_Contest_TiVoLaunch_950X195_EN.jpg") top center no-repeat;
	width: 950px;
	height: 195px;
	display: block;
	margin: 0 0 30px 0;
}
html[lang="fr"] .cogeco_la_contest {
	background: url("/web/resources/images/banner/la_contest/LA_Contest_TiVoLaunch_950X195_FR.jpg") top center no-repeat;
}
div.icon_printer {
	background: url(/web/resources/images/residential/icons/printer_blue.png) no-repeat;
	height: 24px;
	margin-top: 30px;
}
div.icon_printer a {
	margin-left: 32px;
	line-height: 20px;
}
/*********** TESTIMONIAL SLIDER WIDGET **********/
.testimonial-slider {
	text-align: center;
	margin-bottom: 25px; }
.testimonial-slider.small {
	width: 50%;
}
.testimonial-slider h2 {
	color: #454545 !important;
}
.testimonial-slider blockquote {
	position: relative;
	padding: 0 70px;
	height: 75px;
}
.testimonial-slider.small blockquote {
	height: 75px;
}
.testimonial-slider blockquote:before,
.testimonial-slider blockquote:after {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	width: 55px;
	height: 52px;
	background: url(/web/resources/images/tivo/tivo_promo/testimonial_widget/quotes.png) no-repeat left center;
}
.testimonial-slider blockquote:after {
	background-position: right center;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
}
.testimonial-slider.small blockquote:after {
	bottom: 10px;
}
.testimonial-slider blockquote p {
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: left;
}
.testimonial-slider cite {
	color: #004784;
	font-style: normal;
	text-align: right;
	display: block;
}
.testimonial-slider cite:before {
	content: '- ';
}
.testimonial-slider .slides-wrapper {
	position: relative;
	padding: 0 90px;
	min-height: 46px;
}
.testimonial-slider.small .slides-wrapper {
	padding: 0;
}
.testimonial-slider .btn-prev,
.testimonial-slider .btn-next {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	background: url(/web/resources/images/tivo/tivo_promo/testimonial_widget/arrows.png) no-repeat left center;
	width: 45px;
	cursor: pointer;
}
.testimonial-slider .social li:before {
	display: none;
}
.testimonial-slider.small .btn-prev,
.testimonial-slider.small .btn-next {
	background-image: url(/web/resources/images/tivo/tivo_promo/testimonial_widget/small-arrows.png);
	width: 37px;
	height: 37px;
	top: auto;
	left: 30px;
	bottom: -50px;
}
.testimonial-slider .btn-next {
	left: auto !important;
	right: 10px;
	background-position: right center;
}
.testimonial-slider.small .btn-next {
	right: 30px;
}
.testimonial-slider .social h3 {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
.testimonial-slider .social ul {
	list-style: none;
	padding: 0;
	display: inline-block;
	margin: 0 auto;
}
.testimonial-slider .social li {
	float: left;
	margin: 0 3px;
}
.testimonial-slider .social li:before {
	display: none;
}
.testimonial-slider .social a {
	display: block;
	width: 46px;
	height: 29px;
	background: url(/web/resources/images/tivo/tivo_promo/testimonial_widget/social.png) no-repeat left center;
}
.testimonial-slider .social .google-plus {
	background-position: center center;
}
.testimonial-slider .social .twitter {
	background-position: right center;
}
.testimonial-slider .social .extLink {
	position: absolute;
	left: -9999em;
}
/*********** END TESTIMONIAL SLIDER WIDGET **********/

/*** BASIC CGO SLIDER ***/
.slider {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0 .5em;
}
.slider.slider-with-control {
	padding: 0 67px;
}
.slider .slides {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.slider .slide {
	display: none;
	width: 100%;
	position: absolute;
	top: 0; left: 0;
	box-sizing: border-box;
	padding: 10px;
}
.slider.testimonial-slider .slide {
	position: relative;
}
.slider .slide.active,
.slider .slide.out {
	display: block;
}
.slider i[class^="slider-ico-"], .slider i[class*=" slider-ico-"] {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: transparent url(/web/resources/images/slider/slider-icons.png) no-repeat 0 0;
	width: 11px; height: 15px;
}
.slider i.slider-ico-next { background-position: -11px 0 }
.slider :hover > i.slider-ico-prev { background-position: 0 -15px }
.slider :hover > i.slider-ico-next { background-position: -11px -15px }
/*** END BASIC SLIDER ***/

/*** SLIDER ADJUSTMENT FOR YOUTUBE PLAYLIST WITH 3 VISIBLE SLIDE ***/
.youtube-list.fn-slider {
	background: #fff url(/web/resources/images/tivo/tv/ajax-loader.gif) no-repeat center center;
}
.youtube-list.slider,
.youtube-list.slider .slides {
	height: 100px;
}
.youtube-list.slider .slide {
	width: 50%;
	height: 100px;
	margin-left: -50%;
	background: #f3f3f3;
	z-index: 0;
}
.youtube-list.slider .thumb-clipper {
	float: left;
	margin-right: 15px;
	width: 141px; height: 80px;
	overflow: hidden;
}
.youtube-list.slider img {
	width: 141px; height: 106px;
	display: block;
	margin-top: -13px;
}
.youtube-list .slide {
	-webkit-transition: background 100ms ease;
	-moz-transition: background 100ms ease;
	-ms-transition: background 100ms ease;
	-o-transition: background 100ms ease;
	transition: background 100ms ease;
}
.youtube-list .slide .description {
	font-size: 12px;
	line-height: 15px;
	min-height: 3.75em;
	margin-left: 156px;
	display: block;
	color: #454545;
}
.youtube-list .slide .title {
	font-size: 12px;
	line-height: 15px;
	min-height: 2.5em;
	margin-left: 156px;
	margin-bottom: 8px;
	display: block;
	text-decoration: underline;
}
.youtube-list.slider .slider-btn {
	position: absolute;
	top: 10px; bottom: 10px;
	left: 6px;
	width: 61px;
	background: transparent;
	text-align: right;
	padding: 10px;
	border: 0 none;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}
.youtube-list.slider .slider-btn.btn-next {
	left: auto;
	right: 6px;
	text-align: left;
}
.youtube-list.slider .slider-btn .buttonLink {
	padding: 0;
	width: 31px; height: 31px;
	margin: 0;
	border-radius: 50%;
}
.youtube-list.slider .slider-btn .buttonLink i {
	display: block;
	margin: 8px auto;
}
/*.youtube-list.slider:hover .slider-btn {
	top: 3px;
	bottom: 3px;
	left: -25px;
	width: 40px;
	background: #fff;
}
.youtube-list.slider:hover .slider-btn.btn-next {
	left: auto;
	right: -25px;
}*/
.youtube-list .slide:hover {
	text-decoration: none;
	background: #e3e3e3;
}
.youtube-list .slide:hover .title {
	text-decoration: underline;
}
.youtube-list.empty-list {
	display: none;
}
.youtube-list.slider.no-slider .slide {
	position: static;
	float: left;
	margin: 0;
	display: block;
}
.youtube-list.slider.slider-single .slide {
	float: none;
	width: auto;
}
.box.css .box.css.tv-service-bar.tivo {
	margin: -15px -15px 14px -15px;
}
.box.css .youtube-list.slider {
	margin: 0 -15px -9px -16px;
	width: 960px;
}
.tv-service-bar + .supportArrow {
	width: 960px;
	margin-bottom: 3px;
}
.box.css.for-youtube-list {
	background: #f3f3f3;
}
.youtube-list.slider .slide.active:hover {
	z-index: 1;
}
/* Youtube overlay */
.youtube-overlay .overlay {
	max-width: 800px;
}
.youtube-overlay .youtube-frame-wrapper {
	text-align: center;
}
.youtube-overlay .video-title,
.youtube-overlay .video-description {
	width: auto;
	margin: 1em 70px;
}
/* hide extra br in video description */
.youtube-overlay .video-description br + br + br {
	display: none;
}
.youtube-overlay .the-content {
	padding-bottom: 1em;
	margin-bottom: 1em;
}
/* hide Generic Overlay close button for youtube overlay */
.youtube-overlay .the-content + .center-text {
	display: none;
}
/*** END SLIDER ADJUSTMENT FOR YOUTUBE PLAYLIST WITH 3 VISIBLE SLIDE ***/
.tivofaq {
	font-size: 18px;
}
.contentHeader {
	background-color: #ffffff;
}
.contentHeader .body {
	width: 960px;
	margin: 0 auto;
	height: auto;
	padding: 2em 0;
}

/** Channel Browser **/
.channel-browser .fn-tabs {
	list-style: none;
}
.tv .regularprice{
    display: block;
    text-decoration: line-through;
}

.regularprice{
   display: none;
}

/*Alert icon for channel*/
.alert_channel {
	background: #fffdf0;
	border:1px solid #fbeed5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:14px;
	margin-bottom:14px;
}
.headingBlock .alert_channel {
	margin:14px 0;
}
i.alert_icon {
	background:url('/web/resources/images/alert_icon.png') no-repeat left top;
	position:relative;
	display: inline-block;
	vertical-align: middle;
	width:28px;
	height:28px;
	padding:0 12px 0 0;
}
.alert_channel span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color:#f89406;
	width:90%;
}
/*FLOATING BAR CTA*/
.floatingCta{
	position:fixed;
	bottom:0;
	z-index:2;
	width:100%;
	padding:30px 0;
	background-color:#000;
	opacity: 0.8;
}
.floatingCtaContent{
	position:fixed;
	bottom:0;
	z-index:50;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#fff;
	padding:13px 0;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	letter-spacing: -.02em;
}
.floatingCtaContent .btnBuildMyBundle{
	display:inline-block;
	margin:0 0 0 15px;
	padding:0 15px;
	font-size:20px;
}
html[lang="fr"] .floatingCtaContent .btnBuildMyBundle{
	display:inline-block;
	margin:0 0 0 15px;
	padding:0 15px;
	font-size:20px;
	width:250px;
}
/*.tivo-section.tivoDeal {*/
	/*position: relative;*/
/*}*/
/*.tivo-section.tivoDeal .stellarDeal {*/
	/*padding-top: 50px;*/
/*}*/



/*box promo sur TiVo page*/
.tivo-section.tivoDeal {
	background-color: #fff !important;
	border-color: #fff !important;
}
.tivo-section.tivoDeal .main_campaign {
	width: 718px;
	margin: 0 auto;
}
/*box promo sur bundle & promo et TiVo page*/
.main_campaign {
	height: 474px;
	background: url('/web/resources/images/banner/summer_campaign2016/bundlepromoTop_summer2016_on_en.png') no-repeat;
}
.qc .main_campaign {
	background: url('/web/resources/images/banner/summer_campaign2016/bundlepromoTop_summer2016_qc_en.png') no-repeat;
}
html[lang="fr"] .main_campaign {
	background: url('/web/resources/images/banner/summer_campaign2016/bundlepromoTop_summer2016_on_fr.png') no-repeat;
}
html[lang="fr"] .qc .main_campaign {
	background: url('/web/resources/images/banner/summer_campaign2016/bundlepromoTop_summer2016_qc_fr.png') no-repeat;
}
.main_campaign .main_campaign_content {
	margin:210px 15px 0 370px;
	color: #fff;
	font-size: 15px;
}
.main_campaign .main_campaign_content h3 {
	color:#9bd3e5;
	font-size: 23px;
}
html[lang="fr"] .main_campaign .btnBuildMyBundle {
	width: 250px;
}
.on .main_campaign .center-text {
	display: block;
	text-align: center;
}
.on .main_campaign .center-text .btnBuildMyBundle {
	display: inline-block;
}
.main_campaign .main_campaign_content ul {
	list-style-type: none;
	padding-left: 35px !important;
	margin:20px 0 10px;
}
.main_campaign .main_campaign_content li {
	padding-bottom: 15px;
	position: relative;
	text-indent: 0;
}
.main_campaign .main_campaign_content ul li:before {
	content: url('/web/resources/images/banner/summer_campaign2016/check.png');
	width: 22px;
	height: 19px;
	position: absolute;
	left: -40px;
	top: -1px;
}
.main_campaign .campaignlegal {
	position: relative;
	font-size: 9px;
	color:#fff;
	line-height: 12px;
}
.on .main_campaign .campaignlegal {
	bottom:70px;
	left:40px;
	margin-bottom:-20px;
}
html[lang="fr"] .on .main_campaign .campaignlegal {
	bottom:65px;
	left:40px;
	margin-bottom:-20px;
}
.qc .main_campaign .campaignlegal {
	display: block;
	width: 70px;
	bottom:35px;
	left:260px;
	margin-bottom:-20px;
}
html[lang="fr"] .qc .main_campaign .campaignlegal {
	width: 90px;
	bottom:35px;
	left:270px;
	margin-bottom:-20px;
}