



/* Global CSS */




.tail-message {
	text-align: right;
	font-size: 30px;
	clear: both;
	padding-top: 23px;
	margin: 0 10px 10px;
	float: right;
}

.tail-message a {
	color: #000000;
	font-size: inherit;
}

.tail-message a span {
	color: #cc0000;
	font-size: inherit;
}
.back-to-topics.chevron-left-white {
	position: absolute;
	right: 10px;
	bottom: 6px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
}
a.backToTop {
	background: url(/assets/images/arrow-black-up.png) no-repeat left center;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
	padding-left: 10px;
}

.column {
	width: 620px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.column.right {
	width: 300px;
}

/* @group support bubble */

#support-bubble {
	background: #d5f4ff url(/assets/en/support/images/bubble-top.gif) left top no-repeat;
	margin: 10px 10px 30px;
	padding: 35px 20px 20px;
	overflow: hidden;
}

#support-bubble div.text {
	text-transform: uppercase;
	line-height: 24px;
	font-size: 20px;
	overflow: hidden;
	text-align: center;
}

#support-bubble .icon {
	display: inline;
	float: left;
	margin-right: 15px;
}

/* @end */

/* @group tabs */

.tabs {
	position: relative;
	min-height: 300px;
	_height: 300px;
	margin-bottom: 30px;
	_position: relative;
}

.tab-strip {
	margin-left: 10px;
	margin-right: 10px;
}

.tab-strip ul.nav {
	height: 35px;
}

.tab-strip ul.nav li {
	float: left;
	margin: 0 5px 0 0;
	background: white url(/assets/images/backgrounds/bg-hatch-grey.png) repeat;
}

.tab-strip ul.nav li a {
	padding: 0 15px;
	color: #212121;
	display: block;
	background: url(/assets/common/coverage-map/map-tab-shadow.png) repeat-x 0 bottom;
	font-size: 14px;
	line-height: 35px;
}

.tab-strip ul.nav li a:hover {
	background: #2390b8 url(/assets/common/coverage-map/map-tab-shadow.png) repeat-x 0 bottom;
	color: #f8f8f8;
}

.tab-strip ul.nav li.current a, .tab-strip ul.nav li.current a:hover {
	background: #fff !important;
	color: #333 !important;
	font-weight: bold !important;
}

.tab-strip #back-to-topics.chevron-left-white {
	position: absolute;
	right: 0px;
	bottom: 7px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
}

/* @end */

/* @group Smart Login */

/* login-module
----------------------------------------------- */

.smartLogin {
	padding: 18px 18px 18px 15px;
	color: #ffffff;
	margin-bottom: 10px;
}

.smartLogin.dark {
	background: url(/assets/images/backgrounds/bg-black-80.png) repeat;
}

.smartLogin.red {
	background: #cc0000;
}

.smartLogin h2 {
	margin-left: 3px;
}

.smartLogin h3 {
	margin-top: .5em;
	margin-left: 3px;
}

.smartLogin .input-field {
	display: inline;
	float: left;
	position: relative;
	padding: 0;
	width: 100%;
	height: 1%;
	margin: 1.5em auto 0px 0px;
}

.smartLogin label {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}

.smartLogin .input-field label {
	font-size: 14px;
	color: #ffffff;
	letter-spacing: -0.1px;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 4px;
	display: block;
	margin-bottom: 5px;
}

.smartLogin .input-field input {
	background: url(/assets/images/input-field.png) no-repeat;
	border: medium none;
	color: #333;
	font-size: 14px;
	height: 30px;
	letter-spacing: -0.6px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	width: 182px;
	_width: 196px;
	padding: 0 7px;
	margin-right: 8px;
	margin-left: 3px;
	display: inline-block;
	float: left;
	_padding-top: .5em;
	*padding-top: .5em;
}

.smartLogin .input-field input.default {
	color: #ababab;
}

.smartLogin .input-field button {
	font-size: 19px;
}

.smartLogin .input-field + button {
	margin-top: 1em;
	margin-left: 3px;
}

/* @end */

div.content-container.top {
	padding-top: 30px;
}

.input-field-wide {
	display: inline;
	float: left;
	height: 1%;
	position: relative;
	margin: 0 auto 1em 0px;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.input-field-wide label {
	font-size: 14px;
	color: #ffffff;
	letter-spacing: -0.1px;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 4px;
	display: block;
	margin-bottom: 5px;
}

.input-field-wide input {
	background: url(/assets/images/input-field-wide.png) repeat-x;
	border: medium none;
	color: #333;
	font-size: 14px;
	height: 30px;
	letter-spacing: -0.6px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	width: 386px;
	padding: 0 7px;
	margin-right: 8px;
	margin-left: 3px;
}

/* @group feature-list */

ul.feature-list {
	margin-bottom: 20px;
}

ul.feature-list li {
	background: transparent url(/assets/images/checkmark.png) no-repeat scroll left 15px;
	padding: 12px 0 12px 30px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 14px;
	font-weight: bold;
	color: #323232;
	line-height: 18px;
}

ul.feature-list li:last-child {
	border-bottom: none;
}

ul.feature-list li span {
	font-weight: normal;
}

/* @end */

/* Index Page */

/* @group Index */

div.support-section {
	display: inline;
	float: left;
	width: 300px;
	margin: 0 10px 20px;
	min-height: 170px;
	_height: 170px;
}

div#phones-broadband2go.support-section {
	float: right;
	height: 300px;
}

div.support-section h2 {
	margin: 0 0 10px;
}



/* @end */

/* #content-header styles */

div#content-header {
	overflow: hidden;
	background:#b61c1c  url(/assets/images/backgrounds/bg-redCouch-450.jpg) center center;
	padding-bottom: 0;
}

div#content-header .input-field-wide {
	margin: 0 auto 1em 0px;
}

div#content-header h1.page-title {
	text-transform: uppercase;
	position: relative;
	font-size: 5em;
	color: #fff;
	display: inline-block;
	font-size: 5em;
	font-weight: normal;
	font-style: normal;
	margin: 0 10px;
}
div#content-header div.column h1.page-title {
	margin: 0;
}
#support-breadcrumb {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#support-breadcrumb span {
	margin-right: 3px;
	background: url(/assets/images/chevron-right-white.png) no-repeat right center;
	font-size: 14px;
	line-height: 14px;
	padding-right: 13px;
	text-transform: uppercase;
}
#support-breadcrumb span:last-child {
	background: none no-repeat right center;

}
#support-breadcrumb span a {
	color: #ffffff !important;
	line-height: 14px;
}
form.search-support {
	
}

/* Topic page */

#topic .column {
	width: 940px;
}

/* topic questions */

.tab-content {
	overflow: hidden;
}

.tab-content > h2 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
	line-height: 24px;
	margin-top: 0;
	display: none;
}
.support-group {
	margin-bottom: 20px;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	padding: 15px;
	-webkit-border-radius: 3px;
	background-color: #f4f4f4;
}

.quarters .support-group {
	width: 190px;
	_width: 189px;
	height: 200px;
}

.thirds .support-group {
	width: 270px;
	height: 150px;
}

.halves .support-group {
	width: 430px;
	height: 117px;
}


#content-header .content-container {
	padding-bottom: 0px;
}

ul.toc {
	margin-bottom: 2em;
}
ul.toc li {
	margin-bottom: .1em;
}

p + .section, ul + .section, ol + .section, p + .title {
	margin-top: 2em;
}

h3.title {
	margin-top: 1.5em;
}

h3.title:first-child {
	margin-top: 0em;
}

/* Overrides */

.group {
	margin-bottom: 35px;
}

table.feature-table {
	margin-bottom: 25px;
	font-size: 16px;
}

table.feature-table th {
	background: #c1c1c1;
	color: #000;
	border-bottom: 0;
	padding: 15px 10px;
}

table.feature-table td {
	background: #000;
	color: #fff;
	border-bottom: 0;
}

table.feature-table td .info {
	font-size: 12px;
	color: #919191;
}

table.feature-table td {
	background: #f7f7f7;
	color: #626262;
	border-bottom: 1px solid #d8d8d8;
	padding: 15px;
	font-size: 14px;
}

table.feature-table td strong {
	color: #323232;
	font-weight: bold;
}

.sample-bill {
	position: relative;
	background: #d5f4ff;
	padding: 20px 20px 20px 120px;
	margin: 40px 0 45px 0;
}

.sample-bill p {
	margin-bottom: 0;
}

.sample-bill img {
	position: absolute;
	top: -20px;
	left: 0 !important;
	left: -120px;
}

.section-brief {
	border-top: 1px solid #d8d8d8;
	padding-top: 10px;
	margin-bottom: 10px;
}

.section-brief.first {
	border-top: none;
}

/* User Guides */

.quick-downloads label {
	border-top: 1px solid #d8d8d8;
	color: #000;
	display: block;
	font-size: 14px;
	margin-top: 15px;
	padding: 13px 0px;
	width: 218px;
}

.quick-downloads select {
	width: 218px;
}

ul.phones {
	width: 100%;
}

ul.phones li.phone {
	border-bottom: 1px solid #d1d1d1;
	display: inline;
	float: left;
	height: 300px;
	margin-bottom: 30px;
	width: 180px;
	padding-right: 25px;
}

ul.phones li.phone .image {
	height: 215px;
	width: 179px;
}

ul.phones li.phone .image img {
	height: 200px;
}

ul.phones li#mifi.phone .image img {
	height: 110px;
}

ul.phones li.phone .detail {
	clear: both;
	color: #000;
	font-size: 14px;
	width: 179px;
}

ul.phones li.phone .detail a {
	color: #000;
}

ul.phones li.phone .detail ul {
	margin-top: 5px;
}

ul.phones li.phone .detail li {
	background: url(/assets/en/support/images/bullet.gif) left 6px no-repeat;
	float: left;
	padding: 0px 0px 0px 9px;
	width: 170px;
}

ul.phones li.phone .detail li a {
	color: #2390b8;
	font-size: 13px;
}

ul.phones li.phone .detail li a:hover {
	color: #01639c;
}

ul.keywords {
	margin-top: 50px;
	overflow: hidden;
}
ul.keywords li {
	float: left;
	display: inline;
	margin-right: 15px;
	font-size: 12px;
	line-height: 14px;
	color: #999;
	font-weight: bold;
	white-space: nowrap;
	text-transform: capitalize;
}