.hidden-other {
	display: none;
}

/* This is the base CSS file. */
body {
	color: #002146;
	font: normal 14px "Montserrat", Arial, sans-serif;
}

a {
	color: #0072C7;
	outline: 0 none;
	text-decoration: none;
}

#dropdown .col2 {
	padding: 0 10px;
	background: url('../images/global/header/col2-divider.gif') repeat-y
		center top;
}

#dropdown .grid2 {
	background: url('../images/global/header/col2-divider.gif') repeat-y
		center top;
}

.col2 .drop-icon {
	width: 223px;
	padding: 10px 10px 10px 87px;
}

/* @group Main 2col layout */
.two-col #col1 {
	width: 684px;
}

.two-col #col2 {
	width: 222px;
}

.two-col.divider #col1 {
	width: 662px;
}

.two-col.divider #col2 {
	width: 212px;
}

.two-col.divider #main-content {
	background: #FFF url('/resources/images/global/layout/2col-divider.gif')
		repeat-y 0 0;
}

.two-col #col2 .mod {
	border-bottom: 1px dotted #CCC;
	margin: 0 0 18px;
	padding: 0 0 12px;
}

.two-col #col2 .last {
	border: none;
}
/* @end */
a:hover {
	text-decoration: none;
}

#tab-1 .hover, #tab-2 .hover {
	padding: 5px 5px 0 5px;
	top: -5px;
}

#footer a {
	color: #00b9f2;
	font-weight: 400;
}

#container #inner {
	clear: both;
	text-align: left;
	z-index: 1;
}

#wrapper, #cs_wrapper {
	margin: 0;
	/* padding-top: 1px; */
}

.theme_darkBlue {
	background-color: #002146;
}

/* Added this to counter box-sizing css added to /compiled-css/base.css */
#content, #content *, #content *:before, #content *:after, #colorbox,
	#aToolTip {
	box-sizing: content-box;
}

#content, .theme_phone_list .main, .theme_passes_list .main {
	/*font: 12px "Montserrat", Arial, sans-serif;*/
	font: 14px "Montserrat", Arial, sans-serif;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	/*width: 920px;*/
}

.theme_phone_list #content, .theme_passes_list #content {
	padding: 0;
	width: 960px;
	margin-top: 40px;
}

.theme_phone_list #top_note p, .theme_passes_list #top_note p {
	margin: 0.5em 0;
}

.theme_darkBlue #content {
	padding: 0;
	width: auto;
}

.theme_default #content, .theme_phone_list .main, .theme_passes_list .main
	{
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	background-color: #fff;
	border-radius: 6px 6px 0 0;
	margin-top: 80px;
	/*font: 11px "Montserrat", Arial, sans-serif;*/
	font: 11px "Montserrat", Arial, sans-serif;
	max-width: 1060px !important;
}

.theme_sso_error {
	background: #fff url(/resources/images/background-textured-gray.png) repeat;
}

.theme_sso_error #content {
	background-color: #fff;
	border-radius: 16px;
	margin-top: 80px;
	max-width: 714px !important;
	margin-bottom: 15%;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
}

.theme_coverage #content {
	background-color: #fff;
}

.theme_phone_list .main, .theme_passes_list .main {
	margin-top: 40px;
}

.theme_discoverapps #content {
	-moz-border-radius: 6px 6px 0 0;
}

.theme_community #content {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	background-color: #fff;
	border-radius: 6px 6px 0 0;
}

.theme_default h1 {
	color: #2b2b2b;
	font: 38px "Montserrat",Arial,
		sans-serif;
}

.theme_coverage h1 {
	color: #2b2b2b;
	font: 38px "Montserrat",Arial,
		sans-serif;
}

.theme_phone_list h1 {
	color: #fff;
	font: 38px "Montserrat",Arial,
		sans-serif;
}

.theme_passes_list h1 {
	color: #fff;
	font: 50px "Montserrat",Arial,
		sans-serif;
}

.theme_passes_list h2 {
	color: #fff;
}

.nav_container #terms-alert {
	font-family: "Montserrat",Arial,
		sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #FAC82D;
	margin: 0;
	border: 1px;
	width: 100%;
	padding: 2px 0 4px 0;
	text-align: center;
	position: absolute;
	display: none;
}

.nav_container #terms-alert a {
	text-decoration: none;
	color: #00B9F2;
}

.nav_container #terms-alert .close {
	font-size: 10px;
	font-weight: bold;
	vertical-align: super;
}

#top_note {
	background: #f8f8f8;
	margin: 0 20px 5px;
}

.clearfix:after, .columns:after, #main:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.colMargin {
	margin: 0 4px 0 20px;
}

.column {
	display: inline;
	float: left;
	overflow: hidden;
}

.hidden {
	display: none;
}

.cols_a {
	background: #fff url(/resources/images/cols.gif) repeat-y -12px 0;
	margin: 0;
}

.cols_a .sidebar, .cols_a .main {
	border-top: 3px solid #CCC;
}

.cols_a .sidebar form.filter h4 {
	background-color: #fff;
	font-size: 14px;
}

#ajax_loader {
	height: 50px;
	padding: 20px;
	text-align: center;
}

#overlay {
	-khtml-opacity: .80;
	-moz-opacity: .80;
	-ms-filter: "alpha(opacity=80)";
	background: #000000;
	display: none;
	filter: alpha(opacity = 80);
	height: 100%;
	left: 0;
	opacity: .80;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3003;
}

#homePageOverlay {
	background: #012146;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 75;
}

#overlay.clickable {
	z-index: 102;
}

#overlay-tooltip {
	-khtml-opacity: .40;
	-moz-opacity: .40;
	-ms-filter: "alpha(opacity=40)";
	background: #000;
	display: none;
	filter: alpha(opacity =           40);
	height: 100%;
	left: 0;
	opacity: .40;
	position: absolute;
	top: 0;
	width: 100%;
}

#global-share {
	list-style: none;
	margin: 0;
	position: fixed;
	right: 9px;
	top: 10px;
	z-index: 101;
}

#global-share li {
	margin-bottom: 2px;
}

#global-share a {
	background: url('../images/share-icons.png') no-repeat top left;
	display: block;
	height: 24px;
	outline: none;
	text-indent: -99999px;
	width: 24px;
}

#global-share a#facebook {
	background-position: top left;
}

#global-share a#twitter {
	background-position: bottom left;
}

#masthead, #cs_masthead {
	margin: 0 auto;
	width: 960px;
}

#masthead-inner {
	height: 77px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 330px;
	z-index: 110;
}

#nav {
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 111;
}

#nav li a {
	background: url('../images/nav/nav-sprite2.png') no-repeat;
	display: block;
	height: 77px;
	outline: none;
	text-indent: -99999px;
}

#nav li a#logo {
	background-position: 0 0;
	width: 132px;
}

#nav li a#menu {
	background-position: -132px 0;
	outline: 0;
	width: 106px;
}

#nav li a#menu:hover {
	background-position: -132px -131px;
}

#nav li a#menu.selected {
	background-position: -132px -261px;
}

#nav li a#menu.base {
	background-position: -132px -381px !important;
}

#nav li a#search {
	background-position: -238px 0;
	width: 90px;
}

#nav li a#search.selected {
	background-position: -238px -381px !important;
}

#dropdown {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	background-color: #002044;
	border: 1px solid #00aeef;
	display: none;
	left: 0;
	position: absolute;
	text-align: left;
	top: 76px;
	width: 876px;
	z-index: 110;
}

.dropdown-inner {
	padding: 5px 15px 15px;
}

.dropdown-nav {
	margin: 10px 0 0 0;
}

.dropdown-nav li a {
	background-image: url('../images/icon/dropdown-header-icons.png');
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: 11px;
	height: 36px;
	padding: 50px 15px 0;
	text-align: center;
	width: 63px;
}

.dropdown-nav li a:focus {
	outline: none !important;
}

.dropdown-nav li.active {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background-color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #000;
}

.dropdown-nav li.active a {
	color: #000;
}

.dropdown-nav #phones {
	background-position: center 6px;
	text-decoration: none;
}

.dropdown-nav #plans {
	background-position: center -76px;
	text-decoration: none;
}

.dropdown-nav #apps {
	background-position: center -160px;
	text-decoration: none;
}

.dropdown-nav #accessories {
	background-position: center -250px;
	text-decoration: none;
}

.dropdown-nav #discuss {
	background-position: center -334px;
	text-decoration: none;
}

.dropdown-nav #percs {
	background-position: center -422px;
	text-decoration: none;
}

.dropdown-nav #services {
	background-position: center -507px;
	text-decoration: none;
}

.dropdown-nav #business_menu {
	background-position: center -679px;
	text-decoration: none;
}

.dropdown-nav #compinfo {
	background-position: center -593px;
	width: 72px;
	text-decoration: none;
}

.dropdown-nav #entertainment {
	background-position: center -160px;
	text-decoration: none;
}

.dropdown-content#tab-2, .dropdown-content#tab-3, .dropdown-content#tab-4,
	.dropdown-content#tab-5, .dropdown-content#tab-6, .dropdown-content#tab-7,
	.dropdown-content#tab-8 {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	behavior: url(/resources/js/PIE.htc);
}

.dropdown-content.last {
	behavior: url(/resources/js/PIE.htc);
	border-radius: 3px 0 3px 3px;
}

#tab-1 .dropdown-content-middle {
	-moz-border-radius: 0 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}

#tab-8 .dropdown-content-middle {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

#tab-9 .dropdown-content-middle {
	-moz-border-radius: 4px 0 4px 4px;
	-webkit-border-radius: 4px 0 4px 4px;
	border-radius: 4px 0 4px 4px;
}

.dropdown-content-middle {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px 4px;
	background: #fff;
	border-radius: 4px;
	padding: 10px 0 0;
	width: 846px;
}

.dropdown-content-middle .grid {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.dropdown-content-middle .grid.watch-listen {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.dropdown-content-middle .grid.top {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.dropdown-content-bottom {
	background: url("../images/drop-down-bottom.gif") no-repeat scroll left
		top transparent;
	height: 10px;
	width: 660px;
}

.grid-header {
	background: #f2f2f2;
	border-bottom: 1px solid #e8e8e8;
	color: #3a3a3a;
	font-size: 14px;
	font-weight: 700;
	margin: 9px 0 0;
	padding: 7px 0;
	text-align: center;
}

.grid .drop-icon.tools {
	background-position: 17px 19px;
}

.grid .drop-icon.chat {
	background-position: 17px -143px;
}

.grid .drop-icon.person {
	background-position: 17px -1771px;
}

.grid .drop-icon.batteries {
	background-position: 17px -785px;
}

.grid .drop-icon.cases {
	background-position: 17px -622px;
}

.grid .drop-icon.chargers {
	background-position: 17px -457px;
}

.grid .drop-icon.handsfree {
	background-position: 17px -1274px;
}

.grid .drop-icon.memory-cards {
	background-position: 17px -1598px;
}

.grid .drop-icon.sim-cards {
	background-position: 17px -1438px;
}

.grid .drop-icon.voicemail {
	background-position: 17px -1100px;
}

.grid .drop-icon.pictures {
	background-position: 17px -937px;
}

.grid .drop-icon.ringtones {
	background-position: 17px -1913px;
}

.grid .drop-icon.careers {
	background-position: 17px -2092px;
}

.grid .drop-icon.news {
	background-position: 17px -2248px;
}

.grid .drop-icon.brightlights {
	background-position: 17px -2414px;
}

.grid .drop-icon.whycs {
	background-position: 17px -2738px;
}

.grid .drop-icon.business {
	background-position: 17px -2576px;
}

.grid .drop-icon.network {
	background-position: 17px -2905px;
}

.grid .drop-icon.offers {
	background-position: 17px -2738px;
}

.grid .drop-icon.faq {
	background-position: 17px -2738px;
}

.grid .drop-icon.premium {
	background-position: 17px -3070px;
}

.grid {
	background: url('../images/grid-divider.png') repeat-y top;
	margin: 0;
}

.grid li {
	float: left;
	width: 274px;
}

.grid li>a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border: 5px solid transparent;
	border-radius: 5px;
	display: block;
	overflow: hidden;
	padding: 5px;
	position: relative;
	text-decoration: none;
}

.grid2 {
	background: url('../images/grid2-divider.png') repeat-y top;
	margin: 0;
}

.grid2 li {
	float: left;
	width: 422px;
}

.grid2 li>a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border: 5px solid transparent;
	border-radius: 5px;
	display: block;
	overflow: hidden;
	padding: 5px;
	position: relative;
	text-decoration: none;
}

.grid.percs li>a {
	height: 70px;
}

.grid2 li>a:hover {
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	border: 5px solid #00AEEF;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	padding: 5px;
}

.percs_offers {
	float: left;
}

.percs_offers img {
	padding-right: 10px;
}

.percs_offers_txt h5 {
	color: #333333;
	font-size: 14px;
	padding-bottom: 12px;
}

.percs_offers_txt {
	font-size: 11px;
}

.percs_faq {
	float: left;
}

.percs_faq_txt {
	font-size: 11px;
}

.percs_faq_txt h5 {
	color: #333333;
	font-size: 14px;
	padding-bottom: 12px;
}

.percs_faq img {
	padding-right: 10px;
}

.grid.accessories li>a {
	height: 70px;
}

#dropdown .col2.watch-listen {
	padding: 0;
}

.grid.watch-listen>li {
	padding: 0;
	width: 380px;
}

.grid.watch-listen li>a {
	height: 70px;
}

.grid.watch-listen a>h5 {
	margin-bottom: 0;
}

.grid.watch-listen .thumb {
	float: left;
	height: 70px;
	margin-right: 8px;
	position: relative;
	width: 95px;
}

.grid.watch-listen .thumb .play {
	background: url('../images/icon/icon-play.png') no-repeat center;
	display: none;
	height: 70px;
	left: 0;
	position: absolute;
	top: 0;
	width: 95px;
}

.grid.apps li>a {
	height: 110px;
}

li.cf:hover {
	border-color: #00AEEF;
	cursor: pointer;
	text-decoration: none;
}

.grid li>a:hover {
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	border: 5px solid #00AEEF;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	padding: 5px;
}

.grid.plans-features .thumb, .grid.phones-devices .thumb, .grid.apps .thumb
	{
	float: left;
	height: 100%;
	margin-right: 8px;
}

.grid.phones-devices .thumb, .grid.phones-devices .thumb img {
	width: 80px;
}

.grid.apps .thumb img {
	width: 80px;
}

.grid.plans-features .thumb, .grid.plans-features .thumb img {
	width: 65px;
}

.grid li h5 {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.grid.discuss li h5 {
	color: #666666;
	font-size: 11px;
	font-weight: 400;
	height: 53px;
	line-height: 14px;
	overflow: hidden;
}

.grid li p {
	font-size: 11px;
}

.grid li p.light-text {
	color: #b1b1b1;
}

.grid li p span {
	color: #036fba;
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.grid li p span sup {
	font-size: 11px;
	height: 0;
	left: -4px;
	line-height: 1;
	position: relative;
	text-transform: lowercase;
	top: 0;
	vertical-align: baseline !important;
}

.grid li.drop-icon a>h5, .grid li.drop-icon a>p {
	margin-left: 80px;
}

.grid.accessories {
	border: none;
}

.grid.accessories.top {
	border-bottom: 1px solid #e6e6e6;
}

/* #tab-6 .dropdown-content-middle {
	padding-top: 0;
} */
.grid.watch-listen li h5 {
	height: 25px;
}

.grid.watch-listen li a>h5, .grid.watch-listen li a>p {
	margin-left: 86px;
}

.grid.watch-listen li a:hover {
	text-decoration: none;
}

.grid.watch-listen li a:hover .play {
	display: block;
	text-decoration: none;
}

.grid.apps li a {
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.grid.phones-devices li>a {
	height: 106px;
}

.grid.plans-features li>a {
	height: 105px;
}

li.phone-3 .guage-bar-container {
	bottom: 26px;
	left: 74px;
	position: absolute;
}

.grid.phones-devices-usage p {
	color: black;
}

.grid.phones-devices .guage-bar-wrapper {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	behavior: url(/resources/js/PIE.htc);
	border: 2px solid #e8e8e8;
	border-radius: 4px;
	height: 11px;
	position: relative;
	width: 99px;
}

.guage-bar-inner-wrapper {
	width: 94px;
	position: relative;
}

.guage-bar-wrapper.red .guage-bar {
	background: url('../images/guage-red.gif') no-repeat top left;
	border-right: 1px solid #e72626;
}

.guage-bar-wrapper.blue .guage-bar {
	background: url('../images/guage-blue.gif') no-repeat top left;
	border-right: 1px solid #00aeef;
}

.guage-bar-wrapper.grey .guage-bar {
	background: url('../images/guage-grey.gif') no-repeat top left;
}

.guage-bar {
	height: 13px;
	left: 2px;
	position: absolute;
	text-align: right;
	top: 2px;
}

.guage-bar .gauge-label-wrap {
	position: relative;
	z-index: 1;
}

.guage-bar .gauge-label-wrap .gauge-label {
	bottom: -30px;
	font-weight: 700;
	position: absolute;
	right: -8px;
	z-index: 3;
}

.grid.discuss li .comment-count {
	float: left;
	margin: 2px 0 0;
}

.grid.discuss li .comment-count .comment-bubble {
	background: url('../images/icon/icons.png') no-repeat 0 -325px;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	height: 51px;
	margin: 0 10px 0 0;
	padding: 7px 0 0 10px;
	width: 60px;
}

.grid.discuss li .comment-count strong {
	display: block;
	font-weight: 700;
	text-align: center;
	width: 72px;
}

.grid.discuss .description small {
	color: #b1b1b1;
	font-size: 11px;
}

.phone-grid {
	height: 172px;
	position: relative;
	z-index: 1;
}

.phone-grid .phone-1, .phone-grid .phone-2, .phone-grid .phone-3 {
	height: 172px;
	position: absolute;
	width: 210px;
	z-index: 2;
}

.phone-grid .phone-1 {
	left: 0;
	top: 0;
}

.phone-grid .phone-2 {
	left: 210px;
	top: 0;
}

.phone-grid .phone-3 {
	right: 0;
	top: 0;
}

.social_peek.horizontal {
	background: url(/resources/images/bg/social-peek-bg.png) transparent;
	height: 60px;
	margin-bottom: 10px;
	width: 960px;
}

.social_peek.horizontal .content {
	display: block;
	height: 60px;
	margin: 0;
	padding: 0 0 0 160px;
	width: 800px;
}

.social_peek.horizontal .content li {
	border-right: 1px solid #2C72B6;
	display: block;
	float: left;
	height: 42px;
	padding: 18px 0 0;
	text-align: center;
	width: 130px;
}

.social_peek.horizontal .content li:last-child {
	border: none;
	height: 58px;
	padding: 0px;
	width: 295px;
	overflow: hidden;
}

.social_peek.vertical {
	margin-bottom: 40px;
	width: 212px;
}

.social_peek.vertical .social_peek_header {
	background:
		url(/resources/images/community/bg/bg-social-peak-header.gif);
	height: 52px;
	margin-bottom: 9px;
	width: 212px;
}

.social_peek.vertical .content {
	border-bottom: thin dotted #000;
	height: 85px;
	margin-bottom: 20px;
}

.social_peek.vertical .content li.fb {
	margin-right: 22px;
	padding-top: 5px;
	width: 55px;
}

.social_peek.vertical .content li.tw {
	margin-right: 30px;
	padding-top: 3px;
	width: 55px;
}

.social_peek.vertical .content li.bz {
	padding-top: 5px;
	width: 50px;
}

.social_peek.vertical .links a {
	display: block;
	font-size: 14px;
	margin: 6px 0 0;
}

.social_peek.vertical .links .fb {
	margin: 0 6px -1px 0;
}

#search-dropdown {
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	background: none repeat scroll 0 0 rgba(0, 32, 68, 0.9);
	border: 1px solid #00aeef;
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#e6002044',
		endColorstr= '#e6002044', GradientType= 0);
	left: 0;
	position: absolute;
	text-align: left;
	top: 76px;
	width: 680px;
	z-index: 110;
}

.search-dropdown-inner {
	padding: 11px 10px;
}

.search-wrapper {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	border-radius: 3px;
	padding: 10px 14px;
}

.search-wrapper input {
	background: transparent;
	border: none;
	color: #999;
	float: left;
	font-size: 16px;
	padding: 3px 0;
	width: 605px;
}

.search-wrapper input:focus {
	outline: none;
}

.search-wrapper img {
	float: right;
	margin: 5px 0 0;
}

.grid .drop-icon {
	background-image: url('../images/icon/icons.png');
	background-repeat: no-repeat;
}

/* @group Plans & Features */
.grid .voice-data a {
	background-position: 10px -2701px;
}

.grid .voice-only a {
	background-position: 10px -2866px;
}
/* @end */
ul.horizontal li {
	border-right: 1px solid #ceced2;
	float: left;
	line-height: 1em;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}

ul.horizontal li.last {
	border: 0 none;
	margin: 0;
	padding: 0;
}

a.save-this-item {
	background: url(/resources/images/icon/folder.png) left no-repeat;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 0 0 0 22px;
}

.special-details .save-this-item {
	background: url(/resources/images/icon/folder.png) left no-repeat
		!important;
	color: #00aeef !important;
	font-weight: normal;
	padding-left: 20px !important;
	display: inline-block;
}

.special-save-details .save-this-item {
	display: inline-block;
	padding-left: 21px;
}

#hero_v2 .special-details {
	height: 245px !important;
}

.special-save-details {
	height: 245px !important;
}

#footer {
	background-color: #002146;
	clear: both;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

#footer .top {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00336D;
	background: url('../images/footer/background2.png') no-repeat top center;
	border-radius: 5px;
	color: #fff;
	display: block;
	margin-bottom: 0;
	padding: 2px 0;
	height: 100px;
}

#footer .top li {
	/*border-right: 1px dotted #fff;*/
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 700;
	height: 60px;
	text-align: center;
	width: 115px;
}

#footer .top li.intro {
	/*font-size: 14px;
	font-weight: 700;
	line-height: 60px;
	width: 165px;*/
	margin-left: 340px;
}

#footer .top li.social {
	/*border-left: 1px dotted #fff;*/
	width: 190px;
	margin-left: 80px;
	margin-top: 8px;
}

#footer .top a {
	color: #fff;
	display: block;
	outline: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#footer .top a span {
	display: block;
	height: 47px;
}

#footer .top a span .plans {
	border: 0;
}

#footer .top .social a {
	display: inline;
}

#footer .top .social img {
	padding: 0 6px 3px;
}

#footer .top .social span {
	display: block;
	text-transform: uppercase;
	padding-top: 3px;
}

#footer h2 {
	color: #fff;
	font-size: 10pt;
	margin: 15px 0 5px;
	text-transform: uppercase;
	white-space: normal;
	font-weight: normal !important;
}

#footer h2 a, #footer h2 a:visited {
	color: #fff;
}

#footer .content {
	font-size: 10pt;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	/*width: 960px;*/
	max-width: 1100px;
	width: 100%;
}

#footer .content:after {
	clear: left;
	content: ".";
	display: block;
	visibility: hidden;
}

#footer .col {
	float: left;
	overflow: hidden;
	text-align: left;
	width: 25%;
}

#footer .col ul {
	line-height: 1.33em;
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	white-space: nowrap;
}

#footer .col ul:last-child {
	margin-bottom: 0;
}

#footer .inner {
	margin: 32px 0 100px;
	width: 960px;
}

.inner-wrapper {
	margin: 0 4px;
}

.theme_herospace #content {
	padding: 0;
	margin: 0 auto;
	max-width: 1300px !important;
	width: 100% !important;
}

.theme_herospace h1 {
	color: #fff;
	font: 38px "Montserrat",Arial,
		sans-serif;
}

#main-wrapper {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	background-color: #FFF;
	border-radius: 6px 6px 0 0;
	padding: 0 20px;
}

#whycs-hero {
	height: 465px;
	margin: 50px 0 20px;
	padding: 0;
}

#general-hero {
	height: 300px;
	margin: 50px 0 20px;
	padding: 0;
}

.phone_list .addToCartForms {
	background: #fff;
}

.theme_default, .theme_herospace, .theme_phone_list, .theme_passes_list
	{
	background: #fff url('/resources/images/mma_bkg.png') no-repeat top
		center;
	/* background: linear-gradient(90deg, #28c2fe 0%,#127fd5 100%) no-repeat;
    background-size: 100% 400px; */
}

.theme_dark {
	background: #fff url('../images/bg/bg-r2011.jpg') no-repeat top center;
}

#content, .theme_dark .main {
	font: 12px "Montserrat", Arial, sans-serif;
	/* font: 14px "Montserrat", Arial, sans-serif; */
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	width: 1060px;
}

/* .theme_default #inner,.theme_herospace #inner {
	padding: 40px 15px 15px;
} */
.theme_default h2, .theme_herospace h2 {
	color: #2B2B2B;
}

.theme_default h3, .theme_herospace h3 {
	color: #313133;
	font: 16px "Montserrat", Arial, sans-serif;
	margin-bottom: 0.5em;
}

.theme_default p, .theme_herospace p {
	font-size: 14px;
	margin: 0.5em 0;
}

#nav li, .dropdown-nav li, .grid img.thumb, .social_peek.vertical .content li
	{
	float: left;
}

.grid.discuss li>a, .grid.services li>a {
	height: 85px;
}

.grid.apps li a:hover .play, .grid.phones-devices li a:hover .play,
	.grid.plans-features li a:hover .play {
	display: block;
}

.grid.apps li .play, .grid.phones-devices li .play, .grid.plans-features li .play
	{
	background: url('../images/icon/icon-play.png') no-repeat center;
	display: none;
	height: 81px;
	left: 0;
	position: absolute;
	top: 0;
	width: 71px;
}

li.phone-1 .guage-bar-container, li.phone-2 .guage-bar-container {
	bottom: 24px;
	left: 74px;
	position: absolute;
}

.question-chat {
	color: #FFFFFF;
	position: absolute;
	right: 120px;
	top: 118px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	z-index: 120;
	display: none;
}

.prod-live-chat a {
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	color: #00AEEF;
	display: inline-block;
	font-size: 11px;
	margin: 2px 0 0 4px;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

.prod-live-chat a:hover {
	text-decoration: none;
}

.terms_list {
	font-size: 14px;
	line-height: 20px;
}

.prod-ask-q, .prod-live-chat {
	font-weight: 700;
	font-size: 13px;
	text-align: right;
}

.theme_default p.prod-ask-q {
	margin-top: 19px;
}

.prod-live-chat a.chatBtn {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: white url('../images/icon/ico-live-chat.png') no-repeat 93%
		50%;
	border-radius: 2px;
	color: #00AEEF;
	display: inline-block;
	font-size: 11px;
	margin: 2px 0 0 4px;
	padding: 2px 20px 2px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

/* UI base elements */
.ui-left {
	float: left;
}

.ui-right {
	float: right;
}

.ui-block-holder {
	padding: 10px 0;
}

.ui-block-holder h2 {
	border-bottom: 1px solid #E2E2E2;
	color: #2b2b2b;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
}

.ui-content {
	margin: 20px auto;
}

/*basic buttons css3*/
.ui-button-a {
	border: 1px solid #D1D1D1;
	border-radius: 5px 5px 5px 5px;
	color: #00BEF8;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: rgb(252, 252, 252); /* Old browsers */
	/*IE9 support*/
	background:
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczODEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGQ0ZDRkMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGMkYyRjIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czODEpIiAvPgo8L3N2Zz4=);
	/* background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: 0 0; */
	background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%,
		rgba(242, 242, 242, 1) 100%); /* Chrome, Safair, iOS */
	background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%,
		rgba(242, 242, 242, 1) 100%); /* FF3.6+ */
	background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%,
		rgba(242, 242, 242, 1) 100%); /* Opera */
	background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%,
		rgba(242, 242, 242, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc',
		endColorstr='#f2f2f2', GradientType=0); /* IE6-9 */
}

.ie7 .ui-button-a, .ie8 .ui-button-a {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc',
		endColorstr='#f2f2f2', GradientType=0); /* IE6-9 */
	background: 0;
	background-color: #fff;
}

.ui-button-a:hover {
	color: #004DA1;
	text-decoration: none;
}

.ui-button-a.selected {
	background: none repeat scroll 0 0 #28CDFF;
	border: 1px solid #22AED8;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px #1F9CC2 inset;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	filter: 0;
}

.ui-button-large {
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	padding: 12px;
}

.ui-button-small {
	font-size: 11px;
}

.ui-button-b {
	border-color: #F2F1F1 #D5D2D2 #8A8888;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	/*IE9 support*/
	background:
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxNzYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFRkVGRUYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cxNzYpIiAvPgo8L3N2Zz4=);
	/* background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: 0 0; */
	background: #ffffff; /* Old browsers */
	/*Modern browsers*/
	background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	/* Chrome, Safari, iOS */
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	/* FF3.6+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	/* Opera */
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#f5f5f5', GradientType=0); /* IE6-9 */
	color: #545454;
	display: block;
	font-weight: bold;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.ie9 .ui-button-b {
	filter: 0;
}

.ui-button-b:hover {
	text-decoration: underline;
}

.ui-button-e {
	display: block;
	font-weight: bold;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.ui-button-c:hover, .ui-button-e {
	color: #fff;
	background-color: #f04f23;
	border-color: #f04f23;
}

.ui-button-c:active, .ui-button-e:hover {
	color: #fff;
	background-color: #f04f23;
	border-color: #f04f23;
}

.ui-button-d {
	background: #f7f7f7;
	box-shadow: 0 1px 3px #D2D2D2 inset;
	border: 1px solid #D1D1D1;
	border-radius: 5px 5px 5px 5px;
	color: #545454;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.ui-button-d:hover {
	border-color: #D2D0D0;
	border-bottom-color: #949292;
	border-top-color: #E2E2E2;
	background: #fff;
	box-shadow: none;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
}

.ui-button-d:active {
	background: rgb(255, 255, 255); /* Old browsers */
	background:
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczODAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNUY1RjUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czODApIiAvPgo8L3N2Zz4=);
	/* background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: 0 0; */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(245, 245, 245, 1) 100%); /* Chrome,, Safari, iOS */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(245, 245, 245, 1) 100%); /* FF3.6+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(245, 245, 245, 1) 100%); /* Opera */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,
		rgba(245, 245, 245, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#f5f5f5', GradientType=0); /* IE6-9 */
	border-color: #D2D0D0;
	border-bottom-color: #949292;
	border-top-color: #F3F2F2;
	border-radius: 5px 5px 5px 5px;
}

.ie9 .ui-button-d:active, .ie9 .ui-button-c:active, .ie9 .ui-button-e:hover,
	.ie9 .ui-button-c:hover, .ie9 .ui-button-e, .ie9 .ui-button-b, .ie9 .ui-button-a
	{
	filter: 0;
}

.ie7 .ui-button-d:active, .ie7 .ui-button-c:active, .ie7 .ui-button-e:hover,
	.ie7 .ui-button-c:hover, .ie7 .ui-button-e, .ie7 .ui-button-b, .ie7 .ui-button-a
	{
	zoom: 1;
}

.ui-button-a.use-padding, .ui-button-b.use-padding, .ui-button-c.use-padding,
	.ui-button-d.use-padding, .ui-button-e.use-padding {
	padding: 5px
}

.ui-button-c:hover {
	color: #fff;
	background-color: #f04f23;
	border-color: #f04f23;
}

.ui-button-a:hover, .ui-button-b:hover, .ui-button-c:hover, .ui-button-d:hover,
	.ui-button-e:hover {
	cursor: pointer;
}

.ui-button-bar {
	border: 1px solid #e2e2e2;
	background: #f7f7f7;
}

.grid_cs_promo {
	padding: 0 0 3px 3px;
	margin: 0;
	width: 838px;
	height: 65px;
	text-align: center;
}

.ui-button-bar-top {
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
}

.ui-button-bar-bottom {
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.ui-icon {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}
/*basic grid */
.ui-grid-a .ui-col-a, .ui-grid-a .ui-col-b {
	width: 50%;
	float: left;
}

.ui-grid-a .ui-col-a .ui-content {
	margin: 0 10px 0 0;
}

.ui-grid-a .ui-col-b .ui-content {
	margin: 0 0 0 10px;
}

.ui-grid-a .ui-col-b {
	float: right;
}

.ui-grid-b .ui-col-a, .ui-grid-b .ui-col-b, .ui-grid-b .ui-col-c,
	.ui-grid-b .ui-col-d {
	width: 32%;
	float: left;
}

.ui-grid-b .ui-col-d {
	margin-top: 2%;
}

.ui-grid-b .ui-col-b {
	margin: 0 2%;
}

.ui-grid-b .ui-col-c {
	float: right;
}

.ui-grid-b .ui-col-c.flex-2 {
	width: 66%
}

/*gradients*/
.ui-use-gradient-a {
	background: rgb(252, 252, 252); /* Old browsers */
	background:
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0ODUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGQ0ZDRkMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGMkYyRjIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0ODUpIiAvPgo8L3N2Zz4=);
	/* background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: 0 0; */
	background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%,
		rgba(242, 242, 242, 1) 100%); /* Chrome, Safari, iOS */
	background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%,
		rgba(242, 242, 242, 1) 100%); /* FF3.6+ */
	background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%,
		rgba(242, 242, 242, 1) 100%); /* Opera */
	background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%,
		rgba(242, 242, 242, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc',
		endColorstr='#f2f2f2', GradientType=0); /* IE6-9 */
}

.ui-use-gradient-b {
	background: rgb(245, 245, 245); /* Old browsers */
	background:
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGNUY1RjUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2ODkpIiAvPgo8L3N2Zz4=);
	/* background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: 0 0; */
	background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%,
		rgba(255, 255, 255, 1) 100%); /* Chrome, Safari, iOS */
	background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%,
		rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
	background: -o-linear-gradient(top, rgba(245, 245, 245, 1) 0%,
		rgba(255, 255, 255, 1) 100%); /* Opera */
	background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%,
		rgba(255, 255, 255, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5',
		endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.ui-use-gradient-c {
	background: rgb(252, 252, 252); /* Old browsers */
	background:
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MzgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGQ0ZDRkMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGMkYyRjIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5MzgpIiAvPgo8L3N2Zz4=);
	/* background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: 0 0; */
	background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%,
		rgba(242, 242, 242, 1) 100%); /* Chrome, Safari, iOS */
	background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%,
		rgba(242, 242, 242, 1) 100%); /* FF3.6+ */
	background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%,
		rgba(242, 242, 242, 1) 100%); /* Opera */
	background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%,
		rgba(242, 242, 242, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc',
		endColorstr='#f2f2f2', GradientType=0); /* IE6-9 */
}

.ie9 .ui-use-gradient-a, .ie9 .ui-use-gradient-b, .ie9 .ui-use-gradient-c
	{
	filter: 0;
}
/*displays*/
.ui-no-display {
	display: none;
}

.ui-block {
	display: block;
}

/*tables*/
table.wide, .wide {
	width: 100%;
}

table.ui-data-table {
	border-collapse: separate;
	border: 1px solid #E2E2E2;
	border-radius: 5px 5px 0 0;
	margin: 0;
}

table.ui-data-table.use-row-border {
	border-bottom: 0;
}

table.ui-data-table.use-thead-a thead tr th {
	line-height: 16px;
	background: #f7f7f7;
	border-color: #e2e2e2;
}

table.ui-data-table.use-row-separator tbody tr td {
	background-image: url("/resources/images/white-row-separator.png");
	background-position: right center;
	background-repeat: no-repeat;
}

table.ui-data-table.use-row-separator tbody tr.child-row td.no-separator
	{
	background-image: none;
}

.ie7 table.ui-data-table {
	border-spacing: 0;
	border-collapse: collapse;
}

table.ui-data-table thead tr th:first-child {
	border-radius: 5px 0 0 0;
}

table.ui-data-table thead tr th:last-child {
	border-radius: 0 5px 0 0;
}

table.ui-data-table thead tr th, table.ui-data-table tbody tr td {
	padding: 10px;
	line-height: 22px;
	background: #ffffff;
	font-size: 13px;
}

table.ui-data-table tbody tr.master-row td, table.ui-data-table thead tr th
	{
	background: #c2eefc; /* Old browsers */
	background:
		url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNTMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDMkVFRkMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNDMkVFRkMiIG9mZnNldD0iMC41Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0IwRTlGQiIgb2Zmc2V0PSIwLjUxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0IwRTlGQiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzM1MykiIC8+Cjwvc3ZnPg==);
	background: -webkit-linear-gradient(top, #c2eefc 0%, #c2eefc 50%, #b0e9fb 51%,
		#b0e9fb 100%); /* Chrome, Safari, iOS */
	background: -moz-linear-gradient(top, #c2eefc 0%, #c2eefc 50%, #b0e9fb 51%, #b0e9fb
		100%); /* FF3.6+ */
	background: -o-linear-gradient(top, #c2eefc 0%, #c2eefc 50%, #b0e9fb 51%, #b0e9fb
		100%); /* Opera */
	background: linear-gradient(to bottom, #c2eefc 0%, #c2eefc 50%, #b0e9fb 51%, #b0e9fb
		100%); /* W3C */
	border-bottom: 1px solid #D4F5FF;
	border-right: 1px solid #D4F5FF;
	border-left: 1px solid #7DCAE2;
	font-weight: bold;
}

.ie7 table.ui-data-table tbody tr.master-row td, .ie7 table.ui-data-table thead tr th,
	.ie8 table.ui-data-table tbody tr.master-row td, .ie8 table.ui-data-table thead tr th
	{
	filter: 0;
	background-image: url(/resources/images/mma/ico-spr-mma-ie7-8.png);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #B0E9FB;
	border: 0;
	border-bottom: 1px solid #D4F5FF;
}

.ie7 table.ui-data-table tbody tr.master-row td.details, .ie8 table.ui-data-table tbody tr.master-row td.details,
	.ie7 table.ui-data-table tbody tr.master-row td.warnings, .ie8 table.ui-data-table tbody tr.master-row td.warnings
	{
	background-position: 0 0;
}

table.ui-data-table tbody tr.selected td, table.ui-data-table.use-row-border tbody tr td
	{
	border-bottom: 1px solid #e2e2e2;
}

table.ui-data-table tbody tr td:first-child, table.ui-data-table tbody tr td.first,
	table.ui-data-table thead tr th:first-child, table.ui-data-table thead tr th.first
	{
	border-left: 0;
}

table.ui-data-table tbody tr td:last-child, table.ui-data-table tbody tr td.last,
	table.ui-data-table thead tr th:last-child, table.ui-data-table thead tr th.last
	{
	border-right: 0;
}

table.ui-data-table tbody tr td.details {
	width: 100px;
	border-left: 0;
	border-right: 0;
	font-size: 11px;
}

table.ui-data-table tr.child-row td span.ui-block {
	border-right: 1px solid #aeaeae;
	height: 30px;
	overflow: hidden;
}

table.ui-data-table tr.child-row td.ui-no-padding-right {
	padding-right: 0;
}

table.ui-inner-data-table {
	border: 1px solid #e2e2e2;
}

table.ui-inner-data-table thead tr.title th {
	background: 0;
	border-bottom: 1px solid #e2e2e2;
	border-top: 0;
}

table.ui-inner-data-table thead tr.headings th {
	background: 0;
	border: 1px solid #e2e2e2;
	border-width: 0 1px 1px 0;
}

table.ui-inner-data-table thead tr.headings th.last {
	border-width: 0 0 1px 0;
}

table.ui-inner-data-table tbody tr.last td {
	border-bottom: 1px solid #e2e2e2;
}

/*icns*/
.icn-button {
	background-image: url("/resources/images/mma/ico-spr-mma.png");
	background-repeat: no-repeat;
	padding: 5px 5px 5px 30px;
}

.icn-button.more {
	background-position: 0 -93px;
}

.icn-button.less {
	background-position: 0 -197px;
}

.ui-icon.return {
	background: url(/resources/images/return.png) no-repeat 0 0;
}

.ie .icn-button.less {
	background-position: 0 -198px;
}

.ui-icon.sorting {
	display: block;
	float: right;
	height: 7px;
	margin: 5px;
	overflow: hidden;
}

.ui-icon.sorting.asc span {
	border-color: #999999 transparent transparent;
	border-style: solid;
	border-width: 5px;
	display: block;
	height: 0;
}

.ui-icon.sorting.desc span {
	border-color: #999999 transparent transparent;
	border-style: solid;
	border-width: 7px 6px;
	display: block;
	height: 0;
	margin-top: -7px;
}

/*phone-block*/
.phone-block {
	border-radius: 5px;
	font-size: 13px;
	margin-bottom: 20px;
}

.phone-block .content {
	border-radius: 5px;
	border: 1px solid #e2e2e2;
}

.phone-block .content .first h3 {
	height: 40px;
	overflow: hidden;
}

.phone-block .first {
	border-bottom: 1px solid #fff;
	padding: 10px
}

.phone-block .first .ui-right {
	width: 60%;
}

.phone-block .last {
	border-top: 1px solid #e2e2e2;
	padding: 10px;
	position: relative;
}

.phone-block .last img {
	bottom: 0;
	position: absolute;
}

.phone-block .last .ui-right {
	width: 60%;
}

.phone-block .last .ui-right .ui-button {
	margin-bottom: 10px;
	padding: 5px 10px;
}

/*empty message*/
.empty-message, p.empty-message, .theme_default p.empty-message {
	background: none repeat scroll 0 0 #F8F8F8;
	border: 1px solid #E2E2E2;
	border-radius: 5px 5px 5px 5px;
	color: #3B3B3B;
	font-weight: bold;
	line-height: 50px;
	margin: 20px 0;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

#mma-banner .banner-content {
	background: none repeat scroll 0 0;
	border: 1px solid #E2E2E2;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px #E2E2E2 inset;
	color: white;
	font-weight: bold;
	line-height: 50px;
	margin: 20px 0;
	text-align: center;
	font-size: 18px;
}

#mma-banner .banner-content img {
	width: 100%;
}

#mma-banner .banner-content p {
	font-size: 1em;
}
/*paddings*/
.ui-no-padding-left {
	padding-left: 0;
}

.ui-no-padding-right {
	padding-right: 0;
}

.ui-use-padding-a {
	padding: 10px;
}

.ui-use-margin-a {
	margin: 5px;
}

.ui-use-margin-b {
	margin: 10px;
}
/*alignments*/
.ui-align-right {
	text-align: right;
}

.ui-align-left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.clear-both {
	clear: both;
}
/*mixins*/
.ui-cap {
	text-transform: capitalize;
}

.theme_bl_football #content {
	padding: 0;
	margin: 310px auto 0 auto;
	width: 990px;
}

.theme_bl_football {
	background: #fff url('../images/brightlights/bg_bl_football.jpg')
		no-repeat top center;
}

.theme_bl_football h1 {
	color: #fff;
	font: 38px "Montserrat",Arial,
		sans-serif;
}

.theme_bl_football #inner {
	padding: 0 15px 15px;
}

.theme_bl_football h2 {
	color: #2B2B2B;
}

.theme_bl_football h3 {
	color: #313133;
	font: 16px "Montserrat" bold , Arial, sans-serif;
	margin-bottom: 0.5em;
}

.theme_bl_football p {
	font-size: 14px;
	margin: 0.5em 0;
}

/*network coverage*/
#networkcoverageList li {
	display: inline;
	color: white;
}

#networkcoverageList {
	border: none;
	font-size: 14px;
	right: 203px;
	position: absolute;
	top: 55px;
	width: 200px;
	z-index: 150;
	display: none; /* hiding because of new menu*/
}

#networkcoverageList li a {
	color: white;
	outline: 0 none;
	font-size: 11px;
}

#networkcoverageList li a:hover {
	color: #00B9F2;
}

/*#mobile_header_new, #mobile_footer_new {
	display: none;
}*/

/***************************** New Fluid Menu CSS **************************************************************/
.nav_container {
	position: relative;
	width: 100%;
	top: -1;
	z-index: 110;
	background-position: left bottom;
	background-repeat: repeat-x;
	/*padding-bottom: 27px;*/
	height: auto;
	background-color: #10236e;
	background-image: none;
	margin: 0;
}

/*
#product #container{
	margin-top:100px !important;
}
#companyInfo {
    margin-top: 110px;
}
#mma_welcome{
	margin-top:150px !important;
}*/
.top_container {
	background-color: #FFFFFF;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 3000;
	/*must be less than #site_selector*/
	left: 0;
	font: normal 14px "Montserrat", Arial, sans-serif;
}

#top_container_inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	z-index: 110; /*top:-20px;*/
	margin: 0 auto;
}
/*.top_container:after{clear: both;content: "";display: table;}*/
#logo {
	/* width: 155px;
		z-index: 111;
		padding-top:15px; */
	width: auto;
	z-index: 111;
	padding-top: 0;
	float: left;
	margin-right: 20px;
}

.navigation {
	padding: 0;
	z-index: 111;
}

#cs_main_menu {
	width: 100%;
}

#estore_menu a:hover {
	text-decoration: none;
}

.menu_left {
	float: left;
	width: 58%;
}

.menu_right {
	float: left;
	width: 42%;
}

#business_logo {
	width: 100%;
	max-width: 190px;
	z-index: 111;
	float: left;
	padding-top: 10px;
}

#business_logo img {
	border: none;
	width: 92%;
}

.business .menu_left {
	width: 73% !important;
}

.business .menu_right {
	width: 27%;
}

.menu_right ul {
	float: right;
	margin: 0 !important
}

#site_selector {
	/*background-image: url("/resources/images/nav/bg_top_nav.jpg");*/
	background-image: none;
	background-repeat: repeat-x;
	background-color: #002146;
	position: relative;
	width: 100%;
	z-index: 3001;
	height: 38px;
}

#site_selector_container {
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
	width: 100%;
	/*background-image: url("/resources/images/nav/bg_top_nav.jpg");*/
	background-repeat: repeat-x;
	height: 38px;
	z-index: 112;
	display: block;
}

#site_selector_container .menu_left {
	width: 50%;
}

#site_selector_container .menu_right {
	width: 50%;
}

#site_selector ul li {
	display: block;
	padding: 0;
	margin: 0 !important;
	float: left;
}

#site_selector ul li.hidden {
	display: none !important;
}

#site_selector ul li a {
	list-style: none;
	padding: 0px 15px;
	color: #ffffff;
	height: 38px;
	display: block;
	float: left;
	line-height: 38px;
	margin-right: 0px;
	font-size: 13px;
}
/*#site_selector ul li a:hover{background-image:url("/resources/images/nav/bg_top_nav_selected.jpg"); background-repeat:repeat-x; text-decoration: none; display:block;margin-right:0px;}*/
#siteSelectorSignin a {
	background-color: #10236e;
}

ul#site_selector_left li a:hover {
	/*background-image:url("/resources/images/nav/bg_top_nav_selected.jpg"); background-repeat:repeat-x;*/
	text-decoration: none;
	display: block;
	margin-right: 0px;
	background-color: #00AEEF;
	color: #ffffff !important;
}

ul#site_selector_right li a {
	padding: 0px 8px;
}

ul#site_selector_right li a:hover {
	background-color: #00AEEF;
	text-decoration: none;
	display: block;
	margin-right: 0px;
}

#site_selector ul li.active-tab {
	background-image: url("/resources/images/nav/topselector1.png");
	background-repeat: no-repeat;
	background-position: 50% bottom;
}

#site_selector ul li a.active-section {
	background-color: #ffffff;
	background-image: url("/resources/images/nav/top_selector.png");
	background-position: 50% bottom;
	background-repeat: no-repeat;
	display: block;
	margin-right: 0;
	padding: 0 15px;
	text-decoration: none;
	box-shadow: none;
	color: #666666 !important;
}
/* #wireless-tab a {
    background-color: #0072C7;
} */
/* #business-tab a {
    background-color: #0072c7;
    border-right: 1px solid #002146;
    box-shadow: 0 -5px 20px -10px #002146 inset;
} */
/* #home-fiber-tab a {
    background-color: #0072c7;
    box-shadow: 0 -5px 20px -10px #002146 inset;
} */
#wireless-tab a, #business-tab a, #home-fiber-tab a {
	background-color: #0072c7;
	border-right: 1px solid #002146;
	color: #ffffff !important;
	font-size: 16px !important;
}

.expand_button {
	height: 0px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 145px;
	z-index: 115;
	display: none !important;
}

.btn_epand {
	background-image: url("/resources/images/nav/top_nav_blue_tab.png");
	background-position: 0 -38px;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	margin: 0 auto;
	width: 81px;
}

#estore_menu {
	clear: both;
	height: 80px;
	position: relative;
	z-index: 111;
}

#estore_menu_left {
	float: left;
}

.menu_left ul#estore_menu_left li.last {
	background-position: top right;
}

.menu_links {
	/*background-image: url("/resources/images/nav/menu_bg.png");background-repeat: repeat-x;*/
	/* padding: 35px 7px 20px;height:26px; */
	background-image: none;
	background-repeat: repeat-x;
	display: block;
	color: #10236e !important;
	padding: 0 !important;
}

.ie8  .menu_links {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.top-level-menubar a:hover, .top-level-menubar a.active:hover,
	.top-level-menubar a.activePage:hover {
	/* background-image:url("/resources/images/nav/hover.png"); */
	background-image: none;
	background-color: #10236e;
	background-repeat: repeat-x;
	float: left;
	color: #fff !important;
}

.top-level-menubar, .top-level-menubar>li, .top-level-menubar>li>a,
	.menu_left, #estore_menu, .navigation, .logo_and_menu_container,
	#top_container_inner {
	height: 100%;
	box-sizing: border-box;
}

.top-level-menubar>li:not (:last-child ) >a>span {
	border-right: 1px solid #999;
}

.top-level-menubar>li>a {
	padding-top: 0;
	display: block;
}

.top-level-menubar>li:hover {
	background-color: #10236e;
}

.menu_left .top-level-menubar>li>a>span {
	padding: 16px 12px 17px 12px;
}

.top-level-menubar>li>a>span, .vert-middle, #logo {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.arrow-nav {
	margin-left: 8px;
	margin-bottom: 2px;
}

#estore_menu_right {
	float: right;
	position: relative;
}

#estore_menu_right .myaccount_icon {
	/* background-image: url("/resources/images/nav/newNav-sprite.png"); */
	background-position: -5px -121px;
	background-repeat: no-repeat;
	display: block;
	font-size: 0;
	margin-top: 0;
	text-align: center;
	width: 86px;
	height: 54px;
	padding-top: 0;
	background-image: none;
}

#estore_menu_right .myaccount_icon:hover {
	background-position: -5px -164px;
}

#estore_menu_right #menu_sign_in {
	margin: -19px 0 0;
	background-image: none;
}

#estore_menu_right #menu_sign_in:hover {
	color: #00AEEF !important;
}

#estore_menu_right .menu_links {
	margin: 0;
	height: 100% !important;
}

#estore_menu_right #menu_myaccount {
	/* margin-top: -21px !important; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* width: 100px; */
	z-index: 10;
	position: relative;
}

.menu_right ul#estore_menu_right li {
	float: left;
	font-size: 14px !important;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0;
	list-style: none;
	padding-top: 0;
}

#estore_menu_right li a {
	clear: both;
	display: block;
	height: 100%;
	margin: 0;
	min-width: 0;
	text-align: center !important;
}

#estore_menu_right li a.active {
	background-image: url("/resources/images/nav/hover.png");
	background-repeat: repeat-x;
	float: left;
	color: #fff !important;
}

#estore_menu_right li a.menu_store_locator {
	background-image: url("/resources/images/nav/nav_icons.png");
	background-position: 5px 0;
	background-repeat: no-repeat;
}

#estore_menu_right li a.menu_store_locator:hover {
	background-image: url("/resources/images/nav/nav_icons.png");
	background-position: 5px -30px;
	background-repeat: no-repeat;
}

#menu_sign_in {
	display: block;
	/*     font-size: 14px; */
	margin-left: -15px;
	text-transform: capitalize;
}
/* #estore_menu_right #businessmenusearch{keeping this to hide/unhide search} */
#estore_menu_right li a.menu_search {
	/* background-image: url("/resources/images/nav/nav_icons.png"); */
	background-position: -87px -120px;
	background-repeat: no-repeat;
	width: 176px;
	background-image: none;
}

#estore_menu_right li a.menu_search:hover {
	/* background-image: url("/resources/images/nav/nav_icons.png"); */
	background-position: -87px -163px;
	background-repeat: no-repeat;
	background-image: none;
}

#estore_menu_right li a.order_status {
	background-image: url("/resources/images/nav/nav_icons.png");
	background-position: -14px -383px;
	background-repeat: no-repeat;
	min-width: 83px;
}

#estore_menu_right li a.order_status:hover {
	background-image: url("/resources/images/nav/nav_icons.png");
	background-position: -15px -424px;
	background-repeat: no-repeat;
}

#estore_menu_right li a.menu_help {
	background-image: url("/resources/images/nav/nav_icons.png");
	background-position: -88px -202px;
	background-repeat: no-repeat;
	display: none;
}

#estore_menu_right li a.menu_help:hover {
	background-image: url("/resources/images/nav/nav_icons.png");
	background-position: -88px -245px;
	background-repeat: no-repeat;
}

#estore_menu_right li a.menu_contact {
	background-image: url("/resources/images/nav/nav_icons.png");
	background-position: -15px -203px;
	background-repeat: no-repeat;
	width: 50px;
}

#estore_menu_right li a.menu_contact:hover {
	background-image: url("/resources/images/nav/nav_icons.png");
	background-position: -15px -246px;
	background-repeat: no-repeat;
}

#estore_menu_right li a.menu_cart {
	background-image: url("/resources/images/nav/newNav-sprite.png");
	background-position: -199px 24px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: 0;
}

#cartItemCount {
	clear: both;
	float: none;
	font-size: 12px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: normal;
	position: absolute;
	color: white;
	margin-top: 13%;
	background-color: #10236E;
	width: 15px;
	border-radius: 173%;
	font-weight: bold;
	left: 128px;
}

#estore_menu_right li a.menu_cart:hover {
	background-repeat: no-repeat;
	background-image: url("/resources/images/nav/newNav-sprite.png");
	background-position: -194px -47px;
	background-color: #10236e;
}

#cs_dropdown, #dropdown_shop, #dropdown_percs, #dropdown_community {
	display: none;
}

#cs_dropdown {
	width: 100%;
	background-color: none;
	position: absolute;
	z-index: 110;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: none;
	padding-top: 0;
	margin-top: 0;
}

.cs_dropdown_inner {
	position: relative;
	z-index: 110;
	height: 400px;
	background-image: url("/resources/images/nav/dropdown_bg_shadow.png");
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 3px;
}

.cs_dropdown_inner .active {
	float: left;
}

.top_dropdown_content {
	width: 100%;
	height: 400px;
}

.dropdown_left {
	background-color: #cbeaff;
	background-image: url("/resources/images/nav/dropdown_left_bg.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	height: 100%;
	width: 314px;
}

.dropdown_right {
	float: left;
	width: 70%;
	height: 400px;
	background: #ffffff;
}

.dropdown_left ul {
	margin-top: 30px;
}

.dropdown_left ul li {
	list-style: none;
	float: left;
	text-align: right;
	display: block;
	width: 100%;
	padding: 9px 0px 0px 0px;
	background: none;
	text-decoration: none;
	margin-bottom: 6px;
	font-weight: normal;
}

.dropdown_left ul li.selected {
	background-image: url("/resources/images/nav/bar_cap.png");
	background-position: right bottom;
	position: relative;
	z-index: 777;
	background-repeat: no-repeat;
	width: 105%;
	font-weight: normal;
}

.dropdown_left ul li a {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 25px;
	padding-bottom: 3px;
	padding-right: 50px;
	padding-top: 5px;
	text-transform: uppercase;
}

.dropdown_left ul li a:hover {
	text-decoration: none;
}

.dropdown_left ul li a.selected {
	background-color: #00b7f1;
	color: #FFFFFF;
	width: 82%;
	background-image: none;
	font-weight: normal;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
/*.dropdown_left ul li a.selected {
    background-color: #0072C7;
    background-image: url("/resources/images/nav/nav_lights_selected.png");
    background-position: 93% top;
    background-repeat: no-repeat;
    color: #FFFFFF;
}*/
.content_left {
	float: left;
	width: 445px;
	padding: 40px 0 0 5px;
	height: 285px;
}

.new_content_left {
	float: left;
	height: 285px;
	padding: 15px 0 0 1px;
	width: 250px;
}

.dropdown_content_top_container .percs_left {
	width: 210px !important;
}

.content_right {
	float: right;
	width: 205px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 12px;
}

.new_content_right {
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	/*margin-right: 12px;*/
	width: 406px;
}

.dropdown_content_top_container .percs_right {
	width: 460px !important;
}

.dropdown_content_top_container h1 {
	color: #000000 !important;
	display: block;
	font-size: 27px;
	padding-left: 40px;
	padding-top: 10px;
	position: absolute;
	margin: 0px;
}

.new_content_left span a {
	display: block;
}

.content_left>h1 {
	color: #002C55;
	font-weight: normal;
	font-size: 26px;
	padding: 17px 0 0 20px;
	height: 35px;
	text-align: left;
	margin-left: 0px;
	font-family: "Montserrat", sans-serif; /*color: white;*/
	font-weight: 500;
	margin-top: -43px;
}

.new_content_left .inner-menu {
	margin-left: 10px;
	margin-top: 40px;
}

.new_content_left .inner-menu li {
	display: block;
	height: 30px;
	width: 100%;
	color: #00aff2;
}

.new_content_left .inner-menu li:hover {
	background-image: url("/resources/images/nav/secondary_hilite.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 111;
}

.new_content_left .inner-menu li a {
	border-bottom: 1px solid #E7E7E7;
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-left: 25px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-top: 7px;
	text-align: left;
}

.new_content_left .inner-menu li a:hover {
	/*background-color:#E9F7FD;
	width:71%;*/
	border: none;
	text-decoration: none;
}

.new_bottom_content .toolsTitle {
	background-image: url("/resources/images/nav/toolsicon.png");
	background-repeat: no-repeat;
	clear: both;
	color: #11429E;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 30px;
	padding-left: 30px;
}

.new_bottom_content ul {
	clear: both;
	float: left;
	font-size: 17px;
	margin-left: 110px;
	margin-top: -21px;
}

.new_bottom_content li {
	float: left;
	padding: 0;
}

.new_bottom_content li span {
	padding: 0 5px;
}

.new_bottom_content li a {
	color: #00B9F2;
	font-size: 15px;
}

.new_bottom_content li a:visited {
	color: #00B9F2;
	font-size: 15px;
}

#carousel_left {
	width: 450px;
}

.bottom_content {
	float: left;
	margin: 0px 0 0 10px;
	width: 31%;
}

.bottom_content.twocolumn {
	width: 48% !important;
}

.bottom_content .bottom_link {
	display: block;
	height: 100px;
	text-decoration: none;
	width: 100%;
}

.bottom_content .bottom_link:hover {
	border: solid 1px;
}

.bottom_content .left_icon {
	float: left;
	padding: 0px 5px;
	position: relative;
}

.bottom_content .right {
	background-image: url("/resources/images/nav/nav_vr.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	padding-right: 1px;
	padding-top: 0;
	float: none !important;
	height: 100px;
	overflow: hidden;
}

.bottom_content .right.last {
	background: none !important;
}

.bottom_content h3 {
	color: #0072C7 !important;
	text-align: left !important;
	margin: 0 0 5px !important;
	font-size: 14px !important;
	font-weight: normal !important;
}

.bottom_content .right p {
	text-align: left;
	color: #2b2b2b;
	line-height: 15px;
	margin: 0 !important;
	font-size: 14px !important;
}

.bottom_content .left_icon img {
	clear: both;
	height: 65px;
	position: relative;
}

/*.carousel_container {
    border: 1px solid #FF0000;
    display: block;
    height: 250px;
    position: relative;
    width: 450px;
}*/
/* .carousel_container .caroufredsel_wrapper{
	width:90%!important;
	margin-left:0px !important;
	height:240px !important;
} */
.plans_carousel_container .caroufredsel_wrapper {
	width: 90% !important;
	/*margin-left:10px !important;*/
}

.accessories_carousel_container .caroufredsel_wrapper {
	width: 90% !important;
	margin-left: 10px !important;
}

#line_carousel {
	width: 390px !important;
	height: 260px !important;
	overflow: hidden;
	padding-left: 50px;
	padding-top: 10px;
}

#plans_carousel {
	width: 355px !important;
	height: 263px !important;
	overflow: hidden;
	padding-left: 50px;
	padding-top: 10px;
}

#access_carousel {
	width: 100% !important;
	height: 290px !important;
}

.dropdown_content_top_container .caroufredsel_wrapper {
	width: 90% !important;
}
/* #accessories_carousel{ */
/* 	width:100% !important; */
/* 	height:290px!important; */
/* } */
.line_container {
	display: block;
	float: left;
	height: 270px;
	overflow: hidden;
	position: relative;
	width: 133px;
	text-align: center;
}

.plans_container {
	display: block;
	float: left;
	height: 225px;
	margin: 30px 4px 0px 4px;
	/*overflow: hidden;*/
	position: relative;
	width: 120px;
}

.acc_container {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 6px 6px 6px 6px;
	display: block;
	float: left;
	height: 115px;
	margin: 65px 2px 0 !important;
	overflow: hidden;
	position: relative;
	width: 135px !important;
}

/* .phone_thumb {
	float:left;
	text-align: center;
	clear:both;
	padding:0px 0px 0px 20px;
} */
.phone_thumb>a {
	display: block;
	height: 100%;
	padding-left: 10%;
}

.plans_thumb {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 6px 6px 6px 6px;
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
	height: 125px;
	overflow: hidden;
}

.plans_thumb a:hover {
	text-decoration: none !important;
}

.plans_thumb span {
	height: 100%;
	width: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	color: #007BC1;
	font-size: 16px;
	padding-top: 25px;
	font-weight: bold;
}

.phnumber {
	padding: 0px;
	margin: 0px;
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
	color: #666666;
	font-size: 12px;
	font-weight: 100 !important;
}

.plans_phnumber {
	clear: both;
	color: #132F4E;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 35px 0 0;
	text-align: center;
	width: 100%;
}

.phone_upgrade {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	text-align: center;
}

.phone_upgrade a {
	color: #29CAFF;
	font-size: 11px;
	font-weight: bold;
}

.plans_change_plan {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	text-align: center;
}

.plans_change_plan a {
	color: #00AEEF;
	font-size: 11px;
}

.plans_managefeatures {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	text-align: center;
}

.plans_managefeatures a {
	color: #00AEEF;
	font-size: 11px;
}

.phone_thumb img {
	height: 205px;
	max-width: 145px;
}

a.prev {
	background-image: url("/resources/images/nav/arrow_sprite.png");
	background-repeat: no-repeat;
	background-position: left -45px;
	height: 24px;
	width: 15px !important;
	float: left;
	display: block;
	position: relative;
	margin-top: 25%;
	/*margin-left: 8px;*/
	z-index: 100;
}

a.prev.disabled {
	background-position: left top;
}

a.next {
	background-image: url("/resources/images/nav/arrow_sprite.png");
	background-repeat: no-repeat;
	background-position: right -45px;
	height: 24px;
	width: 15px !important;
	float: right;
	display: block;
	position: relative;
	margin-top: 25%;
	/*margin-right: 20px;*/
	z-index: 100;
}

a.next.disabled {
	background-position: right top;
}

.pager {
	float: left;
	width: 300px;
	text-align: center;
}

.pager a {
	margin: 0 5px;
	text-decoration: none;
}

.pager a.selected {
	text-decoration: underline;
}

.button_container {
	margin-top: 50px;
}

a.button_small {
	background-image: url("/resources/images/nav/bg_buttons_sm.png");
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 38px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding-right: 16px;
	text-decoration: none !important;
	margin: 10px 0px 10px 0px;
	position: relative;
}

a.button_small span.left {
	background-image: url("/resources/images/nav/bg_buttons_sm.png");
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	display: block;
	line-height: 19px;
	padding: 0 0 0 16px;
}

a.button_small span.text {
	line-height: 38px;
	background-color: #002345;
	display: block;
	min-width: 170px;
	font-size: 14px;
	text-align: center;
}

a.button_small:hover {
	background-position: right -48px;
}

a.button_small:hover span.left {
	background-position: left -48px;
}

a.button_small:hover span.text {
	background-color: #28CDFF;
}

#communitytab1>img {
	width: 100%;
}

.menu_converage_icon {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -940px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_why_cspire {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -70px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_4g_lte {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -271px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_tethering {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -336px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_video_pass {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -403px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_optional_features {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -470px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_ringtones {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -739px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_ringbacktones {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -805px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_wallpapers {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -871px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_cases {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -535px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_percsdiscount {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -672px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_premium {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -605px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_percs_with_purpose {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -1073px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_social_percs {
	background-image: url("/resources/images/nav/icons_sprit.png");
	background-repeat: no-repeat;
	background-position: -1007px 0;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_myphone {
	background-image: url("/resources/images/icon/icons.png");
	background-repeat: no-repeat;
	background-position: 10px -1630px;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_myplans {
	background-image: url("/resources/images/icon/icons.png");
	background-repeat: no-repeat;
	background-position: 10px 4px;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_inperson {
	background-image: url("/resources/images/icon/icons.png");
	background-repeat: no-repeat;
	background-position: 5px -1788px;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_support {
	background-image: url("/resources/images/icon/icons.png");
	background-repeat: no-repeat;
	background-position: 10px 0px;
	width: 65px;
	height: 65px;
	display: block;
}

.menu_livechat {
	background-image: url("/resources/images/icon/icons.png");
	background-repeat: no-repeat;
	background-position: 10px -162px;
	width: 65px;
	height: 65px;
	display: block;
}

#global-search {
	list-style: none outside none;
	margin: 0;
	position: relative !important;
	right: 0;
	top: 34px;
	width: 155px;
	z-index: 150;
	display: block;
}

.plan_menu_promo {
	background-image: url("/resources/images/nav/plans_not_logged.png");
	display: block;
	height: 250px;
	margin: 0px auto 0;
	width: 450px;
}

.my_percs_bg {
	/*  background-image: url("/resources/images/rewards/perc_points_bg_logIN.png"); */
	background-position: 30px 25px;
	background-repeat: no-repeat;
	background-size: 460px 165px;
	clear: both;
	color: #FFFFFF;
	display: block;
	height: 185px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 460px;
}

.my_percs_bg_business {
	clear: both;
	color: #FFFFFF;
	display: block;
	padding: 0;
	width: 368px;
}

.my_percs_bg_business>h3 {
	font-size: 25px !important;
	margin: 0 auto;
	color: #fff !important;
	text-align: center;
	padding-top: 10px;
}

.my_percs_bg h3 {
	color: #0072C7 !important;
	display: block;
	float: left;
	font-size: 24px !important;
	height: 20px;
	margin: 10px 0 52px -65px !important;
	padding-bottom: 0 !important;
	padding-top: 10px !important;
	position: relative;
	text-align: center;
	width: 100%;
}

.percs_info {
	clear: both;
	height: 35px;
	margin-top: 70px;
	width: 100%;
	margin-left: -30px;
}

.percs_info .label {
	color: grey;
	display: block;
	font-size: 17px;
	height: 40px;
	letter-spacing: 1px;
	margin-top: -31px;
	padding-left: 142px;
	text-align: justify;
}

.percs_info .points {
	background-color: lightgray;
	border-radius: 75px 75px 75px 75px;
	display: block;
	font-size: 40px;
	font-weight: bold;
	height: 150px;
	line-height: 127px;
	margin: -57px auto 0 97px;
	color: #1C6FB1;
	text-align: center;
	width: 150px;
}

.ref_font {
	color: #28CDFF;
}

.percs_info .statuslevels {
	background-image: url("/resources/images/rewards/percs_sprite.png");
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 81px;
	margin: -47px 28px 0 0;
	position: relative;
	width: 97px;
	background-position: 1000px 0px;
}

.percs_info .statuslevels.ELITE {
	background-position: -286px 0 !important;
}

.percs_info .statuslevels.PREMIER {
	background-position: -191px 0 !important;
}

.percs_info .statuslevels.PRIORITY {
	background-position: -95px 0 !important;
}

.percs_info .statuslevels.PLUS {
	background-position: 0 0px !important;
}

.percs_menu_info {
	clear: both;
	height: 35px;
	margin-top: 70px;
	width: 100%;
	margin-left: -30px;
}

.percs_menu_info .label {
	color: grey;
	display: block;
	font-size: 17px;
	height: 40px;
	letter-spacing: 1px;
	margin-top: -31px;
	padding-left: 142px;
	text-align: justify;
	background-color: transparent;
}

.percs_menu_info .points {
	background-color: #d3d3d3;
	border-radius: 75px 75px 75px 75px;
	display: block;
	font-size: 40px;
	font-weight: bold;
	height: 150px;
	line-height: 127px;
	margin: -57px auto 0 97px;
	color: #1C6FB1;
	text-align: center;
	width: 150px;
}
/*PERCS REVAMP Menu Changes- start*/
#percs_menu_info_withoutPoints .status_info_withoutPoints {
	float: left;
	height: 150px;
	margin: 0px 0px 0px 30%;
	width: 33%;
}

#percs_menu_info_withoutPoints .status_block {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.status_block .status_level {
	color: #a1a1a1;
}

#percs_menu_info_withoutPoints h3 {
	margin: 10px 0 24px 0px !important;
}

#percs_menu_info_withoutPoints {
	margin-top: 20px;
}

.dropdown_content_top_container .login_menu {
	padding-left: 0px;
}
/* Percs revamp changes - close */
.percs_menu_info .status_info {
	/*  /*  background-image: url("/resources/images/rewards/percs_sprite.png"); */
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 100px;
	margin: -160px 129px 0 0;
	position: relative;
	width: 97px;
	/*  background-position:1000px 0px; */
}

.percs_menu_info .status_info.ELITE {
	background-image:
		url("/resources/images/nav/percs_status_vip_elite.png");
	background-repeat: no-repeat;
	background-size: 99% auto;
}

.percs_menu_info .status_info.PREMIER {
	background-image:
		url("/resources/images/nav/percs_status_vip_premier.png");
	background-repeat: no-repeat;
	background-size: 99% auto;
}

.percs_menu_info .status_info.PRIORITY {
	background-image: url("/resources/images/nav/percs_status_priority.png");
	background-repeat: no-repeat;
	background-size: 99% auto;
}

.percs_menu_info .status_info.PLUS {
	background-image: url("/resources/images/nav/percs_status_plus.png");
	background-repeat: no-repeat;
	background-size: 99% auto;
}

div#percs_tab1 img, #percs_tab2 img, #percs_tab3 img, #percs_tab4 img,
	div#mypercs_tab1 img, #mypercs_tab4 img, #mypercs_tab5 img,
	#mypercs_tab6 img {
	width: auto;
	margin: 7%;
}

.premium_banner a {
	text-decoration: none;
}

.premium_banner a:hover {
	text-decoration: none;
}

.premimum_banner_text {
	position: relative;
	width: 90%;
	background-image:
		url("/resources/images/nav/accessories_main_promo.png");
	background-repeat: no-repeat;
	background-size: 99% auto;
	height: 245px;
	text-align: left;
	padding: 0px 0px 0px 30px;
}

.premimum_banner_text>h3 {
	color: #FFFFFF !important;
	display: block;
	font-size: 18px !important;
	padding-left: 0px;
	padding-top: 55px;
	width: 55%;
}

.premimum_banner_text>p {
	color: #FFFFFF;
	font-size: 16px;
	margin: 0;
	padding: 6px 0 0 7px;
	width: 55%;
}

.wifion_banner {
	background-image: url("/resources/images/nav/wifi_on_main_promo.png");
	background-position: 0 50px;
	background-repeat: no-repeat;
	background-size: 92% auto;
	height: 240px;
	position: relative;
}

.wifion_banner a {
	text-decoration: none;
	display: block;
	height: 100%;
}

.wifion_banner a:hover {
	text-decoration: none;
}

.wifion_promo {
	padding-top: 55px;
}

.wifion_promo>h1 {
	/*color: #FFFFFF !important;*/
	text-align: left;
	position: relative;
}

.wifion_promo>p {
	/*color: #FFFFFF !important;*/
	line-height: 20px;
	padding-right: 20px;
	text-align: left;
	font-size: 16px;
}

.gift_card_banner {
	background-image: url("/resources/images/nav/gift_cards_main_promo.png");
	background-position: 10px 42px;
	background-repeat: no-repeat;
	height: 293px;
	position: relative;
}

.gift_card_banner a {
	text-decoration: none;
	display: block;
	height: 100%;
}

.gift_card_banner a:hover {
	text-decoration: none;
}

.gift_card_banner h1 {
	/*color: #FFFFFF !important;*/
	float: left;
	margin-left: 10px;
	position: relative;
	width: 65%;
	font-size: 28px;
}

.gift_card_banner p {
	/*color: #FFFFFF !important;*/
	display: block;
	padding: 14px 0px 0px 285px;
	float: left;
	line-height: 20px;
	position: relative;
	width: 34%;
	font-size: 16px;
}

.faqs_crousel_container {
	background-color: #FFF;
	border-radius: 8px 8px 8px 8px;
	margin: 10px 0 0 20px;
	padding: 15px;
	width: 525px;
}

.faqs_crousel_container .caroufredsel_wrapper {
	left: 10px !important;
	width: 430px !important;
	height: 246px !important;
}

#faqs_container .question_answer {
	background-color: white;
	display: block;
	padding: 4px;
	height: 290px;
	width: 430px;
	float: left;
	border-radius: 10px;
	margin: 0px 1px;
}

#faqs_container .question {
	color: #28cdff;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
}

#faqs_container .answer {
	color: #222260;
	font-size: 13px;
	padding-top: 0px;
	line-height: 16px;
}

#faqs_container .answer>p {
	line-height: 16px;
	padding: 5px;
	text-align: justify;
}

#faqs_container .answer a {
	color: #00B9F2 !important;
	text-decoration: underline;
}

#faqs_container .answer>ul {
	list-style-type: circle !important;
	margin-left: 5%;
}

#faqs_container .answer ul li {
	display: block;
	text-align: left;
	padding: 4px;
	list-style-type: circle !important;
}

.small_nav_container {
	display: none;
}

#communitytab1 .circle_banner {
	background-color: none;
}

#communitytab4 .textcs {
	margin: -11px 0 0;
}

#social_percs_bottom {
	margin: 0px 0 0 60px;
}

#communitytab1 .circle_banner img {
	width: 464px;
	height: 241px;
	margin: -11px 0 0;
}

#communitytab1 .comment-count {
	display: block;
	float: left;
	width: 65px;
}

#communitytab1 .comment-count strong {
	font-size: 11px;
	font-weight: normal;
}

#communitytab1 .comment-count .comment-bubble {
	background: url("/resources/images/icon/icons.png") no-repeat scroll 0
		-327px transparent;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	height: 45px;
	margin: 0 10px 0 0;
	padding: 7px 12px 0 5px;
	width: 63px;
}

#communitytab1 h5 {
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	height: 45px;
	line-height: 14px;
	overflow: hidden;
}

#communitytab1 .description small {
	color: #B1B1B1;
	font-size: 12px;
}

#communitytab1 .bottom_content a {
	border: 5px solid transparent;
	border-radius: 5px 5px 5px 5px;
	display: block;
	overflow: hidden;
	padding: 1px;
	position: relative;
	text-decoration: none
}

#communitytab1 .bottom_content a:hover {
	border: 5px solid #00AEEF;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none
}

#communitytab2 .inner_circle img {
	width: 623px;
	height: 241px;
	margin: 15px 0 0;
}

#communitytab3 .social_central_banner {
	background-image:
		url("/resources/images/nav/social_percs_main_promo.png");
	/**background-position: 20px 20px;**/
	background-repeat: no-repeat;
	display: block;
	height: 241px;
	width: 450px;
	float: left;
}

#communitytab6 .bottom_content a {
	border: 5px solid transparent;
	border-radius: 5px 5px 5px 5px;
	display: block;
	overflow: hidden;
	padding: 1px;
	position: relative;
	text-decoration: none
}

.contactus_promo>img {
	width: 90%;
}

.contactus_promo {
	background: url('/resources/images/nav/contact_us_main_promo.png')
		no-repeat left top;
	margin: -11px 0 0;
	width: 380px;
	height: 71px;
	padding: 170px 0 0 240px;
}

#percs_tab1 .what_is_percs {
	/**background-image:url("/resources/images/percsCentral_2013/lout_video.png"); **/
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	background-position: 45px 95px;
}

#percs_tab1 .what_is_percs>h1 {
	color: #FFFFFF;
	padding: 30px 10px 10px 10px;
	font-size: 24px;
	text-align: left;
	margin: 0 0 0 20px;
}

#percs_tab1 a:hover {
	text-decoration: none;
}

#percs_tab1 .what_is_percs>p {
	clear: both;
	color: #222260;
	display: inline-table;
	float: left;
	font-size: 14px;
	font-weight: 100;
	height: auto;
	line-height: 18px;
	padding: 25px 5px 5px 330px;
	text-align: left;
	width: 40%;
}

.dropdown_content_container {
	background-color: #ffffff;
}

.dropdown_content_top_container {
	min-height: 330px;
	height: 330px;
	width: 100%;
	clear: both;
	max-height: 330px;
}

.dropdown_content_top_container .top_container_bg {
	background-image: url("/resources/images/nav/nav_gradient.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 49px;
	position: absolute;
	width: 70%;
	z-index: 1000;
}

.dropdown_content_bottom_container {
	clear: both;
	height: 70px;
	/*margin-top: 65px; don't add any margin/padding here*/
	/*padding-top: 6px;*/
	width: 100%;
}

.dropTop_hdr {
	font-size: 28px;
	margin: 0;
	text-align: left;
	height: 35px;
	padding: 15px 0 0 20px;
	font-family: "Montserrat", sans-serif; /*color: white;*/
	font-weight: 500;
}

.dropTop_subhdr {
	font-size: 16px;
	margin: 0;
	text-align: left;
	padding: 0 0 0 20px;
	font-family: "Montserrat", sans-serif; /*color: white;*/
	font-weight: 500;
}

.dropTop_leftCol {
	width: 255px;
	height: 160px;
	padding: 10px 0 0 20px;
	float: left;
	text-align: left;
}

.dropTop_leftCol_referrals {
	width: 255px;
	height: 160px;
	padding: 15px 0 0 40px;
	float: left;
	text-align: left;
}

.dropTop_rightCol {
	width: 350px;
	height: 160px;
	padding: 10px 40px 0 0;
	float: right;
	text-align: left;
	color: white;
	font: 14px/22px Arial, sans-serif;
}

.dropTop_rightCol>p {
	margin: 0 0 20px 0;
}

.dropTop_rightCol_referrals {
	width: 280px;
	height: 160px;
	padding: 0px 30px 0 0;
	float: right;
	text-align: left;
	color: white;
	font: 14px/22px Arial, sans-serif;
}

.dropTop_rightCol_referrals>p {
	margin: 28px 30px 0 0;
}

.videoPlayer {
	height: 100%;
	width: 100%;
}

.status_levels {
	background: url("/resources/images/nav/status_levels.png") no-repeat
		56px 10px;
	display: block;
	width: 615px;
	height: 264px;
}

.status_banner_bottom {
	clear: both;
	margin: -100px auto 0 234px;
	position: absolute;
}

.redeem_points {
	background: url("/resources/images/nav/menu_percPoints.png") no-repeat
		60px 0px;
	display: block;
	width: 615px;
	height: 242px;
}

.redeem_banner_bottom {
	clear: both;
	margin: 0 auto 0 238px;
}

.referral_banner_bottom {
	clear: both;
	margin: 8px auto 0 238px;
	position: absolute;
}

.status_levels>h1 {
	color: #FFFFFF;
}

.status_levels>p {
	color: #FFFFFF;
	font-size: 18px !important;
}

.earn_perc_points {
	width: 615px; /*margin: -8px auto;*/
}

.earn_perc_points li {
	display: block;
	float: left !important;
	height: 120px;
	list-style: none outside none;
	margin: 12px;
	width: 115px;
}

.earn_perc_points .caroufredsel_wrapper {
	margin-top: 20px !important;
}

.earn_perc_points .prev {
	margin-top: 55px;
}

.earn_perc_points .next {
	margin-top: 55px;
}

.earn_perc_points>p {
	color: #fff;
	font-size: 16px;
	text-align: left;
	margin-left: 25px;
}

.b2bPhoneSummary {
	height: 245px !important;
	overflow: scroll;
	background-color: #fff;
	margin-top: 30px;
}

.b2bPhoneSummary .topSummary {
	float: left;
	width: 100%;
}

.b2bPhoneSummary .topSummary a {
	display: block;
	float: left;
	font-size: 16px;
	margin-right: 10px;
	padding: 10px 10px 10px 50px;
}

.b2bPhoneSummary .phone-icon {
	background: url("/resources/images/mma/phone.png") no-repeat scroll left
		center transparent;
	line-height: 40px;
	padding-left: 45px;
	cursor: text;
	display: none !important;
}

.b2bPhoneSummary .user-icon {
	background: url("/resources/images/mma/user.png") no-repeat scroll left
		center transparent;
	line-height: 40px;
	padding-left: 45px;
	cursor: text;
	display: none !important;
}

.b2bPhoneSummary .plan-icon {
	background: url("/resources/images/mma/plan.png") no-repeat scroll left
		center transparent;
	line-height: 40px;
	padding-left: 45px;
	cursor: text;
	display: none !important;
}

.summaryList .row {
	float: left;
	width: 100%;
}

.summaryList .row.odd {
	background-color: #ececec;
}

.b2bPhoneSummary .summaryList .row {
	margin-left: 0;
}

.b2bPhoneSummary .phoneName {
	float: left;
	padding: 5px 10px;
	font-size: 12px !important;
	font-weight: normal !important;
}

.b2bPhoneSummary .planName {
	float: left;
	padding: 5px 10px;
	font-size: 12px !important;
	font-weight: normal !important;
}

.b2bPhoneSummary .userCount {
	float: right;
	padding: 5px 10px;
}
/***********************NEW FOOTER 2014 *********************/
#footer-section {
	/* margin-left: 20px; */
	height: 570px;
	display: block;
	position: relative;
}

#footer-section .footer-row-box, #footer-section .footer-row {
	height: 230px;
	display: block;
	/* position: relative; */ /* Commenting out for WEBI-1781 */
}

#footer .inner-wrapper {
	border-top-style: solid;
	border-top-color: grey;
	border-top-width: 1px;
}

#footer-section .footer-row-box {
	width: 215px;
	float: left;
	display: block;
	text-align: left;
	margin-left: 5px;
}

#footer-section .footer-row-box h2, #footer-section .footer-row-box ul {
	line-height: 18px;
}

.inner-wrapper a.inner-wrapper-wireless {
	text-decoration: none;
	margin-right: 10px;
	cursor: pointer;
}

.inner-wrapper li {
	display: inline-block;
	float: left;
	font-weight: bolder !important;
	font-size: 14px;
	border-right-color: grey;
	border-width: 1px;
	border-right-style: solid;
	text-align: left;
}

.inner-wrapper ul {
	margin: 0;
	display: inline-block;
	position: relative;
	width: 350px;
	margin-top: 25px;
	float: left;
}

.inner-wrapper ul li:last-child {
	border-right-style: none;
}

.inner-wrapper ul li:first-child a {
	color: #ffffff !important;
}

.inner-wrapper ul li+li {
	margin-left: 7px;
}

.footer-row-box ul li, #footer-section .inner-wrapper.clearfix ul li {
	width: auto !important;
}

.loggedIn .estore_link {
	display: none;
}

#footer-section .inner-wrapper {
	border-top-color: grey;
	border-top-style: solid;
	border-top-width: 1px;
	/* margin-bottom: 20px; */
	position: relative;
	display: block;
	clear: both;
}

.logoSection {
	/* width: 550px; */
	float: right;
	padding-top: 0px !important;
	margin-top: 15px;
	display: block;
	position: relative;
	/* margin-right: -50px; */
}

#TrustE_logo {
	background-color: #FFFFFF !important;
	border-radius: 10px !important;
	float: left !important;
	padding-left: 21px !important;
	width: 121px !important;
	border-color: white !important;
	border-style: solid !important;
	border-width: 3px !important;
	height: 34px !important;
	padding-top: 5px !important;
	/* margin-right: 19px; */
	padding-bottom: 9px;
}

div#TrustE_logo img {
	margin-left: -20px;
	margin-top: -3px;
}

#verisign_logo, #verisign_logo_additional {
	float: left;
	padding-right: 10px !important;
}

#verisign_logo table, #verisign_logo_additional table {
	width: 139px;
	background-color: white;
	height: 52px;
	border-radius: 8px;
}

#verisign_logo_additional {
	width: 100%;
}

#verisign_logo {
	height: 100px;
	width: 150px !important;
}

#BBB_logo {
	float: left;
	height: 100px;
	margin-right: 10px !important;
	width: 150px !important;
	padding-right: 35px !important;
}

#BBB_logo img {
	margin-left: 20px;
}

#footer #footer-section .inner-wrapper p {
	display: block;
	width: 300px;
	margin-top: 51px;
}

.social a {
	margin-right: 7px;
	padding-bottom: 20px;
	display: inline-block;
	padding-top: 4px;
}

.phone_thumb.line_details {
	height: 80%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.footer-row, .footer-row-box {
		display: none;
	}
	.theme_sso_error #content {
		max-width: 500px !important;
    }
    div.blockedErrorMsg{
    	padding: 100px 0 0 0;
    }
}
/* Small Screen */
@media ( max-width : 480px) {
	.footer-row, .footer-row-box {
		display: none;
	}
	.theme_sso_error #content {
		max-width: 275px !important;
    }
    div.blockedErrorMsg{
    	padding: 125px 0 0 0;
    }
}
/*************END OF NEW FOOTER 2014 **************/
.drfTable {
	display: block;
	height: auto;
	position: relative;
	float: left
}

.drfToolTipContent .cssButton {
	background-color: #28CDFF;
	padding: 5px;
	border-radius: 10px;
	margin: 2px 75px;
	float: left;
	width: 75px;
	text-align: center;
	color: #fff;
}

.drfTable .row {
	float: left;
	width: 100%;
}

.drfTable .row.highlight {
	background-color: #28CDFF;
}

.drfTable .left {
	float: left;
	padding: 0px 10px;
	font-size: 12px !important;
	font-weight: normal !important;
}

.drfTable .right {
	float: right;
	padding: 0px 10px;
}

.drfToolTipContent h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	width: 185px;
}

.drfToolTipContent .disclaimer p {
	font-size: 11px !important;
	padding-bottom: 3px;
	width: 100%;
	line-height: 11px;
	clear: both;
	padding-top: 2px;
	margin: 0 !important;
}

.content404 {
	margin-top: 95px !important;
}

#noscriptDiv {
	width: 50%;
	display: block;
	margin: 0 auto;
	border: solid 1px #ff0000;
	border-radius: 6px;
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	left: 25%;
	top: 20%;
	text-align: left !important;
	font-size: 100% !important;
}

#noscriptDiv h2 {
	font-size: 22px !important;
	text-align: center !important;
}

#noscriptDiv p {
	padding: 5px !important;
	font-size: 15px !important;
}

.p1_slide_wrapper {
	background: url(/resources/images/nav/bottomwhitebg.png) repeat-x bottom
		left;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width
	: 1024px) {
	/*.menu_links{ padding: 35px 5px 37px !important;}*/
	/*#estore_menu_right li a {margin: 15px 2px;}*/
	#logo {
		width: 135px;
		margin-right: 10px;
	}
	.theme_sso_error #content {
		max-width: 500px !important;
    }
    div.blockedErrorMsg{
    	padding: 100px 0 0 0;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width
	: 1024px) and (orientation : portrait) { /* Styles */
	/*PERCS REVAMP Menu Changes*/
	.dropdown_content_top_container .percs_right {
		margin-top: 0px;
		margin-right: -160px;
	}
	#percs_menu_info_withoutPoints .status_info_withoutPoints {
		margin-left: 15%;
	}
	#percs_menu_info_withoutPoints h3 {
		margin-left: -82px !important;
	}
	#percs_menu_info_withoutPoints .status_block {
		margin-left: -74px;
	}
}

@media only screen and (max-width:1024px) {
	#p2_wrapper {
		margin-top: -55px !important;
	}
	#genieSlim {
		display: none !important;
	}
}
/***** hide genie_slim if max resulation is 1024 ****/
@media only screen and (max-width:1024px) {
	#p2_wrapper {
		margin-top: -55px !important;
	}
	#genieSlim {
		display: none !important;
	}
}
/*home page alert causing issue with mouseover effects*/
#alert {
	z-index: 99 !important;
}

#PAPPalert {
	z-index: 101 !important;
}

#community_discussion {
	margin-top: -30px;
}

.new_bottom_content {
	margin-top: 20px;
	position: absolute;
}

.new_bottom_content .percsBottomTitle {
	background-image: url("/resources/images/nav/percs_icon_small.jpg");
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	margin-left: 42px;
	padding-left: 50px;
	padding-top: 6px;
	font-weight: normal;
	color: #002146;
}

.new_bottom_content .coverageBottomTitle {
	background-image: url("/resources/images/nav/coverage_icon.png");
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	margin-left: 42px;
	padding-left: 50px;
	padding-top: 6px;
	font-weight: normal;
	color: #002146;
}

.new_bottom_content .appsBottomTitle {
	background-image: url("/resources/images/nav/icon_small.jpg");
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	margin-left: 42px;
	padding-left: 50px;
	padding-top: 6px;
	font-weight: normal;
	color: #002146;
}

.new_bottom_content .adultcontentfeatuer {
	background-image: url("/resources/images/nav/adultcontent_icon.png");
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	margin-left: 42px;
	padding-left: 50px;
	padding-top: 6px;
	font-weight: normal;
	color: #002146;
}

.new_bottom_content .hearticonbottom {
	background-image: url("/resources/images/nav/heart_icon.png");
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	margin-left: 42px;
	padding-left: 50px;
	padding-top: 6px;
	font-weight: normal;
	color: #002146;
}

.new_bottom_content ul.percsApp {
	clear: both;
	float: left;
	font-size: 14px;
	margin-left: 280px;
	margin-top: -42px;
}

#cs_dropdown #dropdown_myaccount {
	display: none;
}

#estore_menu_right .name {
	text-transform: uppercase;
}
/***************************** New Fluid Menu CSS **************************************************************/

/* Mobile Specific CSS */
#mobile_header, #mobile_footer, #mobile_menu {
	display: none;
}

@media screen and ( max-width : 767px) {
	#mobile_header, #mobile_footer {
		display: block;
	}
	#mobile_menu+#mobile_main {
		overflow: hidden !important;
		background: #fff url('/resources/images/bg-1920.jpg') no-repeat top
			center !important;
	}
	.hide {
		height: 100% !important;
		text-indent: 0px !important;
	}
	.theme_default #content, .theme_herospace #content, .theme_phone_list #content,
		.theme_passes_list #content, #product #container {
		width: 96% !important;
		margin-bottom: 0 !important;
		padding: 1% !important;
		font-size: 15px;
	}
	.theme_phone_list .main {
		margin-top: 10px;
	}
	.nav_container, .purchase-path, div#footer, #genie, #alert, div#bus_footer
		{
		display: none !important;
	}
	#mobile_wrapper, #wrapper {
		overflow: hidden !important;
		padding: 0 !important;
		/*background: none !important;
		background-image: none !important;*/
	}
	#mobile_menu #top_list td:FIRST-CHILD, #mobile_menu #bottom_list td:FIRST-CHILD
		{
		vertical-align: middle !important;
	}
	#mobile_menu #top_list img, #mobile_menu #bottom_list img {
		max-width: none !important;
	}
	#processingLayer {
		left: 5% !important;
		width: 90% !important;
	}
	/* #PRIME : Equipment Account Changes */
	.ui-button-equipment {
		font-size: 12px;
		font-weight: normal;
	}
}

#menuSignout {
	display: none;
	background-image: none;
	background-color: #00AEEF;
	background-repeat: repeat-x;
	color: #fff !important;
	height: auto;
	position: absolute;
	top: 100%;
}

a#newSignOut, a#newSignIn, a#newRegisterLink {
	height: 25px !important;
	position: relative;
	margin: 0 !important;
	padding: 5px 0px 0px 0px;
	clear: none !important;
	width: 100%;
	/*background-image: url("/resources/images/nav/hover.png");
  background-repeat: repeat-x;*/
	color: #fff !important;
	display: block;
	float: left;
	text-transform: lowercase;
}

a#newSignOut:hover, a#newSignIn:hover, a#newRegisterLink:hover {
	height: 25px !important;
	position: relative;
	margin: 0 !important;
	padding: 5px 0px 0px 0px;
	clear: none !important;
	width: 100%;
	background: none;
}

a#newRegisterLink {
	width: 75px !important;
}

#menuSignout span.newSeperator {
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 7px;
}

/************** Session Timer related CSS ************/
#timeoutOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: #292d30;
	display: none;
}

#timeoutOverlay #timeoutModal {
	width: 60%;
	max-width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 15px 20px 15px 20px;
	background-color: #FFFFFF;
	border-radius: 5px;
	text-align: left;
	z-index: 9999999;
	color: #373737;
	font-size: 21px;
}

#timeoutOverlay #timeoutModal h1 {
	background-image: url("/resources/images/warning.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 20px;
	height: 40px;
	padding-top: 4px;
	margin: 0 auto;
	padding-left: 35px;
	text-align: left;
}

#timeoutOverlay #timeoutModal p {
	font-size: 16px;
	padding: 10px 0px;
}

#timeoutOverlay .buttonContainer {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

#timeoutOverlay .timerButton {
	background-color: #00B4ED;
	padding: 10px;
	border-radius: 10px;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	margin: 5px 5px;
	width: 40%;
	text-align: center;
}

#timeoutOverlay .numberCounter {
	color: #00B4ED;
	font-weight: bold;
	font-size: 14px;
}

@media ( max-width : 480px) {
	#timeoutOverlay .timerButton {
		width: 80%;
		margin: 5px 5px;
	}
}

/************** Session Timer related CSS ************/

/*********************Mini Cart CSS *********************/
.mini-cart-selection-class {
	display: block;
	position: absolute;
	top: 100%;
	width: 359px;
	height: auto;
	background-color: rgb(237, 237, 237);
	margin-left: 28px;
	color: rgb(80, 85, 90);
	border-color: rgb(179, 179, 179);
	border-width: 1px;
	border-style: solid;
}

#mini-cart-title {
	height: 40px;
	font-size: 26px;
	text-align: center;
	margin-top: 7px;
}

#mini-cart .mini-cart-sub-title {
	height: 20px;
	background-color: rgb(199, 199, 199);
	padding: 2px;
}

#mini-cart-lines-section .mini-cart-information {
	padding: 15px;
}

.mini-cart-line-information {
	display: block;
	position: relative;
	margin-left: 75px;
}

#mini-cart .empty-mini-cart-elem {
	height: 20px;
	padding: 10px;
	border-top-color: rgb(214, 219, 224);
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 15px;
	text-align: center;
}

#mini-cart #empty-mini-cart-msg {
	padding: 20px;
}

#mini-cart-login-selection {
	margin-top: 5px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	display: block;
	height: 30px;
	padding: 10px;
	border-top: 1px solid rgb(214, 219, 224);
}

#mini-cart .mini-cart-information {
	padding: 15px;
	display: block;
	width: 217px;
	padding-left: 0px !important;
	min-height: 50px;
	margin-left: 127px;
}

#mini-cart .mini-cart-information p {
	margin: 0;
}

#mini-cart .mini-cart-information.many_acc {
	margin-left: 15px;
	min-height: 20px;
}

#mini-cart .truncate {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#features-showing {
	position: absolute;
	margin-left: 50px;
	margin-top: -15px;
	font-size: 10px;
}

#mini-cart .productSmallImage {
	width: 48px;
	padding-bottom: 7px;
	margin-left: 20px;
	margin-top: 10px;
	height: 65px;
}

#mini-cart .mini-cart-image-left {
	width: 25%;
	display: block;
	float: left;
}

#mini-cart .mini-cart-info-title:first-child {
	font-weight: 600;
	font-size: 14px !important;
	margin-left: 0px !important;
}

.mini-cart-line-title {
	font-size: 11px;
	margin-top: 2px;
	margin-left: 2px;
}

#mini-cart-lines-section .mini-cart-information span a {
	font-size: 14px;
	color: rgb(0, 174, 243) !important;
}

div.mini-cart-btn-class {
	display: inline-block;
	position: relative;
	width: 42%;
	height: 40px;
	border-radius: 6px;
	margin-left: 6%;
}

#mini-cart-accessoriesm #seeallAccessories {
	margin-left: 0px;
	display: block;
	font-weight: 100;
	margin-bottom: 3px;
	font-size: 14px;
	padding: 15px;
}

.mini-cart-button-choose {
	background-color: rgb(0, 33, 72);
}

.mini-cart-button-checkout {
	background-color: rgb(0, 174, 243);
}

.mini-cart-sub-title span {
	margin-left: 10px;
	line-height: 19px;
}

.mini-cart-btn-class a {
	color: #fff !important;
	text-decoration: none !important;
	line-height: 40px;
	text-align: center !important;
	margin: auto;
	display: block;
}

#mini-cart a:hover {
	float: none !important;
	background-image: none !important;
	text-decoration: underline;
}

div#button-selection {
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}

a.mini-cart-button.close-mini-cart {
	font-size: 11px;
}

.mini-cart-button-selection {
	border-top-color: rgb(179, 179, 179);
	border-top-style: solid;
	border-top-width: 1px;
}

div#mini-cart-accessories-title span {
	margin-top: 30px;
	width: 44%;
	display: block;
	float: right;
	margin-right: 80px;
}

#edit-section-mini-cart {
	background-color: rgb(0, 174, 243);
	width: 67px;
	height: 24px;
	display: block;
	position: absolute;
	margin-top: -40px;
	right: 15px;
	border-radius: 8px;
}

#mini-cart-edit-link {
	color: #fff !important;
	text-align: center;
	display: block;
	line-height: 26px;
}

.mini-cart-remove-accessories {
	float: right;
	margin-right: 14px;
	margin-top: 30px;
	font-size: 14px;
}

.mini-cart-remove-line {
	display: block;
	position: relative;
	top: 19px;
	float: right;
	padding-right: 13px;
}

#mini-cart-total-due-today {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(0, 114, 199);
	color: white;
}

div#mini-cart-total-due-today-text {
	display: block;
	position: relative;
	margin-left: 186px;
	margin-right: 0px;
}

/*************End of MiniCart CSS ************/

/*************Start of Print changes for header ************/
@media print {
	#site_selector_container .menu_left {
		width: 55%;
	}
	#site_selector_container .menu_right {
		width: 45%;
	}
	#wireless-tab a {
		font-size: 15px !important;
	}
	#home-fiber-tab a {
		font-size: 15px !important;
	}
	#business-tab a {
		font-size: 15px !important;
	}
	#site_selector ul li a {
		font-size: 12px;
	}
	#logo {
		width: 145px;
		margin-right: 0px;
	}
	.menu_links {
		padding: 35px 4px 20px !important;
	}
	#estore_menu .menu_left {
		width: 75%;
	}
	#estore_menu .menu_right {
		width: 25%;
	}
}
/*************End of Print changes for header ************/

/******* Navigation fixes **************/
#shoptab-14 .dropdown_content_top_container img {
	width: 100%;
}

@media only screen and (min-device-width : 768px) and (max-device-width
	: 1024px) {
	.new_content_left {
		width: 40%;
		padding: 0px;
	}
	.new_content_right {
		width: 60%;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width
	: 1024px) and (orientation: portrait) {
	#estore_menu_right #menu_myaccount {
		width: 90px;
	}
	#estore_menu_right li a {
		min-width: 41px;
	}
	.menu_left {
		float: left;
		width: 69%;
	}
	.menu_right {
		float: left;
		width: 31%;
	}
	.menu_links {
		font-size: 14px;
	}
	.dropdown_left ul li a.selected {
		width: 75%;
	}
	.dropdown_content_top_container h1 {
		font-size: 23px;
	}
	div#percs_tab1 img, #percs_tab2 img, #percs_tab3 img, #percs_tab4 img,
		div#mypercs_tab1 img, #mypercs_tab4 img, #mypercs_tab5 img,
		#mypercs_tab6 img {
		width: 90%;
		margin: 0px;
		margin-top: 10px;
	}
	#business_logo {
		max-width: 180px;
	}
	.business .menu_left {
		width: 75%;
	}
	.business .menu_right {
		width: 25%;
	}
	#bus_footer .content {
		width: 100%;
	}
	#fiber_web_footer .content {
		width: 100%;
	}
	#phone-list-top-promo.top-promo img {
		width: 100%;
		max-width: 960px;
	}
	.new_content_left .inner-menu li a {
		padding-left: 0px;
	}
	.logoSection {
		float: none;
		width: auto;
		display: block;
		padding-top: 10px !important;
		clear: both;
		margin: 0px;
	}
}

/* New Nav */
.vert-middle, .top-level-menubar>li>a>span, #logo, #estore_menu_right .cart-label,
	#estore_menu_right .myaccount_icon {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

#estore_menu_right, #estore_menu_right>li, #estore_menu_right>li>a,
	#estore_menu_right .menu_links {
	height: 100%;
}

#estore_menu_right #menu_sign_in, #estore_menu_right #menu_myaccount {
	margin: 0;
	background-image: url("/resources/images/nav/newNav-sprite.png");
	background-position: -14px 24px;
	background-repeat: no-repeat;
}

#estore_menu_right #menu_sign_in:hover, #estore_menu_right #menu_myaccount:hover
	{
	background-image: url("/resources/images/nav/newNav-sprite.png");
	background-position: -14px -47px;
	background-color: #10236e;
	color: #fff !important;
}

/* NEW NAV */
.vert-middle, .top-level-menubar>li>a>span, #logo, #estore_menu_right .cart-label,
	#estore_menu_right #menu_sign_in .logo, #estore_menu_right .myaccount_icon
	{
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.menu_left ul#estore_menu_left li {
	float: left;
	font-size: 21px;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0;
	list-style: none;
	height: 100%;
}

.top-level-menubar, .top-level-menubar>li, .top-level-menubar>li>a,
	.menu_left, .menu_right, #estore_menu, .navigation,
	.logo_and_menu_container, #top_container_inner {
	height: 100%;
	box-sizing: border-box;
}

.top-level-menubar a.active, .top-level-menubar a.activePage {
	background-image: none;
	background-color: #e1f7ff;
	background-repeat: repeat-x;
	float: left;
}

.top-level-menubar>li:not (:last-child ) >a.active>span,
	.top-level-menubar>li:not (:last-child ) >a.activePage>span {
	border-right: #e1f7ff;
}

#estore_menu_right .cart-label {
	overflow: hidden;
	margin: 0;
	width: 80px;
	height: 54px;
	text-indent: -9999px;
}

#estore_menu_right #menu_sign_in.menu_sign_in_user, #estore_menu_right #menu_myaccount.menu_sign_in_user
	{
	background-position: -102px 24px;
}

#estore_menu_right #menu_sign_in .logo, #estore_menu_right #menu_myaccount .logo
	{
	font-size: 0;
	margin-top: 0;
	text-align: center;
	width: 80px;
	height: 54px;
	padding-top: 0;
	background-image: none;
	display: block;
}

#estore_menu_right .menu_sign_in_active, #estore_menu_right #menu_myaccount:hover
	{
	background-image: url("/resources/images/nav/newNav-sprite.png");
	background-position: -14px -47px !important;
	background-color: #10236e;
}

#estore_menu_right .menu_sign_in_active.menu_sign_in_user,
	#estore_menu_right #menu_myaccount:hover.menu_sign_in_user {
	color: #fff !important;
	background-position: -102px -47px !important;
}

#estore_menu_right li:last-child:hover {
	background-color: #fff;
}

.global-search-wrapper {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #fff;
	border-radius: 0;
	padding: 2px 0;
	width: 84%;
	float: none;
	height: 30px;
	border: 0;
	border-bottom: 1px solid #999;
	margin-left: 10%;
}

.global-search-wrapper form {
	width: 100%;
	margin: 0;
}

.global-search-wrapper span.ic-search {
	background-image: url("/resources/images/nav/newNav-sprite.png");
	background-position: -396px -19px;
	width: 22%;
	height: 31px;
	position: absolute;
	right: 7%;
	cursor: pointer;
}

.global-search-wrapper span.ic-search:hover {
	background-color: #eee;
}

.global-search-wrapper input {
	border: none;
	color: #999;
	float: left;
	font-size: 14px;
	padding: 8px 0 0 0;
	width: 70%;
	background-color: #fff;
	font-style: italic;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.global-search-wrapper input:focus {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

#menuSignout:hover {
	background-color: #00AEEF;
}

.truncate, .user-label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.user-label {
	width: 80px;
	display: block !important;
	position: relative;
	top: -3px;
	text-align: center;
	font-size: 14px !important;
	margin: 0 auto;
	color: #00AEEF;
	text-transform: lowercase;
}

.user-label:first-letter {
	text-transform: capitalize;
}

/********** Fixes for ipad ******************/
@media only screen and (min-device-width : 768px) and (max-device-width
	: 1024px) and (orientation: portrait) {
	.manage_my_acct {
		width: 145px !important;
	}
	#estore_menu_right li a.menu_cart {
		background-position: -199px 28px;
	}
	#estore_menu_right #menu_myaccount.menu_sign_in_user {
		background-position: -103px 27px;
	}
	.menu_sign_in_user .user-label {
		top: 0px;
		margin-left: 0px;
		padding-top: 4px;
		width: 100%;
		font-weight: normal;
	}
	#estore_menu_right #menu_sign_in, #estore_menu_right #menu_myaccount,
		#estore_menu_right #menu_sign_in_user {
		background-position: -14px 28px;
	}
	#estore_menu_right .myaccount_icon, #estore_menu_right .cart-label,
		#estore_menu_left#top-level-menubar .menu_links span, .menu_left div#logo,
		#estore_menu_left.business .menu_links span, .business #estore_menu_right .myaccount_icon
		{
		top: 50% !important;
	}
	.menu_left #business_logo, #fiber_menu #logo, #global-search {
		top: 35% !important;
	}
	.business #global-search {
		width: 135px;
	}
	.business .myaccount_icon {
		border-right: 1px solid #999;
	}
	.business #estore_menu_right #menu_myaccount.menu_sign_in_user {
		background-position: -102px 24px;
	}
	#estore_menu_right .myaccount_icon {
		width: 88px;
	}
	#global-search {
		width: 140px !important;
	}
	.business .menu_left .top-level-menubar>li>a>span.menu-single-line {
		padding-top: 5px;
	}
}
/********** Fixes for ipad ******************/

/**** new Menu Jan 2016 ********************/
.wireless-selected-menu-tab {
	background-color: #E1F7FF;
	color: fff;
}

.wireless-selected-menu-tab span, .no-border-span {
	border-right: none !important;
}

#menu_myaccount .hover-state-login {
	z-index: 100;
	background-color: #fff;
	top: -10px !important;
	padding-top: 10px !important;
}

#menu_myaccount .hover-state-login:hover {
	background-color: #10236e !important;
	color: #fff !important;
}

#menu_myaccount .hover-state-on-hover {
	background-color: #10236e !important;
	top: -10px !important;
	padding-top: 10px !important;
}

.dropdown_content_bottom_container .fourgplusBottomTitle {
	height: 30px;
	background: url('/resources/images/nav/4gplus_icon.png') no-repeat 0px
		0px;
	margin-left: 50px;
	width: auto;
	display: block;
	color: #000000;
	padding-left: 50px;
	padding-top: 9px;
}

.dropdown_content_bottom_container .intlapp_bottom {
	color: #000000;
}
/**** End new Menu Jan 2016 ********************/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

#cboxTitle {
	font-size: 14px;
}

.tax_details_note, .esim_details_note {
	background-image: url(/resources/images/gift_cards/info-icon.png);
	text-indent: -999999px !important;
	width: 20px;
	height: auto;
	min-height: 20px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.esim-notification {
	height: 40px;
	width: 50px
}

td.item img.esim-notification {
	margin: 0;
	width: 50px;
}

.esim_details_note {
	margin-top: 5px;
	width: 13px;
}

.esim-image {
	display: flex;
}

.tax_details_text {
	display: inline-block;
	vertical-align: middle;
}

.tax_details {
	background-color: rgb(255, 255, 255);
	padding: 10px;
	font-size: 1.2em;
	width: 95% !important;
	text-align: left;
	color: #333;
}

.ui-button-c {
	background: none repeat scroll 0 0 #28CDFF;
	border: 1px solid #22AED8;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	filter: 0;
}