/* Overlay */
.overlay-yellow,
.overlay-green,
.overlay-gray,
.overlay-white,
.overlay-black {
	width: 400px;
	max-height: 530px;
	position: relative;
	display: none;
}
.overlay-yellow:after,
.overlay-green:after,
.overlay-gray:after,
.overlay-white:after,
.overlay-black:after {
	content: "";
	display:block;
	clear: both;
	float: none;
}
.overlay-top,
.overlay-body,
.overlay-footer,
.overlay-footer-corner {
	float: left;
	width: 100%;
}
.overlay-top,
.overlay-close-btn,
.overlay-corner-right,
.overlay-footer,
.overlay-footer-corner {
	height: 56px;
	position: relative;
}
.ie7 .overlay-footer {
	position: static;
}
.ie7 .overlay-footer-corner {
	right: -28px;
}
.overlay-close-btn,
.overlay-corner-right,
.overlay-footer-corner {
	width: 55px;
	right: -55px;
	position: absolute;
}

.overlay-close-btn {
    background-color: transparent;
	border: 0;
	overflow: hidden;
}

.overlay-close-btn:before {
    content: "";
	display: block;
	width: 0;
	height: 100%;
}

.overlay-body {
	position: relative;
	z-index: 99;
	background-color: #fff;
}
.shadow-left,
.shadow-right {
	width: 27px;
	height: 100%;
	position:absolute;
	background-repeat: repeat-y;
}
#overlay-waiting .overlay-top,
#overlay-waiting .overlay-footer {
	margin-left: -27px;
}
.shadow-left {background-position: -14px -5px; left: -27px;}
.shadow-right {background-position: -61px -5px; right: -27px;}
.overlay-close-btn a {
	display: block;
	width: 35px;
	height: 30px;
	position: absolute;
	top: 25px;
	right: 20px;
	text-indent: -9999px;	
}
.overlay-content h2 {
	line-height: 20px;
}
.overlay-viewport {
	max-height: 330px;
	overflow: hidden;
	position: relative;
	margin:30px 25px 20px;
}
.overlay-viewport.overlay-existing {
	max-height:353px;
}
.overlay-black .overlay-viewport {
	overflow: hidden;
}
.view {
	position: absolute;
	display: block;
	line-height: 15px;
}
.overlay-viewport h3 {
	font-size: 15px;
}
#overlay-confirmation #overlay-installation h3 {
	font-size: 18px;
	line-height: 175%;
}
#overlay-confirmation #overlay-installation .sub-title {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
}
.overlay-viewport:after {
	content: "";
	float: none;
	clear:both;
	display: block;
}
.overlay-viewport .col-left,
.overlay-viewport .col-left-border {
	float: left;
	width: 298px;
	margin-bottom: 30px;
	line-height: 20px;
}
.overlay-viewport .col-right,
.overlay-viewport .col-right-border {
	float: right;
	text-align: left;
}
.col-left-border,
.col-right-border {
	border: solid 1px #bbb;
	padding: 15px;
	width: 240px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.overlay-viewport span {
	font-weight: bold;
	padding-bottom: 20px;
	color: #3b3b3b;
}
.overlay-viewport .ssn-tip {
	padding: 15px 0 10px 0;
}
.overlay-viewport .single {
	display: block;
	margin: 20px 0px!important;
}
.overlay-content-bottom {
	float: none;
	clear: both;
	background-color: #f2f2f2;
	padding-top: 15px;
	margin-top: 40px;
	text-align: center;
	border-top:solid 1px #d5d5d5;
}
.overlay-footer-corner {
	background-position:right -240px; 
	width: 55px;
	position: absolute;
	right: -55px;
}
.overlay-footer,
.overlay-footer-corner {
	height: 40px;
}
.overlay-footer {background-position:-114px -240px; margin-left: -27px;}
.gray-bottom .overlay-footer {background-position:-114px -294px; margin-left: -27px;}
.gray-bottom .overlay-footer-corner {background-position:right -294px; }

.top-capture, .bottom-capture {
	height: 1px;
	width: 1px;
	display: block;
    position: absolute;
}
#scrollbar-overlay-viewport {
	position: absolute;
	height: 330px;
	width: 3px;
	right: 2px;
	top:0px;	
	background-color: #d5d5d5;
	overflow: visible;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#scrollbar-overlay-viewport .scrubber {
	position: absolute;
	left: -1px;
	background-color: #3b3b3b;
	width: 5px;
	height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.overlay-yellow h2 {
	background-color: #ffeca9;
	padding:0px 20px 20px 20px;
	border-bottom: 1px solid #ffc600;
}
.overlay-yellow .overlay-top {background-position:-114px -170px; margin-left: -27px;}
.overlay-yellow .overlay-close-btn {background-position: right -170px;}
.overlay-green h2 {
	background-color: #dae8a1;
	padding:0px 20px 20px 20px;
	border-bottom: 1px solid #a2c513;
}
.overlay-green .overlay-top {background-position:-114px -91px; margin-left: -27px;}
.overlay-green .overlay-close-btn {background-position: right -91px;}
.overlay-gray h2 {
	background-color: #f2f2f2;
	padding:0px 20px 20px 20px;
	border-bottom: 1px solid #b5b5b5;
}
.overlay-gray .overlay-top {background-position:-114px -10px; margin-left: -27px;}
.overlay-gray .overlay-close-btn {background-position: right -10px;}
.overlay-white h2 {
	background-color: #fff;
	padding:0px 20px 20px 20px;
	border-bottom: 1px solid #b5b5b5;
}
.overlay-white .overlay-top {background-position:-114px -350px; margin-left: -27px;}
.overlay-white .overlay-corner-right {background-position: right -350px;}
.overlay-white .overlay-close-btn {background-position: right -422px;}
.overlay-black h2 {
	background-color: #fff;
	padding:0px 20px 20px 20px;
	border-bottom: 1px solid #b5b5b5;
}
.overlay-black .overlay-top {background-position:-114px -492px; margin-left: -27px; height: 150px;}
.overlay-black .overlay-corner-right {background-position: right -350px;}
.overlay-black .overlay-top-end {
	background-position: right -492px; height: 150px; 
	position: absolute;
	right: -55px;
	width: 55px;
	z-index: 50;
}
.overlay-black .overlay-close-btn {
	background-image: none;
	z-index: 50;
	left: 0px;
	top:0px;
}
#overlay-service-activation, 
#overlay-add-channel,
#overlay-login,
#overlay-lookup {
	width: 580px;
}
.overlay-content .icon-stop {
	background-image: left 0px;
	display: block;
	height: 25px;
	float: left;
}
#overlay-service-switch {
	width: 480px;
}
#overlay-service-switch .btn span {
  min-width: 130px;
}
#overlay-service-switch p {
	margin-bottom: 20px;
}
.overlay-content .overlay-warning {
	background-repeat: no-repeat;
	background-position: left -1203px;
	display: block;
	height: 15px;
	padding:0 0 0 30px;
	margin: 0px 0 0 0 ;
	float: none;
}
#overlay-serviceaddresschange p {
	margin-bottom: 20px;
}
#overlay-serviceaddresschange .icon-stop {
	margin-top: -10px;
}
#overlay-chatoverlay .icon-chatoverlay {
	margin-top: -10px;
}
#overlay-chatoverlay,
#overlay-timeslot-unavailable {
	width: 650px;
}
#overlay-chatoverlay .overlay-viewport,
#overlay-timeslot-unavailable .overlay-viewport {
	padding:0px;
	margin-top:10px;
	font-size:14px;
	line-height:14px;
}
#overlay-chatoverlay .view {
	width: 600px;
}
#overlay-chatoverlay .icon-contract {
	padding: 9px 0 13px 48px!important;	
}
#overlay-chatoverlay h2 a,
#overlay-timeslot-unavailable h2 a {
	float: right;
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px;
}
#overlay-chatoverlay h2,
#overlay-timeslot-unavailable h2 {
	color:Red;
	border:none;
}
#overlay-chatoverlay #overlay-content-bottom,
#overlay-timeslot-unavailable #overlay-timeslot-bottom {
	text-align:center;
	padding-bottom:10px;
}
#overlay-chatoverlay p,
#overlay-timeslot-unavailable p {
	margin-bottom: 20px;
	width: 55px !important;
}
#overlay-chatoverlay .icon-stop {
	margin-top: -10px;
}
.overlay-viewport .title, .overlay-viewport .price {
	display:block;
	padding-bottom: 5px;
	font-size: 17px;
}
.overlay-viewport ul {
	margin-top: 20px;
}
.overlay-viewport .title, .overlay-viewport ul li {
	color: #777777;
	font-weight: normal;
	font-size: 10px; 
	line-height: 13px;
}
#overlay-add-channel .col-left-border {
	width: 240px;
}
.overlay-viewport li {
	list-style: disc;
	margin:10px 0 0 13px;
}
#overlay-add-channel #logo {
	position: absolute;
	left: 180px;
}
.col-right td {
	vertical-align: bottom;
	width: 115px;
	font-weight: bold;
	color: #777;
	text-align: left;
	font-size: 10px;
}
.col-right td+td {
	font-size: 22px;
	height: 35px;
	text-align: right;
}
.col-right .price-diff {
	color: #3b3b3b;
}
.col-right .price-total {
	color: #93a81c;
}
.col-right .divider td {
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
}
.clear {
	float: none;
	clear: both;
}
#overlay-login h2 {
	text-align: center;
}
#overlay-login .col-left {
	width: 200px;	
}
#login-form {
	text-align: left;
	width: 250px;
}
#login-form input {
	margin-bottom: 15px;
}
#login-form .submit {
	margin: 0;
}
#login-form a {
	display: block;
	text-decoration: underline;
	padding-bottom: 20px;
}
#overlay-login li {
	list-style: disc;
	margin: 10px 0 10px 13px;
	font-size: 13px;
}
#overlay-login .last {
	list-style: none;
}
#overlay-equipment {
	width: 665px;
}
.overlay-content .icon-equipment {
	background-position: left -1283px;
	display: inline-block;
	float: left;
	height: 30px;
	width: 20px;
}
.overlay-content h2 span {
	display: block;
	font-size: 13px;
	font-weight: normal;
}
#overlay-equipment .col-left-border,
#overlay-equipment .col-right {
	width: 270px;
}
#overlay-equipment h3 {
	margin-bottom: 30px;
}
#overlay-equipment label {
	margin-left: 40px;
	font-weight: bold;
}
#overlay-equipment label span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
	color: #777;
}

/* Localize */
#overlay-localize {
	width: 665px;
}
#overlay-localize .icon-house {
	height: 23px;
	margin-top :-10px;
}
#overlay-localize h2 a {
	font-size: 13px;
	float: right;
}
#localize-content .form-footer, #overlay-localize .form-footer {
	background: none repeat scroll 0 0 #F7F7F7;
	border-top: 1px solid #D4D4D4;
	height: 60px;
}
#overlay-localize .form-checkbox {
	float: left;
	margin: 20px 0 0 25px;
}
#localize-content form, #overlay-localize form {
	border: 1px solid #D4D4D4;
	border-radius: 5px 5px 5px 5px;
	margin: 20px 0 0;
}
#overlay-localize .form-row {
	margin: 10px 10px 0;
	padding: 20px 0;
}
#localize-content .form-checkbox label, 
#overlay-localize .form-checkbox label {
	display: inline;
}
#overlay-localize .btn {
	float: right;
	margin: 9px 17px 0 0;
}
#overlay-localize #loadText {	
	width: 150px;
	float: right;
	display: none;
	margin: 15px 10px 0px 0px;
	text-align: right;	
}
#overlay-localize #loadImage {
	width: auto;
	float: right;	
	text-align: right;	
}
#overlay-localize .overlay-viewport {
	overflow: visible;
}
#overlay-localize .form-row span {
	margin-left: 2px;
}
#overlay-localize #form {
	border: 1px solid #D4D4D4;
	border-radius: 5px 5px 5px 5px;
}
#overlay-localize .submit {
	padding: 0 75px 0 70px;
}
#overlay-localize .form-field {
	position: relative;
}
#overlay-localize .validation-error {
	bottom: -13px;
	top: auto;
	left: 0;
	padding-bottom: 0;
}

/* Contract and Terms */
#overlay-contract .icon-contract,
#overlay-e911 .icon-e911,
#overlay-terms .icon-terms {
	margin-top: -10px;
}
#overlay-contract, #overlay-e911, #overlay-terms {
	width: 665px;
}
#overlay-contract .overlay-viewport, #overlay-e911 .overlay-viewport, #overlay-terms .overlay-viewport {
	width: 620px;
	height: 330px;
}
#overlay-contract .view, #overlay-e911 .view, #overlay-terms .view {
	width: 600px;
}
#overlay-contract .icon-contract,
#overlay-e911 .icon-contract,
#overlay-terms .icon-terms {
	padding: 9px 0 13px 48px!important;	
}
#overlay-contract h2 a,
#overlay-e911 h2 a,
#overlay-terms h2 a {
	float: right;
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px;
}
h2 .link {
	position:absolute; 
	right:20px; 
	top:0px;
}

/* Confirmation */
#overlay-confirmation, #overlay-confirmation-install {
	width: 700px;
}
#overlay-confirmation .overlay-viewport, #overlay-confirmation-install .overlay-viewport {
	text-align: left;
}
#overlay-confirmation img, #overlay-confirmation-install img {
	margin: auto;
}
#overlay-confirmation .col-right, #overlay-confirmation-install .col-right {
	width: 300px;
}
#overlay-confirmation li, #overlay-confirmation-install li {
	font-size: 13px;
	line-height: 18px;
}
#overlay-confirmation p, #overlay-confirmation-install p {
	padding-bottom: 15px;
	color: #777777
}
#overlay-confirmation span,
#overlay-confirmation a,
#overlay-confirmation-install span,
#overlay-confirmation-install a {
	display: block;
	padding: 0px;
}
#overlay-confirmation a {
	display: inline !important;
}

/* Credit check */
#overlay-credit-check {
	width: 700px;
}
#overlay-credit-check h2 {
	color: #c8001d;
	border: none;
	text-align: left;
}
#overlay-credit-check .overlay-content {
	text-align: center;
}
#overlay-credit-check .overlay-content p {
	text-align: left;
	padding-left: 20px;
}
#overlay-credit-check .loader {
	margin: 10px auto;
}
#overlay-credit-check span {
	display: block;
	float: none;
	margin: auto;
}
#overlay-credit-check .approved-text {
	font-size: 17px;
	font-weight: bold;
	margin: 15px auto;
	display: none;
}
#overlay-credit-check .close-overlay {
	display: none;
}
.hide {
	display: none;
}

/* validation localization overlay */
#overlay-localize span.validation-errorheader {
	color: #ff3030;
	font-style: italic;
	display: block;
	clear: both;
	padding-bottom: 0px;
}
#localize-content p, #overlay-localize p {
	color: #666666;
	line-height: 20px;
	margin-bottom: 20px;
}
.overlay-noheader {
	display: none;
	position: relative;
}
.overlay-noheader:after {
	clear: both;
	content: "";
	display: block;
	float: none;
}
.overlay-noheader .overlay-top {
	background-position: -114px -350px;
	height: 40px;
	margin-left: -27px;
}
.overlay-noheader .overlay-corner-right {
	background-position: right -350px;
	height: 40px;
}
.overlay-noheader .overlay-close-btn {
	background-position: right -422px;
}

/* Modem */
#overlay-modem {
	width: 930px;
}
#overlay-modem td:first-child {
	border-left: none;
}
#overlay-modem td {
	height: 60px;
	width: 85px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	text-align: center;
	vertical-align: middle;
}
#overlay-modem thead td {
	color: #fff;
	border-left: 1px solid #292929!important;
	border-right: 1px solid #292929!important;
	font-size: 11px;
}
#overlay-modem .product-name {
	width: 160px;
}
#overlay-modem .even {
	background-color: #f2f2f2;
}
#overlay-modem .overlay-content-bottom {
	margin-top: 0px;
}
#overlay-modem h2 {
	padding: 25px 0px 30px 20px;
	color: #c8001d;
}
#overlay-modem .checker {
	background-repeat: no-repeat;
	background-position: center -60px;
}
#overlay-modem .selected.checker {
	background-position: center -120px;
}
#overlay-modem thead .selected {
	background-color:#277ddd!important;
	background-image:none;
}
#overlay-modem .selected {
	background-color:#caecff;
}
#overlay-modem .even .selected {
	background-color:#c1e3f6;
}
#search-field {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 480px;
	height: 45px;
}
#search-field input[type=text] {
	width: 430px;
	margin:15px 0px 0px 15px;
	background-color: transparent;
	border: none;
}
#search-field input[type=text]:focus {
	outline: none;
}
#search-field .submit {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: transparent;
	border: none;
	width: 50px;
	height: 45px;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}
#pagination {
	width: 240px;
	text-align: center;
	margin: auto;
}
#pagination:after {
	content: "";
	display: block;
	clear: both;
	float: none;
}
#pagination .next,
#pagination .pages,
#pagination .previous {
	display: block;
	width: 30px;
	height: 35px;
	float: left;
	background-position: left bottom;
}
#pagination .pages {
	padding: 0px 5px;
	width: 170px;
	background-position: -30px bottom;
}
#pagination .pages a {
	padding: 5px;
	line-height: 25px;
}
#pagination .next {
	background-position: -210px bottom;
}

/* Look up */
.form-row span {
	font-weight: normal;
}
#Form1 .btn {
	float: none;
	clear: both;
	width: 200px;
	margin-top: 20px;
}
#login-form a {
	display: inline;
}
#Form1 .form-row span {
	float: left;
}
#overlay-login p {
	padding-top: 10px;
}
#overlay-login h2 {text-align: left; padding-left:25px;}
#overlay-login a.link {float:right; font-size:13px; font-weight:bold;}
#overlay-login .form-row span.validation-error {
	bottom: -45px;
	font-weight: bold;
}
#overlay-login .form-row span.ssn {
	bottom: -30px;
}
#overlay-login div.validation-summary {
	color:Red;
	padding-bottom:10px;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.overlay-noheader .overlay-body {
	margin-top: 0px;
	margin-left: 0px;
}
.ie9 .overlay-gray .overlay-top {background-position:-114px -10px; margin-left: -27px;}
.ie9 .overlay-noheader {width :75px;}
.ie8 .overlay-noheader {width :75px;}
.ie7 .overlay-noheader {width :75px;}
.ie7 .overlay-gray .overlay-top {background-position:-114px -10px; margin-left: -27px;}

/* Spinner Issue */
#overlay-waiting {
	background-position: left bottom;
	width: 68px;
	padding: 33px 24px 30px 27px;
	height: 67px;
}

/* TPV Overlay */
#overlay-TPV .icon-TPV {
	margin-top: -10px;
}
#overlay-TPV,
#overlay-timeslot-unavailable {
	width: 650px;
}
#overlay-TPV .overlay-viewport,
#overlay-timeslot-unavailable .overlay-viewport {
	padding:0px;
	margin-top:10px;
	font-size:14px;
	line-height:14px;
}
#overlay-TPV .view {
	width: 600px;
}
#overlay-TPV .icon-contract {
	padding: 9px 0 13px 48px!important;	
}
#overlay-TPV h2 a,
#overlay-timeslot-unavailable h2 a {
	float: right;
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px;
}
#overlay-TPV h2,
#overlay-timeslot-unavailable h2 {
	color:Red;
	border:none;
}
#overlay-TPV #overlay-content-bottom,
#overlay-timeslot-unavailable #overlay-timeslot-bottom {
	text-align:center;
	padding-bottom:10px;
}
#overlay-TPV p,
#overlay-timeslot-unavailable p {
	margin-bottom: 20px;
	width: 55px !important;
}
#overlay-TPV .icon-stop {
	margin-top: -10px;
}
#overlay-installation {
	max-height: 402px; 
}
#overlay-credit-check .btn-gray {
	*width:15%;
}
#overlay-credit-check .btn-gray {
	*cursor:pointer;
}

/* addon protection plan */
#overlay-compare-three,
#overlay-compare-two {
	width: 900px;
}
#overlay-compare-three .overlay-viewport,
#overlay-compare-two .overlay-viewport {
	margin: 0px;
	height: 400px;
}
#overlay-compare-three .overlay-content,
#overlay-compare-two .overlay-content {
	border-top:5px solid #c8001d;
}
#overlay-compare-three .overlay-content-bottom,
#overlay-compare-two .overlay-content-bottom {
	background-color: #fff;
	margin-top:0px;
}
.chart-header {
	margin-top: 30px;
	width: 950px;
}
.chart-header li {
	position: relative;
	float: left;
	width: 300px;
	height: 120px;
	padding-top: 30px;
	color: #fff;
	text-align: center;
	border-left: 1px solid #000;
}
.chart-header li:first-child {
	width: 275px;
	padding: 30px 0px 0 20px;
	margin-left: 27px;
	color: #3b3b3b;
	border-left:none;
	text-align: left;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
}
.chart-header li strong {
	display: block;
	font-size: 17px;
	line-height: 1.5em;
}
.chart-header li span {
	display: block;
	line-height: 1.5em;
}
.price-note {
	color: #777;
}
.form-select-wider .price-note {
    display: block;
    line-height: 1em;
}
.font-light {
	font-weight: 100;
	line-height: 20px;
}
.chart-header .card-icon-small {
	margin-top: -15px;
}
.card-icon-small + span {
	display: block;
	margin-top: 15px;
}
#search-filter {
	float: left;
}
#search-filter label {
	font-weight: bold;
	margin: 0 15px 0 0;
	float: left;
	margin-left: 20px;
	line-height: 40px;
}
#search-filter .text {
	padding: 12px;
	margin-right: 10px;
	line-height: 15px;
	border: 1px solid #dfdfdf;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#overlay-compare-two .chart {
	height: 700px;
	top: 0px;
}
.chart td {
	width: 300px;
	padding-right: 15px;
	vertical-align: middle;
	border-left: 1px solid #cacaca;
	font-size: 12px;
	line-height: 21px;
	text-align: left;
}
.chart td:first-child {
	padding-left: 20px;
	width: 270px;
	font-weight: bold;
	text-align: left;
}
.chart td:first-child,
.chart td:first-child + td {
	border-right: 1px solid #cacaca;
}
.chart .selected {
	color: #3b3b3b;
	text-align: center;
}
.chart span {
	font-style: italic;
	font-size: 11px;
	color: #777;
	padding-left: 5px;
}
.chart .selected span {
	display: block;
	margin: auto;
	width: 21px;
	height: 20px;	
	text-indent: -9999px;
	overflow: hidden;
}
.chart tr:nth-child(even) {
	background: #f2f2f2;
}
.small-title {
	border-top: 1px solid #D5D5D5;
	clear: both;
	display: block;
	float: none;
	height: 0;
	margin: 50px 30px 0!important;
	padding: 0 0 10px;
	position: relative;
	text-align: left;
}
.small-title span {
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	color: #C8001D;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 17px;
	padding: 0 10px 0 0;
	position: relative;
	top: -11px;
}
body .overlay-black {
	font-size: 13px;
}
.overlay-black .include-list {
	margin: 0px 30px 30px;
}
.overlay-black .include-list:after {
	content:"";
	display: block;
	clear: both;
	float: none;
}
.overlay-black .include-list li {
	width: 400px;
	float: left;
	font-size: 12px;
	color: #3b3b3b;
}
.overlay-black #scrollbar-overlay-viewport,
.overlay-black .scrollbar {
	right: 8px;
}
.scrollbar {
	position: absolute;
	height: 330px;
	width: 3px;
	right: 2px;
	background-color: #d5d5d5;
	overflow: visible;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.scrubber {
	position: absolute;
	left: -1px;
	background-color: #3b3b3b;
	width: 5px;
	height: 20px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
#overlay-compare-three .chart-header li {
	padding-top: 15px;
	width: 198px;
}
#overlay-compare-three .chart-header li:first-child {
	padding-top: 30px;
	width: 280px;
}
#overlay-compare-three td {
	width: 200px;
}
#overlay-compare-three td:first-child {
	width: 280px;
}
#overlay-compare-three .chart {
	height: 550px;
}

/* Localize Pages */
#localize-content .btn input, #overlay-localize .btn input {
	width: 204px;
}
#localize-address-list {
	width: 690px;
	margin: 20px 0 15px;
}
#localize-address-list #localize-address-list {
	margin-top: 0px;
}
#localize-address-list li:first-child {
	margin-bottom: 20px;
}
#localize-address-list #localize-address-list li:first-child {
	margin-bottom: 5px;
}
#localize-address-list li {
	font-weight: bold;
	font-size: 13px;
	color: #3b3b3b;
	background: #f2f2f2;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 20px;
	margin: 0 0 5px;
}
#localize-address-list li span {
	float: left;
}
#localize-address-list .change {
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 0 20px;
}
#localize-address-list .btn,
#localize-content .btn {
	float: right;
	margin: 6px 20px 0 0;
	line-height: 12px;
	cursor: pointer;
	*zoom: 1;
}
#localize-address-list .btn span {
	width: 110px;
}
#localize-content .btn .submit {
	padding: 0px 75px 0px 70px;
}
#localize-address-list li.localize-address-list-group {
	border: 1px solid #d5d5d5;
	color: #3b3b3b;
	background-color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;	
}
.localize-address-list-nested #localize-address-list li .location {
	float: left;
	background: none;
	line-height: 50px;
	width: auto;
	padding: 0;
	margin: 0;
}
.localize-address-list-nested #localize-address-list .header {
	float: none;
}
.localize-address-list-nested .header {
	border: 1px solid #d5d5d5;
	color: #3b3b3b;
	background-color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	display: block;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	margin-bottom: 20px;
}
.localize-address-list-group #localize-address-list {
	width: auto;
	padding: 0;
}
.localize-address-list-nested #localize-address-list li.localize-address-list-group {
	border: none;
	height: auto;
	padding: 0;
}
#localize {
	width: 690px;
}
#localize h2 {
	float: left;
}
#localize a {
	float: left;
	margin: 18px 30px 0;
}
#localize-content {
	clear: both;
}
#localize-content form,
#overlay-localize form {
	border: 1px #d4d4d4 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;	
	margin: 20px 0 0;
}
#localize-content .form-row {
	padding: 30px 0 20px 20px;
}
#localize-content .form-footer,
#overlay-localize .form-footer {
	background: #f7f7f7;
	border-top: 1px #d4d4d4 solid;
	height: 60px;
}
#localize-content .input-1 {
	width: 380px;
}
#localize-content .form-checkbox {
	float: left;
	margin: 20px 0 0 35px;
}
#localize-move-date {
	font-size: 11px;
	width: 690px;
	/*height: 460px;*/
	margin: 20px 0 0;
	overflow: hidden;
	position: relative;
}
#localize-month-scroll {
	width: 690px;
	/*height: 348px;*/
	overflow: hidden;
	position: relative;
	top: -60px;
}
#localize-move-date .move-date-month {
	float: left;
}
#localize-move-date .move-date-month:last-child {
	border-right: 0;
}
#localize-move-selected {
	background-position: -60px -100px;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 2;
	display: none;
}
#localize-move-header {
	height: 60px;
}
#localize-move-date h2 {
	border-right: 4px #494949 solid;
	width: 343px;
	height: 60px;
	font-size: 15px;
	text-align: center;
	line-height: 60px;
	color: #fff;
}
#localize-move-date thead {
	border-right: 4px #494949 solid;
}
#localize-move-date tbody {
	border-right: 4px #cccccc solid;
}
#localize-move-date tr {
	height: 48px;
}
#localize-move-date th,
#localize-move-date td {
	width: 48px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
#localize-move-date th {
	border-right: 1px #474747 solid;
	background: #353535;
	color: #fff;
}
#localize-move-date th:first-child {
	border-left: 1px #353535 solid;
}
#localize-move-date td {
	background-position: left -100px;
	border-left: 1px #d5d5d5 solid;
	border-top: 1px #d5d5d5 solid;
}
#localize-move-date td.hover {
	background-position: -120px -100px;
}
#localize-move-date td.click {
	background-position: -200px -100px;
}
#localize-move-date tr:first-child td {
	border-top: none;
}
#localize-move-date .past {
	background: #e7e7e7;
	color: #999999;
	cursor: default;
}
#localize-move-popup {
	background-position: left -180px;
	display: none;
	width: 157px;
	height: 95px;
	position: absolute;
	z-index: 3;
	padding: 30px 0 0 72px;
}
#localize-move-popup p {
	font-size: 11px;
	color: #777777;
}
#localize-move-popup h3 {
	font-size: 13px;
	color: #3b3b3b;
	margin: 0 0 6px;
}
#localize-move-popup a {
	font-size: 11px;
}
#localize-move-previous,
#localize-move-next {
	height: 26px;
	width: 26px;
	position: absolute;
	top: 20px;
	z-index: 2;
	cursor: pointer;
}
#localize-move-previous {
	background-position: left -60px;
	left: 20px;
}
#localize-move-next {
	background-position: -274px -60px;
	right: 20px;
}
#localize-move-date #form {
	position: relative;
	top: -60px;
	border: 1px #d6d6d6 solid;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	height: 100px;
}
#localize-move-date fieldset {
	padding: 15px 19px;
}
#localize-move-date .form-row {
	margin: 0;
}
#localize-move-date .input-1 {
	width: 223px;
}
#localize-move-date .input-5 {
	width: 150px;
}
#localize-move-date .btn-yellow {
	margin: 15px 0 0 10px;
}
#localize-move-date .btn-yellow input {
	width: 200px;
}
#localize-move-complete-overlay {
	width: 690px;
	height: 502px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	display: none;
}
#localize-move-complete-overlay h2 {
	position: relative;
	top: 220px;
	width: 100%;
}
#localize-move-complete-overlay p {
	color: #fff;
	position: relative;
	top: 220px;
	width: 100%;
	text-align: center;
	font-size: 13px;
}
.cablemover {
	margin-top: 20px;
}
#localize-table {
	width: 688px;
	text-align: center;
}
#localize-table-header {
	background: #f2f2f2;
	height: 62px;
	line-height: 62px;
	border: 1px #d5d5d5 solid;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
#localize-table p {
	font-weight: bold;
	margin: 0 0 5px;
}
#localize-table a {
	font-weight: normal;
}
#localize-table-content {
	border: 1px #d5d5d5 solid;
	border-top: none;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
#localize-table-content .col,
#localize-table-content .col2 {
	border-left: 1px #d5d5d5 solid;
	float: left;
	width: 228px;
	height: 113px;
	padding: 40px 0 0;
}
#localize-table-content .col2 {
	height: 103px;
	padding: 50px 0 0;
}
#localize-table-content .col:first-child {
	border-left: none;
}
#localize-table-content .btn-yellow input {
	width: 140px;
}
#localize-phone-associated {
	width: 690px;
}
#localize-phone-associated p {
	float: left;
}
#localize-phone-associated-login {
	float: right;
}
#localize-phone-associated .btn {
	margin: 0 0 5px;
}
#localize-phone-associated .btn span {
	width: 125px;
}
#localize-phone-associated-login a {
	font-weight: bold;
}

.localize-address-city
{
overflow: hidden;
}

/* Overlay CSS */
.Overlay {position: absolute; z-index: 300; display:none; top:230px;left:300px;}
.Overlay .contents {background-color:White;}
.Overlay .left {float:left;}
.Overlay .right {float: right;}
.Overlay .top {padding-bottom: 3px;}
.Overlay .title {float: left; font-size: 18px !important; font-weight: bold; height:auto;}
.Overlay .close {float: right; display:none; cursor: pointer;}
.Overlay .divide {clear: both; height: 2px;}
.Overlay .buttons {padding-top: 5px; display: none;}
.Overlay .headertext {padding: 5px 0 5px 0;}
.Overlay .focus {width:0px; height:0px; outline: none;}
.Overlay .maincontent {padding-bottom:6px;}

/* Checkout Header */
div.review-container {
	width: 980px;
}
#header-logo {
	text-indent: -9999px;
	float: left;
	width: 86px;
	height: 38px;
}
#header-checkout {
	padding: 29px 0 34px;
	margin: 0 auto 50px;
}
#header-checkout ul {
	float: right;
	padding: 0 0 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#header-checkout li {
	position: relative;
	width: 156px;
	line-height: 14px;
	text-align: center;
	padding: 10px 0 11px;
	border-left: 1px solid rgba(0, 0, 0, .1);
}
#header-checkout li:first-child {
	border-left: none;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#header-checkout li.last {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
#header-checkout ul a {
	display: block;
	width: 156px;
	padding: 10px 0 11px;
}
#header-checkout .current {
	background: rgba(0, 0, 0, .3);
}
#header-checkout .completed {
	background-color: rgba(0, 0, 0, .3);
	padding: 0;
}
#header-checkout .completed span {
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 30px;
	top: -18px;
	left: 66px;
}
#header-checkout a {
	text-decoration: none;
}
.overlay-yellow h2 {
	border-top: 0px none #000000;
	line-height: normal;
}

/* Global Form Elements */
#legend-2 {
	width:610px;
}
#legend-3 {
	width:610px;
}
fieldset h2 {
	line-height: 72px;
	background: #f2f2f2;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 0 20px 0 60px;
	font-size: 17px;
	font-weight: bold;
}
fieldset:first-child h2 {
	border-top: none;
}
.form-row {
	margin: 20px 0 0;
	position: relative;
}
.form-row:first-child {
	margin: 0;
}
.form-row:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
.form-row {
	zoom: 1;
}
.form-field {
	float: left;
	margin: 0 0 0 10px;
}
.form-field:first-child {
	margin: 0;
}
label {
	display: block;
	margin: 0 0 5px;
}
input.inputClear {
	color: #bbbbbb;
}
input.hasText {
	color: inherit;
}
.form-row span {
	font-size: 10px;
	color: #666;
	margin: 0 0 0 6px;
	padding-top: 5px;
}
.form-row .tooltip-wide-tall .continue-btn span {
padding-top: 12px;
color: #666666;
font-weight: bold;
}
.form-row ul a span {
	font-weight: bold;
}

/* Global Reset */
body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	font-size: 13px; 
	height: 100%;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h2 {
	font-size: 17px;
	color: #3b3b3b;
}
h3 {
	color: #3b3b3b;
}
a {
	color: #1471da;
	text-decoration: none;
}
p {
	line-height: 20px;
}
strong {
	font-weight: bold;
}
sup {
	font-size: 0.5em;
	vertical-align: super;
}
.global-wrapper {
	width: 980px;
	margin: 80px auto;
}

/* Global Header */
#header-container {
	border-top: 5px solid #9b0017;
	background: #c8001d;
	color: #FFF;
}
#header-container li {
	float: left;
}
#header-container a {
	color: #FFF;
}

/* Global Footer */
#footer-container h3 {
 font-weight:normal;
}

/* Overlays */
#overlay-background {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.overlay-container {
	position: absolute;
	z-index: 101;
	display: none;
}
.btn-overlay-close {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
}

.icon-house-cross,
.icon-plug,
.icon-house,
.icon-date,
.icon-credit-check,
.icon-credit-check-deposit,
.icon-retail,
.icon-pin,
.icon-notepad,
.icon-print,
.icon-schedule,
.icon-contact,
.icon-terms,
.icon-contract,
.icon-warning,
.icon-stop,
.icon-approved
 {
	background-repeat: no-repeat;
	padding: 15px 0 11px 48px;
}
.icon-house-cross {
	background-position: left -100px;
}
.icon-plug {
	background-position: left -150px;
}
.icon-date {
	background-position: left -200px;
}
.icon-house {
	background-position: left -250px;
}
.icon-credit-check {
	background-position: left -290px;	
}
.icon-credit-check-deposit {
	background-position: left -340px;
	padding-left: 60px;
}
.icon-retail {
	background-position: left -400px;
	padding: 0 0 20px 55px;
}
.icon-pin {
	background-position: left -450px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	display: block;
	width: 28px;
	height: 33px;
	padding: 0;
}
.icon-notepad {
	background-position: left -489px;
	padding-left: 36px;
}
.icon-print {
	background-position: left -550px;
	padding: 0 0 5px 25px;
	font-size: 11px;
}
.icon-schedule {
	background-position: left -600px;
	padding: 5px 0 5px 70px;
}
.icon-contact {
	background-position: left -650px;
	padding: 4px 0 2px 40px;
}
.icon-contract {
	background-position: left -675px;
}
.icon-terms {
	background-position: left -720px;
}
.icon-warning {
	background-position: left -50px;
}
.icon-approved {
	background-position: left -1045px;
}
.small-verisign {
	background-position: -292px -56px;
	display: block;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	width: 48px;
	float: left;
	margin-top: 5px;
}
.medium-verisign {
	background-position: 0 0px;
	display: block;
	float: left;
	height: 33px;
	margin-top: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 61px;
	margin-left: 10px;
}
.notice, .error {
	border: 1px #ffc600 solid;
	background: #fcf9e6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* Buttons */
.btn {
	display: inline-block;
	padding-left: 5px;
	color: #1b1b1b;
	text-decoration: none;
    background-repeat:  no-repeat;
    background-position: 0 -172px
}
div.btn, .btn .submit {
	cursor: pointer;
}
.btn span, .btn .submit {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
    background-repeat:  no-repeat;
    background-position: right -172px;
}
.btn span {
	padding: 14px 25px 0 20px;
	height: 32px;
}
.btn .submit {
	border: none;
	height: 46px;
	padding: 0 25px 0 20px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.btn-yellow {background-position: left -172px;}
.btn-yellow:hover {background-position: left -218px;}
.btn-yellow:active {background-position: left -264px;}
.btn-yellow span, .btn-yellow .submit {background-position: right -172px;}
.btn-yellow:hover span, .btn-yellow:hover .submit {background-position: right -218px;}
.btn-yellow:active span, .btn-yellow:active .submit {background-position: right -264px;}
.btn-gray {background-position: left -310px;}
.btn-gray:hover {background-position: left -356px;}
.btn-gray:active {background-position: left -402px;}
.btn-gray span, .btn-gray .submit {background-position: right -310px;}
.btn-gray:hover span, .btn-gray:hover .submit {background-position: right -356px;}
.btn-gray:active span, .btn-gray:active .submit {background-position: right -402px;}
.btn-white span, .btn-white .submit {
	padding-top: 12px;
	height: 29px;
	text-shadow: none;
}
.btn-white .submit {
	height: 41px;
	text-shadow: none;
}
.btn-white {background-position: left -447px;}
.btn-white:hover {background-position: left -447px;}
.btn-white:active {background-position: left -447px;}
.btn-white span, .btn-white .submit {background-position: right -447px;}
.btn-white:hover span, .btn-white:hover .submit {background-position: right -447px;}
.btn-white:active span, .btn-white:active .submit {background-position: right -447px;}

/* Global Input Field */
input.text {
	border: 1px solid #d5d5d5;
	padding: 12px;
	line-height: 1em;
	font-size: 13px;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    background-repeat:no-repeat;
    background-position: 0 -645px;
    background-color:#fff;
}
input.text:focus {
	outline-width: 0;
	border: 3px solid #a2c513;
	padding: 10px;
}
.ie7 input.text.focus {
	outline-width: 0;
	border: 3px solid #a2c513;
	padding: 10px;
}
input.text.error {
	border: 1px solid #ffc600;
	padding: 12px;
}
.form-row span.validation-error {
	font-size: 10px;
	color: #ff3030;
	font-style: italic;
	display: block;
	clear: both;
	margin: 0;
	position: absolute;
	top: 63px;
}
.input-1 {width: 305px;}
.input-2 {width: 232px;}
.input-3 {width: 210px;}
.input-4 {width: 205px;}
.input-5 {width: 59px;}
.input-6 {width: 37px;}
.input-2digit {width: 27px;}
.input-3digit {width: 37px;}
.input-4digit {width: 49px;}

/* Custom Radio */
span.radio {
	float: left;
	width: 18px;
	height: 19px;
	cursor: pointer;
    background-repeat:no-repeat;
    background-position: -76px 0;
}
span.radio.selected {
	background-position: -94px 0;
}

/* Custom Checkbox */
.custom-bare .checkbox {
	margin: 0 6px 3px 0;
}
span.checkbox {
	display: inline-block;
	width: 18px;
	height: 17px;
	cursor: pointer;
    background-repeat:no-repeat;
    background-position: -40px 0;
}
span.standardCheckbox {
	display: inline-block;
	width: 18px;
	height: 17px;
	float: left;
	margin: 0px 6px 3px 0px;
}
span.checkbox.selected {
	background-position: -58px 0;
}

/* focus state for custom checkboxes and radios */
[type="checkbox"]:focus + .checkbox,
[type="radio"]:focus + .radio,
.checkbox.custom-btn-focus,
.radio.custom-btn-focus {
  outline-offset: 1px;
  outline: 2px solid #6d6d6d;
}

/* Custom Dropdown */
.dropdown {
	position: relative;
}
.dropdown > li > a {
	color: #3B3B3B;
	border: 1px solid #d5d5d5;
	height: 40px;
	line-height: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.dropdown a > span {
	display: block;
	font-size: 13px;
	color: #3B3B3B;
	padding: 12px 23px 12px 12px;
	margin: 0;
	line-height: 16px;
}
.dropdown a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	cursor: default;
	text-decoration:none;
}
.dropdown ul {
	border: 1px solid #d5d5d5;
	margin: 1px 0 0;
	background: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: none;
	width: 100%; /* parent width - 2px for border */
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 99;
}
.dropdown ul a {
	color: #1471da;
	background: #FFF;
	padding: 12px;
	text-decoration:none;
}
.dropdown ul a:hover,
.dropdown ul a.selected {
	background: #1471da;
	color: #FFF;
	text-decoration:none;
}

/* Global Select Button Styles */
.form-select {
	position: relative;
	cursor: pointer;
	float: left;
}
.included {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	text-indent: -9999px;
	width: 72px;
	height: 72px;
}
.selected .included {
	display: block;
}
.form-select label,
.form-select label p {
	font-size: 15px;
	color: #3b3b3b;
	cursor: pointer;
	font-weight: bold;
}
.form-select label span,
.form-select p {
	color: #3b3b3b;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3em;
}
.form-select label span a {
	font-size: bold;
}
.label-section {
	display: table;
	padding: 5px 14px;
	height: 119px;
	text-align: center;
}
.label-section label {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3em;
}
.input-section {
	border: none;
	color: #3B3B3B;
	font-weight: bold;
	line-height: 17px;
	margin: 0 2px;
	padding: 16px 20px 0;
	text-align: left;
	height: 36px;
}
.selected .input-section {
	margin: 0 6px;
	padding: 16px 16px 0;
}
.input-section span {
	margin: 0 14px 0 0;
}

/* Select Button */
.form-select-wider {
	width: 337px;
	height: 182px;
	margin-top:20px;
}
.form-select-wider {background-position: -725px -125px;}
.form-select-wider:hover {background-position: -725px -307px;}
.form-select-wider:active,
.form-select-wider.active-state {background-position: -725px -489px;}
.form-select-wider.selected {background-position: -725px -671px;}
.form-select-wider .label-section {
	width: 309px;
	text-align: center;
}
.form-select-wider.disabled,
.form-select-wider.disabled:active,
.form-select-wider.disabled:hover {
	background-position: -725px -1831px;
	cursor: default
}
/* additional styles for disabled .select-form-wider, extend where necessary */
.form-select-wider.disabled .form-select-center label {
	color: #a3a3a3;
	cursor: default;
}
.form-select-wider.disabled span.radio.disabled {
	opacity: 0.5;
	cursor: default;
}
.form-select-wider .phone-numbers {
	text-align: center;
}
.form-select-wider .form-select-center {
	padding: 76px 20px 0;
}
.form-select-wider .form-select-center .radio {
	margin: 0 8px 5px 0;
}
.form-select-wider .form-select-center label span {
	margin: 5px 0 0;
}

/* Global Nav Steps */
#nav-steps {
	border-top: 1px solid #d5d5d5;
	background: #f2f2f2;
	padding: 10px 22px;
}
#nav-steps .back {
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 46px;
}
#nav-steps .btn {
	float: right;
}
#nav-steps.separate {
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* Popup, hidden popup shown on radio click */
.additional-info {
	margin: 20px 0 0;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}
.additional-info:after, .additional-info:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	bottom: 100%;
	position: absolute;
	width: 0;
}
.additional-info:after {
	border-width: 10px;
	border-bottom-color: #e6e6e6;
}
.additional-info:before {
	border-width: 12px;
	border-bottom-color: #d5d5d5;
}
.additional-info h3 {
	background: #e6e6e6;
	padding: 24px 40px 20px;
}

/* Global Tooltip */
.tooltip {
	position: absolute;
	padding: 15px 0;
	z-index: 9;
}
.tooltip-tall,
.tooltip-wide-tall,
.tooltip-short-dark-border,
.tooltip-dark-header {
	position: absolute;
	padding: 15px 0px;
	display: none;
}
.tooltip-top {
	height: 11px;
	width: 100%;
	position: absolute;
	top: -10px;
	left: 0;
	padding: 0px;	
}
.tooltip-arrow-tip-left {
	padding: 0px;
	position: absolute;
	width: 10px;
	height: 12px !important;
	left: 0px;
	top: 20px;
	padding: 0px !important;
	background-position: -340px -47px;
}
.tooltip-arrow-tip-right {
	padding: 0px;
	position: absolute;
	width: 10px;
	height: 10px !important;
	right: 6px;
	top: 20px;
	padding: 0px !important;
	background-position: -350px -47px;
}
.tooltip-bigarrow-tip {
	padding: 0px;
	position: absolute;
	width: 23px;
	height: 30px;
	left: -10px;
	top: 90px;
	padding: 0px;
	background-position: -340px -11px;
}
.tooltip-close-btn {
	padding: 0px!important;
	position: absolute;
	width: 30px;
	height:30px!important;
	right: -2px;
	top:-12px;
	background-position: -340px -66px;
	cursor: pointer;
}
.tooltip-tall {
	width: 270px; 
	background-position: -10px bottom;
}
.tooltip-tall .tooltip-top {
	background-position: -10px -392px;
}
.tooltip-short-dark-border {
	width: 210px; 
	background-position: -286px bottom;
}
.tooltip-short-dark-border .tooltip-top {
	background-position: -286px -392px;
}
.tooltip-wide-tall {
	width:530px; 
	background-position: -500px bottom; 
}
.tooltip-wide-tall .tooltip-top {
	background-position: -500px -184px;
}
.tooltip-dark-header {
	width: 414px; 
	background-position: -1059px bottom;
	text-align: left;
}
.tooltip-dark-header .tooltip-top {
	height: 45px;
	background-position: -1059px -400px;
	color: #FFF;
	padding: 20px 37px 0 49px;
	width: 338px;
}
.tooltip-dark-header .tooltip-content {
	margin: 0;
	padding: 61px 35px 23px;
	overflow: hidden;
}
.tooltip-top h3 {
	float: left;
	color: #FFF;
	font-size: 17px;
}
.tooltip-top span {
	float: right;
	text-align: right;
	font-size: 15px;
}
.tooltip-top .until {
	font-size: 11px;
}
.tooltip-dark-header .tooltip-content img {
	float: left;
	margin: 0 22px 0 0;
}
.tooltip-dark-header .tooltip-content p {
	float: right;
	width: 165px;
}
.tooltip-dark-header p {
	font-size: 13px;
	line-height: 1.5em;
}
.tooltip-additional-content {
	margin: 0 9px;
	padding: 16px 27px;
	border-top: 1px solid #d5d5d5;
}
.tooltip-additional-content p {
	font-size: 11px;
}

/* Validation */
#validation-errors {
    background: #fcf9e6;
    border: 1px solid #ffc600;
    margin: 20px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#validation-errors h3 {
    font-size: 13px;
    padding: 16px 55px;
    line-height: 24px;
    border-bottom: 1px solid #ffc600;
}
#customize .buyflow-warning {
	background: #fcf9e6;
	border: 1px solid #ffc600;
	margin: 20px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	width: 100%;
}
#customize .buyflow-warning h3 {
	font-size: 13px;
	padding: 16px 55px;
	line-height: 24px;
	border-bottom: none;
	font-weight: normal;
}
#validation-errors ul {
	padding: 26px 68px;
}
#validation-errors li {
	list-style: disc;
	margin: 12px 0 0;
}
#validation-errors li:first-child {
	margin: 0;
}
.error-field {
	position: relative;
}
.error-field .error-message {
	position: absolute;
	bottom: -13px;
	left: 0;
	color: #ff3030;
	font-size: 10px;
	font-style: italic;
	margin: 0;
}
div.agreement ul li {
	list-style-type: none;
}

/* Global Mini Cart */
#mini-cart {
	width: 270px;
	float: right;
	margin-bottom: 20px;
}
#mini-cart ul {
	background-color: #e5e5e5;
	margin-bottom: 15px;
}
#mini-cart li {
	width: 230px;
	float: left;
}
#mini-cart .mini-cart-header {
	height: 57px;
	background-position: 0 0;
	text-align: center;
	line-height: 65px;
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	width: 270px;
}
.mini-cart-user-details,
.mini-cart-options,
.mini-cart-charges {
	background-color: #fff;
}
.mini-cart-total {
	background-color:#F3F2F7;
}
.mini-cart-options,
.mini-cart-charges,
.mini-cart-total {
	line-height: 15px;
}
.mini-cart-user-details,
.mini-cart-options,
.mini-cart-charges,
.mini-cart-total {
	font-size: 13px;
	font-weight: bold;
	padding: 15px;
	margin: 0px 4px;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	*margin-left:0px;
	*margin-right:0px;
	*border-right-color:#e5e5e5;
	*border-left-color:#e5e5e5;
	*border-right-width:5px;
	*border-left-width:5px;
}
#mini-cart .mini-cart-remove {
	display: block;
	float: left;
	clear: both;
	padding-top: 10px;
	text-decoration: none;
}
#mini-cart .mini-cart-chat {
	clear: both;
	float: none;
}
.mini-cart-expand-arrow {
	background-position: 0 0;
}
.mini-cart-expand-arrow,
.mini-cart-question {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background-repeat: no-repeat;
}
.mini-cart-expand-arrow {
	width: 20px;
	height: 20px;
	background-position: -30px -140px;
	margin-right: 10px;
}
.mini-cart-expand-arrow.expanded {
	background-position: -50px -140px;
}
.module-review-current-services-tooltip .current-services-group .mini-cart-question {
    float: right;
    position: relative;
    top: -16px;
    left: -113px;
}
.mini-cart-question {
	width: 20px;
	height: 15px;
	position: relative;
	overflow: visible;
	margin-left: 10px;
	background-position: 0px -140px;
}
.col-left {
	display: block;
	float: left;
	text-align: left;
}
.col-right {
	display: block;
	float: right;
	text-align: right;
	*float: none;
}
.mini-cart-lob {
	font-size: 10px;
	color: #777;
	margin-bottom: 10px;
}
.mini-cart-offer,
.mini-cart-promo-charge {
	font-size: 15px;
	font-weight: bold;
	color: #3b3b3b;
	line-height: 16px;
	width: 115px;
}
.mini-cart-promo-term,
.mini-cart-remove,
.mini-cart-content-term,
.mini-cart-promo {
	font-size: 11px;
	color: #1471da;
	font-weight: normal;
}
.mini-cart-promo {
	color: #93a81c;
}
#mini-cart .mini-cart-total {
	clear: both;
	float: none;
}
#mini-cart .mini-cart-total .col-right {
	float: none;
}
#mini-cart .mini-cart-save-share {
	width: 270px;
	height: 40px;
	text-align: center;
	color: #1471da;
	font-size: 11px;
	background-position: 0px -60px;
	line-height: 40px;
	clear: both;
	float: none;
	*margin-top:-3px;
}
#mini-cart .mini-cart-chat-call {
	clear: both;
	float: none;
	width: 270px;
	height: 37px;
	margin-top: 3px;
	background-position: 0px -100px;
	line-height: 27px;
}
#mini-cart .live-chat,
#mini-cart .call-comcast {
	font-size: 11px;
	margin-left: 10px;
	text-decoration: none;
	vertical-align: top;
}
#mini-cart .live-chat {
	color:#1471da; 
}
#mini-cart .call-comcast {
	color: #3b3b3b;
	*vertical-align: super;
}
#mini-cart .btn span {
	width: 220px;
}
.mini-cart-expanded-content .col-left {
	width: 120px;
}
#mini-cart .mini-cart-expanded-content {
	height: 
	float: none;
	clear: both;
	width: 200px;
	margin-left: 30px;
	margin-bottom: 0px;
	font-size: 11px;
	color:#777;
	font-weight: normal;
	display: none;
	background-color: #fff;
}
#mini-cart .mini-cart-expanded-content li {
	width: 200px;
	float: none;
	height: 30px;
}
#mini-cart .checkout {
	text-align: center;
	border-bottom: none;
	padding-bottom: 0px;
}
#mini-cart .checkout .mini-cart-question {
	display: inline-block;
	float: none;
	line-height: 18px;
	font-size:13px;
}
#mini-cart .checkout .mini-cart-price {
	line-height: 35px;
	font-size: 22px;
}
#mini-cart .checkout .btn {
	margin: 15px 0;
}
#mini-cart .checkout .btn span {
	width: 160px;
}
#mini-cart .checkout .mini-cart-question {
	*display: inline;
}
#tooltip-price-total {
	top:-20px;
	left: 15px;
}
#tooltip-price-total .tooltip-content {
	font-weight: normal;
	padding: 0 20px 10px;
}
#tooltip-price-total .tooltip-content span {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	text-indent: 0;
}
.module-review-current-services-tooltip #tooltip-price-total .tooltip-content span {
	color: #404040;
	font-size: 12px;
	line-height: 1.3;
}
#mini-cart .call-comcast-img {
	padding-left:10px;
	margin-top:3px;
}
#inqC2CImgContainer  img {
	padding-left:5px;
	margin-top:3px;
	cursor: pointer;
}
#inqC2CImgContainer {
	float: left;
}
.mini-cart-hide-phone {
	display:none;
}

/* group module clears boxes */
.group:after {
	visibility: hidden;
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.group:after,
.group-header:after,
.group-list:after {
	content: '';
	height: 0px;
	display: block;
	clear: both;
}
.group-prev {
	clear: both;
}
#overlay-confirmation.overlay-gray.printable {
	height: 530px;
}
.module-review-current-services {
	background: #f2f2f2;
	padding: 25px 25px 15px;
	border: 1px solid #d8d8d8;
	overflow: auto;
}
.module-review-current-services p {
	color: #777777;
}
.module-review-current-services .current-services-group h2 {
	font-size: 17px;
	line-height: 21px;
}
.module-review-current-services .current-services-group {
	width: 50%;
	float: left;
}
.module-review-current-services .current-services-group p {
    font-size: 14px;
    line-height: 15px;
}
.module-review-current-services .monthly-charge {
	text-align: right;
	width: 50%;
	float: right;
	margin-top: 33px;
}
.module-review-current-services .monthly-charge p {
    font-size: 14px;
    line-height: 21px
}
.module-review-current-services .monthly-charge span.charge {
	font-size: 17px;
	color: #3B3B3B;
	font-weight: bold;
}
.module-review-current-services-tooltip {
	background: #f2f2f2;
	padding: 20px 25px 10px;
	border: 1px solid #d8d8d8;
	height: 28px;
}
.module-review-current-services-tooltip p {
	color: #777777;
}
.module-review-current-services-tooltip .current-services-group h2 {
	font-size: 17px;
	line-height: 21px;
}
.module-review-current-services-tooltip .current-services-group {
	width: 50%;
	float: left;
}
.module-review-current-services-tooltip .monthly-charge {
	text-align: right;
	width: 50%;
	float: right;
}
.module-review-current-services-tooltip .monthly-charge p {
	font-size: 14px;
	line-height:21px;
}
.module-review-current-services-tooltip .monthly-charge span.charge {
	font-size: 17px;
	color: #3B3B3B;
	font-weight: bold;
}
.module-my-order-summary-header {
	background: #e5e5e5;
	width: 264px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.module-my-order-summary-header .my-order-summary-header {
	background: #ffffff;
	margin: 4px 4px 0 4px;
	border-top: 4px solid #e5e5e5;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
 
.module-my-order-summary-header .my-order-summary-header h2 {
	font-size: 15px;
	color: #303030;
	text-align: right;
	padding-right: 12px;
	padding-top: 28px;
}
.module-my-order-summary-header .my-order-summary-header .everything-you-need {
	height: 67px;
	background-repeat: no-repeat;
	margin: 3px;
}
.module-my-order-summary-header .my-order-summary-header .check-out-message {
	background: #ffffff;
	padding-top: 10px;
	padding: 8px 15px;
}
.module-my-order-summary-header .my-order-summary-header .check-out-message p {
	font-weight: bold;
	color: #3b3b3b;
	letter-spacing: .3px;
	line-height: 15px;
}
.module-my-order-summary {
	background: #e5e5e5;
	width: 264px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.module-my-order-summary ul li.link-list {
	background: #ffffff;
	margin: 0 4px;
	padding: 8px 15px;
	width: 226px !important;
	float: none !important;
}
.module-my-order-summary ul {
	-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;
	border-bottom: 4px solid #e5e5e5;
}
.module-my-order-summary ul li.link-list:last-child {
	-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;
}
.module-my-order-summary ul li a {
	font-weight: bold;
	font-size: 13px;
}
.module-my-order-summary ul li.link-list p {
	font-weight: normal;
	color: #666666;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}
.module-my-order-summary ul li.link-list:last-child p {
	padding-bottom: 0;
	border-bottom: none;
}

/* Batch 2 Additions */

/* Checkout Content */
.checkout-content {
	width: 690px;
	float: left;
	color: #3b3b3b;
}
.checkout-content h1 {
	font-size: 22px;
	padding: 0 0 32px;
	border-bottom: 1px solid #c5c5c5;
}
.checkout-content-section {
	padding-top: 40px;
}
.checkout-content-section h2 {
	color: #c8001d;
	margin: 0 0 4px;
}

/* wrapper overrides */
.main-content .checkout-content-section p {
	color: #3b3b3b;
	line-height: 20px;
	margin: 0;
}
.global-wrapper .checkout-content-section a {
	font-weight: normal;
}

/* credit-check */
.icon-credit-check {
	background-position: left -290px;
}
.checkout-content h1.icon-credit-check {
	height: 35px;
	padding: 15px 0 11px 48px;
}
.credit-check .credit-check-verisign {
	display: block;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 10px;
}
.credit-check .checkout-content-section {
	padding-bottom: 100px;
}

/* customize-home-system */
.customize-home-system .customize-section {
	padding-top: 40px;
}
.customize-home-system .customize-section h2 {
	color: #c8001d;
	margin: 0 0 4px;
}
.global-wrapper .customize-home-system .customize-section a {
	font-weight: normal;
}
.customize-home-system .customize-section {
	position: relative;
}
.customize-home-system .checkout-content-section {
	position: relative;
}
.customize-home-system h2 {
	padding-bottom: 5px;
}
.customize-home-system ul {
	margin: 30px 15px;
	float: left;
}
.customize-home-secure {
	float: right;
	margin-left: 90px;
	margin-top: 10px;
}
.customize-home-system ul li:first-child {
	list-style: none;
	margin-left: -15px;
}
.customize-home-system ul li {
	margin: 8px 0;
	list-style: disc;
}
.customize-home-system .promo-tagline {
	position: absolute;
	display: block;
	left: 545px;
	top: 154px;
	width: 50px;
	text-align: center;
	line-height: 1.2em;
	color: #fff;
	font-weight: bold;
}
.customize-home-system  .input-section {
	border: none;
	padding: 16px 0;
}
.customize-home-system .input-section span {
	margin: 0 8px 0 0;
}
.customize-home-system .equipment-option {
	position: relative;
	padding-right: 20px;
}
.customize-home-system .equipment-option h2 {
	color: #3b3b3b !important;
}
.customize-home-system .input-section {
	background: none; 
}
.customize-home-system .customize-section {
	padding-bottom: 0px;
	border-bottom: none;
}
.customize-home-system .equipment-option {
	margin-bottom: 30px;
}
.customize-home-system {
	float: none;
}

/* --- Global Styles --- */
.header-hr {
	color: #e7e7e7;
	background: #e7e7e7;
	height: 4px;
	border: none;
	font-size: 0px;
}
.credit-check-verisign {
	width: 120px;
	height: 100px;
}
.equipment-option {
	position: relative;
	padding-right: 20px;
}
.equipment-option h2 {
	color: #3b3b3b;
}
.more-options {
	margin-top: 40px;
}
.nav-steps.separate {
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d5d5d5;
}
.nav-steps {
	margin: 40px 0 0;
	padding: 10px 22px;
	border-top: 1px solid #d5d5d5;
	background: #f2f2f2;
	*zoom:1;
}
.nav-steps .back {
	float: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 40px;
}
.nav-steps .btn {
	float: right;
}

/* -- Table reset -- */
table.order-details {
	border-collapse: collapse;
	border-spacing: 0;
}
table.order-details,
.order-details tbody,
.order-details tr,
.order-details td,
.order-details th {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* Common Properties */
.checkout-order-review {
	width: 690px;
	float: left;
	color: #000;
}
.checkout-order-review a {
	font-weight: normal;
}
.checkout-order-review .nav-steps {
	margin: 20px 0 0;
}
.checkout-order-review input.submit {
	padding: 0 70px;
}

/* Global Table Styles */
.order-details {
	width: 690px;
	text-align: left;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
.order-details th {
	font-weight: bold;
	padding: 20px;
	text-align: left;
}
.order-details td {
	padding: 20px;
	font-size: 11px;
	line-height: 15px;
	color: #3b3b3b;
	vertical-align: middle;
	border-top: 1px solid #d5d5d5;
	padding: 20px 20px 20px 0;
}
.order-details h2,
.order-details th {
	font-size: 17px;
}
.order-details a {
	font-size: 11px;
	font-weight: normal;
}
.order-details .divider td {
	border-bottom: 5px solid #d5d5d5;
}
/* First TD (title) */
.order-details td:first-child,
.order-details th:first-child {
	border-top: none;
	padding: 20px;
}
.order-details h3 {
	color: #c8001d;
	font-size: 15px;
}
/* 2nd TD and beyond */
.order-details td+td h2+span {
	display: inline-block;
	padding-top: 10px;
}
/* 3/4th TD (add class name price-column to all 3/4th TD's) */
.order-details .price-column {
	text-align: right;
	border-left: 1px solid #d5d5d5;
}
.order-details-header {
	background-color: #c8001d;
	padding: 20px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.order-details-header h1 {
	float: left;
	font-size: 17px;
	color: #fff;
	padding: 3px 0 3px;
}
.order-details-header a {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
	margin: 0 0 0 13px;
	padding: 3px 0 3px;
}
.order-details-header .links {
	text-align: right;
	float: right;
}
.order-details .sub-thead .price-column {
	font-size: 10px;
	padding: 12px 20px 12px 0;
	border-left: none;
}
.order-details .table-row-header td {
	background: #f2f2f2;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.order-details .table-row-header td:first-child {
	text-align: left;
}
.order-details .package-header h2,
.order-details .package-header .price {
	padding: 16px 0;
}
.order-details .package-header span {
	display: block;
	font-size: 11px;	
	font-weight: normal;
}
.order-details .money-save {
	color: #93A81C;
}
.order-details img {
	margin: 0 10px 0 0;
	float: left;
}
.order-details .info-type {
	margin: 0 6px 0 0;
	font-weight: normal;
}
.order-details .question {
	display: inline-block;
	background-position: 0 -2px;
	height: 15px;
	width: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
.order-details .prepaid-card {
	display: inline-block;
	line-height: 35px;
}
.order-details .tv-logo {
	display: inline-block;
	line-height: 20px;
}
.order-details .discount .price-column {
	color: #93a81c;
}
.discount-bg-container {
	position: relative;
}
.order-details-footer {
	background: #343434;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	text-align: right;
}
.order-details-footer .tr > div {
	float: left;
	padding: 20px 20px 20px 0;
}
.order-details-footer .price-column {
	width: 120px;
	border-left: 1px solid #585858;
}
.order-details-footer .tr:first-child .price-column {
	color: #999;
	font-size: 10px;
}
.order-details-footer .tr:first-child div:first-child {
	margin: 0 0 0 408px;
}
.order-details-footer .total > div {
	font-size: 17px;
	color: #fff;
}
.order-details-footer .order-details-label {
	width: 388px;
}
.order-details-footer .payment span {
	font-size: 12px;
	font-weight: normal;
}
.order-details-footer .payment a {
	font-size: 11px;
	line-height: 14px;
}
.note {
	font-size: 10px;
	line-height: 12px;
	color: #999;
	padding-top: 20px;
}
.tr.payment .order-details-label,
.tr.payment .price-column {
	min-height: 60px;
	line-height: 30px;
	color: #fff;
	background: #212121; /* Old browsers */
	background: -moz-linear-gradient(top,  #212121 0%, #292929 17%, #272727 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(17%,#292929), color-stop(100%,#272727)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #212121 0%,#292929 17%,#272727 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #212121 0%,#292929 17%,#272727 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #212121 0%,#292929 17%,#272727 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #212121 0%,#292929 17%,#272727 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
}
.tr.payment a {
	color: #fff;
	text-decoration: underline;
}
.tr.payment .order-details-label > strong {
	font-size: 15px;
}

.trigger {
	display: inline-block;
	clear: both;
	float: none;
	background-position: -296px -215px;
	height: 25px;
	width: 35px;
	cursor: pointer;
}
.trigger.open {
	background-position: -296px -184px;
}

/* billing */
.install-technician {
	width: 688px;
	border: 1px solid #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form-header {
	min-height: 68px;
	padding: 25px 0 0 25px;
	border-bottom: 1px solid #D5D5D5;
	background: none repeat scroll 0 0 #F6F6F6;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.icon-schedule {
	background-position: left -600px;
}
.install-technician .icon-schedule {
	float: left;
	margin-bottom: 20px;
	padding: 5px 0 5px 70px;
	line-height: 17px;
}
.icon-schedule a {
	font-size: 11px;
	font-weight: normal;
}
.install-technician .total {
	display: block;
	float: right;
	
	margin-top: 10px;
	padding-right: 35px;
	font-weight: bold;
	text-align: right;
	color: #3b3b3b;
}
.install-technician .total span {
	color: #82AC00;
	display: block;
	line-height: 30px;
}
.biiling-details {
	float: none;
	clear: both;
}
.biiling-details h4 {
	color: #1471DA;
}
.biiling-details .trigger {
	font-size: 13px;
	line-height: 20px;
	vertical-align: middle;
}
.biiling-details .form-option-container {
	display: none;
}
.billing-charge {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left:45px;
	width: 580px;
}
.billing-charge tr {
	border-top: 1px dotted #D5D5D5;
}
.billing-charge tr:first-child {
	border: medium none;
}
.billing-charge td {
	color: #777777;
	height: 18px;
	line-height: 18px;
	padding: 15px 0;
	text-align: right;
}
.billing-charge td:first-child {
	text-align: left;
	width: 440px;
}
.overlay-content .billing-charge .total {
	border-top: 4px solid #D5D5D5;
}
.billing-charge .total td {
	color: #3B3B3B;
	font-size: 15px;
	font-weight: bold;
}
.billing-charge .total span, .billing-charge .total a {
	font-size: 13px;
	font-weight: normal;
	padding-left: 10px;
}

/* Forms */
#form-account-info {
	border: 1px solid #D5D5D5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	margin: 0 0 52px;
	width: 690px;
	background-color: #ffffff;
}
#form-account-info fieldset:first-child h2 {
	border-top: medium none;
}
#form-account-info fieldset h2 {
	background: none repeat scroll 0 0 #F2F2F2;
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	font-size: 17px;
	font-weight: bold;
	line-height: 72px;
	padding: 0 20px 0 60px;
}
#form-account-info h2 {
	color: #3B3B3B;
	font-size: 17px;
}
#form-account-info fieldset > div {
	padding: 40px 55px;
}
.form-row input.text {
	border: 1px solid #D5D5D5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	padding: 12px;
	font-size: 13px;
	line-height: 1em;
}
/*override z-index for SSN in the buyflow.*/
#dob-ssn, #overlay-background {
	z-index: 105;
}
#form-account-info #dob-ssn {
    z-index: 1;
}
.overlay-channel-lineup input.text {
	*position: relative;
	*left: 15px;
}
.form-row:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.form-row:first-child {
	margin: 0;
}
.form-row {
	margin: 20px 0 0;
	position: relative;
}
.form-row.bottom-row {
	position: relative;
	z-index: 99;
	clear: both;
}
.form-row span.validation-error {
	position: absolute;
	bottom: -13px;
	clear: both;
	color: #FF3030!important;
	font-size: 10px;
	font-style: italic;
	display: block;
	margin: 0;
}
#term-contract .form-row label, #e911-term-contract .form-row label {
	margin: 10px 0 20px;
}
.form-row label {
	display: block;
	margin: 0 0 5px;
	font-size: 13px;
}
.form-row .form-field:first-child {
	margin: 0;
}
.form-row .form-field {
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	z-index: 99;
}
.ie7 .form-row .form-field:first-child {
	position: relative;
	z-index: 100;
}
.overlay-channel-lineup .form-row .form-field span {
	left: 0px;
	position: absolute;
	top: 60px;
}
.ie8 .overlay-channel-lineup .form-row .form-field {
	margin: 0; 
}
.ie7 .enter-address-later {
	padding-bottom: 5px;
}
.form-row .input-add-text {
	color: #666666;
	font-size: 10px;
	line-height: 42px;
	float: left;
	margin-left: 6px;
}
.form-row input.text:focus {
	border: 3px solid #A2C513;
	outline-width: 0;
	padding: 10px;
}
.form-row input.text.error {
	border: 1px solid #FFC600;
	padding: 12px;
}
.form-row .input-1,
.form-field .input-1 {width: 305px;}
.form-row .input-2,
.form-field .input-2 {width: 232px;}
.form-row .input-3,
.form-field .input-3 {width: 210px;}
.form-row .input-4,
.form-field .input-4 {width: 205px;}
.form-row .input-5,
.form-field .input-5 {width: 59px;}
.form-row .input-6,
.form-field .input-6 {width: 37px;}
.form-row .input-2digit,
.form-field .input-2digit {width: 27px;}
.form-row .input-3digit,
.form-field .input-3digit {width: 37px;}
.form-row .input-4digit,
.form-field .input-4digit {width: 49px;}
.ssn input, .bday input {
	margin: 0 10px 0 0;
}
.dropdown {
	position: relative;
}
.dropdown > li > a {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	border: 1px solid #D5D5D5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #3B3B3B;
	line-height: 1em;
	white-space: nowrap;
	height: 40px;
}
.dropdown ul a:hover, .dropdown ul a.selected {
	background: none repeat scroll 0 0 #1471DA;
	color: #FFFFFF;
}
.dropdown ul a {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #1471DA;
	word-wrap: break-word;
	padding: 12px;
}
.dropdown a {
	cursor: default;
	display: block;
	font-size: 13px;
	font-weight: bold;
}
#salutation + .dropdown a > span {
	width: 45px;
}
.dropdown a > span {
	color: #3B3B3B;
	font-size: 13px;
	line-height: 16px;
	white-space: nowrap;
	display: block;
	padding: 12px 23px 12px 9px;
	margin: 0;
}
#email-text {
	float: left;
	width: 220px;
	padding: 8px 0;
	margin: 0 0 0 10px;
	font-size: 10px;
	line-height: 1.4em;
}
.checkbox-label {
	font-size: 11px;
}
span.checkbox {
	cursor: pointer;
	float: left;
	height: 17px;
	width: 18px;
	margin: 0 6px 3px 0;
}
#tooltip-email {
	background-position: -10px -234px;
	left: 330px;
	top: 12px;
	width: 240px;
	padding: 14px 0;
	display: none;
}
span.checkbox.selected {
	background-position: -58px 0;
}
.form-row hr {
	border-color: #D5D5D5;
	border-style: solid none none;
	border-width: 1px medium medium;
	clear: both;
	margin-top: 20px;
}
#tooltip-ssn {
	color: #3B3B3B;
	font-size: 13px;
	left: -520px;
	top: -20px;
	z-index: 50;
	display: none;
}
.ssn #ssn-question {
	font-size: 11px;
	color: #1471DA;
	line-height: 14px;
	cursor: pointer;
	height: 15px;
	padding: 0 0 0 18px !important;
	margin: 0 0 4px;
	position: relative;
	z-index: 110;
}
.ssn div {
	float: left;
}
.ssn > .verisign-logo {
    float: left;
    margin: 0;
    padding: 0 !important;
    width: 100px;
}

.form-row #verisign {
	display: block;
	width: 48px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
}
#ssn-disabled {
	border: 1px solid #D5D5D5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 5px #DDDDDD;
	-moz-box-shadow: 0 0 5px #DDDDDD;
	box-shadow: 0 0 5px #DDDDDD;
	display: none;
	padding: 20px;
	font-size: 11px;
	position: relative;
}
#phone-text {
	float: left;
	width: 220px;
	padding: 8px 0;
	margin: 0 0 0 10px;
	line-height: 1.4em;
	font-size: 10px;
	color: #666666;
}
.visa {background-position: 0 -189px;}
.master {background-position: -40px -189px;}
.amex {background-position: -79px -189px;}
.discover {background-position: -119px -189px;}
.visa.active,
.visa:hover {background-position: 0 -215px;}
.master.active,
.master:hover {background-position: -40px -215px;}
.amex.active,
.amex:hover {background-position: -79px -215px;}
.discover.active,
.discover:hover {background-position: -119px -215px;}
#card-type {
	position: absolute;
	left: 86px;
	top: -8px;
}
#card-number, #holder-name {
	margin-right: 30px;
}
.form-field .icon-card-logo {
	float: none;
	width: 40px;
	height: 25px;
	margin-left: 0 !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
}
#ccv-question {
	cursor: pointer;
	float: left;
	height: 15px;
	width: 20px;
	margin: 12px 0 0 5px;
}
.medium-verisign {
	float: left;
	width: 61px;
	height: 33px;
	margin-left: 10px;
	margin-top: 0;
	overflow: hidden;
	text-indent: -9999px;
}
#form-account-info #verisign {
	display: block;
	width: 48px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
}

/* pop up tooltip */
#tooltip-ccv {
	left: 15px;
	top: -20px;
	z-index: 15;
}
#tooltip-ccv {
	position: absolute;
	left: 420px;
	top: 230px;
}
.tooltip-tall {
	background-position: -10px bottom;
	width: 270px;
}
.tooltip-tall,
.tooltip-wide-tall,
.tooltip-short-dark-border,
.tooltip-dark-header {
	display: none;
	padding: 15px 0;
	position: absolute;
}
.tooltip-tall .tooltip-top {
	background-position: -10px -392px;
}
.tooltip-top {
	height: 11px;
	width: 100%;
	padding: 0;
	position: absolute;
	top: -10px;
	left: 0;
}
.tooltip-arrow-tip-left {
	background-position: -340px -47px;
	width: 10px;
	height: 12px !important;
	padding: 0 !important;
	position: absolute;
	top: 20px;
	left: 0;
}
.tooltip-close-btn {
	background-position: -340px -66px;
	cursor: pointer;
	width: 30px;
	height: 30px !important;
	padding: 0 !important;
	position: absolute;
	right: -2px;
	top: -12px;
}

/* form resets */
form .form-field label {
	width: auto;
	padding-left: 0;
	font-weight: normal;
	line-height: auto;
}
form .form-field {
	width: auto;
}

/* for multi-part form fields (e.g. date of birth, ssn) */
.form-field legend span {
    display: block;
    margin: 0;
    padding: 0 0 5px;
    font-size: 13px;
    line-height: 19px;
    color: #444;
}

/* large search box */
#search-box {
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	border: #c0c0c0 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 60px;
	width: 560px;
	position: relative;
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, .3);
}
#search-box #search-field {
	background: transparent;
	width: 485px;
	height: 35px;
	padding: 0 0 0 10px;
	margin: 10px 0;
	border: none;
	border-right: #eaeaea 1px solid;
}
#search-box #search-submit {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 50%, #ffffff 81%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(50%,#efefef), color-stop(81%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 50%,#ffffff 81%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 50%,#ffffff 81%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 50%,#ffffff 81%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 50%,#ffffff 81%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	border: #bbbbbb 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 5px;
	top: 5px;
}

/* address */
.form-field label {
	display: block;
	margin: 0 0 5px;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 13px;
	font-weight: normal;
}
input.text:focus {
	outline-width: 0;
	border: 3px solid #a2c513;
	padding: 10px;
}
input.text.error {
	border: 1px solid #ffc600;
	padding: 12px;
}
.form-field input::-webkit-input-placeholder {
	color: #bbbbc3
}
.form-field input:-moz-placeholder {/* Firefox 18- */
	color: #bbbbc3;
}
.form-field input::-moz-placeholder {/* Firefox 19+ */
	color: #bbbbc3;
}
.form-field input:-ms-input-placeholder {
	color: #bbbbc3;
}
.form-field span {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 6px;
	/*float: left;
	clear: both;*/
}

/* Global Styles */
.mini-cart {
	float: right;
	width: 270px;
	margin-bottom: 20px;
}
.mini-cart ul {
	background-color: #e5e5e5;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mini-cart li {
	width: 230px;
	float: left;
}
.mini-cart .mini-cart-header {
	width: 260px;
	height: 57px;
	margin: 5px 0 0 5px;
	text-align: center;
	line-height: 65px;
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	background-position: 0 0;
	background-color: #c8001d;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.mini-cart-user-details,
.mini-cart-options,
.mini-cart-charges {
	background-color: #fff;	
}
.mini-cart-total {
	background-color: #F3F2F7;
}
.mini-cart-options,
.mini-cart-charges,
.mini-cart-total {
	line-height: 15px;
}
.mini-cart-user-details,
.mini-cart-options,
.mini-cart-charges,
.mini-cart-total {
	font-size: 13px;
	font-weight: bold;
	padding: 15px;
	margin: 0px 4px;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}
.mini-cart .mini-cart-remove {
	display: block;
	padding-top: 10px;
	float: none;
	clear: both;
}
.mini-cart-expand-arrow,
.mini-cart .mini-cart-total .question {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.mini-cart-expand-arrow {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-position: -30px -2px;
}
.mini-cart-expand-arrow.expanded {
	background-position: -50px -2px;
}
.mini-cart .mini-cart-total .question {
	margin-left: 10px;
	position: relative;
	overflow: visible;
}
.col-left {
	float: left;
	text-align: left;
}
.col-right {
	float: right;
	text-align: right;
}
.mini-cart-lob {
	font-size: 10px;
	color: #777;
	margin-bottom: 10px;
}
.mini-cart-offer,
.mini-cart-promo-charge {
	font-size: 15px;
	font-weight: bold;
	color: #3b3b3b;
	line-height: 16px;
}
.mini-cart-promo-term,
.mini-cart-remove,
.mini-cart-promo {
	font-size: 11px;
	color: #1471da;
	font-weight: normal;
}
.mini-cart-promo {
	color: #93a81c;
}
.mini-cart .mini-cart-total {
	clear: both;
	float: none;
}
.mini-cart .mini-cart-total .col-right {
	float: none;
}
.mini-cart .mini-cart-chat-call {
	clear: both;
	float: none;
	width: 270px;
	height: 37px;
	margin-top: 3px;
	line-height: 27px;
}
.mini-cart .live-chat,
.mini-cart .call-comcast {
	float: left;
	width: 93px;
	height: 30px;
	padding-left: 35px;
	border: 1px solid #d4d4d4;
	background-position:0 0;
	background-color: #fff;
	line-height: 30px;
	font-size: 11px;
	text-decoration: none;
}
.mini-cart .live-chat {
	margin-left: 5px;
	color:#1471da;
	background-position: 5px -25px;
	border-right:none;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.mini-cart .call-comcast {
	color: #3b3b3b;
	background-position: 5px -56px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.mini-cart .mini-cart-total .question .tooltip {
	width: 230px;
}
.mini-cart .mini-cart-total .question .tooltip strong {
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-expanded-content .col-left {
	width: 120px;
}
.mini-cart .mini-cart-expanded-content {
	display: none;
	width: 200px;
	margin-left: 30px;
	margin-bottom: 0px;
	float: none;
	clear: both;
	font-size: 11px;
	color:#777;
	font-weight: normal;
	line-height: 25px;
	background-color: #fff;
}
.mini-cart .mini-cart-expanded-content li {
	width: 200px;
	height: 25px;
	float: none;
}

/* Overlay Global */
.overlay-overlay {
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 25px #6e6e6e;
	-moz-box-shadow: 0 0 25px #6e6e6e;
	box-shadow: 0 0 25px #6e6e6e;
	position: absolute;
	z-index: -100;
	visibility: hidden;
}
.overlay-credit-check .overlay-header {
	padding: 15px 20px 20px 20px;
	border-bottom: 1px solid #b5b5b5;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.overlay-overlay.gray .overlay-header {background: #f2f2f2;}
.overlay-overlay.yellow .overlay-header {background: #ffeca9;}
.overlay-overlay.green .overlay-header {background: #dae8a1;}
.overlay-overlay.white .overlay-header {background: #fff;}
.overlay-overlay.black .overlay-header {background: #fff;}
.overlay-header h2 + span {
	display: block;
	margin: 5px 0 0;
}
.overlay-credit-check.overlay-gray {
	border: 3px solid #9b9b9b;
	border-radius: 10px;
	box-shadow: 0 0 25px #6e6e6e;
	-moz-box-shadow: 0 0 25px #6e6e6e;
	-webkit-box-shadow: 0 0 25px #6e6e6e;
	position: absolute;
	z-index: -100;
	visibility: hidden;
}
.overlay-credit-check .overlay-close-btn {
	height: 55px;
	width: 55px;
	position: absolute;
	top: -31px;
	right: -26px;
	z-index: 2;
	cursor: pointer;
	text-indent: -9999px
}
.overlay-credit-check .overlay-top {
	position: relative;
	height: 5px;
	border-top-left-radius: 5px;
}

/* Rounded Corners Bottom */
.overlay-credit-check .overlay-content {
	background: #FFF;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.overlay-credit-check .overlay-footer {
	height: 15px;
}
.overlay-credit-check .gray-bottom .overlay-footer {
	background-color: #f2f2f2;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.overlay-wrapper .content {
	padding: 0;
}
.overlay-credit-check.overlay-gray h2 {
	background-color: #f2f2f2;
	padding: 25px 20px 20px;
	border-bottom: 1px solid #b5b5b5;
}
.overlay-credit-check.overlay-gray .overlay-top {background-color: #f2f2f2;}
.overlay-credit-check.overlay-gray .overlay-close-btn {background-position: right -10px;}
.overlay-credit-check.overlay-gray .viewport {line-height: 1.3;}
.overlay-credit-check h2 .link {
	position:absolute;
	right:20px;
}
.overlay-credit-check .overlay-close-btn,
.overlay-credit-check .overlay-top-end,
.overlay-credit-check .overlay-corner-right,
.overlay-credit-check .overlay-footer-corner {
	background-repeat: no-repeat;
	background-color: transparent;
}
.overlay-credit-check .overlay-viewport:after,
.overlay-credit-check .overlay-content:after {
	content: "";
	float: none;
	clear:both;
	display: block;
}
.overlay-credit-check .overlay-viewport,
.overlay-credit-check .overlay-content {
	*zoom: 1;
}
.overlay-credit-check .overlay-viewport {
	max-height: 330px;
	overflow: hidden;
	position: relative;
	padding: 20px 25px;
}
.overlay-credit-check .overlay-content h2 {
	line-height: 20px;
}
.overlay-credit-check .overlay-viewport h3 {
	font-size: 15px;
}
.overlay-credit-check .overlay-viewport span {
	font-weight: bold;
	padding-bottom: 20px;
	color: #3b3b3b;
}
.overlay-credit-check .overlay-viewport .single {
	display: block;
	margin: 20px 0px!important;
}

/* use native scrollbar for #overlay-terms - can't modify batch1 js to reinit */
#overlay-terms .overlay-viewport {
	overflow: auto;
}

/* Two Column */
.overlay-viewport .col-left,
.overlay-viewport .col-left-border {
	float: left;
	width: 298px;
	margin-bottom: 30px;
	line-height: 20px;
}
.overlay-viewport .col-left {
	text-align: left;
}
.overlay-viewport .col-right,
.overlay-viewport .col-right-border {
	float: right;
	text-align: left;
}
.col-left-border,
.col-right-border {
	border: solid 1px #bbb;
	padding: 15px;
	width: 240px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* Service switch */
#overlay-service-switch {
	width: 480px;
}
#overlay-service-switch .btn span {
	width: 145px;
}
#overlay-service-switch p {
	margin-bottom: 20px;
}
.overlay-content .overlay-warning {
	background-repeat: no-repeat;
	background-position: left -1203px;
	display: block;
	height: 15px;
	padding:0 0 0 30px;
	margin: 0px 0 0 0 ;
	float: none;
}

/* Add Channel */
.overlay-viewport .title, .overlay-viewport .price {
	display:block;
	padding-bottom: 5px;
	font-size: 17px;
}
.overlay-viewport ul {
	margin-top: 20px;
}
.overlay-viewport .title, .overlay-viewport ul li {
	color: #777777;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
}
#overlay-add-channel .col-left-border {
	width: 240px;
}
.overlay-viewport li {
	list-style: disc;
	margin:10px 0 0 13px;
}
#overlay-add-channel #logo {
	position: absolute;
	left: 180px;
}
#overlay-e911 div.overlay-content h2 {
    height:20px;
}
.col-right td {
	vertical-align: bottom;
	width: 115px;
	font-weight: bold;
	color: #777;
	text-align: left;
	font-size: 10px;
}
.col-right td+td {
	font-size: 22px;
	height: 35px;
	text-align: right;
}
.col-right .price-diff {
	color: #3b3b3b;
}
.col-right .price-total {
	color: #93a81c;
}
.col-right .divider td {
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
}
.clear {
	float: none;
	clear: both;
}

/* overlay with fix width, the widths are defined here*/
#overlay-service-activation,
#overlay-add-channel,
#overlay-login {
	width: 580px;
}
#overlay-email-this-page {
	width: 610px;
}
#overlay-speed {
	width: 960px;
}
#overlay-equipment {
	width: 665px;
}
#overlay-lookup {
	width: 580px;
}
#overlay-email-this-page textarea {
	width: 538px;
	height: 174px;
}
#overlay-email-this-page .form-row:first-child .form-field {
	width: 256px;
	float: left;
	margin-left: 30px;
}
#overlay-email-this-page .overlay-content-bottom {
	padding-left: 312px;
}
#overlay-email-this-page .overlay-content-bottom a {
	font-weight: bold;
	margin-right: 20px;
}
#overlay-email-this-page .submit {
	width: 195px;
}
#overlay-email-this-page .form-row .form-field:first-child {
	margin-left: 0;
}
#overlay-modem .overlay-content-bottom {
	line-height: 45px;
}
#overlay-modem .overlay-content-bottom a {
	font-weight: bold;
	color: #1471da;
}
#overlay-speed {
	padding-top: 30px;
}
#overlay-speed  .overlay-close-btn {
	background-position: right -432px;
	right: -28px;
	top: -19px;
}
#overlay-speed .overlay-viewport,
#overlay-speed .overlay-content {
	margin: 0 !important;
}
#overlay-speed .overlay-viewport {
	height: 600px;
	max-height: 600px;
	padding: 1px;
}
#overlay-speed .overlay-content h2 {
	text-align: center;
	font-size: 32px;
	line-height: 40px;
}
#overlay-speed .overlay-content p {
	text-align: center;
}
#overlay-singleplan {
	height: 715px;
}
#overlay-equipment .col-right {
	width: 270px;
}
#overlay-equipment h3 {
	margin-bottom: 30px;
}
#overlay-equipment label {
	margin-left: 40px;
	font-weight: bold;
}
#overlay-equipment label span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
	color: #777;
}
#overlay-tech-plan,
#overlay-protection-plan {
	width: 900px;
}
#overlay-tech-plan .overlay-top,
#overlay-protection-plan .overlay-top,
#overlay-security-features .overlay-top {
	height: 120px;
}
.chart-header li {
	position: relative;
	float: left;
	width: 300px;
	height: 90px;
	padding-top: 30px;
	color: #fff;
	text-align: center;
	border-left: 1px solid #000;
}
#overlay-protection-plan {
	border: 3px solid #adadad;
}
#overlay-tech-plan .chart-header li:first-child,
#overlay-protection-plan .chart-header li:first-child {
	width: 275px;
	padding-left: 20px;
	background-color: #fff;
	color: #3b3b3b;
	border-left:none;
	text-align: left;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
}
#overlay-security-features .overlay-close-btn,
#overlay-tech-plan .overlay-close-btn,
#overlay-tech-plan .overlay-top-end,
#overlay-protection-plan .overlay-close-btn,
#overlay-protection-plan .overlay-top-end {
	width: 55px;
	height: 55px;
}
#overlay-tech-plan .overlay-close-btn,
#overlay-protection-plan .overlay-close-btn {
	position: absolute;
	left: 0;
}
#overlay-tech-plan .overlay-top-end,
#overlay-protection-plan .overlay-top-end {
	background-image: none;
	right: -26px;
	top: -28px;
}
#overlay-email-confirmation {
	width: 660px;
}
.savings {
	text-align: center;
	font-weight: normal;
	color: #a2c513;
	font-size: 12px;
}

/* overlay-bundles */
.overlay-bundles {
	width: 840px;
	margin-left: -450px!important;
	background-color: #f3f3f3;
}
.overlay-bundles .overlay-close-btn {
	top: -28px;
	background-position: right -492px;
	z-index: 100;
}
.overlay-bundles .contract-offer .price {
	display: block;
	padding-top: 10px;
	font-size: 35px;
	font-weight: bold;
	color: #3b3b3b;
}
.overlay-bundles .contract-offer strong {
	color: #C8001D;
	display: inline;
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
}
.overlay-bundles .contract-offer strong + span {
	color: #3b3b3b;
	display: block;
}
.overlay-bundles .best-price {
	margin-bottom: 10px;
}
.overlay-bundles .contract-best-price .best-price {
	display: inline-block;
	margin: -12px auto 15px auto;
	padding: 7px 25px;
	background-color: #a3c613;
	font-size: 10px;
	color: #fff;
	text-shadow: 1px 1px 1px #aaa;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.overlay-bundles .contract-customize .btn span {
	width: 200px;
}
.overlay-bundles .contract-offer.tab {
	padding: 15px;
}
.overlay-bundles .contract-duration .contract-offer strong {
	color: #C8001D;
	display: inline;
	margin-bottom: 10px;
	font-size: 12px;
	clear: both;
}
.overlay-bundles .contract-duration .contract-offer strong + span {
	color: #3b3b3b;
	display: block;
	font-weight: bold;
}
.overlay-bundles .contract-duration strong {
	clear: both;
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	color: #3b3b3b;
}
.overlay-bundles .contract-best-price {
	margin: 40px auto 0 auto;
	position: relative;
	text-align: center;
	font-weight: normal;
	color: #a2c513;
	font-size: 12px;
	border-top: 1px dotted #3b3b3b;
}
.overlay-bundles .best-price {
	text-shadow: none!important;
	font-weight: bold;
	background: #94b202;
	background: -moz-linear-gradient(top, #94b202 0%, #7da100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94b202), color-stop(100%,#7da100));
	background: -webkit-linear-gradient(top, #94b202 0%,#7da100 100%);
	background: -o-linear-gradient(top, #94b202 0%,#7da100 100%);
	background: -ms-linear-gradient(top, #94b202 0%,#7da100 100%);
	background: linear-gradient(to bottom, #94b202 0%,#7da100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94b202', endColorstr='#7da100',GradientType=0 );
}
.overlay-bundles .contract-offer .permonth {
	font-weight: normal;
	font-size: 12px;
	color: #3b3b3b;
}
.overlay-bundles .contract-customize p {
	color: #777777;
	font-size: 11px;
	margin: 0 0 10px;
}
.overlay-bundles .special-offer-included span {
	font-weight: bold;
	color: #3b3b3b;
}
.overlay-bundles .bundle-details .lob {
	color: #777;
	font-size: 15px;
	font-weight: bold;
}
.overlay-bundles .price-card .card-icon-small:first-child {
	width: 225px;
	height: 90px;
	border: 1px solid #cacaca;
	margin: 0 auto;
}
.overlay-bundles .price-card {
	position: relative;
	width: 311px;
	height: 562px;
	padding: 25px 0 0;
	text-align: center;
	float: right;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	border-left: 1px solid #d5d5d5;
	background-color: #fff;
}
.overlay-bundles .price-card .card-icon-small,
.overlay-bundles .price-card h2 {
	position: relative;
	z-index: 2;
}
.overlay-bundles .price-card h2 {
	margin-top: 20px;
	display: block;
	color: #fff;
}
.overlay-bundles .icon-container {
	content: "";
	position: relative;
	top: -25px;
	display: block;
	width: 100%;
	height: 147px;
	padding-top: 30px;
	float: left;
	border-bottom: #c8001d 5px solid;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	background: #474747; /* Old browsers */
	background: -moz-linear-gradient(top,  #474747 0%, #2c2c2c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#2c2c2c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #474747 0%,#2c2c2c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #474747 0%,#2c2c2c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #474747 0%,#2c2c2c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #474747 0%,#2c2c2c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
}
.overlay-bundles .contract-duration .tab-nav {
	width: 248px;
}
.overlay-bundles .contract-duration {
	margin-top: 23px;
	padding: 45px 20px 0;
	border-top: 5px solid #c8001d;
}
.overlay-bundles .tabs-primary-overlay .tab-content {
	position: relative;
	padding-top: 10px;
	background: #f3f3f3;
	border-top: 1px solid #ccc;
}
.overlay-bundles .tabs-primary-overlay .tab {
	position: relative;
	margin-top: 10px;
	padding-right: 20px;
	max-height: 250px;
	overflow: hidden;
	padding-bottom: 3px;
}
.overlay-bundles .tab {
	font-size: 13px;
}
.overlay-bundles .bundle-details .tabs-primary-overlay .tab-nav a {
	border: 1px solid #f3f3f3;
	border-bottom: none;
}
.overlay-bundles .bundle-details .tabs-primary-overlay .tab-nav a:hover span {
	*cursor: hand;
}
.overlay-bundles .bundle-details .tabs-primary-overlay .tab-nav a.selected {
	border: 1px solid #ccc;
	border-bottom: none;
	color: #3b3b3b;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: inset 0 0 7px #ccc;
	-webkit-box-shadow: inset 0 0 7px #ccc;
	box-shadow: inner 0 0 5px #888;
}
.overlay-bundles .bundle-details .tabs-primary-overlay .tab-nav a span {
	display: block;
	width: 100%;
	padding-right: 8px;
	margin-top: 5px;
	line-height: 30px;
}
.overlay-bundles .tab ul {
	margin-bottom: 25px;
}
.overlay-bundles .tabs-primary-overlay .tab-nav a {
	float: left;
	height: 45px;
	padding: 0 8px;
	margin-bottom: -2px;
	text-align: center;
}
.overlay-bundles .tab .scrollable {
	padding-top: 5px;
	padding-bottom: 40px;
	margin-right: 10px;
}
.overlay-bundles .bundle-details {
	margin:45px 0 20px 40px;
	width: 470px;
	min-height: 300px;
	max-height: 520px;
	overflow: hidden;
	font-size: 12px;
	float: left;
}
.overlay-bundles .bundle-details h2 {
	padding: 10px 0px;
	color: #c8001d;
	font-size: 22px;
}
.overlay-bundles .details-intro {
	margin: 10px 0;
	padding-right: 20px;
	overflow: hidden;
	position: relative;
}
.overlay-bundles .details-content {
	width: 470px;
}
.overlay-bundles .details-content ul li {
	width: 200px;
	float: left;
	margin: 10px 0 0 15px;
	padding-right: 10px;
	line-height: 15px;
	list-style-type: disc;
}
.details-content .small-title,
.overlay-content .small-title {
	display: block;
	margin: 10px 0 0;
	padding: 0 0 15px;
	height: 0;
	position: relative;
	width: 100%;
	text-align: left;
	border-top: 1px solid #d5d5d5;
	clear: both;
	float: none;
}
.details-content .small-title span,
.overlay-content .small-title span {
	font-size: 15px;
	color: #c8001d;
	background-color: #f3f3f3;
	display: inline-block;
	position: relative;
	padding: 0 10px 0 0;
	height: 17px;
	top: -11px;
}

/* Scrollbar */
.overlay-body .scrollable {
	position: relative;
}
.overlay-body .scrollbar {
	position: absolute;
	height: 330px;
	width: 3px;
	right: 2px;
	top:0px;
	background-color: #d5d5d5;
	overflow: visible;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.overlay-body .scrubber {
	position: absolute;
	left: -1px;
	background-color: #3b3b3b;
	width: 5px;
	height: 90px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.scrollbar.vertical {
	background-image: none;
	background-color: transparent;
	position: absolute;
	right: 5px;
	height: 95%;
	width: 6px;
}
.overlay-body .scrollbar.vertical .scrubber {
	background-image: none;
	background-color: #606060;
	height: 75px;
	width: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.overlay-body .scrollbar-arrow-left,
.overlay-body .scrollbar-arrow-right {
	width: 34px;
	height: 28px;
	position: absolute;
	top:0px;
	z-index: 20;
	cursor: pointer;
}
.overlay-body .scrollbar-arrow-left {
	left: -21px;
	background-position: -875px -360px;
}
.overlay-body .scrollbar-arrow-right {
	right: -29px;
	background-position: -916px -360px;
}
.overlay-gameplan .logo {
	background: #fff!important;
}
.ie7 .overlay-bundles .tabs-primary-overlay .tab,
.ie8 .overlay-bundles .tabs-primary-overlay .tab,
.ie9 .overlay-bundles .tabs-primary-overlay .tab,
.ie10 .overlay-bundles .tabs-primary-overlay .tab {
	padding-top: 20px;
	overflow-y: auto;
}
.ie7 .overlay-bundles .details-intro,
.ie8 .overlay-bundles .details-intro,
.ie9 .overlay-bundles .details-intro,
.ie10 .overlay-bundles .details-intro {
	overflow-y: auto;
}
.ie7 .overlay-bundles .tabs-primary-overlay .scrollable {
	zoom: 1;
}

/* Localize overlay */
#overlay-localize {
	width: 665px;
	font-size: 12px !important;
}
#overlay-localize .overlay-viewport span {
	font-weight: normal;
}
#overlay-localize  label {
	font-size: 14px
}
#overlay-localize .icon-house {
	float: left;
	height: 23px;
	margin-top: -10px;
	padding: 4px 0 8px 48px;
	background-position: left -250px;
}
#overlay-localize h2 a {
	font-size: 13px;
	float: right;
}
#localize-content p {
	color: #666666;
	line-height: 20px;
	font-size: 13px;
	margin-bottom: 20px;
}
#overlay-localize p {
	color: #666666;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#localize-content .form-footer,
#overlay-localize .form-footer {
	background: none repeat scroll 0 0 #F7F7F7;
	border-top: 1px solid #D4D4D4;
	height: 60px;
}
#overlay-localize .form-checkbox {
	float: left;
	margin: 20px 0 0 25px;
}
#localize-content form, #overlay-localize form {
	border: 1px solid #D4D4D4;
	border-radius: 5px 5px 5px 5px;
	margin: 20px 0 0;
}
#overlay-localize .form-row {
	margin: 10px 10px 0;
	padding: 20px 0;
	*zoom: 1;
}
#localize-content .form-checkbox label,
#overlay-localize .form-checkbox label {
	display: inline;
	font-size: 14px;
	color: #444;
}
#overlay-localize .btn {
	float: right;
	margin: 9px 17px 0 0;
}
#overlay-localize #loadText {
	width: 150px;
	float: right;
	display: none;
	margin: 15px 10px 0px 0px;
	text-align: right;
}
#overlay-localize #loadImage {
	width: auto;
	float: right;
	text-align: right;
}
#overlay-localize input.text {
	float: none;
	margin-bottom: 0 !important;
	background-image: none;
}
#overlay-localize .overlay-viewport {
	overflow: visible;
}
#overlay-localize .form-row span {
	margin-left: 2px;
}
#overlay-localize #form {
	border: 1px solid #D4D4D4;
	border-radius: 5px 5px 5px 5px;
}
#overlay-localize .submit {
	padding: 0 75px 0 70px;
}
#overlay-localize .form-field {
	position: relative;
}
#overlay-localize .validation-errorheader {
	font-style: italic;
	color: #ff3030;
	font-weight: bold !important;
	padding-bottom: 0 !important;
}

/* Terms overlay */
#overlay-terms {
	width: 665px;
}

/* Credit Check Overlays Batch 1 overrides */
.overlay-credit-check .overlay-body {
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.overlay-credit-check .overlay-viewport {
	margin: 0;
}

/* Container corners and shadow */
.overlay-credit-check.overlay-container {
	position: absolute;
	border: 3px solid #9b9b9b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 25px #6e6e6e;
	-moz-box-shadow: 0 0 25px #6e6e6e;
	box-shadow: 0 0 25px #6e6e6e;
}

/* Rounded Corners Bottom */
.overlay-credit-check .overlay-content {
	background: #FFF;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.overlay-credit-check .overlay-viewport {
	position: relative;
	max-height: 330px;
	padding: 20px 25px;
	overflow: hidden;
}
.overlay-credit-check .overlay-content-bottom {
	background-color: #f2f2f2;
	padding-top: 15px;
	margin-top: 40px;
	text-align: center;
	border-top: solid 1px #d5d5d5;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.overlay-credit-check .overlay-header {
	padding: 15px 20px 20px 20px;
	border-bottom: 1px solid #b5b5b5;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.overlay-container.gray .overlay-header {background: #f2f2f2;}
.overlay-container.yellow .overlay-header {background: #ffeca9;}
.overlay-container.green .overlay-header {background: #dae8a1;}
.overlay-container.white .overlay-header {background: #ffffff;}
.overlay-container.black .overlay-header {background: #ffffff;}

/* Credit Check Overlay */
.overlay-credit-check {
	width: 700px;
}
.overlay-credit-check span {
	display: block;
	float: none;
	margin: auto;
}
.overlay-header .icon-credit-check {
	padding: 4px 0 8px 48px!important;
	display: block;
	height: 27px;
	line-height: 38px;
	float: none;
	color: #3b3b3b;
	border: none;
	text-align: left;
}
.overlay-credit-check.complete .overlay-viewport {
	padding: 40px 25px;
}
.overlay-credit-check .loader {
	margin: 25px auto;
}
.overlay-credit-check .overlay-content {
	text-align: center;
}
.overlay-credit-check .overlay-content p {
	text-align: left;
	padding-left: 20px;
}
.icon-approved {
	background-position: left -1045px;
}
.overlay-credit-check .icon-approved {
	float: none !important;
	clear: both;
	margin: 20px 0;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.overlay-credit-check .overlay-content-bottom {
	margin-top: 0;
	padding-bottom: 15px;
}
.overlay-credit-check .btn-yellow {
	margin-left: 20px;
	display: inline-block;
}
#overlay-charge-details {
	width:500px;
}

.overlay-charge-details .overlay-viewport p span {
	color: #777;
    padding: 8px 0px;
}

.overlay-charge-details .overlay-viewport p strong span,
.overlay-charge-details .overlay-viewport p strong {
	color: #000;
}

.overlay-charge-details .overlay-viewport hr {
	margin:5px 0px;
	clear: both;
}

.overlay-charge-details .overlay-viewport .hr-total {
	margin:-5px 0px 0px 0px;
}
.overlay-charge-details .overlay-viewport .product-total {
    float: right;
    padding: 0px;
}

.overlay-charge-details .overlay-viewport .product-name {
	float: left;
}

.overlay-charge-details .overlay-viewport .product-price {
	float: right;
}

.overlay-charge-details .overlay-content-bottom .equip-remove-link {
	position: relative;
	left: -75px;
}

.overlay-charge-details .overlay-content-bottom .btn {
	position: relative;
	right: -85px;
}

.overlay-charge-details .overlay-content-bottom .btn span {
	width: 110px
}

.overlay-charge-details .charge-details-overflow {
	overflow-y: auto;
	padding-right: 10px;
}

/* Overlay Internet Requirements */
.overlay-internet-requirement {
    width: 720px;
}

.overlay-internet-requirement .content-header h2 {
    font-size: 17px !important;
}


.overlay-internet-requirement .overlay-content .icon-stop {
    height: 26px;
    position: relative;
    bottom: 9px
}

.overlay-internet-requirement .overlay-viewport h3 {
    text-align: center;
    margin: 12px 0 30px;
}

.overlay-internet-requirement .content > div {
    height: 259px;
    position: relative;
    margin: 0px 3% 0 2%;
    float: left;
}

.overlay-internet-requirement .content > div  strong {
    font-size: 17px;
    color: #3b3b3b;
}

.overlay-internet-requirement .left-column {
    border-right: 1px dotted #D5D5D5;
    padding-right: 4%;
    width: 42%;
    padding: 0px 4% 0px 0px;

}

.overlay-internet-requirement .content .sub-head {
    line-height: 1.2;
    margin: 15px 0;
    color: #777;
}

.overlay-internet-requirement .content .right-column {
    width: 268px;
    margin: 0px 0px 0px 30px;
    padding: 0px;
}

.ie8 .overlay-internet-requirement .content .right-column {
	overflow: hidden;
}

.overlay-internet-requirement .content .callout {
    border: 1px solid #ccc;
    border-radius: 7px;
    font-size: 11px;
    padding: 10px;
    margin: 10px 0;
    height: 53px;
    width: 247px;
}

.overlay-internet-requirement .content .callout h4, .overlay-internet-requirement .content .callout b {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.overlay-internet-requirement h4, .overlay-internet-requirement p     {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.overlay-internet-requirement .see-all {
    display: block;
    float: right;
    position: absolute;
    line-height: 1;
    bottom: 0;
    text-align: center;
    width: 247px;
}

.overlay-internet-requirement .overlay-close-btn {
    cursor: pointer;
}

.overlay-internet-requirement .or {
    position: absolute;
    top: 50%;
    right: 49%;
    margin-top: -20px;
    padding: 0 0 20px 0!important;
    width: 40px;
    height: 20px;
    background-color: #ccc;
    background-position: left -777px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    font-style: italic;
    text-shadow: 1px 1px 1px #666;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.overlay-internet-requirement .btn {
    top: 180px;
    position: absolute;
}
.overlay-internet-requirement .overlay-footer {
    background-position: -114px -240px;
}
.overlay-internet-requirement .btn span {
    width: 220px;
}

.overlay-internet-requirement .btn-gray { /* Shorthand is used in batch1mods, this is to force these styles*/
    background: url('/~/Media/www_comcast_com/Includes/Images/sprite-buyflow.png') no-repeat left -310px;
}
.overlay-internet-requirement .btn-gray span {
    background: url('/~/Media/www_comcast_com/Includes/Images/sprite-buyflow.png') no-repeat right -310px;
}

/* anchor button underline fix */
.btn-yellow-anchor,
.btn-yellow-anchor:hover,
.btn-yellow-anchor:active,
.btn-yellow-anchor:focus,
.btn-yellow-anchor span,
.btn-yellow-anchor:hover span,
.btn-yellow-anchor:active span,
.btn-yellow-anchor:focus span,
.btn-yellow,
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow span,
.btn-yellow:hover span,
.btn-yellow:active span,
.btn-yellow:focus span {
	text-decoration: none;
}

/* global tooltip */
.question {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 15px;
	background-position: 0px -2px;
}
.tooltip {
	position: absolute;
	display: none;
	min-height: 50px;
	min-width: 150px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent: 0;
	z-index: 9;
}
.tooltip.tooltip-dark-header {
	border:none;
	background-color:transparent;
}
.tooltip .tooltip-arrow-tip-left {
	padding: 0px;
	position: absolute;
	width: 10px;
	height: 12px !important;
	left: -9px;
	top: 20px;
	padding: 0px !important;
	background-position: -340px -47px;
}
.tooltip .tooltip-content {
	padding: 15px;
	font-weight: normal;
}

/* tooltip postion */
.question .tooltip {
	left: 25px;
	top: -20px;
}
.question:hover .tooltip {
	display: block;
}

.tooltip-tall,
.tooltip-wide-tall,
.tooltip-short-dark-border,
.tooltip-dark-header {
	position: absolute;
	padding: 15px 0px;
	display: none;
}
.tooltip-top {
	height: 11px;
	width: 100%;
	position: absolute;
	top: -10px;
	left: 0;
	padding: 0px;	
}
.tooltip-arrow-tip-right {
	padding: 0px;
	position: absolute;
	width: 10px;
	height: 10px !important;
	right: 6px;
	top: 20px;
	padding: 0px !important;
	background-position: -350px -47px;
}
.tooltip-bigarrow-tip {
	padding: 0px;
	position: absolute;
	width: 23px;
	height: 30px;
	left: -10px;
	top: 90px;
	padding: 0px;
	background-position: -340px -11px;
}
.tooltip-close-btn {
	padding: 0px!important;
	position: absolute;
	width: 30px;
	height:30px!important;
	right: -2px;
	top:-12px;
	background-position: -340px -66px;
	cursor: pointer;
}
.tooltip-tall {
	width: 270px; 
	background-position: -10px bottom;
}
.tooltip-tall .tooltip-top {
	background-position: -10px -392px;
}
.tooltip-short-dark-border {
	width: 210px; 
	background-position: -286px bottom;
}
.tooltip-short-dark-border .tooltip-top {
	background-position: -286px -392px;
}
.tooltip-wide-tall {
	width:530px; 
	background-position: -500px bottom; 
}
.tooltip-wide-tall .tooltip-top {
	background-position: -500px -184px;
}
.tooltip-dark-header {
	width: 414px; 
	background-position: -1059px bottom;
	text-align: left;
}
.tooltip-dark-header .tooltip-top {
	height: 45px;
	background-position: -1059px -400px;
	color: #FFF;
	padding: 20px 37px 0 49px;
	width: 338px;
}
.tooltip-dark-header .tooltip-content {
	margin: 0;
	padding: 61px 35px 23px;
	overflow: hidden;
}
.tooltip-top h3 {
	float: left;
	color: #FFF;
	font-size: 17px;
}
.tooltip-top span {
	float: right;
	text-align: right;
	font-size: 15px;
}
.tooltip-top .until {
	font-size: 11px;
}
.tooltip-dark-header .tooltip-content img {
	float: left;
	margin: 0 22px 0 0;
}
.tooltip-dark-header p {
	font-size: 13px;
	line-height: 1.5em;
}
.tooltip-additional-content {
	margin: 0 9px;
	padding: 16px 27px;
	border-top: 1px solid #d5d5d5;
}
.tooltip-additional-content p {
	font-size: 11px;
}

/* buyflow-common patch */
input.hasText {
	color: #444444; /* ie fix */
	color: inherit;
}

/* from comcast.global.legacy-styles */
.price-container .btnStartShopping {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #1B1B1B;
	margin: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	height: 25px;
	width: 163px;
	padding: 10px 0 0 0;
	border: #c49530 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .2);
	background:-moz-linear-gradient(top, #fee045 5%, #fecb2a 100%);
	background:-webkit-linear-gradient(top, #fee045 5%, #fecb2a 100%);
	background:-o-linear-gradient(top, #fee045 5%, #fecb2a 100%);
	background:-ms-linear-gradient(top, #fee045 5%, #fecb2a 100%);
	background:linear-gradient(to bottom, #fee045 5%, #fecb2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee045', endColorstr='#fecb2a',GradientType=0);
}
.price-container .btnStartShopping:hover {
	background:-moz-linear-gradient(top, #fecb2a 5%, #fee045 100%);
	background:-webkit-linear-gradient(top, #fecb2a 5%, #fee045 100%);
	background:-o-linear-gradient(top, #fecb2a 5%, #fee045 100%);
	background:-ms-linear-gradient(top, #fecb2a 5%, #fee045 100%);
	background:linear-gradient(to bottom, #fecb2a 5%, #fee045 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fecb2a', endColorstr='#fee045',GradientType=0);
	text-decoration: none;
}
#package-details .disabled.btnStartShopping {
	background: #f0f0f0;
	border:0;
	color: #A1A1A1;
	cursor: default;
	display: block;
	height:28px;
	outline: 0 none;
	text-align: center;
	text-decoration:none;
	padding: 10px 10px 0px 10px;
	width:121px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ie7 .package-list.voice .btnStartShopping {
	margin-bottom: 30px;
}
.ie7 .package-list .price .btnStartShopping {
	margin-top: 20px;
}
.ie7 .package-list.voice .price .btnStartShopping {
	margin-top: 0;
}
.ie7 .package-list .has_custom_select .btnStartShopping {
	margin-top: 0;
}
.ie7 .package-list .last_row .btnStartShopping {
	margin-top: 30px;
}
.ie7 .last_row .has_custom_select .btnStartShopping {
	margin-top: 0;
}

/* To be updated after 13.10 Code Freeze */
.overlay-charge-details .overlay-viewport {
    position: static;
}
.overlay-charge-details .overlay-viewport .footnote {
    bottom: 73px;
	font-size: 11px;
    font-weight:normal;
    left:26px;
    position: absolute;
}

/* Begin Refer a Friend styles */ 

.component-refer-friend {
	padding: 20px 0 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	box-shadow: 0 2px #f2f2f2;
}

.component-refer-friend p.instruction-text {
	padding: 10px 0;
}

.component-refer-friend label {
	font: inherit;
}

.component-refer-friend input.text {
	font-weight: bold;
}

.component-refer-friend input.text.readonly {
    border: 1px solid #999;
    background-color: #e9e9e9;
}

.component-refer-friend input.text.readonly:focus {
    border: 1px solid #999;
    padding: 12px;
}

.component-refer-friend .raf-form-elements .referral-code {
	width: 34%;
	float: left;
}

.component-refer-friend .raf-form-elements .promo-email-checkbox {
	width: 60%;
	float: right;
	padding-top: 18px;
}

.component-refer-friend .raf-form-elements .promo-email-checkbox label.promo-email-text {
	width: 20em;
	line-height: 18px;
}
/* End Refer a Friend styles */

/* Upsell Overlay */
.cui-overlay-upsell {
    width: 723px;
}
.cui-overlay-upsell .overlay-viewport {
    margin: 0;
    padding: 0;
    max-height: none;
}
.cui-overlay-upsell .overlay-title {
    text-align: center;
    font-size: 18px;
    margin: 0px auto;
}
.cui-overlay-upsell .overlay-content-bottom {
    margin-top: -2px;
}
.cui-overlay-upsell .confirm {
    background-color: transparent;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    position: relative;
    left: -140px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #1B1B1B;
    height: 40px;
    padding: 0 25px 0 20px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    border: #c49530 1px solid;
    border-radius: 3px;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .2);
    background:linear-gradient(to bottom, #fee045 5%, #fecb2a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee045', endColorstr='#fecb2a', GradientType=0);
}
.cui-overlay-upsell .confirm:hover {
    background:linear-gradient(to bottom, #fecb2a 5%, #fee045 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fecb2a', endColorstr='#fee045', GradientType=0);
    text-decoration: none;
}
.cui-overlay-upsell .dr-closed, .cui-overlay-upsell .dr-open {
    position: relative;
    left: -130px;
}
.cui-overlay-upsell .dr-closed:before {
    content:'\25B6';
}
.cui-overlay-upsell .dr-open:before {
    content:'\25BC';
}
.cui-overlay-upsell .dr-upsell {
    text-align: left;
    padding: 20px 80px 10px;
    font-size: 11px;
    line-height: inherit;
    max-height: 330px;
	overflow-y: auto;
    background: #FFF;
    border-top: 15px solid #f2f2f2;
}
.cui-overlay-upsell .dr-upsell p {
	line-height: 16px;
}
.cui-overlay-upsell .decline {
    position: relative;
    left: 130px;
}
/* Offer Details Overlay Base Styles*/

.overlay-gray.overlay-offerdetails {
    max-height: 620px;
}

.overlay-offerdetails {
	width: 715px;
}

.overlay-offerdetails.four-bars {
    width: 890px;
}

.overlay-offerdetails.five-bars {
    width: 930px;
}

.price-over-time-enable.five-bars .price-over-time .price-bar {
    width: 156px;
}

.overlay-tabbed.four-bars .overlay-viewport .panel.active{
              height: 400px;
}
.overlay-tabbed.five-bars .overlay-viewport .panel.active{
              height: 425px;
}

.five-bars .price-over-time .pot-details-group {
    width: 150px;
}

.five-bars .price-over-time .pot-price-group {
	width: 120px
}

.overlay-offerdetails .overlay-body {
	margin-left: 1px;
}

/* Price over time panel */
.overlay-offerdetails .price-over-time {
	display: none; /* Do not show POT section by default */
}
.overlay-offerdetails.price-over-time-enable h2.title {
	display: none; /* Hide default title when POT enabled */
}
.overlay-offerdetails .panel-controls {
	display: none; /* Hide panel controls when POT is disabled */
}
.overlay-offerdetails.price-over-time-enable .panel-controls {
	display: block; /* Show panel controls when POT is enabled*/
}
.overlay-offerdetails #panel-pot {
	display: none; /* Hide */
}
.overlay-offerdetails.price-over-time-enable #panel-pot {
	display: block; /* Show */
}
.overlay-offerdetails #panel-dr h2 {
	display: none;
}
.overlay-offerdetails.price-over-time-enable #panel-dr h2 {
	display: block;
}

.price-over-time-enable .price-over-time {
	position: relative;
	display: block;
	margin-left: 0;
	padding-left: 0;
}

.price-over-time-enable .price-over-time .price-bar {
	width: 190px;
	height:100%;
	color: #000;
	vertical-align: bottom;
    cursor: default;
	list-style: none;
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #ebecee;
	background: -moz-linear-gradient(top,  #ebecee 0%, #fcfefb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebecee), color-stop(100%,#fcfefb));
	background: -webkit-linear-gradient(top,  #ebecee 0%,#fcfefb 100%);
	background: -o-linear-gradient(top,  #ebecee 0%,#fcfefb 100%);
	background: -ms-linear-gradient(top,  #ebecee 0%,#fcfefb 100%);
	background: linear-gradient(to bottom,  #ebecee 0%,#fcfefb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebecee', endColorstr='#fcfefb',GradientType=0 );
}
.price-over-time-enable .price-over-time .bar-one {
	height: 230px;
	border: 1px solid #8cb845;
    box-shadow: 1px 1px 7px #E7E7E7;
}
.price-over-time-enable .price-over-time .bar-one .pot-time-period {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background: #b0d73c;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b0d73c), color-stop(0.29, #9bcd35), color-stop(0.71, #81bf2a), to(#75b927));
	background: -webkit-linear-gradient(#b0d73c 0%, #9bcd35 29%, #81bf2a 71%, #75b927 100%);
	background: -moz-linear-gradient(#b0d73c 0%, #9bcd35 29%, #81bf2a 71%, #75b927 100%);
	background: -o-linear-gradient(#b0d73c 0%, #9bcd35 29%, #81bf2a 71%, #75b927 100%);
	background: linear-gradient(#b0d73c 0%, #9bcd35 29%, #81bf2a 71%, #75b927 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d73c', endColorstr='#75b927',GradientType=0 );
	margin-left: 0;
}	
.price-over-time-enable .price-over-time .bar-two {
	height: 255px;
	border: 1px solid #75c2a0;
    box-shadow: 1px 1px 7px #E7E7E7;
}		
.price-over-time-enable .price-over-time .bar-two .pot-time-period {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background: #54d6ad;
	background: -moz-linear-gradient(top,	#54d6ad 0%, #51d3a7 29%, #3bbe7b 71%, #33b66a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54d6ad), color-stop(29%,#51d3a7), color-stop(71%,#3bbe7b), color-stop(100%,#33b66a));
	background: -webkit-linear-gradient(top,	#54d6ad 0%,#51d3a7 29%,#3bbe7b 71%,#33b66a 100%);
	background: -o-linear-gradient(top,	#54d6ad 0%,#51d3a7 29%,#3bbe7b 71%,#33b66a 100%);
	background: -ms-linear-gradient(top,	#54d6ad 0%,#51d3a7 29%,#3bbe7b 71%,#33b66a 100%);
	background: linear-gradient(to bottom,	#54d6ad 0%,#51d3a7 29%,#3bbe7b 71%,#33b66a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d6ad', endColorstr='#33b66a',GradientType=0 );
}
.price-over-time-enable .price-over-time .bar-three {
	height: 280px;
	border: 1px solid #1eb0af;
    box-shadow: 1px 1px 7px #E7E7E7;
}
.price-over-time-enable .price-over-time .bar-three .pot-time-period {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background: #01d7da;
	background: -moz-linear-gradient(top,	#01d7da 0%, #00d4d8 29%, #00d4d8 72%, #00b1b9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01d7da), color-stop(29%,#00d4d8), color-stop(72%,#00d4d8), color-stop(100%,#00b1b9));
	background: -webkit-linear-gradient(top,	#01d7da 0%,#00d4d8 29%,#00d4d8 72%,#00b1b9 100%);
	background: -o-linear-gradient(top,	#01d7da 0%,#00d4d8 29%,#00d4d8 72%,#00b1b9 100%);
	background: -ms-linear-gradient(top,	#01d7da 0%,#00d4d8 29%,#00d4d8 72%,#00b1b9 100%);
	background: linear-gradient(to bottom,	#01d7da 0%,#00d4d8 29%,#00d4d8 72%,#00b1b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01d7da', endColorstr='#00b1b9',GradientType=0 );
}
.price-over-time-enable .price-over-time .bar-four {
       height: 305px;
       border: 1px solid #0091B7;
    box-shadow: 1px 1px 7px #E7E7E7;
}
.price-over-time-enable .price-over-time .bar-four .pot-time-period {
       -webkit-border-radius: 8px 8px 0 0;
       -moz-border-radius: 8px 8px 0 0;
       border-radius: 8px 8px 0 0;
       background: #23B5E6;
       background: -moz-linear-gradient(top,    #23B5E6 0%, #21C3E9 29%, #21C3E9 72%, #23ABD9 100%);
       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23B5E6), color-stop(29%,#21C3E9), color-stop(72%,#21C3E9), color-stop(100%,#23ABD9));
       background: -webkit-linear-gradient(top, #23B5E6 0%,#21C3E9 29%,#21C3E9 72%,#23ABD9 100%);
       background: -o-linear-gradient(top,      #23B5E6 0%,#21C3E9 29%,#21C3E9 72%,#23ABD9 100%);
       background: -ms-linear-gradient(top,     #23B5E6 0%,#21C3E9 29%,#21C3E9 72%,#23ABD9 100%);
       background: linear-gradient(to bottom,   #23B5E6 0%,#21C3E9 29%,#21C3E9 72%,#23ABD9 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23B5E6', endColorstr='#23ABD9',GradientType=0 );
}
.price-over-time-enable .price-over-time .bar-five {
       height: 330px;
       border: 1px solid #006DB8;
    box-shadow: 1px 1px 7px #E7E7E7;
}
.price-over-time-enable .price-over-time .bar-five .pot-time-period {
       -webkit-border-radius: 8px 8px 0 0;
       -moz-border-radius: 8px 8px 0 0;
       border-radius: 8px 8px 0 0;
       background: #199CEE;
       background: -moz-linear-gradient(top,    #199CEE 0%, #1BA9F1 29%, #1BA9F1 72%, #1890DB 100%);
       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#199CEE), color-stop(29%,#1BA9F1), color-stop(72%,#1BA9F1), color-stop(100%,#1890DB));
       background: -webkit-linear-gradient(top, #199CEE 0%,#1BA9F1 29%,#1BA9F1 72%,#1890DB 100%);
       background: -o-linear-gradient(top,      #199CEE 0%,#1BA9F1 29%,#1BA9F1 72%,#1890DB 100%);
       background: -ms-linear-gradient(top,     #199CEE 0%,#1BA9F1 29%,#1BA9F1 72%,#1890DB 100%);
       background: linear-gradient(to bottom,   #199CEE 0%,#1BA9F1 29%,#1BA9F1 72%,#1890DB 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#199CEE', endColorstr='#1890DB',GradientType=0 );
}

.overlay-offerdetails .price-over-time .price-bar {
margin-bottom: 10px;
}

/* Details and Restrictions panel */

/* Modular Tabbed Overlay */
.overlay-tabbed .overlay-viewport h2 {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0px 0px 10px 0px;
}
.overlay-tabbed .panel-controls {
	margin: 0;
	padding: 10px 0 0 30px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #d5d5d5;
}
.overlay-tabbed .tab {
	cursor: pointer;
	display: inline-block;
	list-style: none;
	padding: 10px 20px;
}
.overlay-tabbed .tab span {
	color: #1471da;
	font-weight: bold;
}
.overlay-tabbed .tab.active {
	background-color: #fff;
	font-weight: bold;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #d5d5d5;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

.overlay-tabbed .tab.active span {
	color: #000;
}

.overlay-tabbed .overlay-viewport {
	position: relative;
	min-height: 330px;
	max-height: 1000px;
	margin-left: 35px;
}

.overlay-tabbed .overlay-viewport .panel {
    display: block;
    visibility: visible;
    border: 0;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    z-index: 0;
    position:relative;
}

.overlay-tabbed .overlay-viewport .panel.active {
	background: #FFF;
	width: auto;
    height: 375px;
	z-index: 10;
	top: 0;
	left: 0;
	margin: auto;
	overflow-y: auto;
}

.overlay-offer-details .overlay-viewport {
	overflow: visible;
}

.price-over-time .pot-time-period {
	display: block;
	font-size: 14px;
	padding: 16px 10px;
	line-height: 120%;
}
.price-over-time .pot-price-group{
	display: block;
	font-size: 32px;
	border-top: 1px solid #000;
	margin-left: 16px;
	margin-right: 16px;
	padding: 16px 0 15px 0;
	position: absolute;
	bottom: 16px;
	width: 160px;
	overflow: hidden;
}

.price-over-time .pot-price {
	position: relative;
	display: inline;
}
.price-over-time-enable .price-over-time .dollar {
	float: left;
}
.price-over-time-enable .price-over-time .cents {
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
	margin-top: -4px;
}
.price-over-time-enable .pot-price span {
	padding-bottom: 0;
}
.price-over-time-enable .price-over-time .per-period {
	font-size: 10px;
	letter-spacing: 1px;
	position: absolute;
	bottom: 20px;
	right: 0;
}

/* Specific to price range group */
.price-over-time .pot-price-group.pot-price-group-range{
	font-size: 24px;
	padding-top: 12px;
	bottom: 29px;
	line-height: 1;
}
.price-over-time .pot-price-group.pot-price-group-range span{
	padding-bottom: 0;
}
.price-over-time .pot-price-group.pot-price-group-range .pot-price{
	float:left;
}
.price-over-time .pot-price-group.pot-price-group-range .pot-range{
	float: left;
}
.price-over-time-enable .price-over-time .pot-price-group-range .cents{
	font-size: 14px;
	margin-top: 1px;
}
.price-over-time-enable .price-over-time .pot-price-group-range .per-period{
	position: absolute;
	right: 0;
	font-size: 8px;
	bottom: 2px;
	letter-spacing: 0;
}

.price-over-time-enable .price-over-time .pot-offer-details {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-left: 16px;
	padding-bottom: 0;
	line-height: 120%;
}

.price-over-time-enable .price-over-time .pot-offer-details:first-child {
	font-weight: bold;
}

.price-over-time-enable .price-over-time .pot-offer-details .reg {
	font-size: 9px;
	vertical-align: super;
}

.price-over-time-enable .price-over-time .pot-details-group {
	position: absolute;
	bottom: 84px;
}
 
.overlay-offerdetails.price-over-time-enable .overlay-viewport #panel-pot[aria-hidden='true'],
.overlay-offerdetails.price-over-time-enable .overlay-viewport #panel-dr[aria-hidden='true'] {
	display: none;
}