/* -------------------------------------------------------------
 *	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;
}
