body {
	margin: 0;
	padding: 0 0 50px 0;
	background-color: #000000;
	font-size: 12px;
	font-family: verdana;
	color: #333;
	height: 100%;
}

/* LAYOUT 
------------------------------------------- */
#header {
	background: url('img/bg_header.png') repeat-x 0 0;
	height: 100px;
}

#main {
	background: #c1d72e;
	padding: 20px 0 30px 0;
}

#site-footer {
	background: url('img/bg_footer.png') repeat-x 0 0;
	padding: 45px 0 0 0;
}

div.container-site {
	width: 860px;
	margin: 0 auto;
}

#column-left {
	width: 600px;
	float: left;
	background: url('img/bg_column_left.png') no-repeat 0 0;
	padding: 25px 0 0 0;
	margin: 0 0 10px 0;
}

#column-right {
	width: 250px;
	float: right;
}

#perma-nav {
	clear: both;
}

#content {
	background: #fff url('img/bg_content.png') no-repeat 0 100%;
	padding: 0 20px 20px 20px;
	min-height: 394px;
}

#perma-block {
	position: absolute;
	margin-right: -50%;
	top: 0;
	width: 860px;
	padding: 3px 0 0 0;
	text-align: right;
}


/* @@@ Alternate boxes for "full screen" content with no right-bar */
.left-860 {
  width: 860px;
  float: left;
  background: url('img/bg_column_860.png') no-repeat 0 0;
  padding: 25px 0 0 0;
  margin: 0 0 10px 0;
}

.content-860 {
  background: #fff url('img/bg_content_860.png') no-repeat 0 100%;
  padding: 0 20px 20px 20px;
	min-height: 394px;
}

/* SECTIONS 
------------------------------------------- */
 /* @@@ SECTION :: HEADER @@@ */
 #header h1 {
	float: left;
	width: 192px;
	height: 54px;
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
 }

 #header h1 a {
	width: 192px;
	height: 54px;
	display: block;
	background: url('img/logo.gif') no-repeat 0 0;
	text-indent: -9000px;
	overflow: hidden;
	outline: none;
 }

 /* @@@ SECTION :: SIDEBAR @@@ */
 /* LOGIN BOX */
 form#frm-sb-login {
   margin: 0 0 10px 0;
   background: url('img/bg_login.gif') no-repeat 0 0;
   height: 108px;
   width: 225px;
   padding: 5px 10px 0 15px;
 }

 /* LOGIN BOX WHILE LOGGED IN */
 #sb-logged-in {
   margin: 0 0 10px 0;
   background: url('img/bg_login.gif') no-repeat 0 0;
   height: 108px;
   width: 225px;
   padding: 5px 10px 0 15px;
  }

  #sb-logged-in h2.hdr-account-greeting {
    padding: 10px 0 10px 0;
    margin: 0;
		font-family: "Trebuchet MS", serif;
		font-size: 1.4em;
		text-indent: 10px;
	}

	#sb-logged-in div.sb-ctn { text-indent: 10px; font-weight: bold; }
	#sb-logged-in div.sb-plan { text-indent: 10px; margin: 5px 0 0 0;}

   
   form#frm-sb-login fieldset {
	margin: 0;
	padding: 0;
	border: 0;
   }

   form#frm-sb-login legend {
	display: none;
   }

   form#frm-sb-login h2.hdr-loginbox-myaccount {
	display: block;
	width: 174px;
	height: 35px;
	text-indent: -9000px;
	background: url('img/bg_legend_myaccount.gif') no-repeat 0 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
   }

   form#frm-sb-login label {
	display: block;
	width: 72px;
	color: #676767;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 0 0;
	margin: 0;
   }

   form#frm-sb-login input {
	border: solid 1px #777777;
	font-size: 11px;
	color: #666;
	margin: 0 4px 4px 0;
	padding: 4px 1px 2px 1px;
   }

   form#frm-sb-login input.my-npa { width: 25px; float: left;}
   form#frm-sb-login input.my-nxx { width: 25px; float: left;}
   form#frm-sb-login input.my-yyyy { width: 36px; float: left;}
   form#frm-sb-login input.my-pass { width: 102px; float: left;}
   form#frm-sb-login input.my-go { border: 0; float: left; padding: 0;}

   ul.login-controls {
   	margin: 5px 0 0 0;
	padding: 0 10px 0 0;
	text-align: right;
   }

   ul.login-controls li {
	list-style-type: none;
	display: inline;
	font-size: 9px;
	color: #676767;
	padding: 0 5px;
   }

   ul.login-controls li a {
	text-decoration: none;
	color: #676767;
   }

   ul.login-controls li a:hover { color: #333333; }


   /* PLUGINS: Activate + Locate Store */
   a.plug-activate-phone {
	display: block;
	height: 50px;
	width: 250px;
	margin: 0 0 10px 0;
	text-indent: -9000px;
	overflow: hidden;
	background: url('img/bg_sidebar_plugins.gif') no-repeat 0 0;
   }

   a.plug-activate-phone:hover { background-position: -250px 0; }

   a.plug-locate-store {
	display: block;
	height: 50px;
	width: 250px;
	margin: 0 0 10px 0;
	text-indent: -9000px;
	overflow: hidden;
	background: url('img/bg_sidebar_plugins.gif') no-repeat 0 -50px;
   }

   a.plug-locate-store:hover { background-position: -250px -50px; }

 /* @@@ SECTION :: FOOTER @@@ */
 p.copyright {
	font-size: 10px;
	color: #666;
	width: 200px;
	float: left;
	margin: 0
 }

 p.ftr-up {
	width: 120px;
	padding: 30px 0 0 0;
	margin: 20px 0;
	float: left;
 }

 p.ftr-up a {
	display: block;
	width: 120px;
	height: 34px;
	background: url('img/uplogo.gif') no-repeat 0 0;
	text-indent: -9000px;
	overflow: hidden;
 }

 ul#socnet {
	float: right;
	width: 250px;
	height: 35px;
	padding: 30px 0 0 0;
	margin: 20px 0;
 }

 ul#socnet li {
	height: 35px;
	float: left;
	list-style-type: none
 }

 ul#socnet li a {
	display: block;
	float: left;
	height: 35px;
	text-indent: -9000px;
	background-image: url('img/bg_socnet.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	outline: none;
 }

 ul#socnet li.sn-fb a { background-position: 0 0; width: 115px; }
 ul#socnet li.sn-tw a { background-position: -115px 0; width: 115px; }
 ul#socnet li.sn-ms a { background-position: -230px 0; width: 120px; }

/* NAVIGATION
------------------------------------------- */
 /* @@@ NAVIGATION :: MAIN @@@ */
 ul#nav {
   display: block;
   margin: 69px 0 0 0;
   padding: 0;
   float: right;
   width: 457px;
   list-style: none;
   list-style-type: none;
   line-height: 1.0;
 }

 ul#nav * {
   z-index: 100;
 }

 ul#nav li {
   float: left;
   position: relative;
   margin: 0 70px 0 0;
   height: 25px;
 }

 ul#nav li.last { 
   margin: 0;
 }

 ul#nav li a {
   background-image: url('img/bg_nav.gif');
   background-repeat: no-repeat;
   display: block;
   position: relative;
   height: 25px;
   overflow: hidden;
   text-indent: -9999px;
   outline: none;
 }

 ul#nav ul {
   position: absolute;
   display: none;
   left: 0;
   margin: 0;
   padding: 0;
   padding-top: 0;
   top: -999em;
   width: 160px; /* Width of dropdown portions */
 }

 ul#nav ul li {
   margin: 0;
   padding: 0;
   display: block;
   float: none;
   width: 100%;
   height: auto;
 }

 ul#nav ul li a {
   display: block;
   position: relative;
   float: none;
   font-size: 12px;
   font-weight: bold;
   color: #fff;
   background: none;
   margin: 0;
   padding: 0;
   height: auto !important;
   width: auto !important;
   text-indent: 0;
 }

 #nav li:hover ul,
 #nav li.sfHover ul {
   left: 0;
   top: 25px;
   z-index: 100;
 }

 ul#nav ul ul {
   left: 160px; /* Same as the ul#nav ul width */
   top: 0;
   padding: 0;
 }

 ul#nav li:hover li ul,
 ul#nav li.sfHover li ul {
   top: -999em;
 }

 ul#nav li li:hover ul,
 ul#nav li li.sfHover ul {
   left: 160px;
   top: 0;
 }

 ul#nav li li:hover li ul,
 ul#nav li li.sfHover li ul {
   top: -999em;
 }

 ul#nav li li li:hover ul,
 ul#nav li li li.sfHover ul {
   left: 200px;
   top: 0;
 }

 ul#nav li.n-plans a { width: 45px; background-position: 0 0; }
 ul#nav li.n-phones a { width: 53px; background-position: -45px 0; }
 ul#nav li.n-support a { width: 62px; background-position: -98px 0; }
 ul#nav li.n-myaccount a { width: 84px; background-position: -160px 0; }

 ul#nav li.n-plans a:hover { width: 45px; background-position: 0 -25px; }
 ul#nav li.n-phones a:hover { width: 53px; background-position: -45px -25px; }
 ul#nav li.n-support a:hover { width: 62px; background-position: -98px -25px; }
 ul#nav li.n-myaccount a:hover { width: 84px; background-position: -160px -25px; }

 /* @@@ NAVIGATION :: TOP - theming @@@ */

 ul#nav ul {
   background: url('img/bg_dropdown_bot.png') no-repeat 0 100%;
   padding-bottom: 14px;
   opacity: .9;
 }

 ul#nav ul.norightcorner {
   background: url('img/bg_dropdown_norightcorner.png') no-repeat 0 100%;
 }

 ul#nav ul li:hover a,
 ul#nav ul li.sfHover a,
 ul#nav ul li a:hover,
 ul#nav ul li a.sfHover {
   background-color: #333;
   color: #c1d72e;
   z-index: 100;
 }

 ul#nav ul ul {
   padding: 0;
   background: url('img/bg_submenu_bot.png') no-repeat 0 100%;
   padding-bottom: 14px;
   opacity: 1;
 }

 ul#nav ul ul.leftcorner {
   background: url('img/bg_submenu_leftcorner.png') no-repeat 0 100%;
 }

 ul#nav ul ul li.toprightcorner {
   margin: -14px 0 0 0;
   padding: 14px 0 0 0;
   background: url('img/bg_submenu_top.png') no-repeat 0 0;
   height: 0;
 }

 ul#nav ul ul li:hover a,
 ul#nav ul ul li.sfHover a,
 ul#nav ul ul li a:hover,
 ul#nav ul ul li a.sfHover {
   background-color: #444;
 }

 ul#nav ul li a {
   padding: 10px;
   background-color: #000;
 }

 /*** arrows **/
 ul#nav ul a.sf-with-ul {
   padding-right:  2.25em;
   min-width:    1px; /* trigger IE7 hasLayout so spans position accurately */
 }
 .sf-sub-indicator {
   position:   absolute;
   display: none; /* Don't show for the drop-downs, only submenus */
   right:      .75em;
   top:      1.05em; /* IE6 only */
   width:      10px;
   height:     10px;
   text-indent:  -999em;
   overflow:   hidden;
   background:   url('img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
 }
 a > .sf-sub-indicator {  /* give all except IE6 the correct values */
   top:      .8em;
   background-position: 0 -100px; /* use translucent arrow for modern browsers*/
 }
 /* apply hovers to modern browsers */
 a:focus > .sf-sub-indicator,
 a:hover > .sf-sub-indicator,
 a:active > .sf-sub-indicator,
 li:hover > a > .sf-sub-indicator,
 li.sfHover > a > .sf-sub-indicator {
   background-position: -10px -100px; /* arrow hovers for modern browsers*/
 }

 /* point right for anchors in subs */
 ul#nav ul .sf-sub-indicator { display: block; background-position:  -10px 0; }
 ul#nav ul a > .sf-sub-indicator { background-position:  0 0; }
 /* apply hovers to modern browsers */
 ul#nav ul a:focus > .sf-sub-indicator,
 ul#nav ul a:hover > .sf-sub-indicator,
 ul#nav ul a:active > .sf-sub-indicator,
 ul#nav ul li:hover > a > .sf-sub-indicator,
 ul#nav ul li.sfHover > a > .sf-sub-indicator {
   background-position: -10px 0; /* arrow hovers for modern browsers*/
 }

 /* @@@ NAVIGATION :: SIDEBAR @@@ */
 ul.nav-sidebar {
	margin: 0 0 20px 0;
	padding: 0 0 29px 0;
	width: 250px;
	background: url('img/bg_nav_sidebar_bot.gif') no-repeat 0 100%;
 }

 ul.nav-sidebar li {
	list-style-type: none;
	width: 250px;
	height: 30px;
	border-bottom: 2px solid white;
 }

 ul.nav-sidebar li a {
	display: block;
	width: 230px;
	height: 20px;
	padding: 8px 0 2px 20px;
	background: url('img/bg_nav_sidebar.gif') #f79521 no-repeat 0 0;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", arial, sans-serif;
	text-transform: uppercase;
 }

 ul.nav-sidebar li a:hover {
	background-position: 0 -30px;
	color: #555;
 }

 /* @@@ NAVIGATION :: FOOTER @@@ */
 ul#ftr-nav {
	margin: 0;
	padding: 0;
	float: right;
 }

 ul#ftr-nav li {
	list-style-type: none;
	display: inline;
	padding: 0 7px;
	margin-bottom: 5px;
	border-right: solid 1px #444;
 }

 ul#ftr-nav li.last { border-right: 0; }

 ul#ftr-nav li a, a.ftr-nav-sub {
	color: #666;
	text-decoration: none;
	font-size: 11px;
 }

 a.ftr-nav-sub {
	display: block;
	text-align: right;
	float: right;
	margin: 10px 3px;
	width: 300px;
 }

 ul#ftr-nav li a:hover { color: #999; }

 /* @@@ NAVIGATION :: PERMA BLOCK - HEADER @@@ */
 ul#nav-pb {
	margin: 0;
	padding: 4px 0 0 0;
 }

 ul#nav-pb li {
	list-style-type: none; 
	display: inline;
	color: #999999;
	font-size: 9px;
  vertical-align: top;
 }

 ul#nav-pb li a {
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
  vertical-align: top;
 }

 ul#nav-pb li img {
   vertical-align: top;
 }

 ul#nav-pb li a:hover {
	color: #cccccc;
 }

 /* @@ CAROUSEL HOME @@ */
 ul#carousel-home {
	width: 860px;
	height: 240px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
 }
 ul#carousel-home li {
	width: 172px;
	height: 240px;
	float: left;
	list-style-type: none;
 }

 ul#carousel-home li a {
	width: 172px;
	height: 240px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	outline: none;
 }

 ul#carousel-home li.ch-one a { background: url('img/carousel/one.png') no-repeat 0 0; }
 ul#carousel-home li.ch-two a { background: url('img/carousel/two.png') no-repeat 0 0; }
 ul#carousel-home li.ch-three a { background: url('img/carousel/three.png') no-repeat 0 0; }
 ul#carousel-home li.ch-four a { background: url('img/carousel/four.png') no-repeat 0 0; }
 ul#carousel-home li.ch-five a { background: url('img/carousel/five.png') no-repeat 0 0; }

 ul#carousel-home li.ch-one a:hover { background: url('img/carousel/one.png') no-repeat 0 -240px; }
 ul#carousel-home li.ch-two a:hover { background: url('img/carousel/two.png') no-repeat 0 -240px; }
 ul#carousel-home li.ch-three a:hover { background: url('img/carousel/three.png') no-repeat 0 -240px; }
 ul#carousel-home li.ch-four a:hover { background: url('img/carousel/four.png') no-repeat 0 -240px; }
 ul#carousel-home li.ch-five a:hover { background: url('img/carousel/five.png') no-repeat 0 -240px; }

 /* @@ CAROUSEL SUBPAGE @@ */
 ul#carousel-sub {
	width: 860px;
	height: 70px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
 }

 ul#carousel-sub li {
	width: 172px;
	height: 70px;
	float: left;
	list-style-type: none;
 }

 ul#carousel-sub li a {
	width: 172px;
	height: 70px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	outline: none;
	background-image: url('img/carousel/bg_carousel_subpage.png');
	background-repeat: no-repeat;
 }

 ul#carousel-sub li.cs-one a { background-position: 0 0; }
 ul#carousel-sub li.cs-two a { background-position: -172px 0; }
 ul#carousel-sub li.cs-three a { background-position: -344px 0; }
 ul#carousel-sub li.cs-four a { background-position: -516px 0; }
 ul#carousel-sub li.cs-five a { background-position: -688px 0; }

 ul#carousel-sub li.cs-one a:hover { background-position: 0 -70px; }
 ul#carousel-sub li.cs-two a:hover { background-position: -172px -70px; }
 ul#carousel-sub li.cs-three a:hover { background-position: -344px -70px; }
 ul#carousel-sub li.cs-four a:hover { background-position: -516px -70px; }
 ul#carousel-sub li.cs-five a:hover { background-position: -688px -70px; }



/* PAGES :: PLAN COMPARE - SLIDER
------------------------------------------- */
div.slider-thingy {
	background: url('img/slider/bg_sliderthingy.png') no-repeat 0 0;
	width: 510px;
	height: 185px;
	padding: 0 20px 0 30px;
	margin-bottom: 20px;
}

div.slider-thingy div.slider-container {
	height: 16px;
	padding: 25px 0 20px 80px;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	background-position: 0 18px;
}

div.slider-thingy div.slider-container div.slider-guy {
	width: 350px;
	float: left;
	cursor: pointer;
	cursor: hand;
}

div.slider-thingy div.slider-container div.sl-count {
	width: 75px;
	float: right;
	font-size: 25px;
	margin-top: -10px;
	text-align: right;
	font-family: arial;
	color: #676767;
}

div.slider-thingy div.slider-container.sl-talk { background-image: url('img/slider/bg_sl_talk.gif'); }
div.slider-thingy div.slider-container.sl-text { background-image: url('img/slider/bg_sl_text.gif'); }
div.slider-thingy div.slider-container.sl-data { background-image: url('img/slider/bg_sl_data.gif'); }

table.tbl-slider {
	margin: 10px 0 0 0;
}

table.tbl-slider th {
	padding: 20px 15px 5px 15px;
	font-size: 1.3em;
	background: #e96f34;
	background: #b2bb1c;
	border-bottom: solid 1px #ffffff;
	color: #ffffff;
}

table.tbl-slider th.sl-th-left { border-left: solid 1px #ffffff; }
table.tbl-slider th.sl-th-right { border-right: solid 1px #ffffff; }

div.sl-carrier-container {
	background: #eeeeee;
	border: solid 1px #ffffff;
	
}

div.sl-carrier-container:hover {
	background: #1479a8;
	color: #ffffff !important;
	cursor: pointer;
	cursor: hand;
}

div.sl-carrier-container:hover div {
	color: #ffffff !important;
}

div.sl-left { 
	width: 120px;
	float: left;
	padding: 20px 15px;
	font-size: 1.3em;
	font-weight: bold;
	color: #676767;
}

div.sl-middle {
	width: 240px;
	float: left;
	padding: 20px 15px;
	font-size: 1.3em;
	color: #676767;
	font-weight: bold;
}

div.sl-right {
	width: 100px;
	float: left;
	padding: 20px 15px;
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
}

div.sl-right div { text-align: right; }

div.sl-bottom {
	clear: both;
	padding: 0 15px 20px 15px;
	font-size: .9em;
	color: #787878;
}

div.sl-bestplan {  
  color: #1479a8;
}

p.sl-instruct {
	margin: 7px 0 20px 0;
	padding: 0 10px 0 0;
	font-size: 9px;
	font-style: italic;
	color: #787878;
	text-align: right;
}


table.tbl-slider th.sl-th-left { text-align: left; }
table.tbl-slider th.sl-th-middle { text-align: left; }
table.tbl-slider th.sl-th-right { text-align: right; }

/* PAGES :: PLANS
------------------------------------------- */

 div.plan-content {
	padding: 10px 0 0 10px;
 }

 ul.plan-intro {
	margin: 0 0 20px 0;
	padding: 0;
 }

 ul.plan-intro li {
	margin: 0 0 10px 0;
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
 }

 ul.plan-intro-unlimited {
	margin: 0 0 20px 0;
	width: auto;
	padding: 0 0 0 10px;
	float: right;
	width: 360px;
 }

 div.plan-ul {
	float: left;
	width: 160px;
 }
	
	div.plan-ul span { display: block; text-align: center;}
	div.plan-ul span.ul-rate { font-size: 105px; font-family: arial, helvetica, sans-serif; }
	div.plan-ul span.ul-rate sup { font-size: 45px; color: #333333; }
	div.plan-ul span.ul-desc { font-size: 12px; }

 ul.plan-intro-unlimited li {
	margin: 0 0 10px 0;
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
 }

 img.plan-intro-graphic {
	width: 148px;
	height: 148px;
	float: right;
 }

 h3.plan-details {
	font-weight: bold;
	color: #000000;
 }

 h3.plan-details span {
	padding: 5px 10px 3px 10px;
	border-left: solid 3px #000000;
 }

	h3.plan-details.det-ul span { background: #c1d82f; }
	h3.plan-details.det-hy span { background: #67c8c6; }
	h3.plan-details.det-rp span { background: #f47d30; }

 ul.plandetails-left, ul.plandetails-right {
	width: 250px;
	float: left;
	margin: 10px 0 20px 0;
 }

 ul.plandetails-left li, ul.plandetails-right li {
	list-style-type: none;
	margin: 0 0 15px 0;
	line-height: 1.5em;
	font-size: 1em;
 }

 ul.plandetails-left {
	padding: 0 20px 0 0;
 }

 ul.plandetails-right {
	padding: 0 0 0 20px;
	border-left: 1px solid #b3b3b3;
 }

 div.plan-block-dot10 { background: url('img/intro_graphic_dot10.jpg') no-repeat 0 15px; padding: 10px 0 10px 165px; height: 175px; }
 div.plan-block-unlimitedtalk { background: url('img/intro_graphic_unlimitedtalk.jpg') no-repeat 0 15px; padding: 10px 0 10px 165px; height: 175px; }
 div.plan-block-unlimitedtalkplus { background: url('img/intro_graphic_unlimitedtalkplus.jpg') no-repeat 0 15px; padding: 10px 0 10px 165px; height: 175px; }
 div.plan-block-hybrid { background: url('img/intro_graphic_hybrid.jpg') no-repeat 0 15px; padding: 10px 0 10px 165px; height: 175px; }
 div.plan-block-sms { background: url('img/intro_graphic_sms.jpg') no-repeat 0 15px; padding: 10px 0 10px 165px; height: 165px; }
 div.plan-block-intl { background: url('img/intro_graphic_intl.jpg') no-repeat 0 15px; padding: 10px 0 10px 165px; height: 175px; }

     /*  REAL PAYGO TABLE     */
	table.rp-plan {
		margin: 0 auto 10px auto;	
	}

	table.rp-plan td {
		background: #ffffff;
		padding: 10px 15px;
		text-align: center;
		width: 120px;
	}

	table.rp-plan td span {
		display: block;
	}

	table.rp-plan td span.rp-service {
		font-size: 36px;
	}

	table.rp-plan td span.rp-desc, span.rp-desc {
		font-size: 12px;
	}

	table.rp-plan td span.rp-rate, span.rp-rate {
		font-size: 80px;
		font-family: arial, helvetica, sans-serif;
	}

	table.rp-plan td span.rp-rate sup, span.rp-rate sup {
		font-size: 18px;
	}

	

 /* @@@ PLANS -> TERMS AND CONDITIONS @@@ */

 h3.terms-heading {
   display: inline;
   font-size: 100%;
   font-weight: bold;
   margin: 0;
 }

 /* @@@ PAGES->ACCOUNT :: LOGIN @@@ */

  #content #login {
	width: 300px;
	height: 115px;
	padding: 35px 25px 25px 25px;
	background: url('img/bg_login_content.gif') no-repeat 0 0;
	margin: 40px auto;
  }

  #content #login form {
	margin: 0 auto;
	padding: 0;
	width: 250px;
  }

  #content #login div.ptpass-and-go {
	margin: 10px 0 0 0;
  }

  #content #login div.register, #content #login div.forgot-password {
	margin: 10px 0 0 0;
	font-size: 11px;
  }

  #content #login label {
	float: left;
	width: 80px;
	padding: 4px 0 0 0;
	margin: 0;
  }

  #content #login input {
	padding: 2px 2px 1px 2px;
  }

  #content #login input.my-npa, #content #login input.my-nxx, #content #login input.my-yyyy {
	width: 30px;
	float: left;
	margin: 0 4px 4px 0;
  }

  #content #login input.my-yyyy {
	width: 45px;
  }

  #content #login div.clear {
	height: 1px;
	line-height: 1px;
  }

  #content #login div.ptpass-and-go input {
	float: left;
	margin: 0 4px 4px 0;
	width: 70px;
  }

  #content #login div.ptpass-and-go input.my-go {
	border: 0;
	padding: 0;
	width: 35px;
  }

  .login-error {
    width: 300px;
    margin: 15px auto 10px auto;
}

 /* @@@ PAGES :: WHY PTEL @@@ */

  div.whyptel-footnotes {
	border-top: solid 1px #999999;
	padding: 10px 0 20px 0;
	font-size: 10px;
	margin: 30px 0 0 0;
  }

 /* @@@ PAGES :: NEWS AND MEDIA @@@ */
  div.media-contact {
	margin: 20px 0 20px 35px;
	background: url('img/bg_media_contact.png') no-repeat 0 0;
	padding: 5px 0 0 80px;
	height: 100px;
	width: 400px; 
  }

 ul.nav-news {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 21px;
 }

 ul.nav-news li {
	float: left;
	padding: 2px 5px 2px 0;
 }

 ul.nav-news li a {
	color: #1479a8;
	font-weight: bold;
	padding: 1px 10px 1px 6px;
	display: block;
	border-left: solid 3px #ffffff;
 }

 ul.nav-news li.submenuselected a {
	background: #1479a8;
	color: #ffffff;
	border-left: solid 3px #676767;
 }


 /* @@@ PAGES->SUPPORT :: HOME @@@ */

  div.support-block {
	width: 200px;
	float: left;
	padding: 10px 30px;
	height: 140px;
	margin: 0 0 10px 0;
	text-align: center;
  }

  div.support-block h3 { 
	text-align: center;
	margin: 0;
  }

  div.support-block h3 a {
	color: #e96f34;
  }

  div.support-block h3 a:hover {
	color: #a2ad00;
  }
  
  div.support-block p {
	text-align: left;
	padding-left: 15px;
	font-size: 11px;
	line-height: 14px;
  }

  div.support-block p a { color: #444; }
  div.support-block p a:hover { color: #888; }

  div.support-icon { width: 70px; height: 65px; margin: 0 auto; }
  div.sblk-faq div.support-icon { background: url('img/bg_support_icons.gif') no-repeat 0 0; }
  div.sblk-howto div.support-icon { background: url('img/bg_support_icons.gif') no-repeat -70px 0; }
  div.sblk-locator div.support-icon { background: url('img/bg_support_icons.gif') no-repeat -140px 0; }
  div.sblk-contact div.support-icon { background: url('img/bg_support_icons.gif') no-repeat -210px 0; }
  div.sblk-mobilecontent div.support-icon { background: url('img/bg_support_icons.gif') no-repeat -280px 0; }
  div.sblk-pm div.support-icon { background: url('img/bg_support_icons.gif') no-repeat -350px 0; }

   /* @@@ PAGES->COMMENT-FORMS @@@ */
  div#comment_character_count {
	width: 30px;
	float: left;
	border: solid 1px #ddd;
	border-left: 0;
	padding: 3px;
	margin: 15px 0;
	text-align: center;
	font-weight: bold;
  }
  
 /* @@@ PAGES->SEND-SMS @@@ */
  div.character-counter-label {
	width: 100px;
	float: left;
	padding: 3px;
	margin: 15px 0;
	background: #f06d35;
	border: solid 1px #f06d35;
	color: white;
	font-weight: bold;
	text-align: center;
  }

  div#sms_character_count {
	width: 30px;
	float: left;
	border: solid 1px #ddd;
	border-left: 0;
	padding: 3px;
	margin: 15px 0;
	text-align: center;
	font-weight: bold;
  }

  p.sendsms-success-p {
	background: url('img/bg_sendsms_success.jpg') no-repeat 0 0;
	height: 325px;
	padding: 40px 10px 0 235px;
  }


 /* @@@ PAGES->ACTIVATE @@@ */

  ul#activate-progress {
	margin: 0;
	padding: 0;
  height: 50px;
  }

  ul#activate-progress li {
	list-style-type: none;
	width: 100px;
	height: 50px;
	display: block;
	float: left;
	text-indent: -9000px;
	background-image: url('img/bg_activation_progress.png');
	background-repeat: no-repeat;
  }

  ul#activate-progress a {
    width: 100px;
    height: 25px;
    padding: 0;
    margin: 0;
    display: block;
  }

  ul#activate-progress li.ap-1 { background-position: 0 0; }
  ul#activate-progress li.ap-2 { background-position: -100px 0; }
  ul#activate-progress li.ap-3 { background-position: -200px 0; }
  ul#activate-progress li.ap-4 { background-position: -300px 0; }
  ul#activate-progress li.ap-5 { background-position: -400px 0; }
  ul#activate-progress li.ap-6 { background-position: -500px 0; }
  ul#activate-progress li.ap-7 { background-position: -600px 0; }
  ul#activate-progress li.ap-8 { background-position: -700px 0; }

  ul#activate-progress li.ap-1-on { background-position: 0 -50px; }
  ul#activate-progress li.ap-2-on { background-position: -100px -50px; }
  ul#activate-progress li.ap-3-on { background-position: -200px -50px; }
  ul#activate-progress li.ap-4-on { background-position: -300px -50px; }
  ul#activate-progress li.ap-5-on { background-position: -400px -50px; }
  ul#activate-progress li.ap-6-on { background-position: -500px -50px; }
  ul#activate-progress li.ap-7-on { background-position: -600px -50px; }
  ul#activate-progress li.ap-8-on { background-position: -700px -50px; }


  #activation-content {
	width: 480px;
	padding: 5px 40px 15px 40px;
	border: double 3px #bbbbbb;
	margin: 50px auto;
	background: #f6f6f6;
  }

  #activation-content hr{
	color: #f6f6f6;
	background: #f6f6f6;
  }

  #activation-content h3 {
	border-bottom: solid 1px #bbbbbb;
	margin: 5px 0 10px 0;
  }

  #activation-content div.column-left-act {
	width: 230px;
	float: left;
  }

  #activation-content div.column-right-act {
	width: 240px;
	float: right;
  }

  #activation-content div.step1-height {
    height: 20em;
  }

  #activation-content div.column-left-act ul.pickplan {
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
  }

  #activation-content div.column-left-act ul.pickplan li  {
	margin: 0 0 10px 0;
  }

  #activation-content div.column-left-act ul.pickplan li a {
	font-weight: bold;
	font-size: 1.3em;
  }

  div.column-left-act dl {
	margin: 0;
	padding: 0;
  }

  div.column-left-act dl dt {
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #555555;
  }

  div.column-left-act dl dd {
	font-weight: bold;
	color: #1479a8;
	padding: 0;
	margin: 5px 0 10px 0;
	font-size: 1.2em;
  }

  div.column-right-act table.activate-plan-table {
	background: #dddddd;
	width: 220px;
  }  

  div.column-right-act table.activate-plan-table th {
	background: #f6ebca;
	padding: 2px;
  }  

  div.column-right-act table.activate-plan-table td {
	background: #ffffff;
	padding: 2px;
	text-align: center;
  }  

 /* @@@ PAGES->PLANS :: INT'L CALLING @@@ */
  div.column-left-intl {
	float: left;
	width: 315px;
  }

  div.column-right-intl {
	float: right;
	width: 200px;
	background: #f5f5f5;
	padding: 15px 10px;
  }

 div.column-right-intl p, div.column-right-intl li {
	font-size: 11px;
 }

 div.column-right-intl ul, div.column-right-intl ol {
	padding: 0 0 0 12px;
	margin: 10px 0 15px 12px;
 }

 #intl-rates div.or {
	margin: 15px 0;
	font-weight: bold;
	text-align: center;
 }

 form#intl-by-country select {
	font-size: 10px;
 }

 #intl-rates input {
	border: solid 1px #ccc;
 }

 #intl-rates fieldset {
	border: 2px double #dddddd;
	margin: 0 0 20px 0;
	padding: 0 10px;
 }
 
 #intl-rates fieldset div {
	margin: 15px 0; 
 }

 #intl-rates legend {
	font-weight: bold;
	color: #1479a8;	 
 }

 iframe#display-intl-rate {
	width: 250px;
	border: 1px solid #eeeeee;
	font-size: 11px;
	height: 45px;
	padding: 0;
	margin: 10px 0;
 }

 iframe#intl-all-countries {
	width: 280px;
	border: 1px solid #eeeeee;
	font-size: 11px;
	height: 250px;
	padding: 0;
	margin: 10px 0;
	margin-left: 20px;
 }

 #intl-rates div.intl-browse-rates h3 {
	font-weight: bold;
	color: #1479a8;
	font-size: 12px;
	padding-left: 20px;
 }  


 /* @@@ PAGES->CREATE ACCOUNT  @@@ */
  div.create-ctn {
	margin: 20px 0;
  }

  div.create-ctn input.create-submit {
	display: block;
	margin: 10px 0;
  }

  table.create-menu {
	margin: 0 25px 0 25px;
	width: 290px;
  }

  table.create-personalinfo th {
	text-align: right;
	padding: 0 7px 0 0;
  }

 /* @@@ PAGES->MY-ACCOUNT :: HOME/INFO @@@ */
  table.myaccount-info {
	margin: 0 auto 20px auto;
  }

  table.myaccount-info th {
	text-align: right;
	padding: 4px 8px;
	background: #f3f3f3;
	border: solid 1px #f3f3f3;
  }

  table.myaccount-info td {
	padding: 4px;
	border: solid 1px #eee;
  }

  table.myaccount-services-tbl {
	background: #dddddd;
  }

  table.myaccount-services-tbl th {
	background: #eeeeee;
	padding: 5px;
  }
  table.myaccount-services-tbl td {
	padding: 15px 5px;
	background: #ffffff;
  }

 /* @@@ PAGES->PRIVACY-AND-TERMS @@@ */
 #privacy p, #terms p, #privacy li {
	font-size: 11px;
 }

 #privacy h3, #terms h3 {
	color: #676767;
	font-size: 12px;
 }

 /* @@@ MY ACCOUNT -> TABLES @@@ */
 table.acct-tbl {
	width: 90%;
	margin: 5px auto 15px auto;
	background: #eee;
 }

 table.acct-tbl th {
	padding: 3px;
 }

 table.acct-tbl td.acct-cell, table.acct-tbl td {
	text-align: center;
	padding: 5px;
 }

 table.acct-tbl.checkout-tbl td {
	background: white;
 }

 /* @@@ MY ACCOUNT -> SOCNET PROMO @@@ */
 div.socnet-follow {
	margin-top: 20px;
	height: 70px;
	border: solid 2px #cccccc;
	background: #eee;
	border-right: 0;
	border-left: 0;
	padding: 10px 20px 20px 15px;
 }

 div.socnet-follow ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	width: 110px;
	float: left;
 }

 div.socnet-follow ul li {
	float: left;
	margin: 0;
	width: 50px;
	height: 43px;
 }

 div.socnet-follow ul li a {
	display: block;
	text-indent: -9000px;
	outline: none;
	width: 45px;
	height: 43px;
 }

 div.socnet-follow ul li.doodle-tw a { background: url('img/icons/doodle_twitter.png') no-repeat 0 0; }
 div.socnet-follow ul li.doodle-fb a { background: url('img/icons/doodle_fb.png') no-repeat 0 0; }

 div.socnet-follow ul li a:hover { opacity: .75; }

 /* @@@ MY ACCOUNT -> CARD PURCHASE @@@ */

 p.tip {
	padding: 10px 20px 20px 40px;
	background: #eeeeee url('img/bg_tip.gif') no-repeat 5px 8px;
	margin: 5px 0 15px 0;
	border: #cccccc solid 2px;
	border-right: 0;
	border-left: 0;
 }

 p.successtip {
	padding: 10px 20px 20px 50px;
	background: #eeeeee url('img/bg_successtip.gif') no-repeat 5px 8px;
	margin: 5px 0 15px 0;
	border: #cccccc solid 2px;
	border-right: 0;
	border-left: 0;
 }

 p.failuretip {
	padding: 10px 20px 20px 50px;
	background: #eeeeee url('img/bg_failuretip.gif') no-repeat 5px 8px;
	margin: 5px 0 15px 0;
	border: #cccccc solid 2px;
	border-right: 0;
	border-left: 0;
 }

 #cards-cart {
   width: 150px;
   float: right;
   background-color: #f2f2f2;
   border: #dddddd solid 1px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   margin-bottom: 15px;
   padding: 0 5px 15px 5px;
 }
 
 #cards-cart h3 {
   text-align: center;
   margin-top: 0;
   padding-top: 10px;
 }

 #cards-cart div.cart-container-buttons {
	margin-top: 15px;
 }

 #cards-cart div.cart-container-buttons a {
	display: block;
	margin: 5px auto;
	width: 100px;
 }

 #cards-bin {
   margin: 0 15px;
   padding: 0;
 }

 #available-cards {
   float: left;
   width: 380px;
 }

 #available-cards .category {
   background-color: #f2f2f2;
   border: #dddddd solid 1px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   margin-bottom: 15px;
 }

 #available-cards .cat-name {
   padding-left: 10px;
   text-align: center;
   margin-top: 0;
   padding-top: 10px;
 }

 .cp-card .indicator {
   position: relative;
   float: right;
   top: 5px;
   width: 22px;
   height: 22px;
   margin: 0;
   margin-bottom: -22px;
   display: none;
   padding: 0;
   z-index: 800;
 }

 #available-cards .cp-card .indicator {
   background: url('/static/style/img/edit_add.gif') no-repeat;
 }

 #cards-bin .cp-card .indicator {
   background: url('/static/style/img/edit_remove.gif') no-repeat;
 }

 a.btn-loadpin-co {
	background: transparent url('img/edit_add.gif') no-repeat 10px 50%;
	padding: 3px 0 3px 40px;
	display: block;
	margin: 2px 0 2px 0;
	text-align: left;
	
 }

 div.checkout-terms {
	margin: 15px 0;
	background: #fffae8;
	padding: 10px;
	border: solid 2px #ddd8c6;
 }

 div.checkout-terms p, div.checkout-terms ul {
	font-size: 10px;
 }

 /* @@@ PHONES->HOME @@@ */

 #phones-loading-message {
   color: #c1d72e;
   font-size: 150%;
   padding: 20px;
   overflow: visible;
   height: 0px;
 }

 #phones {
	padding: 20px 0;
 }

 div.pl-phoneimage {
	width: 125px;
	text-align: center;
	float: left;
 }

 div.pl-phone-price {
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #c10000;
	text-align: center;
 } 

 div.pl-phonedesc {
	width: 415px;
	float: right;
 }

 div.pl-addtocart {
	clear: both;
	width: 85px;
	padding: 10px 0 0 450px;
 }

 div.pl-addtocart a {
	width: 82px;
	height: 21px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	background: url('img/buttons/btn_addtocart.gif') no-repeat 0 0;
 }

 div.pl-phonedesc h4 {
	margin: 5px 0;
	font-size: 12px;
 }

 div.pl-phonedesc dl {
	margin: 0;
	padding: 0;
 }

 div.pl-phonedesc p {
	margin-bottom: 10px;
 }

 div.pl-phonedesc p, div.pl-phonedesc dt, div.phonedesc dd {
	font-size: 11px;
 }

 div.pl-phonedesc dt {
	font-weight: bold;
	color: #1479A8;
	width: 90px;
	display: block;
	float: left;
	padding: 2px;
	font-size: 10px;
	margin: 0 0 2px 0;
	border-top: solid 1px #eeeeee;
  clear: left;
 }

 div.pl-phonedesc dd {
	width: 250px;
	float: left;
	display: block;
	padding: 2px 5px;
	font-size: 10px;
	margin: 0 0 2px 0;
	border-top: solid 1px #eeeeee;
 }

 div.cl-card, div.cp-card, div.cp-no-card {
   float: left;
   text-align: center;
   margin: 0;
   padding: 7px 12px;
   width: 100px;
   height: 100px;
 }

 div.cl-card img, div.cp-card img, div.cp-no-card img {
   border: none;
   margin: 0;
   margin-bottom: 0.25em;
   vertical-align: text-bottom;
 }

 div.cl-card .price, div.cp-card .price {
   color: #a2ad00;
   font-weight: bold;
 }

 h2.hdr-shoppingcart {
   text-indent: -9000px;
   overflow: hidden;
   margin: 0;
   padding: 0;
   height: 30px;
 }

 .minicart-container {
   padding: 0 0 20px 0;
   background: url('img/bg_cartcontainer.gif') no-repeat 0 100%;
   margin-bottom: 15px;
 }

 .minicart {
	margin: 0;
	padding: 5px 10px 0 15px; 
  background: url('img/bg_cartcontainer.gif') no-repeat 0 0;
 }

 div.minicart-container form {
	margin: 0;
	padding: 0;
 }

 .btn-clearcart, .btn-viewcart {
   border: 0;
   float: left;
   width: 100px; 
   padding: 0 4px;
   margin: 10px 0 0 0;
}

 div.minicart-item {
	margin-bottom: 5px;
 }

 div.minicart-item span.minicart-item-price {
	display: block;
	text-align: right;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: solid 1px #edf3c1;
 }

 div.minicart-item span.minicart-phone-cat {
	font-size: 10px;
 }

 div.minicart-item-group {
	background: url('img/icons/icon_addeditem.gif') no-repeat 0 0;
	padding: 0 0 10px 40px;
	margin: 0 0 15px 0;
 }

 #minicart-items-total, #minicart-shipping, #minicart-tax, #minicart-total {
	font-weight: bold;
	text-align: right;
	margin: 5px 0;
 }

 .smallzip {
   font-size: 80%;
 }

 div.cart-controls {
	margin: 15px 0;
 }

 div.cart-controls form {
	padding: 0;
	margin: 0;
 }

 div.cart-controls input {
	float: right;
	padding: 0 4px; 
	width: 100px;
 }

 div.cart-controls input.orders.contshopping {
	width: 135px;
 }


 .orders {
   border: none;
 }

 .chooseplan-column-left {
   width: 45%;
   float: left;
 }

 .chooseplan-column-right {
   width: 45%;
   float: right;
   padding: 5px;
   background: #fffae8;
   border: solid 1px #ddd8c6;
 }

 .cov-check {
   width: 540px;
   background: url('img/bg_covcheck.gif') no-repeat 0 100%;
   padding: 0 10px 20px 10px;
   font-weight: bold;
 } 

 h3.hdr-cov-check {
	width: 560px;
	height: 44px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	background: url('img/hdr_bg_covcheck.gif') no-repeat 0 0;
 }

 .cart-table .spacer1 {
   height: 15px;
 }

 .cart-table .spacer2 {
   height: 20px;
 }
 .cart-table .spacer2 td {
   border-top: 1px solid #888;
 }

 .cart-table .phone-row .thumbnail {
   margin-right: 25px;
 }
 .cart-table .card-row .thumbnail {
   margin-left: 25px;
 }

 .cart-table .phone-row td, .card-row td {
   padding-bottom: 5px;
 }

 .cart-table .last-card td {
   padding-bottom: 15px;
 }

 table.cart-table th {
	background: #eee;
	padding: 4px;
 }

 /* @@@ PAGES :: 404 @@@ */
  
  h2.hdr-404 {
	width: 343px;
	height: 112px;
	margin: 0 auto;
	background: url('img/headers/404.gif') no-repeat 0 0;
	text-indent: -9000px;
	overflow: hidden;
  } 

  p.puppies-404 {
	display: block;
	width: 515px;
	height: 235px;
	margin: 10px auto;
	background: url('img/puppies404.jpg') no-repeat 0 0;
	text-indent: -9000px;
  }

/* TYPOGRAPHY
------------------------------------------- */
a { 
	color: #a2ad00; 
	text-decoration: none;
}

a:hover {
	color: #e86f34;
}

p {
	margin: 5px 0 20px 0;
	line-height: 1.6em;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

h3 {
	color: #e96f34;
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 1.2em;
}

h3 a {
  color: #e96f34;
}

h4 {
	margin-bottom: 5px;
	font-size: 1.1em;
}

#content li {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

.strong {
	font-weight: bold;
}

.dark { color: #000000; }
.light { color: #666666; }
.lighter { color: #999999; }
.orange { color: #e76f34; }
.red { color: #dd0000; }
.small { font-size: 10px; }

sup {
	color: #999999;
}

hr { 
	margin: 10px 0 15px 0;
	clear: both;
	color: #b3b3b3;
	line-height: 1px;
	background: #b3b3b3;
	height: 1px;
	border: 0;
}

 /* @@@ TYPOGRAPHY :: HEADERS IR @@@ */

 h2.hdr-main {
	height: 32px;
	text-indent: -9000px;
	width: 450px;
 }
 
 h2.hdr-plans-default { background: url('img/headers/plans_default.gif') no-repeat 0 0; }
 h2.hdr-plans-dot10 { background: url('img/headers/plans_dot10.gif') no-repeat 0 0; float: left; width: 300px; }
 h2.hdr-plans-sms { background: url('img/headers/plans_sms.gif') no-repeat 0 0; }
 h2.hdr-plans-intlrates { background: url('img/headers/plans_intl.gif') no-repeat 0 0; }
 h2.hdr-plans-compare { background: url('img/headers/realpaygo_cheap.gif') no-repeat 0 0; }

 h2.hdr-phones-default { background: url('img/headers/phones_default.gif') no-repeat 0 0; }
 h2.hdr-support { background: url('img/headers/support_default.gif') no-repeat 0 0;  }
 h2.hdr-support-faq { background: url('img/headers/support_faq.gif') no-repeat 0 0;  }
 h2.hdr-support-locator { background: url('img/headers/support_storelocator.gif') no-repeat 0 0;  }
 h2.hdr-support-howto { background: url('img/headers/support_howto.gif') no-repeat 0 0;  }
 h2.hdr-support-contact { background: url('img/headers/support_contact.gif') no-repeat 0 0;  }
 h2.hdr-support-mobilecontent { background: url('img/headers/support_mobilecontent.gif') no-repeat 0 0;  }

 h2.hdr-about-default { background: url('img/headers/about_default.gif') no-repeat 0 0;  }
 h2.hdr-about-news { background: url('img/headers/about_news.gif') no-repeat 0 0;  }
 h2.hdr-about-careers { background: url('img/headers/about_careers.gif') no-repeat 0 0;  }
 h2.hdr-about-reseller { background: url('img/headers/about_reseller.gif') no-repeat 0 0;  }
 h2.hdr-about-why { background: url('img/headers/about_whyplatinumtel.gif') no-repeat 0 0;  }
 h2.hdr-about-whyprepaid { background: url('img/headers/about_whyprepaid.gif') no-repeat 0 0;  }

 h2.hdr-myaccount-create { background: url('img/headers/myaccount_create.gif') no-repeat 0 0; }
 h2.hdr-myaccount-default { background: url('img/headers/myaccount_default.gif') no-repeat 0 0; }
 h2.hdr-myaccount-details { background: url('img/headers/myaccount_details.gif') no-repeat 0 0; } 
 h2.hdr-myaccount-callrecords { background: url('img/headers/myaccount_callrecords.gif') no-repeat 0 0; } 
 h2.hdr-myaccount-loadpin { background: url('img/headers/myaccount_loadpin.gif') no-repeat 0 0; } 
 h2.hdr-myaccount-loadeditems { background: url('img/headers/myaccount_loadeditems.gif') no-repeat 0 0; } 
 h2.hdr-myaccount-loadediteminfo { background: url('img/headers/myaccount_loadediteminfo.gif') no-repeat 0 0; } 
 h2.hdr-myaccount-phoneprogramming { background: url('img/headers/myaccount_phoneprogramming.gif') no-repeat 0 0; } 
 h2.hdr-myaccount-services { background: url('img/headers/myaccount_services.gif') no-repeat 0 0; } 
 h2.hdr-myaccount-myinformation { background: url('img/headers/myaccount_myinformation.gif') no-repeat 0 0; } 
 h2.hdr-myaccount-changepassword { background: url('img/headers/myaccount_changepassword.gif') no-repeat 0 0; } 

 h2.hdr-phones-viewcart { background: url('img/headers/phones_viewcart.gif') no-repeat 0 0; }
 h2.hdr-phones-checkout { background: url('img/headers/phones_checkout.gif') no-repeat 0 0; }

 h2.hdr-sms { background: url('img/headers/sendsms.gif') no-repeat 0 0; }
 h2.hdr-sms-success { background: url('img/headers/sendsms_success.gif') no-repeat 0 0; }

 h2.hdr-privacy { background: url('img/headers/more_privacypolicy.gif') no-repeat 0 0; }
 h2.hdr-tou { background: url('img/headers/more_termsofuse.gif') no-repeat 0 0; }

 h2.hdr-unlimitedtalk {
	width: 560px;
	height: 88px;
	text-indent: -9000px;
	overflow: hidden;
	background: url('img/headers/hdr_unlimitedtalk.png') no-repeat 0 0;
 }

 h2.hdr-realpaygo {
	width: 560px;
	height: 88px;
	text-indent: -9000px;
	overflow: hidden;
	background: url('img/headers/hdr_realpaygo.png') no-repeat 0 0;
 }

 h2.hdr-hybrid {
	width: 560px;
	height: 88px;
	text-indent: -9000px;
	overflow: hidden;
	background: url('img/headers/hdr_hybrid.png') no-repeat 0 0;
 }

 h2.hdr-sbnav-plans {
	width: 250px;
	height: 29px;
	text-indent: -9000px;
	background: url('img/sidebar_hdr/plans.gif') no-repeat 0 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
 }

 h2.hdr-sbnav-account {
	width: 250px;
	height: 29px;
	text-indent: -9000px;
	background: url('img/sidebar_hdr/myaccount.gif') no-repeat 0 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
 }
 
 div.hdr-sbnav-account-ctn {
   background: #333;
   color: #c1d72e;
   font-weight: bold;
   font-family: "Trebuchet MS", arial, sans-serif;
   padding: 5px 20px 0 20px;
   font-size: 1.2em;
   border-top: 2px solid white;
 }

 div.hdr-sbnav-account-plan {
   background: #333;
   color: #eee;
   font-weight: bold;
   font-family: "Trebuchet MS", arial, sans-serif;
   padding: 0 20px 3px 20px;
   border-bottom: 2px solid white;
   font-size: 15px;
 }

 h2.hdr-sbnav-support {
	width: 250px;
	height: 29px;
	text-indent: -9000px;
	background: url('img/sidebar_hdr/support.gif') no-repeat 0 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
 }

 h2.hdr-sbnav-phones {
	width: 250px;
	height: 29px;
	text-indent: -9000px;
	background: url('img/sidebar_hdr/phones.gif') no-repeat 0 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
 }

 h2.hdr-sbnav-about {
	width: 250px;
	height: 29px;
	text-indent: -9000px;
	background: url('img/sidebar_hdr/about.gif') no-repeat 0 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
 }





 /* @@@ TYPOGRAPY :: ANCHOR BUTTONS @@@ */
 a.btn-view-details { 
	display: block;
	width: 91px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url('img/buttons/btn_viewdetails_orange.gif') no-repeat 0 0;
	margin: 10px 0;
	float: right;
	padding: 0 0 10px 0;
 }

 
/* COMMON
------------------------------------------- */
.clear {
	clear: both;	
}

.error, .warning {
  background-color: #fff;
  padding: 4px;
  margin-bottom: 1.5em;
}

.error h2, .warning h2 {
  color: #fff;
  font-weight: bold;
  margin: -4px -4px 0.5em -4px;
  padding-left: 4px;
}

.error h2 .close-btn, .warning h2 .close-btn {
  float: right;
  position: relative;
  margin-right: 4px;
}

.error h2 .close-btn a, .warning h2 .close-btn a {
  color: #fff;
  text-decoration: none;
}

.error {
  border: 1px solid #d00;
}

.error h2 {
  background-color: #d00;
}

.warning {
  border: 1px solid #e96f34;
}

.warning h2 {
  background-color: #e96f34;
}

/* TABLES
------------------------------------------- */
table.new-plantbl {
	margin: 10px auto 20px auto;
}

table.new-plantbl th {
	font-weight: bold;
	padding: 6px 15px 6px 10px;
	border-right: solid 1px #333333;
	text-align: right;
	text-transform: uppercase;
	color: #333333;
	color: #1479A8;
}

table.new-plantbl td {
	padding: 6px 15px;
	background: #eeeeee;
	color: #000000;
}

table.new-plantbl td.last {
	border-right: solid 1px #333333;
	background: #dddddd;
}

table.plantable {
	width: 525px;
	margin: 10px 0 20px 0;
	background: url('img/tbl_bottom.gif') no-repeat 0 100%;
	padding: 0 0 25px 0;
}

table.plantable th {
	font-weight: bold;
	font-size: 1.2em;
	color: white;
	background: url('img/tbl_th.gif') repeat-x 0 0;
	height: 32px;
	padding: 5px 15px 5px 15px;
}

table.plantable th.first {
	background: url('img/tbl_th_left.gif') no-repeat 0 0;
}

table.plantable th.last {
	background: url('img/tbl_th_right.gif') no-repeat 100% 0;
}

table.plantable td {
	font-size: 1.2em;
	color: #585858;
	text-align: center;
	font-weight: bold;
	padding: 7px 0;
	border-left: 1px solid #ddd;
}

table.plantable tr.off td {
	background-color: #f6e0c6;
	font-size: 1.2em;
	color: #585858;
	text-align: center;
	font-weight: bold;
}

table.plantable tr.bottom td {
	background: url('img/tbl_td_bottom.gif') repeat-x 0 100%;
}

table.plantable tr.on td.first { background: url('img/tbl_td_left_on.gif') repeat-y 0 0; border: 0; }
table.plantable tr.on td.last { background: url('img/tbl_td_right_on.gif') repeat-y 100% 0; }
table.plantable tr.off td.first { background: url('img/tbl_td_left_off.gif') repeat-y 0 0; border: 0;}
table.plantable tr.off td.last { background: url('img/tbl_td_right_off.gif') repeat-y 100% 0; }
table.plantable tr.bottom td.first { background: url('img/tbl_td_left_bot.gif') no-repeat 0 100%; border: 0; }
table.plantable tr.bottom td.last { background: url('img/tbl_td_right_bot.gif') no-repeat 100% 100%; }

table tr.even td {
  background-color: #fdf4b8;
}

table tr.odd td {
  background-color: #ffffff;
}

 /* COMPARISON TABLES */

 table.comparison-table {
	margin: 10px auto 25px auto;
	width: 525px;
 }

 table.comparison-table th {
	text-align: right;
	padding: 5px;
	font-size: 14px;
	background: #eeeeee;
	width: 110px;
	color: #1479a8;
 }

 table.comparison-table td {
	padding: 5px 10px;
	background: #ffffff;
	width: 200px;
	border-left: solid 1px #ddd;
	background: url('img/bg_td_comparison.gif') no-repeat 100% 0;
 }

 table.oneitem td {
	width: 402px;
 }

 table.comparison-table tr.ptel td {
	border-bottom: solid 1px #ddd;
 }

 table.comparison-table tr.ptel th {
	border-bottom: solid 1px #ddd;
	background: #eee;
	color: #111;
 }

 table.comparison-table ul {
	margin: 0;
	padding: 0;
 }

 table.comparison-table li {
	margin: 0 !important;
	font-weight: bold;
	list-style: none;
 }

 table.comparison-table tr.ptel span.comparison-param {
	font-weight: bold;
	color: #e96f34;
 }

 table.comparison-table span.comparison-param {
	font-weight: bold;
	color: #666666;
 }

 table.comparison-table span.you-spend {
	font-size: 18px;
	font-family: "Trebuchet Ms";
 }

/* Store Locator
------------------------------------------- */
 #gmap-search label {
	display: block;
	font-weight: bold;
	color: #444;
	margin: 3px 0 0 0;
 }

 #gmap-search input {
	margin: 2px 0 10px 0;
 }

 div.locator-left {
	float: left;
	width: 210px;
	padding: 0 0 0 40px;
 }

 div.locator-right {
	float: left;
	width: 230px;
	border-left: solid 1px #ddd;
	padding: 0 0 5px 60px;
	margin: 0 0 15px 0;
 }

 div.locator-miles {
	clear: both;
	text-align: center;
	padding: 10px 30px 15px 0;
 }

 div.locator-submit {
	text-align: center;
	padding: 15px 45px 30px 0;
 }

 
/* FAQ Page
------------------------------------------- */
 
  .faq-category {
    margin-bottom: 1em;
    padding: 0 0 0 10px;
  }

  .faq-category-title {
    margin: 0 0 1em 0;
    padding: 0;
    color: #1379a9;
  }

  .faq-category-title:hover {
    color: #e86f34;
    cursor: pointer;
  }

  .faq-question {
    padding-left: 50px;
    margin-bottom: 1em;
  }

  .faq-question h4 {
	padding: 0;
	margin: 0 0 .5em 0;
	font-size: 1.1em;
	cursor: pointer;
	color: #333;
  }

  .faq-question h4:hover {
    color: #e86f34;
    cursor: pointer;
  } 

  .faq-category h3 {
    margin: 20px 0 0 0;
    cursor: pointer;
    font-size: 1.3em;
  }
  
  .faq-category h3.hdr-faq-general { background: url('img/bg_faq_icons.gif') no-repeat 0 0; height: 34px; padding: 6px 0 0 45px; }
  .faq-category h3.hdr-faq-rating { background: url('img/bg_faq_icons.gif') no-repeat 0 -40px; height: 34px; padding: 6px 0 0 45px; }
  .faq-category h3.hdr-faq-accountinfo { background: url('img/bg_faq_icons.gif') no-repeat 0 -80px; height: 34px; padding: 6px 0 0 45px; }
  .faq-category h3.hdr-faq-free { background: url('img/bg_faq_icons.gif') no-repeat 0 -120px; height: 34px; padding: 6px 0 0 45px; }
  .faq-category h3.hdr-faq-3g { background: url('img/bg_faq_icons.gif') no-repeat 0 -160px; height: 34px; padding: 6px 0 0 45px; }
  .faq-category h3.hdr-faq-contact { background: url('img/bg_faq_icons.gif') no-repeat 0 -200px; height: 34px; padding: 6px 0 0 45px; }


/* Howto Page
------------------------------------------- */
 div.howto-left {
	width: 250px;
	float: left;
	border-right: solid 1px #eee;
	padding: 0 20px 0 0;
 }
 
 div.howto-right {
	width: 250px;
	float: left;
	padding: 0 0 0 30px;
 }


/* Contact Form
------------------------------------------- */
 #contact-form dl#contact-numbers {
	text-indent: -9000px;
	width: 450px;
	height: 72px;
	background: url('img/bg_dl_contactnumbers.gif') no-repeat 0 0;
	margin: 10px 0 40px 40px;
 }

 #contact-form {
	padding: 0 0 30px 0;
 }

 #contact-form form {
	padding: 0 0 0 20px;
 }

 #contact-form label {
	display: block;
	margin: 10px 0 3px 0;
	font-weight: bold;
 }

 #contact-form input {
	border: #999 solid 1px;
	margin: 1px 0 5px 0;
	padding: 3px 5px;
 }

 #contact-form input.contact-txt {
	width: 200px;
 }

 #contact-form textarea {
	border: #999 solid 1px;
	overflow: auto;
 }

 #contact-form input.submit {
	
 }

/* NEWS AND MEDIA
------------------------------------------ */

 h3.pr-headline a {
	color: #1479a8;
	font-size: 1.2em;
 }

 h3.pr-headline a:hover {
	color: #e86f34;
 }

 h4.pr-subhead, div.pr-fulltext-item h3.pr-subhead {
	color: #333333;
	font-size: 1em;
 }

 div.pr-dateline {
	text-align: right;
	font-size: .9em;
	border-bottom: solid 1px #dddddd;
	padding: 0 5px 0 0;
 }

 div.pr-summary { 
	padding-bottom: 10px;
 }

 div.pr-item { 
	margin-bottom: 20px;
 }

/* Home page
------------------------------------------- */
  /* Like #content except without corners or padding */
  #home-content {
    width: 600px;
    float: left;
    background: url('img/bg_fp.jpg') no-repeat;
    padding: 0;
  }

  .ui-tabs-hide { display: none; }
  .tabbed {
    display: none;
    width:560px;
    height:300px;
    margin:0px;
    padding: 0px;
  }

  #imageselector {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 25px;
    position: absolute;
    top: 336px;
    z-index:100;
  }

  #imageselector a {
    display: block;
    float: left;
    margin: 0 2px 0 2px;
    opacity: 0.75; 
    width: 12px; 
    height: 13px;
    text-indent: -9000px;
    background: url('img/imageselect-off.png') no-repeat 0 0;
  }

  #imageselector a:hover {
    opacity: 1;
  }
  
  #imageselector a.activeSlide {    
    background: url('img/imageselect-on.png') no-repeat 0 0;
  }

  #imageselector a:focus {
    outline:none;    
  }

/* Picture Messaging (PLSPics) page
------------------------------------------- */
  #plspics-content {
    padding: 0 0 20px 0;
  }


/* Coverage map page
------------------------------------------- */
  #coverage-content {
    padding: 0 0 20px 20px;
  }

/* FORMS
------------------------------------------- */

 input, textarea {
	border: solid 1px #aaaaaa;
 }
 .input {border: solid 1px #aaaaaa; margin: 0 0 5px 0;}
 .inputerror {background: #f6e0c6;}
 .form_warn{ font-style: italic;font-size: 10px;}
 
 label {
	display: block;
	margin: 10px 0 3px 0;
	font-weight: bold;
 }



 /** HEARING AID COMPATIBILITY **/

 table.tbl-hac {
	background: #ccc;
	margin: 10px 0 50px 0;
 }

 table.tbl-hac th {
	background: #ddd;
	font-size: 10px;
 }

 table.tbl-hac td {
	background: white;
	font-size: 10px;
 }

 table.tbl-hac td.hac-center {
	text-align: center;
 }
