
/* COMBINED: /var/www/mycricket.com/mycricket_com/web/css/utility.css */
/* -------------------------------------------------------------
 *	RESET CSS
 *
 * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 * modified by: John Scott
 * modified date: 08/24/2009
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.5.2
 * ------------------------------------------------------------- 
 */
 
html{color:#000;background:#FFF;}
body,button,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,label{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
button,fieldset,img{border:none;}
address,caption,cite,code,dfn,em,strong,b,th,var{font-style:normal;font-weight:normal;}
li{list-style-type:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:none;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/* to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/* for vertical align issues with Firefox */
input{-moz-box-sizing:content-box;}
/* because legend doesn't inherit in IE */
legend{color:#000;}
/* Hide Dotted Outline on Image Links in Firefox */
*{outline:none;}
/* IE button display bug hack. */
/*
	What is this for? commented out to fix IE7 flickering/lines issue
button{overflow:visible;}
*/
/* Remove default button padding in Firefox */
button,button::-moz-focus-inner{-moz-box-sizing:content-box;}

/* -------------------------------------------------------------
 *	CLEARFIX
 * 
 *
 * Float containers fix:
 * http://www.csscreator.com/attributes/containedfloat.php
 *
 * -------------------------------------------------------------
 */
 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height:0;
}

/* Hack for IE6 & IE7 only */
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/* COMBINED: /var/www/mycricket.com/mycricket_com/web/css/layout.css */
/* -------------------------------------------------------------
 *	LAYOUT
 *
 *  This style sheet manages overall layout styles for the site.
 *  These styles can be overloaded with styles for sections or pages.
 *
 *  Use the typography.css to manage font color, font size, etc.
 * -------------------------------------------------------------
 */
html, body
{
}

#container
{
	width: 100%;
	margin: 0 auto;
}

/** col-wrapper (container for column layout page content) **/
#col-wrapper, #content-top, #search-results
{
	width: 960px;
	margin: 10px auto;
	position: relative;
}

.header-content
{
	margin: 20px 0;
}

#col-wrapper-inner
{
}

/** content **/
#content
{
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 100%;
	margin-left: 0;
	margin-right: -100%; /* Negative value of #content's width + left margin. */
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
}

#content-inner,
.no-sidebars #content-inner
{
	margin: 0;
	padding: 0;
}

.sidebar-left #content-inner
{
	padding-left: 212px; /* The width + left margin of #sidebar-left. */
	padding-right: 0;
}

.sidebar-right #content-inner
{
	padding-left: 0;
	padding-right: 252px; /* The width + right margin of #sidebar-right. */
}

.two-sidebars #content-inner
{
	padding-left: 212px; /* The width + left margin of #sidebar-left. */
	padding-right: 252px; /* The width + right margin of #sidebar-right. */
}

/** sidebar-left **/
#sidebar-left
{
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 200px;
	margin-left: 0;
	margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
}

#sidebar-left-inner
{
	padding: 0;
}

/** sidebar-right **/
#sidebar-right
{
	float: right;
	display: inline; /* IE6 double margin hack */
	width: 240px;
	margin-left: -240px; /* Negative value of #sidebar-right's width + right margin. */
	margin-right: 0;
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
}

#sidebar-right-inner
{
	padding: 0;
}

.sidebar-banners {
	margin: 0 0 5px 0;
}

/**
 * Header
 **/
#header
{
	position: relative;
	width: 100%;
	height: 174px;
	z-index: 1; /* Hack for IE z-index bug */
}

#header.no-subnav
{
	height: 144px;
}

.header-text {
	padding-bottom: 10px;
}

/* Page Top */
#page-top-wrapper
{
	position: absolute;
	width: 100%;
	top: 0;
}

#page-top
{
	position: relative;
	width: 960px;
	height: 84px;
	margin: 0 auto;
}

#page-top .csr
{
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 10;
}

.csr img
{
	width: 230px;
	height: 60px;
}

/* Search Area */
#page-top #search
{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	height: 24px;
	background-image: url(/images/backgrounds/bkgd-search-area.png);
	background-repeat: no-repeat;
	padding: 8px 10px;
	vertical-align: top;
	width: 239px; /* IE6 needs a width to do right position */
}

#search fieldset
{
	position: relative;
}

#search form input.text-input
{
	width: 162px;
	padding: 5px;
	margin-right: 3px;
	border-style: none;
	border-width: 0; /* for IE */
	background: url(/images/backgrounds/bkgd-top-search.png) no-repeat;
}

#zipcode form input.text-input, #zipcode-mine form input.text-input
{
	width: 158px;
	padding: 5px;
	margin-right: 3px;
	border-style: none;
	border-width: 0; /* for IE */
	background: url(/images/backgrounds/bkgd-top-search-transparent.png) no-repeat;
}

#search form button
{
	position: absolute;
	top: 0;
	right: 0;
}

/**
 * PICO Search Results
 */
#search-results h2 {
	font-weight: bold;
	margin: 10px 0;
}

#search-controls {
	background: url(/images/backgrounds/bkgd-gradient-vertical-grey.png) repeat-x;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding: 10px;
	margin-bottom: 10px;
}

#search-controls #search-controls-bottom {
	margin-top: 10px;
}

#search-controls #search-in, #search-controls #sort-by, #search-controls #submit-button {
	float: left;
	display: inline; /* IE6 double margin hack */
	height: 50px;
	margin-right: 10px;
}

#search-controls #search-in {
	width: 508px;
}

#search-controls #sort-by {
	width: 200px;
}

#search-controls #submit-button {
	width: 180px;
	margin-right: 0;
}

#search-controls #search-in #search-in-controls, #search-controls #sort-by #sort-by-controls {
	float: left;
	display: inline; /* IE6 double margin hack */
}

#search-controls #search-again-label, #search-controls #search-in #search-in-label, #search-controls #sort-by #sort-by-label {
	float: left;
	display: inline; /* IE6 double margin hack */
	margin-right: 5px;
}

#search-controls #search-in #search-in-controls, #search-controls #sort-by #sort-by-controls {
	position: relative;
}

#search-controls #search-in #search-in-controls label, #search-controls #sort-by #sort-by-controls label {
	position: absolute;
	white-space: nowrap;
	vertical-align: middle;
}

#search-controls #search-in #psel-all-item {
	top: 0;
	left: 0;
}

#search-controls #search-in #psel-phones-item {
	top: 20px;
	left: 72px;
}

#search-controls #search-in #psel-manuals-item {
	top: 0;
	left: 168px;
}

#search-controls #search-in #psel-plans-item {
	top: 20px;
	left: 168px;
}

#search-controls #search-in #psel-accessories-item {
	top: 0;
	left: 280px;
}

#search-controls #search-in #psel-faqs-item {
	top: 20px;
	left: 0;
}

#search-controls #search-in #psel-press-item {
	top: 20px;
	left: 280px;
}

#search-controls #sort-by #sortsel-rel-item {
	top: 0;
	left: 0;
}

#search-controls #sort-by #sortsel-date-item {
	top: 20px;
	left: 0;
}

/* Search result frame */
iframe#search-results {
	width: 100%;
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0; /* for IE */
	display: block;
}

iframe.set-width {
	width: 960px !important;
	margin: 0 auto !important;
}
/*
#family form
{
	width: 297px;
	height:199px;
	padding-top:28px;
	border-style: none;
	border-width: 0;
	background-image: url(/images/misc/family-plan-options.png);
}

 Family Plan styles */

#family form label
{
	width: 295px;
	height:34px;
	padding-top:28px;
	border-style: none;
	border-width: 0;
	background-image: url(/images/sprites/sprite_family-plans.png);
}

#family form input {
	margin-top: 35px;
}

#family form label.family-plan-99
{
	background-position: left top;
}

#family form label.family-plan-135
{
	background-position: 0px -62px;
}

#family form label.family-plan-165
{
	background-position: 0px -124px;
}

/* Secondary Navigation */
#nav-utility
{
	width: 960px;
	height: 84px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
}

#nav-utility ul
{
	position: absolute;
	z-index: 20;
}

#nav-utility ul li
{
	display: inline; /* IE6 requires inline in each li, not in the ul. */
	padding: 0 4px;
}

#nav-utility #special-tasks
{
	bottom: 0;
	right: 282px;
}

#nav-utility #special-tasks li a
{
	padding: 12px 8px 0 42px;
	background-image: url(/images/sprites/sprite_nav-utility-icons.png);
	background-repeat: no-repeat;
}

#nav-utility #special-tasks li.coverage-maps a
{
	background-position: left top;
}

#nav-utility #special-tasks li.find-store a
{
	background-position: -3px -30px;
}

#nav-utility #special-tasks li.email-signup a
{
	background-position: -3px -57px;
}


#nav-utility #standard-tasks
{
	bottom: 45px;
	right: 0;
}

/**
 * Navigation Bar
 **/
#navigation-wrapper
{
	position: absolute;
	top: 84px;
	width: 100%;
	height: 64px;
	background-image: url(/images/sprites/sprite_horiz_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#navigation-wrapper-no-menu {
	position: relative;
	top: 0;
	left: 0;
	margin: 10px auto 0 auto;
	width: 1158px;
	height: 64px;
	background-image: url(/images/sprites/sprite_horiz_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#navigation-wrapper-no-menu h1.promotitle {
	left: 200px;
	position: absolute;
	width: 754px;
	color: #FFF;
	font-weight: bold;
	font-size: 2em;
	line-height: 64px;
	text-align: right;
}

#navigation
{
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#navigation #logo
{
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 10;
}

#navigation #logo img
{
	width: 116px;
	height: 58px;
}

/* Special image that replaces nav-main */
#navigation #nav-bar-image
{
	position: absolute;
	top: 18px;
	left: 220px;
	z-index: 10;
}

/* Primary Navigation */
#nav-main
{
	position: relative;
}

#nav-main ul
 {
	position: absolute;
	top: 0;
	left: 139px;
	padding-right: 3px;
	background-image: url(/images/sprites/sprite_main_nav_divider.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav-main ul li
{
	float: left;
	display: inline; /* IE6 double margin hack */
	background-image: url(/images/sprites/sprite_main_nav_divider.png);
	background-repeat: no-repeat;
}

#nav-main ul li a
{
	/* IE6 needs an image off state */
	background-image: url(/images/spacer.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0 12px;
	margin-left: 3px;
	display: inline-block;
	line-height: 64px;
	text-transform: uppercase;
	height: 62px;
}

#nav-main ul li a:hover, #nav-main ul li a.sub-active {
	background-image: url(/images/header/nav-rollover-bg.png);
}

#nav-main ul li a.active
{
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	padding: 0 11px; /* minus 1px either side for borders */
	background-image: url(/images/sprites/sprite_horiz_bg.png);
	background-repeat: repeat-x;
	background-position: 0 -100px;
}

/* text images */
#nav-main ul li a img
{
	padding: 24px 0; /* We need this padding here so image is vertically centered. */
	height: 16px;
}

/* Shopping Minicart */
#navigation #minicart-wrapper
{
	position: absolute;
	top: 8px;
	right: 19px;
	z-index: 50;
	width: 230px;
	overflow: hidden; /* for IE6 */
}

/* Sub-navigation */
#sub-navigation
{
	width: 100%;
	background-color: #f1f1f1;
	margin-top: 64px;
}

#sub-navigation .nav-sub
{
	padding: 5px 0;
	display: none;
}

#sub-navigation .nav-sub ul
{
}

#sub-navigation .nav-sub ul li
{
	padding: 0 18px;
	border-right: 1px solid #adadad;
	display: inline; /* IE6 requires inline in each li, not in the ul. */
}

#sub-navigation .nav-sub-active
{
	display: block;
}

/**
 * Page Title
 **/
#page-title-wrapper
{
	/*background-image: url(/images/sprites/sprite_h1_line_bottom.png) no-repeat left bottom;*/
	border-bottom: 1px solid #b2b2b2;
	line-height: 20px;
}

h1.page-title
{
	background-image: url(/images/sprites/sprite_h1_bubbles.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding: 0 20px 4px 0;
	/* text-transform: lowercase; */
}

/**
 * Footer
 **/
#footer
{
	background-color: #fff;
}

#footer-content
{
	margin: 0 auto;
}

#footer #foot-note-secure {
	margin: 0 auto;
	width: 960px;
	border-top: 1px solid #ccc;
}

#footer #email-signup-box {
	text-align: left;
	/*margin: 20px 0 0 0px ;*/
	padding-left: 10px;
	float: left;
	display: inline; /* IE6 double margin hack */
	border-left: 1px solid #ccc;
}

#footer .learn-more-link {
	margin-top: 3px;
	padding: 0;
}

#footer #footer-links  {
	background-color: #dfdfdf;
	border-top: 1px solid #ccc;
}

#footer #footer-links-outer  {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: left;
}

#footer #footer-links-inner  {
	background: #ccc;
	height: 52px;
	width: 960px;
	margin: 0 auto 5px auto;
}

#footer .copyright {
	padding-left: 53px;
	width: 907px;
}

#footer-links #cricketk, #footer-links #footer-navs {
	float: left;
	display: inline; /* IE6 requires inline in each li, not in the ul. */
}

#footer-links #cricketk {
	width: 48px;
}

#footer-links #footer-navs {
	width: 912px;
}

#footer ul {
	padding-left: 5px;
}

#footer ul li
{
	padding: 0 4px;
	line-height: 16px;
	border-right: 1px solid #adadad;
	float: left;
	display: inline; /* IE6 requires inline in each li, not in the ul. */
}

#footer-secondary-nav
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/**
 * foot-note Quick Links Footer
 **/

#footer #foot-note-copy {
	width: 700px;
	margin: 0 auto;
	padding: 18px 20px 0 0;
	float: left;
	display: inline; /* IE6 double margin hack */
}

/**
 * Non foot-note Footer
 **/

#footer #foot-note-secure.no-foot-note-copy #foot-note-secure-inner {
	width: 525px;
	margin: 0 auto;
}

#footer #foot-note-secure.no-foot-note-copy {
	height: 110px;
	margin: 0 auto;
	width: auto;
	border-top: 3px solid #ccc;
}

#footer .no-foot-note-copy #foot-note-secure, #footer .no-foot-note-copy #signup-form {
	width: 300px;
	float: left;
	display: inline; /* IE6 double margin hack */
}



/**
 * foot-note Footer
 **/

#footer #foot-note-secure.foot-note-copy .foot-note-copy-text {
	/*width: 600px;*/
	width: 580px;
	/*margin: 0 15px 0 0;*/
	padding: 10px 25px 10px 25px;
	border-right: 1px solid #ccc;
	float: left;
	display: inline; /* IE6 double margin hack */
	height: 150px;
}

#footer #foot-note-secure.foot-note-copy #email-signup-box {
	/*float: none;*/
	/*display: inline;*/ /* IE6 double margin hack */
	/*border: 0;*/
}

#footer #upper-footer-list li
{
	display: inline;
	padding: 0;
	border: none;
}

#footer #foot-note-secure.foot-note-copy {
	width: auto;
	border-top: 3px solid #ccc;
	*height: 250px;
}

#footer #foot-note-secure.foot-note-copy #foot-note-secure-inner {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	height: 180px;
	margin: 8px auto 8px auto;
	width: 960px;
}

#footer #footer-email-and-certification
{
	width: 300px;
	border: none;
	/*padding-left: 24px;*/
	/*background: url(/images/backgrounds/email-footer-BG.png) 0 0 repeat-x;*/

}

#footer #email-signup-box {
	background: url(/images/backgrounds/email-footer-BG.png) 0 0 repeat-x;
	padding: 18px 4px 26px 10px;
	margin-left: -1px;
	width: 310px;
}

#footer #foot-note-secure.no-foot-note-copy #foot-note-secure-inner.no-seo
{
	width: 560px;
}



/**
 * A grey cap that hangs nicely nicely in a .search-bar
 * or .bkgd-gradient-grey element to split sub sections.
 **/
.bkgd-cape-grey
{
	background: url(/images/backgrounds/bkgd-cape-grey.png) no-repeat top left;
}

/**
 * A left to right grey gradient
 **/
.bkgd-gradient-grey
{
	background: url(/images/backgrounds/bkgd-gradient-grey.png) repeat-y left;
}

/**
 * A grey gradient 45deg. angled from the top left corner.
 **/
.bkgd-corner-grey {
	background: url(/images/backgrounds/bkgd-corner-grey.png) no-repeat top left;
}

/* Order Now Link */
#order-now
{
	text-align: center;
}

#order-now.plan-order-now{
	margin: 25px 0;
	padding-left: 120px;
}

#order-now-phones{
	padding-right: 180px;
	text-align: center;
	margin: 25px 0;
}

#order-now-shop{
	padding-top:330px;
	text-align: center;
}

/**
 * Sidebar Elements
 **/

/* Support and Learning Navs */
#nav-side-wide-wrapper
{
	margin-bottom: 10px;
}

#nav-side-wide-wrapper .rounded-box
{
	padding: 0;
}

#nav-side-wide-wrapper .rounded-box ul
{
	padding: 0 10px 10px 10px;
}

#nav-side-wide-wrapper .rounded-box ul li,
#nav-side-wide-wrapper .rounded-box ul li.active
{
	padding: 0 5px 0 20px;
	line-height: 2em;
}

#nav-side-wide-wrapper .rounded-box ul ul li,
#nav-side-wide-wrapper .rounded-box ul ul ul li
{
	padding: 0 5px 0 10px;
}

#nav-side-wide-wrapper .rounded-box ul ul li.active,
#nav-side-wide-wrapper .rounded-box ul ul ul li.active
{
	padding: 0 5px 0 10px;
	background: url(/images/icons/icon-active-indicator.png) no-repeat 0 8px;
}

#nav-side-wide-wrapper .rounded-box ul li.active
{
	background: url(/images/icons/icon-active-indicator.png) no-repeat 10px 8px;
}

#nav-side-wide-wrapper .rounded-box-nav-category
{
	padding: 5px;
	margin: 0 0 5px 0;
	background-color: #e8e8e8;
}

#nav-side-wide-wrapper .rounded-box-nav-category-top
{
	margin-top: 0;
}

/* Generic sidebar nav */
.nav-bar-wrapper
{
	background-image: url(/images/backgrounds/bkgd-shop-sidebar-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
}

.nav-bar
{
	background-image: url(/images/backgrounds/bkgd-shop-sidebar.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.nav-bar-bottom
{
	background-image: url(/images/backgrounds/bkgd-shop-sidebar-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
	font-size: 1px; /* for IE6 */
}

.nav-bar-header
{
	padding: 10px;
}

.nav-bar-content
{
	padding: 5px 0px 5px 20px;
}

.nav-bar-subheader
{
	padding: 15px 0px 0px 20px;
}

#checkout-sidebar
{
	background-image: url(/images/backgrounds/bkgd-checkout-sidebar-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
}

#checkout-sidebar h3
{
	padding: 18px 10px 8px 38px;
}

#checkout-sidebar-inner
{
	background-image: url(/images/backgrounds/bkgd-checkout-sidebar-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 14px 9px 14px;
}

#checkout-sidebar-inner .menu li
{
	background-image: url(/images/sprites/sprite_stars.png);
	background-repeat: no-repeat;
	background-position: left -65px;
	padding-bottom: 10px;
	padding-left: 18px;
	float: left;
	display: inline; /* IE6 double margin hack */
}

.sidebar-logos
{
	text-align: center;
	padding: 5px 0;
}

.sidebar-logos img
{
	padding: 5px 0;
}

/**
 * Sidebar promotions
 */
.sidebar-promo-one, .sidebar-promo-two, .sidebar-promo-three, .sidebar-promo-four
{
	height: 130px;
	width: 100%;
}

.sidebar-promo-one
{
	background: url(/images/misc/learn-landing-side.png) no-repeat center top;
}

.sidebar-promo-two
{
	background: url(/images/misc/learn-landing-side2.png) no-repeat center top;
}

.sidebar-promo-three
{
	background: url(/images/misc/learn-cricket-side.png) no-repeat center top;
}

.sidebar-promo-four
{
	background: url(/images/misc/dont-have-cricket-side.png) no-repeat center top;
}

.side-ad-button
{
	padding:93px 10px 0 0;
}

/**
 * Box Styles
 * .rounded-header-light-left, .rounded-header-light-right, .rounded-box-left, and .rounded-box-right
 * are adaptations for 2 column rounded header boxes. Note, they use a "fake" center border as in forms.css.
 * The "fake" border (background-image) allows the columns' height to display evenly. More CSS magic.
 **/
.round-header-wrapper
{
}

.rounded-header-light, .rounded-header-dark,
.rounded-header-light-left, .rounded-header-light-right,
.rounded-header-wrap-dark, .rounded-header-wrap-dark-short, .rounded-header-blue
{
	width: 100%;
}

.rounded-header-light, .rounded-header-light-left
{
	background: url(/images/sprites/sprite_formboxes.png) no-repeat left -100px;
}

.rounded-header-blue
{
	background: url(/images/sprites/sprite_formboxes.png) no-repeat left -300px;
}

.rounded-header-light-right
{
	border-left: 1px solid #d1d1d1;
	background: url(/images/backgrounds/bkgd-rounded-head-light-fill.png) repeat-x;
}

.rounded-header-dark
{
	background: url(/images/sprites/sprite_formboxes.png) no-repeat left 0;
}

.rounded-header-wrap-dark
{
	background: url(/images/sprites/sprite_community_boxes.png) no-repeat left 0;
}

.rounded-header-wrap-dark-short
{
	background: url(/images/sprites/sprite_community_boxes_short.png) no-repeat left 0;
}

.rounded-header-light-inner, .rounded-header-dark-inner,
.rounded-header-light-left-inner, .rounded-header-light-right-inner, .rounded-header-blue-inner
{
	line-height: 43px;
	margin-left: 4px;
	padding: 0 27px 0 23px;
}

.rounded-header-wrap-dark-inner
{
	height: 50px;
	margin-left: 8px;
	padding: 0 27px 0 23px;
	background: url(/images/sprites/sprite_community_boxes.png) no-repeat right -50px;
	position: relative;
}

.rounded-header-light-inner, .rounded-header-light-right-inner
{
	background: url(/images/sprites/sprite_formboxes.png) no-repeat right -150px;
}

.rounded-header-blue-inner
{
	background: url(/images/sprites/sprite_formboxes.png) no-repeat right -350px;
}

.rounded-header-light-left-inner
{
	background: url(/images/backgrounds/bkgd-rounded-head-light-fill.png) repeat-x;
}

.rounded-header-dark-inner
{
	background: url(/images/sprites/sprite_formboxes.png) no-repeat right -50px;
}

.rounded-header-light h2 span.rounded-header-asterisk
{
	padding-left: 65px;
}

.rounded-box, .rounded-box-wrap-dark
{
	margin: 0 2px;
	padding: 12px;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	background-color: #f1f1f1;
}

.rounded-box-wrap-dark
{
	margin: -7px 5px 0 8px;
}

.rounded-box-left, .rounded-box-right
{
	margin: 0;
	border-style: none;
	border-width: 0; /* for IE */
	background-color: transparent;
}

.rounded-box-sub-white
{
	background: #fff;
	border-top: 0px;
}

.rounded-box-light-grey
{
	background: #f8f8f8;
}

.rounded-box-row {
	padding: 6px;
}

.rounded-box-row-alt {
	background-color: #e6e6e6;
}

.rounded-box-grey-gradient {
	background: url(/images/backgrounds/bkgd-gradient-vertical-grey.png) repeat-x top left;
}

/* Rounded box as a nav */

.rounded-box-nav-wrapper {
	padding: 0;
}

.rounded-box-nav-link {
	padding: 3px 0 3px 10px;
}
.rounded-box-nav-link-top {
	padding: 8px 0 3px 10px;
}

.rounded-box-nav-link-sub {
	padding-left: 20px;
}

.rounded-box-nav-category {
	background: #e5e5e5;
}

/**
 * Utilities
 **/
/* Use this inline class for inline lists with divider bars.
   There will be space inconsistancies with just a display: inline.
   One caveat, the list will have to be centered with padding. */
.inline li
{
	float: left;
	display: inline; /* IE6 double margin hack */
}

/**
 * Overrides
 **/
.float-left
{
	float: left;
	display: inline; /* IE6 double margin hack */
}

.float-right
{
	float: right;
	display: inline; /* IE6 double margin hack */
}

.float-none
{
	float: none !important;
}

.block-center
{
	display: block;
	margin: 0 auto;
}

.no-padding
{
	padding: 0 !important;
}

.padding-5-0
{
	padding: 5px 0 !important;
}

.padding-0-5
{
	padding: 0 5px !important;
}

.padding-0-10
{
	padding: 0 10px !important;
}

.padding-10-0
{
	padding: 10px 0 !important;
}

.padding-5
{
	padding: 5px !important;
}

.padding-10
{
	padding: 10px !important;
}

.padding-top-5
{
	padding-top: 5px !important;
}

.padding-top-10
{
	padding-top: 10px !important;
}

.padding-bottom-10
{
	padding-bottom: 10px !important;
}

.padding-bottom-5
{
	padding-bottom: 5px !important;
}

.no-margin
{
	margin: 0 !important;
}

.margin-5-0
{
	margin: 5px 0 !important;
}

.margin-10-0
{
	margin: 10px 0 !important;
}

.margin-5
{
	margin: 5px !important;
}

.margin-10
{
	margin: 10px !important;
}

.margin-top-5
{
	margin-top: 5px !important;
}

.margin-top-10
{
	margin-top: 10px !important;
}

.margin-bottom-10
{
	margin-bottom: 10px !important;
}

.margin-bottom-5
{
	margin-bottom: 5px !important;
}

.margin-top-20
{
	margin-top: 20px !important;
}

.clear-left
{
	clear:left;
}

.no-border
{
	border: none !important;
	border-style: none !important;
	border-width: 0 !important; /* for IE */
}

.disclaimer {
	margin: 0 0 1em 0;
}

.policy p {
	margin-bottom: 10px;
}

p#assistanceNumber{width: 560px; text-align: center;}

.info-link {
 	float: left;
	display: inline; /* IE6 double margin hack */
 	padding: 0 10px;
}

.print-link {
 	float: left;
	display: inline; /* IE6 double margin hack */
 	height: 20px;
 	padding: 2px 0 0 28px;
 	background: url(/images/icons/icon-print.png) no-repeat center left;
}

.tell-a-friend {
 	float: left;
	display: inline; /* IE6 double margin hack */
 	height: 20px;
 	padding: 2px 0 0 31px;
 	background: url(/images/popup/tell-a-friend-icon.png) no-repeat center left;
}

.link-arrow {
	padding-left: 10px;
	background: url(/images/icons/link-arrow.png) no-repeat 0 3px;
}

.link-arrow-sm {
	padding-left: 7px;
	background: url(/images/icons/link-arrow-sm.png) no-repeat left center;
}

.new-win-icon {
	padding-left: 13px;
	background: url(/images/icons/icon-new-window.gif) no-repeat 0 3px;
}

#item-specifics-accessories #included-accessories {
	float: left;
	display: inline; /* IE6 double margin hack */
}

#item-specifics-accessories .accessory-list-details-container
{
	/*background: url(/images/backgrounds/bkgd-accessory-list-details-container.png) no-repeat top left;*/
}

/**
 * Activate Page
 */

#activate-left-col, #activate-right-col {
 	margin:10px 0 50px 40px;
	width: 410px;
}

#activate-right-col, #activate-left-col{
	float: left;
	display: inline; /* IE6 double margin hack */
}

#activate-right-col p, #activate-left-col p
{
	padding:8px 8px 8px 0;
	line-height:1.5em;
	margin-bottom:15px;
}

#activate-right-col .button, #activate-left-col .button
{
	margin-left: 15px;
}

#activate-top {
	line-height: 1.5em;
	padding: 8px 8px 8px 0;
	width: 720px;
}

.page-banner {
	position: relative;
	height: 43px;
	width: 100%;
	margin-bottom: 4px;
	overflow: hidden; /* for IE 6 */
}

/**
 * CNET Rating
 */

.cnet-rating {
}

.cnet-logo
{
	float: left;
	display: inline; /* IE6 double margin hack */
	padding-top: 5px;
}

.cnet-text, .cnet-stars, .cnet-rate {
	padding-left: 28px;
	display: block;
}

/**
 * Login Global
 */
#login {
	padding: 12px;
}

.login-input {
	margin: 0 0 5px 0;
}

.login-input input.text-input {
	margin: 0;
	padding: 3px 0 3px 4px;
	width: 88%;
}

.login-input label, .login-input input {
	display: block;
	float: none;
	margin-bottom: 3px;
}

.login-input .phone-box, .login-input .pass-box {
	width: 44%;
	float: left;
	display: inline; /* IE6 double margin hack */
	margin: 0 3px;
}

.login-controls, .login-controls .login-links, .login-text, .login-text p {
	margin-bottom: 5px;
}

/**
 * Certification Seals
 **/

.certs {
	width: 230px;
	margin: 5px auto 0 auto;
	float: left;
	display: inline; /* IE6 double margin hack */
}

.certs .verisign-seal {
	width: 110px;
	float: left;
	display: inline; /* IE6 double margin hack */
}

.certs .scanalert-seal {
	margin-top: 14px;
	width: 94px;
	float: left;
	display: inline; /* IE6 double margin hack */
}

/**
 * Shop Landing Page
 **/

.pencil-banner-img {
	margin: 10px 0px 15px 0px;
}

.no-paygo {
	margin: 0 auto;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*border:1px solid #f2f2f2;*/
	/*background:#f7f7f7 url(/images/shop/background-shop-content.gif) repeat-x top left;*/
}

.no-paygo-wrapper {
	margin: 0 auto;
	width:959px;
	text-align: center;
}

.no-paygo .shop-cell {
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 239px;
	height: 395px;
	background-color: #f2f2f2;
}

.left-rounded {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.right-rounded {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.no-paygo .shop-cell:hover {
	cursor:pointer;
	background: url(/images/shop/background-shop-cell-hover.jpg) no-repeat top left;
}

.no-paygo .shop-cell-image {
	text-align:center;
	height: 180px;
	margin-bottom: 50px;
}

.no-paygo .shop-cell-hdr {
	height: 60px;
	padding-top: 25px;
	text-align: center;
}

.no-paygo .shop-cell-text {
	text-align: center;
}

.no-paygo .shop-cell-button {
	text-align:center;
	padding: 5px 0px 0px 0px;
}

.no-paygo .shop-cell-button.broadband {
 	padding-top: 18px;
}

.no-paygo .shop-cell-link {
	padding: 5px 0px 0px 20px;
}

.shop-cell-divider {
	width: 1px;
	float:left;
}

.shop-footer-promos {
	float: left;
}

.shop-footer-divider {
	padding: 0px 20px 0px 20px;
}

.shop-footer-promos-large-wrapper {
	margin: 0 auto;
	width:900px;
	height:95px;
	text-align:left;
	padding-top: 25px;
}

.shop-footer-promos-small-wrapper {
	text-align:center;
	margin: 0 auto;
	width:915px;
	height: 100px;
	padding-top:20px;
}

.shop-footer-promos-divider {
	height: 1px;
	width: 100%;
	background-color: #dedede;
}

.promo-vcenter {
	padding-top:15px;
}

.shop-facebook-widget {
	margin: 0 auto;
	width:364px;
	padding-top: 25px;
}

.no-paygo .shop-gradient {
	padding-bottom: 10px;
}


/**
 * Shop Navigation
 **/
#nav-shop-sidebar {
	font-size: 0.825em;
	padding-top: 1px;
	float: right;
	display: inline; /* IE6 double margin hack */
	width: 240px;
}

#nav-shop-sidebar .bkgd-gradient-grey {
	padding: 10px;
}

#nav-shop-sidebar h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.nav-shop-sidebar-text {
	padding-bottom: 10px;
}

.nav-shop-sidebar-input {
	padding-bottom: 5px;
}

.nav-shop-link {
	padding-bottom: 5px;
	font-weight: bold;
}

.nav-shop-button {
	float: right;
	display: inline; /* IE6 double margin hack */
	padding: 3px 10px 5px 0px;
}

.nav-shop-sidebar-login {
	float: right;
	display: inline; /* IE6 double margin hack */
	margin-top: 37px;
	width: 240px;
	padding-bottom: 15px;
}

/**
 * OLD 3 UP Shop Landing Page
 **/
/*
.shop-aisle {
	float: left;
	display: inline; */ /* IE6 double margin hack */ /*
	width: 210px;
	padding-right: 20px;
	padding-top: 20px;
}

.shop-aisle-text {
	padding: 0px 17px 5px 10px;
	padding-top: 10px;
}

.shop-aisel-button {
	padding: 5px 0px 0px 13px;
}



.shop-aisel-button.broadband{
 	padding-top: 18px;
}

.shop-aisle-link {
	padding: 5px 0px 0px 20px;
}

.shop-gradient {
	padding-bottom: 10px;
}
*/

/**
 * Print Heading
 **/

#print-header {
	display: none;
}

/**
 * Rounded Login Box Style
 **/

.rounded-login-box
{
	margin: 10px 2px;
	padding: 12px 12px 12px 12px;
	border: 1px solid #d1d1d1;
	background-color: #f1f1f1;
}

/*
 * nationwide coverage media landing
 *
 */

#nationwide-landing #other-maps{
	background-color:#D5D4D4;
	text-align:center;
	padding:4px;
}

#nationwide-landing #other-maps h3{
	padding:10px 0;
}

#nationwide-landing p.gray-border img {
	border:4px solid #D5D4D4;
}
#nationwide-landing #coverage-maps {
	background:url(/images/misc/media-landing-nationwide-bg.png) no-repeat 0 0;
	padding:0 39px;
	text-align:center;
}

#nationwide-landing h3 {
	text-align:center;
}
#nationwide-landing h3#heading-cricket-nationwide{
	padding:20px 0 15px;
}

#nationwide-landing #lower-banners #bigger-better{
	background:url(/images/misc/media-landing-nationwide-lower-banner-bigger-better.jpg) no-repeat 0 0;
	width:438px;
	height:160px;
	margin:0 0 0 39px;
	float:left;
	display:inline;
}
#nationwide-landing #lower-banners #phone-sale{
	background:url(/images/misc/media-landing-nationwide-lower-banner-phones.jpg) no-repeat 0 0;
	width:438px;
	height:160px;
	margin:0 0 0 8px;
	float:left;
	display:inline;
}
#nationwide-landing #lower-banners {
	margin:25px auto 0;
}
#nationwide-landing #lower-banners #bigger-better a{
	float:right;
	margin:115px 15px 0 ;
}
#nationwide-landing #lower-banners #phone-sale a{
	float:right;
	margin:120px 28px 0;
}
#nationwide-landing .disclaimer {
	margin:20px 120px 0;
}

/**************************************
*				PROMOS
/**************************************/

/* URL: /learn/cricket-wireless/ */
#promo-learn-cricket { background: url(/images/misc/learn-landing-side2.jpg) no-repeat 0 0; }

/* URL: /cell-phones/mobile-phone-guide */
#promo-mobile-phone-guide { background: url(/images/promo/cricket-banners-ZIO.png) no-repeat 0 0; }

/* URL: /cell-phone-plans/mobile-phone-plan-guide */
#promo-mobile-phone-plan-guide { background: url(/images/promo/ready-to-start-side.jpg) no-repeat 0 0; }

/* URL: /cell-phone-plans/mobile-phone-plan-guide */
#promo-mobile-broadband-guide { background: url(/images/promo/ready-to-surf-side.png) no-repeat 0 0; }

/* URL: /paygo/prepaid-mobile-phone-guide */
#promo-prepaid-mobile-phone-guide { background: url(/images/promo/learn-landing-side.png) no-repeat 0 0; }

/* URL: /features-and-downloads/mobile-download-guide */
#promo-mobile-download-guide { background: url(/images/promo/our-plans-side.png) no-repeat 0 0; }

/* URL: /cell-phone-accessories/mobile-phone-accessory-guide */
#promo-mobile-phone-accessory-guide { background: url(/images/promo/need-an-accessory-side.png) no-repeat 0 0; }

/* URL: /coverage/cell-phone-coverage */
#promo-cell-phone-coverage { background: url(/images/promo/dont-have-cricket-side.png) no-repeat 0 0; }

/* URL: /features-and-downloads */
#promo-features-and-downloads { background: url(/images/promo/dont-have-cricket-side.png) no-repeat 0 0; }

/* URL: /cart/checkoutsuccess */
#promo-checkout-success { background: url(/images/promo/forget-accessory-side.png) no-repeat 0 0; }
#promo-checkout-success2 { background: url(/images/promo/my-plan-side.png) no-repeat 0 0; }


#pencil-banner{
	width: 957px;
	height: 42px;
	margin:0 auto 0 auto;
	padding-bottom: 20px;
	text-align:center;
	background: url(/images/misc/banner_cell_phones_freeshipping.png);
	background-repeat: no-repeat;
  	background-position: center top;

}

hr.dashed-line{
	margin:5px 0px 5px 0px;
	*margin:2px 0px 2px 0px;
	padding:0px;
	border:0px;
	border-bottom:1px dotted #CCCCCC;
}


#smartphones-are-coming{
	border-left: 3px solid #F0F0F0;
	border-right: 3px solid #F0F0F0;
	border-bottom: 3px solid #F0F0F0;
	width: 325px;
	height: 35px;
	position:absolute;
	top:-90px;
	left: 300px;
	z-index:5000;
}
#smartphones-are-coming-txt{
	font-style:italic;
	font-weight:bold;
	font-size:0.88em;
	color:#8F8F8F;
	position:relative;
	left:-5px;
}
.learn-more-smartphones{
	font-size:0.825em;
	line-height: 1.6em;
	margin-top:-5px;
}
.smartphones-micro-icon{
	position:relative;
	top:8px;
	left:5px;
	margin-left:-2px;
}

#cell-phones-pencil-banner, #cell-phones-pencil-banner-btm {
	height: 50px;
	overflow: hidden;
	margin: 15px auto;
}
.cell-phones-pencil-banner-popup {
	display: block;
}
.cell-phones-pencil-banner-popup:hover {
	margin-top: -50px;
}

/* box rounded shadow all-expandable*/
.box {
	width: 35em;
	margin: 50px auto;
}

.box div {
	/*margin: 0.5em 0 0 -2.5em;*/
	margin: 0 -1em 0 -2.5em;
}

.box div.topleft {
	display: block;
	background: url("/images/backgrounds/box-bg.png") top left no-repeat transparent;
	padding: 2.0em 0em 0em 2.0em;
}

.box div.topright {
	display: block;
	background: transparent url("/images/backgrounds/box-bg.png") no-repeat top right;
	padding: 2em 2em 0;
	margin: 0 -2em -2em 2em;
	position: relative;
	top: -2em;
	min-width: 197px;
	width: auto !important;
	width: 197px;
}

.box div.bottomleft {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	background: url("/images/backgrounds/box-bg.png") bottom left no-repeat transparent;
}

.box div.bottomright {
	display: block;
	background: url("/images/backgrounds/box-bg.png") bottom right no-repeat transparent;
	height: 45px;
	margin-left: 3.0em;

	margin-right: -2em;
}



/*zip form error box - popup errors for multiple inputs*/

.form-zipentry-top-outer, .form-zipentry-bottom-outer,
.form-zipentry-top-outer, .form-zipentry-bottom-outer {
	width: 206px;
	margin: 0 !important;
}
.form-zipentry-top-inner, .form-zipentry-bottom-inner,
.form-zipentry-top-inner, .form-zipentry-bottom-inner {
	width: 206px;
	height: 5px;
	margin: 0 0 0 5px !important;
}
.form-zipentry-content {
	width: 195px;
	padding: 0 8px;
	margin: 0 !important;
}

.form-zipentry-content input {
	float: none;
	display: block;
}

.form-error-input-city-state
{
	margin: 0 !important;
}
#form-zipentry #form-zipentry-content input.input-text-city, input.input-text-city
{
	width: 125px;
}

.form-error-input-city-state p {
	color: #CC0000;
	font-style: italic;
	font-size: 0.825em;
	padding: 2px 0;
}


.popup-zipcode-error .form-zipentry-content p {
	padding: 2px 0 2px 30px;
	background: url(/images/popup/popup-icon-warning-red.gif) no-repeat left 2px;
	/*width: 140px;*/
	margin: 0 !important;

}

.form-input-warning-box
{
	float: left;
	display: inline; /* IE6 double margin hack */
	margin: 0 10px 0px 0 !important;
}

.popup-zipcode-error input {
	background: url(/images/popup/popup-input.gif);
}

.popup-zipcode-error .form-zipentry-top-outer {
	background: url(/images/popup/popup-pinkbox-left.gif) no-repeat top left;
}

.popup-zipcode-error .form-zipentry-top-inner {
	background: url(/images/popup/popup-pinkbox-right.gif) no-repeat top right;
}

.popup-zipcode-error .form-zipentry-bottom-outer {
	background: url(/images/popup/popup-pinkbox-left.gif) no-repeat bottom left;
}

.popup-zipcode-error .form-zipentry-bottom-inner {
	background: url(/images/popup/popup-pinkbox-right.gif) no-repeat bottom right;
}

.popup-zipcode-error .form-zipentry-content {
	background-color: #FECBCB;
}

.popup-zipcode-error .form-zipentry-inner {
	background: url(/images/popup/popup-pinkbox-right.gif) no-repeat top right;
}
/*zip form error box*/


/* new styles for shop crkt317 */
.no-paygo .shop-cell-image
{
	margin-bottom: 30px;
}
.no-paygo .shop-cell
{
	height: 387px;
}
.no-paygo-lower
{
	background-color: #f7f7f7;
	border:1px solid #f2f2f2;
	/*
	border-left:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	*/
	margin-top: -1px;
}

/* COMBINED: /var/www/mycricket.com/mycricket_com/web/css/typography.css */
/* -------------------------------------------------------------
 *	TYPOGRAPHY
 *
 *  This style sheet manages overall typography, color, and image styles
 *  for the site. These styles can be overloaded with styles for sections
 *  or pages.
 *
 *  Use the layout.css to manage element placement, margins, padding, etc.
 * -------------------------------------------------------------
 */

/* -------------------------------------------------------------
 *	"em" Emphasis
 *
 *  The font size unit requirement is "em". "em" is resolution dependent.
 *  The Windows operating system screen resolution is 96 ppi. The Mac uses
 *  72 ppi. Fortunately, popular Mac browsers emulate 96 ppi. So, to display
 *  a font size at 12pt at 96 ppi, .9em would be used.
 *
 *  The "em" size is also relative to it's parent, according to the W3C.
 *  Since we set the html and body's font-size to .9em and they are the
 *  parents of all page elements, font sizes for all elements will be relative
 *  to .9em. A paragraph with a font size of 1em would be 100% of the parent's
 *  size, or .9em. Smaller or larger sizes should be calculated accordingly.
 * -------------------------------------------------------------
 */
html, body
{
	font-family: Verdana, sans-serif;
	font-size: .9em; /* Equivalent for 12pt at 96 ppi - 1.2 * .75 = .9em */
	color: #333;
	background-color: #fff;
}

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

a:active, a:hover
{
	text-decoration: underline;
}

.active
{
	font-weight: bold;
}

.parent .parent-name
{
	font-weight: bold;
}

.subparent .subparent-name
{
	font-weight: bold;
}

.subsubparent .subsubparent-name
{
	font-weight: bold;
}

.required
{
}

em
{
	font-style: italic;
}

strong, .bold
{
	font-weight: bold;
}

.small-font
{
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

.tiny-font
{
	font-size: .75em; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
}

.max-font
{
	font-size: 2em; /* Equivalent for 24pt at 96 ppi - (24/12) * .9 = 2em */
}

h1
{
	font-size: 1.2em; /* Equivalent for 16pt at 96 ppi - (16/12) * .9 = 1.2em */
}

h2
{
	font-size: 1.05em; /* Equivalent for 14pt at 96 ppi - (14/12) * .9 = 1.05em */
}

h3
{
	font-size: 1em; /* Equivalent for 12pt at 96 ppi */
}

h4, h5
{
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	font-weight: bold;
}

.disclaimer {
	color: #727272;
	font-size: .75em; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
}
.minicart-disclaimer {
	color: #999999;
	font-size: .85em; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
}
h2.policy {
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.2em; /* Equivalent for 16pt at 96 ppi - (16/12) * .9 = 1.2em */
}

.policy li {
	list-style-type: decimal;
}

.policy ol {
	padding-left: 20px;
}

/**
 * Place the markup class on a container element
 * which contains pre-formatted html.
 */
.markup p {
	padding: 0 0 5px 0;
}

.markup ol {
	padding: 5px 0 5px 25px;
}

.markup ol li {
	list-style: decimal;
}

.markup ul {
	padding: 5px 0 5px 25px;
}

.markup ul li {
	list-style: disc;
}

.markup h2 {
	font-weight: bold;
}

/**
 * Page Title
 **/
h1.page-title
{
	font-weight: bold;
	/* 	some characters in the title are not meant to be lowercase.
		title must be handled by code, not style.
	text-transform: lowercase;
	*/
}

#page-title-wrapper .customer-location
{
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	text-transform: lowercase;
	white-space: nowrap;
}

/**
 * Header
 **/
#header
{
}

.csr a
{
	font-size: 1.2em;
	color: #adadad;
}

.csr a:hover
{
	color: #d34908;
}

/* Secondary Navigation */
#nav-utility
{
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	text-transform: lowercase;
	white-space: nowrap;
}

#nav-utility ul li a
{
	text-decoration: none;
	color: #333;
	white-space: nowrap;
}

#nav-utility ul li a:hover
{
	text-decoration: underline;
}

#nav-utility #special-tasks li
{
	line-height: 3em;
}

/**
 * Navigation Bar
 **/
#navigation #logo a
{
	font-size: 2.5em;
	color: #fff;
}

#navigation #logo a:hover
{
	color: #61ad45;
}

/* Primary Navigation */
#nav-main
{
}

#nav-main ul li a
{
	color: #fff;
	font-weight: bold;
}

/* Sub-navigation */
#sub-navigation .nav-sub
{
	text-align: center;
}

#sub-navigation .nav-sub ul li a
{
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	text-align: center;
	color: #333;
}

#sub-navigation .nav-sub ul li a:hover
{
	color: #61ad45;
	text-decoration: underline;
}

/**
 * Footer
 **/
#footer
{
	text-align: center;
	color: #323232;
}

#footer #foot-note-copy, #footer #foot-note-secure.foot-note-copy .foot-note-copy-text
{
	font-size: .75em; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
}

#footer #foot-note-copy, #footer #foot-note-secure.foot-note-copy .foot-note-copy-text
{
	line-height: 1.5em;
}

#footer .learn-more-link {
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	font-weight: normal;
	color: #D64D09;
}

#quick-links .learn-more-link a {
	font-weight: normal;
	color: #D64D09;
}

#footer #footer-links {
	font-size: .7em; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */ /*reduced to .7 to fit in IE8 */
	line-height: 1.35em;
}

#footer ul li a
{
	text-decoration: none;
	white-space: nowrap;
}
#footer-links ul li a {
	color: #323232;
}
#footer ul li a:hover
{
	text-decoration: underline;
}

#footer ul li a.letter-spacing-05
{
	letter-spacing: -0.5pt;
}

#footer p
{
	text-align: left;
	padding-bottom: 1em;
}

/**
 * Sidebar Elements
 **/
#checkout-sidebar
{
	color: #2b2b2b;
	line-height: 1.35em;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

#checkout-sidebar h3
{
	font-weight: bold;
}

/**
 * Generic sidebar nav
 **/
.nav-bar-header
{
	font-weight: bold;
	font-size: 1em !important;
}

.nav-bar-subheader
{
	font-weight: bold;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

/**
 * Box Styles
 **/
#order-summary .rounded-box
{
	line-height: 1.5em;
}

.rounded-header-light h2, .rounded-header-dark h2,
.rounded-header-light-left h2, .rounded-header-light-right h2, .rounded-header-blue h2
{
	font-size: 1em;
	font-weight: bold;
	text-transform: lowercase;
}

.rounded-header-dark h2
{
	color: #fff;
	text-align: center;
}

.rounded-header-blue h2
{
	color: #fff;
}

.rounded-header-light h2 span.rounded-header-asterisk, .rounded-header-blue h2 span.rounded-header-asterisk
{
	text-align: right;
	font-weight: normal;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	color: #9d9d9d;
}

.rounded-box-nav-wrapper, #nav-side-wide-wrapper .rounded-box {
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

.rounded-box-nav-link.active {
	font-weight: bold;
}

#nav-side-wide-wrapper .rounded-box ul li.active ul li a
{
	font-weight: normal;
}

/**
 * Overrides
 **/
/* Colors */
.orange
{
	color: #d64d09 !important;
}

.light-grey
{
	color: #d5d5d5 !important;
}

.red
{
	color: #af0800 !important;
}

.dark-grey
{
	color: #727272;
}

.grey-link
{
	color: #333333 !important;
}

/* Other */
.text-left
{
	text-align: left !important;
}

.text-center
{
	text-align: center !important;
}

.text-right
{
	text-align: right !important;
}

.line-height-normal
{
	line-height: normal !important;
}

.print-link {
 	font-size: 0.9em;
 }

/** Bullet Lists **/
ul.bullet, ul.bullet-padded {
	list-style-position: outside;
	margin-left: 15px;
}

ul.bullet li, ul.bullet-padded li {
	list-style-type: disc;
}

ul.bullet-padded li {
	padding: 5px 0;
}

/**
 * CNET Rating
 */

.cnet-rating a {
	color: #333 !important;
}

.cnet-text {
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	font-weight: bold;
	margin-top: 10px;
}

.cnet-rate {
	color: #ab100f;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	font-weight: bold;
}

/**
 * Shop Landing Page
 **/
.shop-aisle-link {
	font-weight: bold;
}

/**
 * Login Global
 */
#login h2 {
	font-weight: bold;
}

.login-text {
	margin-bottom: 5px;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

.login-controls, .login-controls .login-links {
	font-weight: bold;
}

.login-links {
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

/**
 * Login Rounded
 */

.login-rounded .login-text {
	margin-bottom: 5px;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

.login-rounded .login-controls button {
	font-weight: bold;
}

.login-rounded  .login-controls .login-links {
	font-weight: normal;
}

.login-rounded .login-links {
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

/**
 * Accessories (Phone Details Tab and Accessories Page)
 **/

.item-accessories-cart-button {
	text-align: center;
	text-transform: lowercase;
}

#item-specifics-accessories h2
{
	font-weight: bold;
	font-size: 1.1em;
	text-transform: lowercase;
	}

#item-specifics-accessories .accessory-list-accessory-image
{
	text-align: center;
}

#item-specifics-accessories .accessory-list-accessory-checkbox
{
	text-align: right;
}

#item-specifics-accessories .accessory-list-accessory-price
{
	color: #D64D09;
	font-weight: bold;
	font-size: 0.90em;
	text-align: right;
}

#item-specifics-accessories .accessory-list-accessory-name .item-name a
{
	color: #3C3C3C;
}

#item-specifics-accessories .accessory-list-accessory-name a
{
	font-size: 0.825em;
}

#item-specifics-accessories #included-accessories h2 {
}

#item-specifics-accessories #included-accessories ul li {
	font-size: 0.75em;
	line-height: 1.5em;
}

#item-specifics-accessories #already-have-item {
	text-align: right;
}

#item-specifics-accessories #already-have-item p {
	font-size: 0.75em;
}

#item-specifics-accessories #already-have-item h2 {
	font-weight: normal;
}

/**
 * Shop Landing Page
 **/

.shop-aisle {
	font-size: 0.825em;
}

/**
 * Become a Supplier Pages
 **/

#become-a-supplier p {
	font-size: 0.825em;
	line-height: 1.6em;
	margin-bottom: 10px;
}

#become-a-supplier h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom:3px;
}

.device-key-features-icons {
	width: 400px;
}

.device-key-feature-item {
	width: 200px;
	margin: 4px 0 4px 0;
}

/* COMBINED: /var/www/mycricket.com/mycricket_com/web/css/buttons.css */
/* -------------------------------------------------------------
 *	BUTTONS
 *
 *  This style sheet manages styles for dynamic form buttons & link "buttons".
 *  These styles can be overloaded with styles for sections or pages.
 *
 * Standard button heights:
 *   Small: 20px
 *   Medium: 25px
 *   Large: 30px
 *   Max: 35px
 * -------------------------------------------------------------
 */

button, .btn
{
	cursor: pointer;
	border-style: none;
	border-width: 0; /* for IE */
	background-color: transparent;
	text-decoration: none;
	white-space: nowrap;
}

button.text-button
{
	line-height: 22px;
}

button span, button em, .btn span, .btn em
{
	display: inline-block;
}

.button-group
{
}

.button-group button
{
	padding-right: 12px;
}

/**
 * IE6 doesn't support :hover on anything but anchor tags. The button:hover
 * CSS calls will be ignored in IE6, but they will still function as buttons.
 **/
button span, button em, button.text-button, a.btn span, a.btn em
{
	color: #fff;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

/* for expander buttons */
button span cite, a.btn span cite
{
	color: inherit;
	font-weight: inherit;
	font-style: inherit;
}

button:hover, a:hover.btn
{
	color: #fff;
	text-decoration: none;
}

button.text-button
{
	color: #d64d09;
	font-weight: normal;
}

button:active.text-button, button:hover.text-button
{
	text-decoration: underline;
}

/* Orange Sm */
.orangeSm
{
	font-size: .75em !important; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
}

a.btn.orangeSm span, a.btn.orangeSm em
{
	line-height: 18px;
	padding-bottom: 2px;
}

button.orangeSm span, button.orangeSm em
{
	line-height: 16px;
	padding-bottom: 4px;
}

.orangeSm span
{
	padding-right: 5px;
	padding-left: 10px;
	background: url(/images/buttons/btn-orange-sm-l.png) no-repeat;
}

.orangeSm em
{
	width: 19px;
	background: url(/images/buttons/btn-orange-sm-r.png) no-repeat;
}

button.orangeSm:hover span, a.orangeSm:hover span
{
	background: url(/images/buttons/btn-orange-sm-l-o.png) no-repeat;
}

button.orangeSm:hover em, a.orangeSm:hover em
{
	background: url(/images/buttons/btn-orange-sm-r-o.png) no-repeat;
}

/* Orange Med */
.orangeMed
{
	font-size: 1em !important; /* Equivalent for 12pt at 96 ppi - (12/12) = 1em */
}

.orangeMed span, .orangeMed em
{
	line-height: 21px;
	padding-bottom: 4px;
}

.orangeMed span
{
	padding-right: 5px;
	padding-left: 10px;
	background: url(/images/buttons/btn-orange-med-l.png) no-repeat;
}

.orangeMed em
{
	width: 23px;
	background: url(/images/buttons/btn-orange-med-r.png) no-repeat;
}

button.orangeMed:hover span, a.orangeMed:hover span
{
	background: url(/images/buttons/btn-orange-med-l-o.png) no-repeat;
}

button.orangeMed:hover em, a.orangeMed:hover em
{
	background: url(/images/buttons/btn-orange-med-r-o.png) no-repeat;
}

/* Orange Lrg */
.orangeLrg
{
	font-size: 1.05em !important; /* Equivalent for 14pt at 96 ppi - (14/12) * .9 = 1.05em */
}

.orangeLrg span, .orangeLrg em
{
	line-height: 26px;
	padding-bottom: 4px;
}

.orangeLrg span
{
	padding-right: 6px;
	padding-left: 12px;
	background: url(/images/buttons/btn-orange-lrg-l.png) no-repeat;
}

.orangeLrg em
{
	width: 28px;
	background: url(/images/buttons/btn-orange-lrg-r.png) no-repeat;
}

button.orangeLrg:hover span, a.orangeLrg:hover span
{
	background: url(/images/buttons/btn-orange-lrg-l-o.png) no-repeat;
}

button.orangeLrg:hover em, a.orangeLrg:hover em
{
	background: url(/images/buttons/btn-orange-lrg-r-o.png) no-repeat;
}

/* Orange Max */
.orangeMax
{
	font-size: 1.2em !important; /* Equivalent for 16pt at 96 ppi - (16/12) * .9 = 1.2em */
}

.orangeMax span, .orangeMax em
{
	line-height: 31px;
	padding-bottom: 4px;
}

.orangeMax span
{
	padding-right: 8px;
	padding-left: 16px;
	background: url(/images/buttons/btn-orange-max-l.png) no-repeat;
}

.orangeMax em
{
	width: 35px;
	background: url(/images/buttons/btn-orange-max-r.png) no-repeat;
}

button.orangeMax:hover span, a.orangeMax:hover span
{
	background: url(/images/buttons/btn-orange-max-l-o.png) no-repeat;
}

button.orangeMax:hover em, a.orangeMax:hover em
{
	background: url(/images/buttons/btn-orange-max-r-o.png) no-repeat;
}

/* Black Sm */
.blackSm
{
	font-size: .75em !important; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
}

.blackSm span, .blackSm em
{
	line-height: 18px;
	padding-bottom: 2px;
}

.blackSm span
{
	padding-left: 9px;
	background: url(/images/buttons/btn-black-sm-l.png) no-repeat;
}

.blackSm em
{
	width: 9px;
	background: url(/images/buttons/btn-black-sm-r.png) no-repeat;
}

/*button.blackSm:hover span, a.blackSm:hover span
{
	background: url(/images/buttons/btn-black-sm-l-o.png) no-repeat;
}

button.blackSm:hover em, a.blackSm:hover em
{
	background: url(/images/buttons/btn-black-sm-r-o.png) no-repeat;
}*/

/* Black Med */
.blackMed
{
	font-size: 1em !important; /* Equivalent for 12pt at 96 ppi - (12/12) = 1em */
}

.blackMed span, .blackMed em
{
	line-height: 22px;
	padding-bottom: 3px;
}

.blackMed span
{
	padding-left: 12px;
	background: url(/images/buttons/btn-black-med-l.png) no-repeat;
}

.blackMed em
{
	width: 12px;
	background: url(/images/buttons/btn-black-med-r.png) no-repeat;
}

/*button.blackMed:hover span, a.blackMed:hover span
{
	background: url(/images/buttons/btn-black-med-l-o.png) no-repeat;
}

button.blackMed:hover em, a.blackMed:hover em
{
	background: url(/images/buttons/btn-black-med-r-o.png) no-repeat;
}*/

/* Black Med PDF version*/


html a.pdf-button span, a.pdf-button em
{
	line-height: 32px;
	padding-bottom: 5px;
}

html a.pdf-button span
{
	padding-left: 37px;
	background: url(/images/buttons/btn-black-med-pdf-l.png) no-repeat;
}

html a.pdf-button em
{
	width: 12px;
	background: url(/images/buttons/btn-black-med-pdf-r.png) no-repeat;
}

/* Black Lrg */
.blackLrg
{
	font-size: 1.05em !important; /* Equivalent for 14pt at 96 ppi - (14/12) * .9 = 1.05em */
}

.blackLrg span, .blackLrg em
{
	line-height: 26px;
	padding-bottom: 4px;
}

.blackLrg span
{
	padding-left: 14px;
	background: url(/images/buttons/btn-black-lrg-l.png) no-repeat;
}

.blackLrg em
{
	width: 14px;
	background: url(/images/buttons/btn-black-lrg-r.png) no-repeat;
}

/*button.blackLrg:hover span, a.blackLrg:hover span
{
	background: url(/images/buttons/btn-black-lrg-l-o.png) no-repeat;
}

button.blackLrg:hover em, a.blackLrg:hover em
{
	background: url(/images/buttons/btn-black-lrg-r-o.png) no-repeat;
}*/

/* Black Max */
.blackMax
{
	font-size: 1.2em !important; /* Equivalent for 16pt at 96 ppi - (16/12) * .9 = 1.2em */
}

.blackMax span, .blackMax em
{
	line-height: 31px;
	padding-bottom: 4px;
}

.blackMax span
{
	padding-left: 17px;
	background: url(/images/buttons/btn-black-max-l.png) no-repeat;
}

.blackMax em
{
	width: 17px;
	background: url(/images/buttons/btn-black-max-r.png) no-repeat;
}

/*button.blackMax:hover span, a.blackMax:hover span
{
	background: url(/images/buttons/btn-black-max-l-o.png) no-repeat;
}

button.blackMax:hover em, a.blackMax:hover em
{
	background: url(/images/buttons/btn-black-max-r-o.png) no-repeat;
}*/

/* Orange Back Lrg */
.orangeBackLrg
{
	font-size: 1.05em !important; /* Equivalent for 14pt at 96 ppi - (14/12) * .9 = 1.05em */
}

.orangeBackLrg span, .orangeBackLrg em
{
	line-height: 26px;
	padding-bottom: 4px;
}

.orangeBackLrg span
{
	padding-left: 6px;
	padding-right: 12px;
	background: url(/images/buttons/btn-orange-back-lrg-l.png) no-repeat right top;
}

.orangeBackLrg em
{
	width: 28px;
	background: url(/images/buttons/btn-orange-back-lrg-r.png) no-repeat;
}

button.orangeBackLrg:hover span, a.orangeBackLrg:hover span
{
	background: url(/images/buttons/btn-orange-back-lrg-l-o.png) no-repeat right top;
}

button.orangeBackLrg:hover em, a.orangeBackLrg:hover em
{
	background: url(/images/buttons/btn-orange-back-lrg-r-o.png) no-repeat;
}
.learn-button {
	padding: 93px 10px 0 0;
}

/* COMBINED: /var/www/mycricket.com/mycricket_com/web/css/tabs.css */
/* -------------------------------------------------------------
 *	TABS
 *
 *  This style sheet manages styles for the various, nefarious tabs.
 *  These styles can be overloaded with styles for sections or pages.
 * -------------------------------------------------------------
 */

.tabs {
	background: url(/images/tabs/tab-grey-line.png) repeat-x left bottom;
	padding: 0 20px;
	overflow: hidden;
	margin-top: -2px; /* compensate for line-height, which should be 28px */
}

.plan-tabs {
	background-image: none;
}

.tabs a {
	text-decoration: none !important;
}

.tabs ul.tab-menu {
	line-height: 30px;
}

.tabs ul.tab-menu li {
	float: left;
	display: inline; /* IE6 double margin hack */
	margin-right: 5px;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

.tabs ul.tab-menu a.tab-menu-item span,
.tabs ul.tab-menu a.tab-menu-item-selected span {
	padding: 4px 2px 7px 6px;
	color: #333;
}

.tabs ul.tab-menu a.tab-menu-item em,
.tabs ul.tab-menu a.tab-menu-item-selected em {
	width: 4px;
	padding: 4px 0 7px 0;
}

.tabs ul.tab-menu a.tab-menu-item-selected span,
.tabs ul.tab-menu a.tab-menu-item-selected em {
	padding-bottom: 9px;
}

.tabs ul.tab-menu a.tab-menu-item-selected span {
	background: url(/images/tabs/tab-grey-l.png) no-repeat !important;
}

.tabs ul.tab-menu a.tab-menu-item-selected em {
	background: url(/images/tabs/tab-grey-r.png) no-repeat !important;
}

/* grey tab */
.tabs li.grey-tab span {
	background: url(/images/tabs/tab-grey-l.png) no-repeat !important;
}

.tabs li.grey-tab em {
	background: url(/images/tabs/tab-grey-r.png) no-repeat !important;
}

/* grey button tab */
.tabs li.btn-grey-tab span {
	background: url(/images/tabs/tab-btn-grey-l.png) no-repeat !important;
}

.tabs li.btn-grey-tab em {
	background: url(/images/tabs/tab-btn-grey-r.png) no-repeat !important;
}

/* orange button tab */
.tabs li.btn-orange-tab span {
	background: url(/images/tabs/tab-btn-orange-l.png) no-repeat !important;
	color: #fff !important;
}

.tabs li.btn-orange-tab em {
	background: url(/images/tabs/tab-btn-orange-r.png) no-repeat !important;
}

.tabs-wrapper .tab-panel {
}

.tabs-wrapper .tab-panel.tab-hidden {
    display: none;
}
.tabs-wrapper .tab-panel.tab-visible {
    display: block;
}

/* Coverage Map Tabs - these behave more like buttons */
.map-tabs {
	overflow: hidden;
	margin-top: -4px; /* compensate for line-height, which should be 28px */
}

.map-tabs a {
	text-decoration: none !important;
}

.map-tabs ul.tab-menu {
	line-height: 34px;
	padding: 0 20px;
}

.map-tabs ul.tab-menu li {
	float: left;
	display: inline; /* IE6 double margin hack */
	margin-right: 5px;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

.map-tabs ul.tab-menu a.tab-menu-item span,
.map-tabs ul.tab-menu a.tab-menu-item-selected span {
	padding: 4px 2px 7px 6px;
	color: #fff;
}

.map-tabs ul.tab-menu a.tab-menu-item em,
.map-tabs ul.tab-menu a.tab-menu-item-selected em {
	width: 4px;
	padding: 4px 0 7px 0;
}

.map-tabs ul.tab-menu a.tab-menu-item-selected span,
.map-tabs ul.tab-menu a.tab-menu-item-selected em {
	padding-bottom: 10px;
}

/* red active tab */
.map-tabs ul.tab-menu a.tab-menu-item-selected span {
	background: url(/images/tabs/tab-red-l.png) no-repeat !important;
}

.map-tabs ul.tab-menu a.tab-menu-item-selected em {
	background: url(/images/tabs/tab-red-r.png) no-repeat !important;
}

/* black button tab */
.map-tabs ul.tab-menu a.tab-menu-item span {
	background: url(/images/tabs/tab-btn-black-l.png) no-repeat !important;
}

.map-tabs ul.tab-menu a.tab-menu-item em {
	background: url(/images/tabs/tab-btn-black-r.png) no-repeat !important;
}


/* COMBINED: /var/www/mycricket.com/mycricket_com/web/css/minicart.css */
/* -------------------------------------------------------------
 *	MINICART
 *
 *  This style sheet manages minicart styles.
 * -------------------------------------------------------------
 */

#minicart
{
}

.minicart-closed, .minicart-opened
{
	width: 100%;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	background-repeat: no-repeat;
	background-position: left top;
}

.minicart-closed
{
	height: 48px;
	background-image: url(/images/minicart/bkgd-minicart-closed.png);
}

.minicart-opened
{
	background-image: url(/images/minicart/bkgd-minicart-opened.png);
}

#minicart-inner-wrapper
{
	display: none;
}

.minicart-inner-closed
{
	background-image: none;
}

#minicart-inner-opened-bottom
{
	background-image: url(/images/minicart/bkgd-minicart-bottom-opened.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 19px;
	padding: 10px;
	color: #958e8b;
}

#minicart-inner-opened-bottom div
{
	float: left;
	display: inline; /* IE6 double margin hack */
}

#minicart-inner-opened-bottom #email-edit-cart
{
	width: 160px;
}

#minicart-inner-opened-bottom #minicart-toggle-bottom
{
	width: 50px;
	text-align: right;
}

#minicart-inner-content
{
	background-image: url(/images/minicart/bkgd-minicart-fill-opened.png);
	background-repeat: repeat-y;
	padding: 5px 0;
}

#minicart-inner #minicart-info
{
	position: relative;
	padding: 7px 5px 7px 38px;
	text-align: right;
}
	
#minicart-inner #minicart-info p
{
	float: left;
	display: inline; /* IE6 double margin hack */
	line-height: 18px;
}

#minicart-inner #minicart-info a.btn
{
	position: absolute;
	top: 7px;
	right: 5px;
}

#minicart-inner #minicart-toggle-top
{
	padding: 0 0 0 38px;
}

.minicart-plan
{
	border: 1px solid #6088ad; 
	border-top-style: none;
	border-top-width: 0; /* for IE */
	margin: 0 1px; /* for the borders */
}

/* Hack for IE6 & IE7 only. Forces hasLayout(). */
.minicart-plan { display: inline-block; }
html[xmlns] .minicart-plan { display: block; }

.minicart-plan .minicart-plan-title
{
	background-color: #6088ad;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px;
}
	
.minicart-package
{
	display: none;
}

.minicart-package-toggle
{
	background-color: #c7d6e4;
	color: #000;
	padding: 5px 20px;
}
	
.minicart-package-toggle a
{
	color: #000;
}
	
.minicart-package table
{
	width: 100%;
}

.minicart-package table tr th, 
.minicart-package table tr td
{
	padding: 5px;
}

.minicart-package table thead tr
{
	background-color: #787878;
}

.minicart-package table thead tr th
{
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.minicart-package table thead tr th.minicart-thumb
{
	width: 36px;
}

.minicart-package table thead tr th.minicart-price
{
	width: 50px;
	text-align: center;
}

.minicart-package table tbody tr
{
	border-bottom: 1px solid #e0e0e0;
}

.minicart-package table tbody tr td.minicart-thumb
{
	text-align: center;
	vertical-align: bottom;
	background-color: #fff;
}

* html .minicart-package table tbody tr td img.phone-thumb {
	position: fixed;
}

.minicart-package table thead tr th.minicart-item
{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.minicart-package table tbody tr td.minicart-item
{
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	vertical-align: bottom;
}

.minicart-package table tbody tr td.minicart-price
{
	text-align: right;
	vertical-align: bottom;
}

#minicart-total-wrapper
{
	margin-top: 5px;
	padding: 5px 10px;
}

#minicart-total-wrapper h4
{
	float: left;
	display: inline; /* IE6 double margin hack */
	font-weight: bold;
	text-transform: uppercase;
}

#minicart-total
{
	width: 160px;
}

#minicart-total-amt
{
	width: 50px;
	text-align: right;
}

#minicart-checkout
{
	text-align: right;
	padding: 10px 5px;
}

/* COMBINED: /var/www/mycricket.com/mycricket_com/web/css/forms.css */
/* -------------------------------------------------------------
 *	FORMS
 *
 *  This style sheet manages all styles for sitewide forms.
 *  This style inherits from the layout.css and typography.css.
 *
 * -------------------------------------------------------------
 */

/**
 * Form Base Styles
 **/
.form-row, .form-row-no-label
{
	line-height: 2em;
	margin: 6px 0;
}

.input-group, .input-group-narrow
{
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 256px;
	
}

.input-group-narrow
{
	width: 150px;
}

.input-group-left
{
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 200px;
}

.input-group-right
{
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 135px;
}

.form-row .input-group-right label
{
	width: 70px;
}

.inline-selects select
{
	float: left;
	display: inline; /* IE6 double margin hack */
	width: auto;
	margin-right: 10px;
}

label, input, select, .no-label, .form-note
{
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

.form-row label, .form-row-no-label .no-label
{
	text-align: right;
	float: left;
	display: inline; /* IE6 double margin hack */
	margin: 0 10px 0 0;
	/*width: 130px; mg*/
	width: 150px;
}

#optout .form-row label, .form-row-no-label .no-label
{
	width: 270px;
}


.form-row-empty-label
{
	margin: 10px 25px;
}

input[type="radio"], input[type="checkbox"] {
	vertical-align: text-bottom;
}

/* IE7 */
*:first-child+html input[type="radio"], input[type="checkbox"] { vertical-align: middle; }

input[type="text"], input.text-input
{
	float: left;
	display: inline; /* IE6 double margin hack */
	border: 1px solid #cacaca;
	border-radius: 4px; /* full CSS3 support only */
	padding: 4px;
}

.text-input-500-width
{
	width: 500px;
}

.text-input-360-width
{
	width: 360px;
}

.text-input-235-width
{
	width: 235px;
}

.text-input-170-width
{
	width: 170px;
}

.text-input-150-width
{
	width: 150px;
}

.text-input-70-width
{
	width: 70px;
}

.text-input-40-width
{
	width: 40px;
}

.text-input-full-width
{
	width: 100%;
}

.text-input-full-block
{
	width: 100%;
	display: block;
}

.text-input-auto-width
{
	width: auto;
}

input.textarea
{
	float: left;
	display: inline; /* IE6 double margin hack */
	border: 1px solid #cacaca;
	border-radius: 4px; /* full CSS3 support only */
	padding: 4px;
}

select
{
	border: 1px solid #cacaca;
}

select.inline
{
	float: left;
	display: inline; /* IE6 double margin hack */
	margin-right: 3px;
}

.form-row select, .form-row-no-label select
{
	max-width: 254px; /* IE & Safari don't grok this */
}

input.checkbox
{
}

button.right-with-margin
{
	float: right;
	display: inline; /* IE6 double margin hack */
	margin: 0 20px 20px 0;
}

/**
 * Navbar Search Form
 **/
#email-signup input
{
	width: 180px;
	padding: 2px;
	margin-right: 3px;
	border: 1px solid #c6c6c6;
}

/**
 * Checkout Forms
 **/
#billing-info, #shipping-info, #age-confirm
{
	margin-bottom: 10px;
}

#customer-info-col, #summary, #myaccount-left-col, #myaccount-right
{
	float: left;
	display: inline; /* IE6 double margin hack */
}

#customer-info-col
{
	width: 427px;
	margin-right: 5px;
}

#myaccount-left-col
{
	width: 665px;
	margin-right: 55px;
}

#summary
{
	width: 187px;
}

#myaccount-right
{
	width: 235px;
}

#myaccount-banner {
	text-align: center;
	margin-bottom: 8px;
}

/**
 * Checkout Forms Review and Payment Page
 **/
#reviewpmt-info-sect
{
	width: 652px;
	margin: 0 2px 20px 2px;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	/* Fake Center Border */
	background: #f1f1f1 url(/images/backgrounds/bkgd-grey-line.png) repeat-y 326px top;
}

#payment-info, #review-info
{
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 329px;
}

#payment-info
{
	margin-left: -3px;
}

#payment-info .rounded-box-left
{
	padding-left: 15px;
}

#review-info
{
	margin-right: -3px;
}

#review-info .rounded-box-right
{
	padding: 0 3px 0 0;
}

#review-info ul
{
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	border-bottom: 1px solid #d1d1d1;
	padding: 12px 25px;
}

#items-info
{
	margin-bottom: 20px;
}

#items-info-col
{
	width: 660px;
}

.edit-form
{
	background-color: #ebeddc;
	padding: 12px 0;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	width: 325px;
}

#edit-shipdetail
{
	border-bottom-style: none !important;
	border-bottom-width: 0 !important; /* for IE */
}

.edit-form-title
{
	margin: 0 25px;
}

#edit-billto
{
}

/**
 * Order Confirmation Page
 **/

#reviewpmt-ccinfo
{
	margin: 20px 0 0 0;
}

#reviewpmt-ccinfo p, #reviewpmt-ccinfo div
{
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 140px;
}

#reviewpmt-ccinfo img
{
	border: 1px solid #707DC9;
	padding: 1px;
}

#reviewpmt-ccinfo p#reviewpmt-pmtmethod, #reviewpmt-ccinfo p#reviewpmt-ccnumber
{
	height: 50px;
}

#reviewpmt-ccinfo p#reviewpmt-pmtmethod
{
	text-align: right;
	padding: 0 20px 0 0;
}

#reviewpmt-ccinfo p#reviewpmt-expon
{
	clear: left;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 10px 0 0 0;
}

#reviewpmt-ccinfo p#reviewpmt-expdate
{
	margin: 10px 0 0 0;
}

/**
 * Form Validation
 **/

.form-error, .form-no-error
{
	float: left;
	display: inline; /* IE6 double margin hack */
}

.form-error
{
	background-color: #fecbca;
}

.form-error .msg, .form-error .msg-long-text
{
	background: url("/images/icons/icon-form-alert.png") no-repeat 4px 2px;
	color: #ca0001;
	font-style: italic;
	padding: 4px 4px 4px 32px;
	width: 215px;
	line-height: normal;
}

.form-error .msg-long-text
{
	width: 330px;
}

.form-error input
{
	float: none;
	border: 1px solid #ca0001;
}

/*ZIP FORM CITY HELPERS*/
/*.inline-zip-form.national .cities,
.item-content .inline-zip-form .cities,
#form-zipentry .form-zipentry-content
*/
.cities
{
	/*padding: 10px;*/
	width: 230px;
	position:absolute; 
	/*background-color: #fff;*/
	z-index: 99; 
	/*border: 1px solid #999;*/	
	margin: 24px 0 0 5px;
}


.inline-zip-form.national .selected-city,
.item-content .inline-zip-form .selected-city
{
	font-size: 9px; 
	padding: 1px; 
	margin-top: 24px;
	width: 230px; 
	position:absolute; 
	background-color: #fff;
	z-index: 9999; 
	border: 1px solid #999;
}

.plans-national-zip-wrapper .inline-zip-form.national .cities,
.plans-national-zip-wrapper .inline-zip-form.national .selected-city,
.plans-detail-national-zip-wrapper .inline-zip-form.national .cities,
.plans-detail-national-zip-wrapper .inline-zip-form.national .selected-city
{
	margin: -10px 0 0 205px;
}





.box div.city-item
{
   border-bottom: 1px dotted #999999;
   padding: 3px 10px;
   margin-right: 10px;	
}

input.input-shadowed, select.input-shadowed
{
	padding: 4px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #cacaca;
	background: url("/images/backgrounds/bkgd-zip-natl-field-left.png") no-repeat scroll -2px 0 transparent;
}

/*
THIS IS FOR PHONES
inline-zip-form national
*/



/* COMBINED: /var/www/mycricket.com/mycricket_com/web/css/glossary.css */
/* -------------------------------------------------------------
 *	GLOSSARY
 *
 *  This style sheet manages tooltip popup styles.
 *  This style can inherit from the layout.css and typography.css.
 *
 * -------------------------------------------------------------
 */

.glossaryTerm {
	cursor: pointer;
}

#glossaryToolTip {
	padding: 3px;
	font-size: .75em;
	border: 1px solid #a6a7ab;
	background: #f2f3f5;
	width: 300px;
}

.glossary-header .term, .glossary-header .def {
	width: 200px;
	float: left;
	display: inline; /* IE6 double margin hack */
	padding: 5px;
}

.glossary-header .term {
	width: 200px;
}

.glossary-header .def {
	width: 450px;
}

.glossary-header {
	font-weight: bold;
}

.glossary-category .term, .glossary-category .def {
	font-size: .825em;
	padding: 5px;
}

.glossary-category .term a {
	padding-right: 5px;
	text-decoration: none;
}

.glossary-category .def {
	margin-left: 30px;
}


/* COMBINED: /var/www/mycricket.com/mycricket_com/web/css/processflow.css */
/* -------------------------------------------------------------
 *  PROCESS FLOW
 *
 *  This style sheet manages the process flow widget styles.
 * -------------------------------------------------------------
 */

/********************
 * Structure styles *
 *******************/

#processflow
{
  width: auto;
  margin:0 auto 0 auto;
  text-align:center;
  min-height: 64px;
  height: auto !important;
  height: 64px;
}

#processflow ul
{
  /*padding-right: 3px;*/
  text-align:center;
  margin:0 auto 0 auto;
  height:61px;
}

#processflow ul li
{
  float: left;
  display: inline; /* IE6 double margin bug hack */
  margin:0px;
  padding:0px;
  background-image: url(/images/sprites/sprite_buyflo_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  text-transform: uppercase;
}

#processflow ul li a
{
  background-repeat:no-repeat;
  background-position:center 15px;
  cursor:default;
  text-align: center;
  padding: 0 0px;
  margin:0;
  text-transform: uppercase;
  display:block;
}

#processflow ul li a img
{
  padding: 14px 12px;
  margin:0;
  height: 20px;
  background-image: url(/images/sprites/sprite_buyflo_bg.png);
  background-repeat: no-repeat;
  background-position: right -300px;
}

#processflow ul li.pf-left
{
  background-position: left top
}

#processflow ul li.pf-right
{
  background-position: right top
}

#processflow ul li.pf-right img, #processflow ul li.pf-right-selected img
{
  background-image:none;
}

#processflow.pf-cartflow, #pf-icons.pf-cartflow, .pf-cartflow
{
  width:740px; /* must equal 960 when added to horiz padding */
  padding:0 0 0 220px;
}

/*******************
 * Selected styles *
 ******************/

#processflow ul li.pf-selected
{
  background-position: center -100px
}

#processflow ul li div.pf-arrow
{
  display:none;
}

#processflow ul li.pf-selected div.pf-arrow, #processflow ul li.pf-right-selected div.pf-arrow
{
  display:block;
  margin-top:-5px;
  text-align:center;
}

#processflow ul li.pf-right-selected
{
  background-position: right -100px
}

#processflow ul li.pf-left-selected
{
  background-position: left -100px
}

/******************
 * Checked styles *
 *****************/
#processflow ul li a img
{
  background-image: url(/images/processflow/processflow_separator.png);
  background-position:top right;
}

#processflow ul li.pf-checked a img
{
  background-image: url(/images/processflow/processflow_check.png);
  background-position:top right;
}

#processflow ul li.pf-checked-selected a img
{
  background-image: url(/images/processflow/processflow_check_selected.png);
  background-position:top right;
}

#processflow ul li.pf-checked a
{
  padding-left:25px;
  background-position:15px 15px;
}

/***************
 * Link styles *
 **************/

#processflow ul li.pf-link a
{
  cursor:pointer;
}

/***************
 * Icon styles *
 **************/

#pf-icons
{
  width:535px;
  height:52px;
  margin:0 auto 10px auto;
}

#pf-icons div
{
	width: 178px;
	height: 52px;
	float: left;
	display: inline; /* IE6 double margin hack */
	background-position: center top;
	background-repeat: no-repeat;
}

#pf-icons #pf-icons-shipbox
{
  background-image:url(/images/processflow/icon-shipbox-dark.png);
}

#pf-icons #pf-icons-shipbox.pf-selected
{
  background-image:url(/images/processflow/icon-shipbox-selected.png);
}

#pf-icons #pf-icons-paymentcards
{
  background-image:url(/images/processflow/icon-paymentcards-dark.png);
}

#pf-icons #pf-icons-paymentcards.pf-selected
{
  background-image:url(/images/processflow/icon-paymentcards-selected.png);
}

#pf-icons #pf-icons-confirmationbag
{
  background-image:url(/images/processflow/icon-confirmationbag-dark.png);
}

#pf-icons #pf-icons-confirmationbag.pf-selected
{
  background-image:url(/images/processflow/icon-confirmationbag-selected.png);
}

/*********************
 * Select Phone Step *
 ********************/

#pf-phone a
{
  background-image: url(/images/text/processflow_selectphone.png);
}

#pf-phone.pf-link a:hover
{
  background-image: url(/images/text/processflow_selectphone-over.png);
}

#processflow ul li#pf-phone.pf-selected a
{
  background-image:url(/images/text/processflow_selectphone-selected.png);
}

#processflow ul li#pf-phone a img
{
  width:120px;
}

.processflow-shopPhones
{
  /* specifying the width allows for center float */
  width: 710px !important;
}

/**************************
 * Select Accessoies Step *
 *************************/

#pf-accessories a
{
  background-image: url(/images/text/processflow_selectacc.png);
}

#pf-accessories.pf-link a:hover
{
  background-image: url(/images/text/processflow_selectacc-over.png);
}

#processflow ul li#pf-accessories.pf-selected a
{
  background-image:url(/images/text/processflow_selectacc-selected.png);
}

#processflow ul li#pf-accessories a img
{
  width:145px;
}

/********************
 * Select Plan Step *
 *******************/

#pf-plan a
{
  background-image: url(/images/text/processflow_selectplan.png);
}

#pf-plan.pf-link a:hover
{
  background-image: url(/images/text/processflow_selectplan-over.png);
}

#processflow ul li#pf-plan.pf-selected a
{
  background-image:url(/images/text/processflow_selectplan-selected.png);
}

#processflow ul li#pf-plan a img
{
  width:93px;
}

/***************************
 * Select Plan Addons Step *
 **************************/

#pf-addons a
{
  background-image: url(/images/text/processflow_selectaddons.png);
}

#pf-addons.pf-link a:hover
{
  background-image: url(/images/text/processflow_selectaddons-over.png);
}

#processflow ul li#pf-addons.pf-selected a
{
  background-image:url(/images/text/processflow_selectaddons-selected.png);
}

#processflow ul li#pf-addons a img
{
  width:156px;
}

/*****************
 * View Cart Step *
 *****************/

#pf-cart a
{
  background-image: url(/images/text/processflow_viewcart.png);
}

#pf-cart.pf-link a:hover
{
  background-image: url(/images/text/processflow_viewcart-over.png);
}

#processflow ul li#pf-cart.pf-selected a
{
  background-image:url(/images/text/processflow_viewcart-selected.png);
}

#processflow ul li#pf-cart.pf-right-selected a
{
  background-image:url(/images/text/processflow_viewcart-selected.png);
}

#processflow ul li#pf-cart a img
{
  width:78px;
}


/*****************************
 * Billing and Shipping Step *
 ****************************/

#pf-billingshipping a
{
  background-image: url(/images/text/processflow_billingshipping.png);
}

#pf-billingshipping.pf-link a:hover
{
  background-image: url(/images/text/processflow_billingshipping-over.png);
}

#processflow ul li#pf-billingshipping.pf-selected a
{
  background-image:url(/images/text/processflow_billingshipping-selected.png);
}

#processflow ul li#pf-billingshipping a img
{
  width:155px;
}

/*********************
 * Select modem Step *
 ********************/

#pf-modem a
{
  background-image: url(/images/text/processflow_selectmdm.png);
}

#pf-modem.pf-link a:hover
{
  background-image: url(/images/text/processflow_selectmdm-over.png);
}

#processflow ul li#pf-modem.pf-selected a
{
  background-image:url(/images/text/processflow_selectmdm-selected.png);
}

#processflow ul li#pf-modem a img
{
  width:130px;
}

/***************************
 * Review and Payment Step *
 **************************/

#pf-reviewpayment a
{
  background-image: url(/images/text/processflow_reviewpayment.png);
}

#pf-reviewpayment.pf-link a:hover
{
  background-image: url(/images/text/processflow_reviewpayment-over.png);
}

#processflow ul li#pf-reviewpayment.pf-selected a
{
  background-image:url(/images/text/processflow_reviewpayment-selected.png);
}

#processflow ul li#pf-reviewpayment a img
{
  width:155px;
}

/**************************
 * Order Confirmation Step *
 *************************/

#pf-orderconf a
{
  background-image: url(/images/text/processflow_orderconf.png);
}

#pf-orderconf.pf-link a:hover
{
  background-image: url(/images/text/processflow_orderconf-over.png);
}

#processflow ul li#pf-orderconf.pf-selected a
{
  background-image:url(/images/text/processflow_orderconf-selected.png);
}

#processflow ul li#pf-orderconf a img
{
  width:145px;
}

/*******************************
 * Select Number of Lines Step *
 *******************************/

#pf-selectnumlines a
{
  background-image: url(/images/text/processflow_selectnumlines.png);
}

#pf-selectnumlines.pf-link a:hover
{
  background-image: url(/images/text/processflow_selectnumlines-over.png);
}

#processflow ul li#pf-selectnumlines.pf-selected a
{
  background-image:url(/images/text/processflow_selectnumlines-selected.png);
}

#processflow ul li#pf-selectnumlines a img
{
  width:175px;
}

/**************************
 * Build Family Plan Step *
 **************************/

#pf-buildfamplan a
{
  background-image: url(/images/text/processflow_buildfamplan.png);
}

#pf-buildfamplan.pf-link a:hover
{
  background-image: url(/images/text/processflow_buildfamplan-over.png);
}

#processflow ul li#pf-buildfamplan.pf-selected a
{
  background-image:url(/images/text/processflow_buildfamplan-selected.png);
}

#processflow ul li#pf-buildfamplan a img
{
  width:145px;
}


/********************
 * Checkout Success *
 *******************/
 #order-confirmation-header-text {
	float:left;
	width: 415px;
	padding-left: 25px;
	margin-bottom: 15px;
 }
 
 .order-confirm-thanks {
 	color: #FF6600;
 	font-weight: bold;
	font-size: 15px;
 }
 
 .order-confirm-number {
 	color: gray;
	font-weight: bold;
	font-size: 17px;
 }
 
 #order-confirmation-print {
 	float: right;
	width: 200px;
	font-size: 11px;
	margin-top: 22px;
	margin-right: 75px;
 }
 
 .payment-leftcol {
 	float: left;
	width: 120px;
	font-size: 11px;
	text-align: right;
 }
 
 .payment-rightcol {
 	float: right;
	width: 160px;
	font-size: 11px;
	margin-bottom: 10px;
 }
 
 .payment-automatic {
 	width: 150px;
	font-size: 11px;
	margin-left: 58px;
 }
 
 #order-summary-details {
 	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #9c9c9c;
	background-color: #f1f1f1;
	padding: 15px;
	width: 620px;
	margin-left: 4px;
 }
 
 
 .order-summary-leftcol {
 	float: left;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
 }
 
 #order-summary-text { width: 320px; }
 
 
	
#manage-account-info h2 {
	font-weight: bold;
	font-size: 16px;
	}

#manage-account-info h3 {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	padding: 3px 0px 15px 0px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 15px;
	width: 655px;
	}
	
#bookmark-myaccount-bttn {
	width: 225px;
	float: left;
	}
	
#manage-account-info-text {
	width: 410px;
	float: right;
	font-size: 11px;
	color: #666;
	line-height: 15px;
	margin-right: 0;
	margin-bottom: 20px;
}

/* COMBINED: /var/www/mycricket.com/mycricket_com/web/css/item.css */
/**
 * An item is the base style for list items
 * on search results pages such as phones
 * and broadband.
 */
 #item-media-360 {
/* 	position: relative;
 	top: 0;
 	left: 0;
 	*/
 }

 #flash, #flash1{
 	text-align:center;
 }

 #flash{
 	margin: -30px 0 0 50px;
 /*	margin: -245px 0px 0px -90px;*/
 }

 #flash1{
 	margin: -30px 0 0 50px;
 	/*margin: -265px 0px 0px -90px;*/
 }

 #flash-upgrade{
 	position:absolute;
 	width: 230px;
 	left: 240px;
 	top: -180px;
 }
 #flash-upgrade-icon{
 	float:left;
 	clear:none;
 	margin-right:5px;
 	width:51px;
 	height: 50px;
 }
 #flash-upgrade-text{
 	float:left;
 	clear:none;
 	font-weight:bold;
 	font-size:0.8em;
 	text-align:left;
 }

 /* Structure Styles */

.item {
	width: 380px;
	min-height: 350px; /* IE6 doesn't grok this */
	border: 1px solid #dadada;
	background: #fff;
}

/* IE6 min-height hack */
/*\*/ * html .item { height: 350px; } /**/

.item-small {
	width: 330px;
	min-height: 340px; /* IE6 doesn't grok this */
	border: 1px solid #dadada;
	background: #fff;
}

/* IE6 min-height hack */
/*\*/ * html .item-small { height: 340px; } /**/

.item-left {
	float: left;
	display: inline; /* IE6 double margin hack */
	margin: 0px 5px 10px 0px;
}

.item-right {
	float: right;
	display: inline; /* IE6 double margin hack */
	margin: 0px 0px 10px 5px;
}

.item-header {
	line-height: 25px;
	margin: 5px 0 5px 5px;
}

.item-content {
	background: url(/images/backgrounds/bkgd-phone-list-cape.png) no-repeat top left;
}

.item-intro {
	background: url(/images/backgrounds/bkgd-phone-list-cape.png) no-repeat top left;
	width: 100%;
}

.item-intro-text {
	padding: 5px;
	color: #8e8e8e;
	height: 90px;
	overflow: auto;
	font-size: 0.85em;
}

.item-content-right {
	float: right;
	display: inline; /* IE6 double margin hack */
	width: 205px;
	padding-bottom: 5px;
}

.item-content-right-small {
	float: right;
	display: inline; /* IE6 double margin hack */
	width: 180px;
	margin-right: 5px;
}

.item-footer {
	position: relative;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}

/* CNET RATINGS */

.item .cnet-rating, .item-small .cnet-rating {
	position: absolute;
	left: 4px;
	bottom: 5px;
}
.item .cnet-rating {
	width: 200px;
	bottom: 29px;
}
.item .cnet-stars {
	width: 75px;
	float: left;
	padding-left: 3px;
}
.item .cnet-rate {
	float: left;
	padding: 2px;
	font-size: 0.8em;
}
.item .item-like {
	margin-top: 5px;
	padding: 10px 10px 5px;
}
.item .item-like .item-order-by-phone img {
	float: right;
}
.item .item-image .item-requires-label {
	font-style: italic;
	font-size: 0.85em;
	text-align: center;
}
.item-featured .cnet-rating, #learn-phones .item-small .item-footer .cnet-rating {
	float: left;
	display: inline; /* IE6 double margin hack */
	padding-bottom: 5px;
	padding-left: 12px;
}

.item-content-right .cnet-rating {
	padding-bottom: 5px;
	margin-left: -5px;
}

/* Zip / National input styles */

.item-zip-wrapper {
	background: url(/images/backgrounds/bkgd-zip-natl-box-left.png) no-repeat top left;
	padding: 8px 2px 8px 8px;
	height: 43px;
	margin-right: 0px;
}

.item-zip-wrapper button  {
	margin-left:6px;
	width: 90px;
}

.item-zip-wrapper-right {
	background: url(/images/backgrounds/bkgd-zip-natl-plans-right.png) no-repeat top left;
	height: 43px;
	width: 5px;
}

.item-zip-right {
	background: url(/images/backgrounds/bkgd-zip-natl-field-right.png) no-repeat top left;
	height: 24px;
	width: 3px;
	float: left;
	display: inline; /* IE6 double margin hack */
}

.item-zip-wrapper-tall {
	background: url(/images/backgrounds/bkgd-zip-natl-box-left-tall.png) no-repeat top left;
	padding: 10px 10px 0 10px;
	height: 70px;
}

.item-zip-text {
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	padding-bottom: 5px;
}

.item-zip-input {
	background: url(/images/backgrounds/bkgd-zip-natl-field-left.png) no-repeat;
	border-style: none !important;
	border-width: 0 !important;
	height: 14px;
	padding: 5px !important;
	width: 81px;
	float: left;
	display: inline; /* IE6 double margin hack */
}

.item-zip-wrapper button {
	float:left;
	display: inline; /* IE6 double margin hack */
}

/* Miscellaneous Styles */

.item-title, .item-image {
	float: left;
	display: inline; /* IE6 double margin hack */
}
.item-title
{
	width: 282px;
}

.item-image {
	/*width: 140px;*/
	width: 170px;
	padding-bottom: 10px;
	overflow: hidden;
}

.item-button-details {
	padding-bottom: 5px;
}

.item-button-details, .item-cart-button-container, .item-detail-cart-button {
	float: right;
}

/* Cart Button */
.item-cart-button-container {
	margin-right: 5px;
	/* set fixed height on the container so that the ajax spinner contained in this
	div does not affect the auto height of the overall container */
	height: 24px;
}

#lightbox-container-content .item-cart-button-container {
	height: auto;
}

.item-detail-tab-cart-button {
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.item-order-by-phone {
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}

/* Delay messages */
.item-delayed-container {

  text-align:right;
  height: 35px;
  padding-top: 20px;
  padding-right: 5px;

}

.item-delayed-label {
  color: #333333;
  font-size: .85em;
  font-weight: bold;
}

.item-delayed-message {
  color: #666;
  font-size: .720em;
}
/**/

.item-blue-label
{

	font-style: italic;
	color: #0074AD;
	font-weight: bolder;
	font-size: .85em;
	letter-spacing: -1px;
	text-align: center;
}
.item-requires-label
{
  color: #666;
  font-size: .8em;
  padding-left: 10px;
  padding-top: 5px;
}

/*.item-wrapper*/
.item-whitedout
{
   background-color: #fff;
   filter: alpha(opacity=80); /* internet explorer */
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
   opacity: .8;/* fx, safari, opera, chrome */
   position:absolute;
   height:439px;
   width: 380px;
   margin-top:-493px;
/*
bottom:0;

left:0;

right:0;
top:0;
   */

/*   float: left;
   width: 380px;
   height: 420px;*/

/*   bottom: 0;
   top:0;
   left:0;
   right: 0;
   */
}

/*.plans-wrapper*/
.item-whitedout .item-whitedout-inner
{
	position: relative;
	text-align: right;
	right: 20px;
	width: 190px;
	top: 340px;
	left: 180px;
	font-weight: bold;
	font-size: .85em;
/*	width: 147px;
  	font-size: .8em;
  	padding-top: 95px;
  	padding-left: 3px;
  	display: inline;
  	float: left;
	font-weight: bold;
	text-align: center;
*/
/*
float:left;
font-size:0.8em;
font-weight:bold;
height:400px;
position:absolute;
text-align:center;
width:380px;
	*/
}

.item .hidden-on-whitedout
{
   visibility: hidden;
}


.item-suggested-plan-message
{
	background: transparent url(/images/backgrounds/plan-suggested-phone-message.png) no-repeat;
	/*height: 30px;*/
	padding: 13px 0 10px 0;
	text-align: center;
	width: 578px;
	height: 22px;
	margin-left: 135px;
	/*margin-top: 15px;*/
	font-size: .85em;
}

.item-suggested-plan-message span
{
  color: #0c65a7;
  font-style: italic;
  font-weight: bold;
}



/* Item Header Title */

.item-title h2 {
	font-size: 1.12em;
	font-weight: bold;
	line-height:17px;
}

.item-title a {
	color: black;
}

/* Feature Icons */

.item-feature-icons {
	margin: 10px 0;
	height: 50px;
}

.item-feature-icons-text {
	font-weight: bold;
	padding-bottom: 5px;
}

.item-feature-icons-vert{
	padding: 5px 0 10px 0;
}

.item-feature-icons-vert-feature {
	padding: 0 15px;
	margin-top: 5px;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	font-weight: bold;
}

.item-feature-icons-vert-icon {
	float: left;
	display: inline; /* IE6 double margin hack */
}

.item-feature-icons-vert-icon img {
}

.item-feature-icons-vert-text {
	clear: right;
	width: 95px;
}

/* Media Styles */

.item-media {
	background: url(/images/backgrounds/bkgd-phone-list-cape.png) no-repeat top left;
	height: 67px;
	width: 100%;
}

.item-media-360 {
	width: 65px;
	height: 57px;
	float: left;
	display: inline; /* IE6 double margin hack */
	font-size: .75em; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
	text-align: center;
	margin-top: 10px;
}

.item-media-links {
	padding-top: 5px;
}

.item-media-link {
	height: 14px;
	padding-top: 3px;
	font-size: .75em; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
	margin-left:5px;
}

/* Compare styles */

.item-compare {
	background: url(/images/buttons/btn-black-med-l.png) no-repeat;
	float: right;
	display: inline; /* IE6 double margin hack */
	padding: 6px 10px;
	height: 13px;
	line-height: 100%;
	width: 70px;
}

.item-compare label {
	color: #fff;
	float: left;
	display: inline; /* IE6 double margin hack */
	margin-right: 5px;
}

.item-compare input {
	float: right;
	display: inline; /* IE6 double margin hack */
	height: 11px;
	/*padding: 0;
	margin: 0;*/
}

/* Item Price */

.item-price {
	background: url(/images/backgrounds/bkgd-phone-list-cape.png) no-repeat top left;
	height: 140px;
}

.item-price-line {
	padding: 3px 6px;
	height: 15px;
	font-size: .75em; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
}
.item-price-line-web-discount {
	padding: 3px 6px;
	height: 15px;
	font-size: .75em; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
	/*background: url(/images/icons/sales_tag.png) no-repeat;
	background-position: 8px 0px;*/
}

.item-price-total-wrapper {
	background: url(/images/sprites/sprite-info-balloon.png) no-repeat right -50px;
}

.item-price-web-only-discount-text{
	margin: -2px 0px 0px 6px;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	display: inline; /* IE6 double margin hack */
}

.item-price-web-only-discount-total-value{
	float: right;
	display: inline; /* IE6 double margin hack */
	font-weight: bold;
	font-style: italic;
	margin-top: -2px;
}

.item-price-total {
	background: url(/images/sprites/sprite-info-balloon.png) no-repeat left top;
	height: 36px;
	margin-right: 3px;
	padding: 0 3px 0 6px;
	font-weight: bold;
}

.item-price-total-text {
	float: left;
	display: inline; /* IE6 double margin hack */
	font-weight: bold;
	padding-top: 6px;
	font-size: .75em; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
}

.item-price-total-value {
	float: right;
	display: inline; /* IE6 double margin hack */
	font-weight: bold;
	padding-top: 5px;
}

.item-price-you-save {
	font-size: .75em; /* Equivalent for 10pt at 96 ppi - (10/12) * .9 = .75em */
	font-style: italic;
}

/* Item Feature List */

.item-feature-list {
	padding: 15px 10px;
}

.item-feature-list-type {
	font-weight: bold;
	padding-bottom: 5px;
}

.item-feature-list-feature {
	padding: 0 0 5px 20px;
}

.item-feature-list-name {
	width: 200px;
	float: left;
	display: inline; /* IE6 double margin hack */
}

.item-feature-list-description {
	margin-left:200px;
}

/**
 * ITEM DETIAL STYLES
 */

#item-detail-wrapper {
	width: 774px;
	margin: 0 auto;
	padding-top: 3px;
	background-image: url(/images/backgrounds/bkgd-phone-details-t.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#item-detail-fill {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-bottom: 30px;
}

#item-detail-bottom {
	width: 100%;
	height: 3px;
	font-size: 1px; /* for IE6 */
	background-image: url(/images/backgrounds/bkgd-phone-details-b.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#item-detail {
	width: 542px;
	height: 320px;
	float: left;
	display: inline; /* IE6 double margin hack */
}

.item-sale-tag{
  background: transparent url(/images/saletag/saletag-detail-bg.png);
  height: 70px;
  width: 205px;
  display: table-cell;

  vertical-align: middle;
  top: 50%;

}


/* item Detail Header */
#item-detail-header {
	padding: 10px;
}

#item-detail-header h1 {
	font-weight: bold;
	font-size: 1.25em;
	margin-left: 12px;
	line-height: 20px;
	float: left;
	display: inline; /* IE6 double margin hack */
}

.popup-content #item-detail-header h1 {
	float: none;
	display: block;
	margin-left: 0;
}

.popup-content #item-detail-header {
	padding: 0 10px 10px 10px;
}

.popup-content #item-detail-header a.btn {
	display: none;
}

/* END item Detail Header */

/* item Details Content */
.item-detail-content {
	background: none !important;
}

/* END item Details Content */

/* item Features Viewer Controls */
#item-features-wrapper {
	float: left;
	display: inline; /* IE6 double margin hack */
	/*width: 86px;*/
	width: 135px;
	max-height:272px;
}

/*#item-features-top, #item-features-bottom {
	height: 3px;
	font-size: 1px; /* for IE6 */
/*}

#item-features-top {
	background-image: url(/images/backgrounds/bkgd-phone-features-t.png);
	background-repeat: no-repeat;
}

#item-features-bottom {
	background-image: url(/images/backgrounds/bkgd-phone-features-b.png);
	background-repeat: no-repeat;
}
*/
#item-features {
	/*padding: 9px 0;
	background-color: #f1f1f1;
	border-right: 1px solid #ddd;*/
	background-image: url(/images/sprites/bkgd-item-phone-features.gif);
	background-repeat: repeat-y;
	width: 135px;
	max-height: 272px;
}

#item-features a {
	position:relative;
}

#item-features-top {
	background-image: url(/images/backgrounds/item-features-top.gif);
	background-repeat: no-repeat;
	font-size: 1px; /* for IE6 */
}

#item-features-bottom {
	background-image: url(/images/backgrounds/item-features-bottom.gif);
	background-repeat: no-repeat;
	font-size: 1px; /* for IE6 */
}

#item-features-top, #item-features-bottom {
	height: 15px;
	font-size: 1px; /* for IE6 */
}

a.lnk-360-tour{
	background-image: url(/images/sprites/sprite-phone-features.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	display:block;
	text-indent:-3000px;
	width: 135px;
	height:56px;
}
a.lnk-360-tour:hover{
	background-position: -134px 0px;
}
a.lnk-360-tour-active{
	background-image: url(/images/sprites/sprite-phone-features.gif);
	background-repeat: no-repeat;
	background-position: -268px 0px;
	margin:0px;
	padding:0px;
	display:block;
	text-indent:-3000px;
	width: 135px;
	height:56px;
}

a.lnk-gallery-zoom{
	background-image: url(/images/sprites/sprite-phone-features.gif);
	background-repeat: no-repeat;
	background-position: 0px -56px;
	margin:0px;
	padding:0px;
	display:block;
	text-indent:-3000px;
	width: 135px;
	height:56px;
}
a.lnk-gallery-zoom:hover{
	background-position: -134px -56px;
}
a.lnk-gallery-zoom-active{
	background-image: url(/images/sprites/sprite-phone-features.gif);
	background-repeat: no-repeat;
	background-position: -268px -56px;
	margin:0px;
	padding:0px;
	display:block;
	text-indent:-3000px;
	width: 135px;
	height:56px;
}

a.lnk-compare-size{
	background-image: url(/images/sprites/sprite-phone-features.gif);
	background-repeat: no-repeat;
	background-position: 0px -112px;
	margin:0px;
	padding:0px;
	display:block;
	text-indent:-3000px;
	width: 135px;
	height:56px;
}
a.lnk-compare-size:hover{
	background-position: -134px -112px;
}
a.lnk-compare-size-active{
	background-image: url(/images/sprites/sprite-phone-features.gif);
	background-repeat: no-repeat;
	background-position: -268px -112px;
	margin:0px;
	padding:0px;
	display:block;
	text-indent:-3000px;
	width: 135px;
	height:56px;
}

a.lnk-gallery{
	background-image: url(/images/sprites/sprite-phone-features.gif);
	background-repeat: no-repeat;
	background-position: 0px -168px;
	margin:0px;
	padding:0px;
	display:block;
	text-indent:-3000px;
	width: 135px;
	height:56px;
}
a.lnk-gallery:hover{
	background-position: -134px -168px;
}
a.lnk-gallery-active{
	background-image: url(/images/sprites/sprite-phone-features.gif);
	background-repeat: no-repeat;
	background-position: -268px -168px;
	margin:0px;
	padding:0px;
	display:block;
	text-indent:-3000px;
	width: 135px;
	height:56px;
}

a#lnk-muve-music.view-the-demo{
	background-image: url(/images/sprites/sprite-phone-features.gif);
	background-repeat: no-repeat;
	background-position: 0px -220px;
	margin:0px;
	padding:0px;
	display:block;
	text-indent:-3000px;
	width: 135px;
	height:56px;
}
a#lnk-muve-music.view-the-demo:hover{
	background-position: -134px -220px;
}

.item-detail-fb-widget {
	clear:both;
	text-align:center;
	display:block;
	width:225px;
	margin-left:250px;
}

#view-phone-details{
	margin-top: -30px;
	position:relative;
	top:25px;
	left:2px;
}

/*#item-features a {
	display: block;
	background-image: url(/images/sprites/sprite-phone-features.png);
	background-repeat: no-repeat;
}

#item-features a, #item-features a img {
	width: 70px;
	height: 62px;
}
*/
#item-features a.item-feature-360 {
	background-position: -1px 4px;
}

#item-features a.item-feature-360:hover {
	background-position: -77px 4px;
}

#item-features a.item-feature-360:active {
	background-position: -151px 4px;
}

#item-features a.item-feature-zoom-in {
	background-position: -1px -52px;
}

#item-features a.item-feature-zoom-in:hover {
	background-position: -77px -52px;
}

#item-features a.item-feature-zoom-in:active {
	background-position: -151px -52px;
}

#item-features a.item-feature-compare {
	background-position: -1px -106px;
}

#item-features a.item-feature-compare:hover {
	background-position: -77px -106px;
}

#item-features a.item-feature-compare:active {
	background-position: -151px -106px;
}

#item-features a.item-feature-gallery {
	background-position: -1px -160px;
}

#item-features a.item-feature-gallery:hover {
	background-position: -77px -160px;
}

#item-features a.item-feature-gallery:active {
	background-position: -151px -160px;
}

/* END item Features Viewer Controls */

/* item Detail View */
.item-detail-large-image {
	/*width: 456px;
	width: 800px;*/
	float: left;
	display: inline; /* IE6 double margin hack */
	text-align: center;
}

.item-shadow {
	width: 100%;
	height: 22px;
	background-image: url(/images/sprites/sprite_phone_shadow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* END item Detail View */

/* Item Media Galleries */

.item-gallery {
	display: none;
	position: relative;
}

.item-gallery-active {
	width: 300px !important;
	height: 300px !important;
	margin-left: 40px;
	float: left;
	display: inline; /* IE6 double margin hack */
}

.item-gallery-thumbs {
	float: right;
	display: inline; /* IE6 double margin hack */
 	padding-right: 0px;
	text-align: center;
	position:relative;
	top: -315px;
}

.item-gallery-thumb {
	padding: 10px 0;
}

.item-gallery-size-compare-disclaimer {
	text-align: center;
	color: #333333;
	font-size: 8pt;
}

/* END Item Gallery */

/* item Detail Specifications */
#item-detail-specs {
	float: right;
	display: inline; /* IE6 double margin hack */
	width: 220px;
	height: 250px;
	margin-right: 10px;
}

#item-detail-specs .item-list-item-pricing {
	background: url(/images/backgrounds/bkgd-phone-list-cape.png) no-repeat top left;
}
/* END item Detail Specifications */

/* item Specifics */
#item-specifics-wrapper {
	width: 100%;
}


.details-foot-submit {
	padding: 0px 0 0 0;
	text-align: center;
	height: 20px;
	clear:left;
}

#item-specifics {
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 524px;
	margin-right: 10px;
}

.item-specifics-content {
	background-color: #f1f1f1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	padding: 5px;
}

#item-specifics-bottom {
	height: 3px;
	font-size: 1px; /* for IE6 */
	background: url(/images/backgrounds/bkgd-phone-specifics-b.png) no-repeat bottom left;
}

#item-details-form {
	float: right;
	display: inline; /* IE6 double margin hack */
	width: 240px;
}

#item-details-form .certs {
	float: none;
	display: block;
	margin-bottom: 10px;
}

/* END item Specifics */

/* item details tab */

.item-detail-description {
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 300px;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	padding: 10px 15px 50px 10px;
	color: #333;
	line-height: 1.5em;
}

.item-detail-features {
  float: right;
}

.item-detail-features-text {
	font-weight: bold;
	font-size: 1.1em;
}

/* END item details tab */

/* item features tab */

#item-specifics-features {
	padding-left: 10px;
}

/* END item features tab */

/* item accessory detail tab */

#item-specifics-accessories {
	padding: 0;
	background: #fff;
}

#item-specifics-accessories p {
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

.item-accessories-cart-button {
	text-align: center;
	padding-bottom: 10px;
}

/* END item accessory detail tab */

#item-specifics-details {
	padding: 10px 5px 30px 10px;
	position: relative;
}

/* Instructions tab */

#item-specifics-instructions {
	padding: 20px;
}

#item-specifics-instructions p, #item-specifics-instructions ul li {
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	line-height: 1.5em;
}

/* Reviews tab */

#item-specifics-reviews {
	display: none;
}

/* Color Groups */

.item-color-group-wrapper {
  background: url(/images/backgrounds/bkgd-phone-list-cape.png) no-repeat top left;
  margin: 10px 0;
  padding: 10px;
}

.item-color-group-additional-colors {
}

.item-color-group-text {
	font-size: 0.8em;
	float: left;
	display: inline; /* IE6 double margin hack */
	padding-top: 5px;
}

.item-color-group-swatches {
	float: right;
	display: inline; /* IE6 double margin hack */
}

.item-color-group-swatches a {
	float: left;
	display: inline; /* IE6 double margin hack */
	margin-left: 10px;
}

.item-color-group-swatches a span {
	display: block;
	border: 1px solid black;
	height: 18px;
	width: 18px;
}

.item-color-group-your-color {
	margin-top: 10px;
	line-height: 18px;
}

.item-color-select {
	float: left;
	display: inline; /* IE6 double margin hack */
}

.item-color-select select {
	width: 140px;
	font-size: .8em;
}

.item-color-group-swatch {
	float: right;
	display: inline; /* IE6 double margin hack */
	border: 1px solid black;
	height: 18px;
	width: 18px;
}

/**
 * Detail Popup
 **/

#lightbox-container.item-popup-detail {
 	width: 800px;
 	/*height: 480px;*/
 	margin-left: -400px;
 	left: 50%;
}

#lightbox-container.item-popup-detail #lightbox-container-content.popup-content {
 	padding-left: 0;
}

.item-popup-detail-loader {
	height: 214px;
	padding-top: 150px;
	text-align: center;
}

#lightbox-container.muve-popup-flash
{
 	width: 1000px;
 	/*height: 480px;*/
 	margin-left: -500px;
 	left: 50%;
}
#lightbox-container.item-vitality-free-headphones
{
 	width: 680px;
 	/*height: 480px;*/
 	margin-left: -355px;
 	left: 50%;
}
/*********************
 * Learn Item Styles *
 ********************/

#learn-items {
	width: 100%;
}

#learn-items .item-small .item-footer .item-button-details {
	margin: 18px 5px 0 5px;
}
#item-custom-message{
	height: auto;
	font-size: 0.75em;
	padding: 2px 4px 5px;
	max-height: 25px;
}

.hdivision
{
	background: url(/images/backgrounds/img-horizontal-rule.png) no-repeat scroll 0 0 transparent;
}


/* COMBINED: /var/www/mycricket.com/mycricket_com/web/css/popup.css */
/* -------------------------------------------------------------
 *	POPUPS
 *
 *  This style sheet manages all styles for sitewide popups.
 *  This style inherits from the layout.css and typography.css.
 *
 * -------------------------------------------------------------
 */

.jqmOverlay { background-color: #000; }

div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
	display: none;
    /*position: absolute;*/
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -200px;
	width: 520px;
		/*width: 400px;*/
	overflow: hidden;
	font-family: verdana, tahoma, helvetica;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	/*left: expression(Math.round(50 * (document.documentElement.offsetWidth || document.body.clientWidth) / 100) + 'px');*/
}

div.jqmDialog input:focus, div.jqmDialog input.iefocus { background-color: #eaffc3; }

 /**
 * Popup Base Styles
 **/

.popup-drag-outer {
	background: url(/images/popup/sprite_popup_borders_close.png) no-repeat top left;
	height: 26px;
	/*padding: 0 0 0 10px;*/
	padding: 0 0 0 9px;
}

.popup-drag-inner {
	background: url(/images/popup/sprite_popup_borders_close.png) no-repeat right -50px;
	height: 26px;
	padding: 0 26px 0 0;
}

.popup-bottom-outer {
	background: url(/images/popup/sprite_popup_borders_close.png) no-repeat left -100px;
}

.popup-bottom-inner {
	background: url(/images/popup/sprite_popup_borders_close.png) no-repeat right -150px;
	/*margin: 0 0 0 10px;*/
	margin: 0 0 0 9px;
	line-height: 10px;
}

.popup-closer {
	display: block;
	width: 100px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding: 7px 30px 0 0;
}

.popup-content {
	border-left: 5px solid #bcbcbc;
	border-right: 5px solid #bcbcbc;
	padding: 0 10px;
	background: #fff;
}

h2.popup-heading
{
	margin: 0;
}

.popup-content p.copy {
	color: #666;
	font-size: 0.825em;
	margin: 1em 0 1em 0;
}

.popup-content ul.options {
	font-size: 0.825em;
	padding: 0;
	margin: 1em 0 1em 0;
}

.popup-content ul.options li {
	padding: 0 0 0 10px;
	background: url(/images/icons/link-arrow.png) no-repeat 0 3px;
}
.popup-content ul.options ol li {
	list-style: decimal inside;
	background: none;
}
.popup-content-spacer {
	border-bottom: 1px solid #dbdada;
}

/**
 * Popup Savings Calculator
 **/

#lightbox-container.popup-savings-calculator  {
	width: 770px;
	margin-left: -385px;
}


#lightbox-container.popup-savings-calculator #bottom-links {
	width: 528px;
	height: 40px;
	margin: 15px 0 0 0;
	float: right;
	display: inline; /* IE6 double margin hack */
}

#lightbox-container.popup-savings-calculator #bottom-links p {
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 115px;
}

#lightbox-container.popup-savings-calculator #bottom-links p.shop-button {
	width: 215px;
}

#lightbox-container.popup-savings-calculator .print-link {
	padding: 10px 0 0 28px;
}

#lightbox-container.popup-savings-calculator .tell-a-friend {
	padding: 10px 0 0 33px;
}

/**
 * Popup Savings Calculator Table
 **/

table.popup-comparisontable
{
	background: #e6e5e5;
}

.popup-comparisontable td
{
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	padding: 6px 10px 6px 10px;
	border-top: 1px dashed #666;
	vertical-align: top;
	font-size: 0.825em;
}

.popup-comparisontable td.popup-comparisontable-leftcol {
	width: 130px;
}

.popup-comparisontable-heading-row td {
	vertical-align: middle;
}

.popup-comparisontable tr.popup-comparisontable-heading-row td
{
	border-top: 0px;
}

.popup-comparisontable li
{
	padding: 0 0 0 10px;
	background: url(/images/popup/popup-bullet.png) no-repeat left center;
}

.popup-comparisontable li.highlight
{
	background: url(/images/popup/popup-bullet-highlight.png) no-repeat left center;
}

table.popup-telltable
{
	border-bottom: 3px solid #fff;
	background: #e6e5e5;
	width: 100%;
}

.popup-telltable td
{
	padding: 6px 10px 6px 10px;
	vertical-align: top;
	font-size: 0.825em;
}

/**
 * Popup Base Typography
 **/

.question-title {
	padding: 22px 0 0 60px;
	background: url(/images/popup/popup-icon-question.png) top left no-repeat;
	height: 23px;
	font-size: 1.3em;
	font-weight: bold;
	color: #444343;
}
.question-title.warning {
	background-image: url(/images/popup/popup-icon-warning-orange.png);
	font-weight: normal;
	padding: 0 20px 22px 60px;
}
.question-title.warning strong,
.question-title.warning strong em { font-weight: bold; }
.popup-closer
{
	font-weight: bold;
	color: #6d6c6c;
	text-decoration: none;
}

h2.popup-heading
{
	font-size: 2.3em;
	font-weight: bold;
}

h2.popup-heading-normal
{
	font-weight: normal;
}

h2 span.popup-heading-small
{
	font-size: 60%;
}

h3.popup-subheading
{
	font-size: 1.4em;
	text-indent: 10px;
	margin: 0 0 20px 0;
}

tr.popup-comparisontable-heading-row
{
	font-size: 1.1em;
	font-weight: bold;
}

td.popup-comparisontable-leftcol
{
	font-weight: bold;
	color: #666;
}

.popup-comparisontable em
{
	color: #d75718;
	font-weight: bold;
	font-style: normal;
}

/**
 * Popup Zip Code Typography
 **/

#zip-popup #already-have h3 {
	font-weight: bold;
	font-size: 1em;
}

#zipformerror p, #zipformerror h4 {
	color: #CC0000;
	font-style: italic;
	font-size: 0.825em;
	padding: 2px 0;
}

/**
 * Popup Zip Code
 **/

#lightbox-container.popup-zipcode  {
	width: 520px;
	margin-left: -270px;
}

/*correct size for all*/

#zip-popup {
	float: left;
	display: inline; /* IE6 double margin hack */
	overflow: hidden;
}

#zip-popup #enter-zip, #zip-popup #already-have {
	float: left;
	display: inline; /* IE6 double margin hack */
}

#zip-popup #enter-zip {
	background: url(/images/popup/popup-vertline.gif) no-repeat top right;
	width: 305px;
	margin-left: 15px;
}

#zip-popup #already-have {
	margin: 0 0 0 15px;
	width: 140px;
}

#zip-popup #already-have h3 {
	margin: 0 0 4px 0;
}

#zip-popup #already-have p.signin-link {
	margin: 6px 0 0 0;
	text-align: right;
}

#form-zipentry input,
#form-mapzipentery input
 {
	background: url(/images/popup/popup-input-onwhite.gif) no-repeat;
	border-style: none !important;
	border-width: 0 !important;
	padding: 5px !important;
	width: 162px;
}

#form-zipentry select
{
	/*width: 172px;*/
}

input.input-shadowed, select.input-shadowed {
    background: url("/images/backgrounds/bkgd-zip-natl-field-left.png") no-repeat scroll -2px 0 transparent;
    border: 1px solid #CACACA;
    border-radius: 4px 4px 4px 4px;
    padding: 4px;
}

#form-zipentry,
#form-mapzipentery {
	margin: 5px 0 0 0;
}

#form-zipentry button,
#form-mapzipentery button {
	margin-top: 3px;
}

#form-zipentry #form-zipentry-top-outer, #form-zipentry #form-zipentry-bottom-outer,
#form-mapzipentery #form-zipentry-top-outer, #form-mapzipentery #form-zipentry-bottom-outer {
	width: 190px;
}

#form-zipentry #form-zipentry-top-inner, #form-zipentry #form-zipentry-bottom-inner,
#form-mapzipentery #form-zipentry-top-inner, #form-mapzipentery #form-zipentry-bottom-inner {
	width: 185px;
	height: 5px;
	margin: 0 0 0 5px;
}

#form-zipentry #form-zipentry-content,
#form-mapzipentery #form-zipentry-content {
	width: 174px;
	padding: 0 8px;
}

#form-zipentry #form-zipentry-content input,
#form-mapzipentery #form-zipentry-content input {
	float: none;
	display: block;
}

#zipformerror p {
	padding: 2px 0 2px 30px;
	background: url(/images/popup/popup-icon-warning-red.gif) no-repeat left 2px;
	width: 140px;
}

#form-zipentry #form-zipentry-input-warning-box,
#form-mapzipentery #form-zipentry-input-warning-box {
	float: left;
	display: inline; /* IE6 double margin hack */
	margin: 0 10px 10px 0;
}

#form-zipentry .popup-zipcode-error input {
	background: url(/images/popup/popup-input.gif);
}

#form-zipentry .popup-zipcode-error #form-zipentry-top-outer {
	background: url(/images/popup/popup-pinkbox-left.gif) no-repeat top left;
}

#form-zipentry .popup-zipcode-error #form-zipentry-top-inner {
	background: url(/images/popup/popup-pinkbox-right.gif) no-repeat top right;
}

#form-zipentry .popup-zipcode-error #form-zipentry-bottom-outer {
	background: url(/images/popup/popup-pinkbox-left.gif) no-repeat bottom left;
}

#form-zipentry .popup-zipcode-error #form-zipentry-bottom-inner {
	background: url(/images/popup/popup-pinkbox-right.gif) no-repeat bottom right;
}

#form-zipentry .popup-zipcode-error #form-zipentry-content {
	background-color: #FECBCB;
}

#form-zipentry .popup-zipcode-error #form-zipentry-inner {
	background: url(/images/popup/popup-pinkbox-right.gif) no-repeat top right;
}

/*HERE: ERROR BOX STUFF*/

/**
 * 	Popup no service area
 */
#popup-no-service-area.question-title {
	height:auto;
}

/**
 * Popup Phone Conflict
 **/

#lightbox-container.popup-package-conflict {
	width: 430px;
	margin-left: -200px;
}

#package-conflict {
	margin: 0 5px 0 5px;
}

#package-conflict p.package-conflict-subheading {
	font-weight: bold;
	margin: 15px 0 5px 8px;
	color: #575555;
	font-size: .825em;
}

#package-conflict ul li p {
	margin: 0;
}

#package-conflict ul {
	border-top: 1px solid #ccc;
	margin: 5px;
	padding: 8px 0 0 0;
}

#package-conflict ul li {
	margin: 0 0px 8px 0px;
	background-color: #EBEBEB;
}

#package-conflict ul li.package-conflict-activepackage {
	background-color: #E8EEBD;
}

#package-conflict .package-conflict-packagenum {
	margin: 0 0 5px 0;
	background-color: #fff;
	text-transform: capitalize; /* IE doesn't grok this */
	font-size: 0.825em;
}

#package-conflict .phone-conflict-img {
	margin: 2px 6px 0 6px;
	float: left;
	display: inline; /* IE6 double margin hack */
}

#package-conflict .phone-conflict-name,
#package-conflict .phone-conflict-price,
#package-conflict .plan-conflict-name {
	font-size: 0.75em;
	color: #666;
}

#package-conflict .phone-conflict-infobox {
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 110px;
	text-align: left;
	margin: 10px 0 3px 0;
}

#package-conflict .phone-conflict-replacebtn {
	float: right;
	display: inline; /* IE6 double margin hack */
	margin: 10px 8px 0 0;
}

#package-conflict .plan-conflict-img {
	margin: 5px 6px 0 6px;
	float: left;
	display: inline; /* IE6 double margin hack */
}

#package-conflict .plan-conflict-infobox {
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 60px;
	margin: 15px 5px 3px 5px;
}

#package-conflict div.plan-conflict-noplan {
	margin: 10px 5px 3px 5px;
}

#package-conflict .plan-conflict-replacebtn {
	float: right;
	display: inline; /* IE6 double margin hack */
	margin: 10px 8px 0 0;
}

#package-conflict .package-conflict-packageline {
	height: 65px;
}

#package-conflict .package-conflict-otheroptions {
	border-top: 1px solid #ccc;
	margin: 0px 5px 0 5px;
	font-size: 0.825em;
	padding: 5px 8px 0 8px;
	color: #DD4D3E;
}

#package-conflict .package-conflict-or {
	margin: 15px 15px 5px 13px;
	font-weight: bold;
	color: #575555;
}

#package-conflict .package-conflict-needhelp {
	text-align: center;
	margin: 20px 0 0 10px;
}

.package-conflict-otheroptions p {
	line-height: 1.6em;
}

/**
 * PAYGo Popup
 **/
div.jqmDialog.paygoPopup {
	width: 640px;
	margin-left: -315px;
	top: 20px;
}

div.jqmDialog.paygoPopup #plans-content .medallion-td  {
	background-color: #fff;
	border-bottom: none;
}

/**
 * Accessories Detail Popup
 **/

/*#lightbox-container.popup-accessories-detail {
 	width: 600px;
 	margin-left: -300px;
}
	*/
/**
 * Phone Detail Popup
 **/
 /*
#lightbox-container.popup-phone-detail {
 	width: 800px;
 	margin-left: -400px;
}

#lightbox-container.popup-phone-detail #lightbox-container-content.popup-content {
 	padding-left: 0;
}
	*/
/*
#lightbox-container.popup-accessories-detail .accessory-detail-compatiblewith-items ul li, .accessory-detail-compatiblewith-items ul li.popup-only-visible, h2.popup-visible  {
	display:none;
}

#lightbox-container.popup-accessories-detail .accessory-detail-compatiblewith-items ul li.popup-visible, #lightbox-container.popup-accessories-detail .accessory-detail-compatiblewith-items ul li.popup-visible, #lightbox-container h2.popup-visible {
	display:block;
	list-style-type:none;
}
*/

/**
 * International Text Messaging Popup
 **/

#lightbox-container.popup-international-text-countries  {
	width: 640px;
	margin-left: -320px;
}

h2.text-heading {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 15px;
}

.text-countries {
	overflow: auto;
	height: 350px;
	width: 620px;
	margin-top: 5px;
}

.text-countries ul {
	float: left;
	display: inline; /* IE6 double margin hack */
	width: 200px;
}

.text-countries ul li a, .text-countries ul li a:hover {
 	color: #333;
 	text-decoration: none;
 	cursor: pointer;
}

/**
 * Policy Style Popup
 **/

#lightbox-container.policy-popup  {
	width: 960px;
	margin-left: -480px;
}

#lightbox-container.policy-popup .overflow {
	height: 400px;
	overflow: auto;
}

#lightbox-container.policy-popup h3 {
	font-weight: bold;
}

#lightbox-container.policy-popup p {
	margin-bottom: 5px;
}

/**
 * Credit Cards Participating Markets Popup
 **/

.cricketcards-popup .popup-heading {
	font-size: 1.2em;
}

.cricketcards-popup ul {
	margin: 8px 0;
}

/**
 * US Canada Mexico Minute Packages Popup
 **/

.popup-minute-packages p {
	margin-bottom:5px;
	margin-top:10px;
}

.popup-minute-packages ul {
	margin-left:30px;
}


#lightbox-container.milehigh-disclaimer  {
	width: 710px;
	margin-left: -300px;
}

#lightbox-container.milehigh-disclaimer #lightbox-container-content.popup-content{
	padding-bottom:5px;
}

/*#lightbox-container.milehigh-disclaimer .popup-bottom-inner,
#lightbox-container.milehigh-disclaimer .popup-bottom-outer {
	display:none;
}*/


/**
 * Verify auto add-to-cart popup styles
 **/
#lightbox-container.popup-verify-auto-add {
	width: 575px;
}
.popup-warning-content {
 	border-top: 1px solid #ccc;
 	padding: 20px 0 10px;
 	margin: 15px 0 0 60px;
 	width: 430px;
}
.popup-warning-list {
	width: 430px;
	margin: 2px 0 3px;
}
.popup-warning-list li {
	display: block;
	float: left;
	width: 202px;
	padding: 5px 0 5px 10px;
	height: 17px;
	background: #e6e6e6;
	margin-right: 3px;
	border-bottom: 1px solid #ccc;
}
.full-details {
	background: #e6e6e6;
	width: 417px;
	padding: 5px;
	text-align: center;
	margin: 0 0 20px;
}
.full-details.top { margin: 20px 0 0; }
.full-details.top strong, .full-details.top strong em { font-weight: bold; }
.floatleft { float: left; }
.floatright { float: right; }
.rightalign { text-align: right; }

.tool-tip-question {
	background:url(/images/icons/tool-tip-question.png) no-repeat 0 0;
	width:14px;
	height:14px;
	text-indent:-9999px;
	display: inline-block;
}
.no-icon
{
	background-image: none;
	padding: 0;
	margin-bottom: 25px;
}
#lightbox-container.short-message-popup
{
	width: 380px;
	margin-left: -220px;
}

/* COMBINED: /var/www/mycricket.com/mycricket_com/web/css/newnav.css */
/*============================[ NEW NAV ]============================*/
#nav-main2 {position: relative;}
#nav-main2 ul { 
	position: absolute;
	top: 0;
	left: 139px;
	padding-right: 3px;
	background-image: url(/images/sprites/sprite_main_nav_divider.png);
	background-repeat: no-repeat;
	background-position: right top; 
}
#nav-main2 ul li
{
	float: left;
	display: block;
	background-image: url(/images/sprites/sprite_main_nav_divider.png);
	background-repeat: no-repeat;
}
#nav-main2 li a { display: block; float: left; text-indent: -9999px; outline: none; background: url(/images/header/new-nav-sprite.png) no-repeat; height: 64px; }
#nav-main2 #nav-phones { width: 83px; background-position: -232px 0; }
#nav-main2 #nav-plans { width: 69px; background-position: -315px 0; }
#nav-main2 #nav-broadband { width: 113px; background-position: -384px 0; }
#nav-main2 #nav-muve { width: 112px; background-position: -497px 0; }
#nav-main2 #nav-learn2 { width: 121px; background-position: -609px 0; }
#nav-main2 #nav-community2 { width: 111px; background-position: -730px 0; }
#nav-main2 #nav-support2 { width: 92px; background-position: -841px 0; }
#nav-main2 #nav-myaccount { width: 117px; background-position: -933px 0; }

#nav-main2 #nav-phones:hover { background-position: -232px -64px; }
#nav-main2 #nav-plans:hover { background-position: -315px -64px; }
#nav-main2 #nav-broadband:hover { width: 113px; background-position: -384px -64px; }
#nav-main2 #nav-muve:hover { background-position: -497px -64px; }
#nav-main2 #nav-learn2:hover { background-position: -609px -64px; }
#nav-main2 #nav-community2:hover { background-position: -730px -64px; }
#nav-main2 #nav-support2:hover { background-position: -841px -64px; }
#nav-main2 #nav-myaccount:hover { background-position: -933px -64px; }

#nav-main2 #nav-phones.active { background-position: -232px -128px; }
#nav-main2 #nav-plans.active { background-position: -315px -128px; }
#nav-main2 #nav-broadband.active { width: 113px; background-position: -384px -128px; }
#nav-main2 #nav-muve.active { background-position: -497px -128px; }
#nav-main2 #nav-learn2.active { background-position: -609px -128px; }
#nav-main2 #nav-community2.active { background-position: -730px -128px; }
#nav-main2 #nav-support2.active { background-position: -841px -128px; }
#nav-main2 #nav-myaccount.active { background-position: -933px -128px; }


#special-tasks2
{
	bottom: 0;
	right: 270px;
}

#special-tasks2 li {
	line-height: 3em;
	padding: 0 !important;
}

#special-tasks2 li a
{
	padding: 12px 8px 0 42px;
	background-image: url(/images/sprites/sprite_nav-utility-icons.png);
	background-repeat: no-repeat;
}

#special-tasks2 li.coverage-maps a
{
	background-position: left top;
}

#special-tasks2 li.find-store a
{
	background-position: -3px -30px;
}

#special-tasks2 li.email-signup a
{
	background-position: -3px -57px;	
}

#special-tasks2 li.cart a
{
	background-position: -3px -91px;
}

#minicart-wrapper {
	display: none;
}

