

/* BASE HTML
*************************************************************/
body{
	text-align: center;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#body_wrapper {
    background: #efefef;
}

p {
    color:#424242;
    font-size:12px;
    margin:0 0 16px 0;
    line-height:16px;
    font-size:12px;
    
}

a {
    color: #F3732E;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
strong { font-weight:bold; }

.underline { text-decoration:underline; }

#flash { z-index:999;}

/*
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
*/

ol, ul {
    color: #424242;
    list-style: none outside none;
}

li {
    font-size:12px;
    margin: 0 0 8px;
}

sup {
    font-size: 9px;
    line-height: 9px;
    vertical-align: top;
}

.note {
	font-size: 10px;
	line-height: 14px;
}

.strike {
	text-decoration: line-through;
}

.float_right {
	float: right;
	margin: 0 0 10px 0;
}
.tooltip {
    background: url("/images/layout/icon_i.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 16px;
    text-indent: -3000px;
    width: 16px;
    overflow:hidden;
	text-align: left;
}

.content_left {
	float: left;
}

dd .content_left {
	width:135px;
}
p.legal {
	float: left;
	width: 680px;
}

#pick_your_plan .table .column .tooltip:hover,
.tooltip:hover {
	background-position: 0 -16px;
}

.filter_bar a.btn_back {
	float: left;
	width: 63px;
	height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 4px 0 0 35px;
	text-align: left;
	text-indent: -3000px;
	background: url(../../images/plans/btn_back.gif) 0 0 no-repeat;
}

a.btn_add {
	float: left;
	width: 54px;
	height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: -3000px;
	background: url(../../images/layout/btn_add.png) 0 0 no-repeat;
}

a.btn_remove {
	float: left;
	width: 54px;
	height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: -3000px;
	background: url(../../images/layout/btn_remove.png) 0 0 no-repeat;
}

a.btn_continue {
	float: left;
	width: 85px;
	text-align: left;
	height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: -3000px;
	text-align: left;
	background: url(../../images/layout/btn_continue.png) 0 0 no-repeat;
}

a.btn_add_to_cart {
	float: left;
	width: 100px;
	height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: -3000px;
	background: url(../../images/layout/btn_add_to_cart.png) 0 0 no-repeat;
}
a.btn_add_to_cart.grey {
	background: url(../../images/layout/btn_add_to_cart_grey.png) 0 0 no-repeat;
}

a.btn_proceed {
	float: left;
	width: 170px;
	height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: -3000px;
	background: url(../../images/layout/btn_proceed.png) 0 0 no-repeat;
}

a.btn_compare {
	float: left;
	width: 80px;
	height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: -3000px;
	background: url(../../images/layout/btn_compare.png) 0 0 no-repeat;
}

a.btn_confirm_pay {
	float: left;
	width: 111px;
	height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: -3000px;
	background: url(../../images/layout/btn_confirm_pay.png) 0 0 no-repeat;
}

a.btn_print {
	float: left;
	width: 65px;
	height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: -3000px;
	background: url(../../images/layout/btn_print.png) 0 0 no-repeat;
}

.btn_whatishspa {
	float: left;
	width: 106px;
	height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 4px 0 0 30px;
	text-align: left;
	text-indent: -3000px;
	background: url(/images/layout/btn_whatisHSPA.gif) 0 0 no-repeat;
}

.btn_whatiscdma {
	float: left;
	width: 106px;
	height: 23px;
	overflow: hidden;
	padding: 0;
	margin: 4px 0 0 14px;
	text-align: left;
	text-indent: -3000px;
	background: url(/images/layout/btn_whatisCDMA.gif) 0 0 no-repeat;
}

.btn_whatishspa:hover,
.btn_whatiscdma:hover,
.filter_bar a.btn_back:hover,
a.btn_print:hover,
a.btn_confirm_pay:hover,
a.btn_compare:hover,
a.btn_proceed:hover,
a.btn_add:hover,
a.btn_remove:hover,
a.btn_continue:hover,
a.btn_add_to_cart:hover,
a.btn_add_to_cart.grey:hover {
	background-position: 0 -23px;
}

/* container
*************************************************************/
#container {
	float: left;
	width: 100%;
	background: #000000 url(../../images/layout/bgd_container.jpg) 0 -13px repeat-x;
}


/* SHELL
*************************************************************/
#shell {
	width: 1020px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

/* HEADER
*************************************************************/
#header {
	height:110px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	position:relative;
	width:955px;
}

	#header #logo {
		background: url(../../images/header/solo-mobile-logo.gif) 0 0 no-repeat;
		height:59px;
		overflow:hidden;
		position:absolute;
		text-indent:-3000px;
		top:26px;
		left:0;
		width:141px;
	}
	#header #nav_container{
		float: right;
		width: 785px;
		height: 110px;
		padding: 0;
		overflow: hidden;
	}
	/* NAV CONTAINER | UTILITY NAV
	*************************************************************/
		#header #nav_container #utility_nav{
			float: right;
			width: 370px; /*362px;*/
			height: 32px;
			padding: 0;
			margin: 0 8px 0 0;
			overflow: hidden;
			background: #dadada url(../../images/header/unav_right.gif) right bottom no-repeat;
		}
		#header #nav_container #utility_nav ul{
			float: left;
			width: 460px;
			height: 22px;
			padding: 10px 0 0 0;
			margin: 0;
			list-style: none;
			background: url(../../images/header/unav_left.gif) left bottom no-repeat;
		}
		#header #nav_container #utility_nav ul li{
			float: left;
			font-size: 11px;
			line-height: 11px;
		}
		#header #nav_container #utility_nav ul li a{
			color: #f3732e;
			text-decoration: none;
			padding: 0 15px;
		}
		#header #nav_container #utility_nav ul li a:hover{
			text-decoration: underline;
		}
		#header #nav_container #utility_nav ul li.cart a{
			padding: 0 20px 0 15px;
			background: url(../../images/header/icn_cart.gif) right top no-repeat;
		}
		
	/* NAV CONTAINER | MID NAV
	*************************************************************/
		#header #nav_container #mid_nav{
			float: left;
			width: 785px;
			height: 40px;
			padding: 0;
			margin: 0;
		}
		
		/* NAV CONTAINER | MID NAV | LIKE BUTTON
		*************************************************************/
			.fb_like,
			#header #nav_container #fb_like{
				float: left;
				width: 225px;
				margin: 10px 0 0 0;
			}
		
		/* NAV CONTAINER | MID NAV | SEARCH FORM
		*************************************************************/
			#header #nav_container #search_form{
				float: right;
				width: 220px;
				height: 23px;
				padding: 9px 0 8px 2px;
				margin: 0 6px 0 0;
				text-align: right;
				overflow: hidden;
			}
			#header #nav_container #search_form input{
				float: left;
			}
			#header #nav_container #search_form #search_criteria{
				width: 183px;
				font-size: 11px;
				color: #797979;
				margin-right: 2px;
			}
		
	/* NAV CONTAINER | MAIN NAV
	*************************************************************/
		#header #nav_container #main_nav{
			float: right;
			width: auto;
		}
		#header #nav_container #main_nav li{
			float: left;
			height: 38px;
			padding: 0;
			margin: 0;
			overflow: hidden;
		}
		#header #nav_container #main_nav li a{
			float: left;
			color: #F3732E;
			height: 14px;
			font-size: 11px;
			padding: 10px 0 14px 0;
			margin: 0;
			text-align: center;
			text-transform: uppercase;
			text-decoration: none;
		}
		#header #nav_container #main_nav li.phones a{
			width: 156px;
			background: url(../../images/header/nav_phones.png) 0 0 no-repeat;
			behavior: none;
			
		}
		#header #nav_container #main_nav li.plans a{
			width: 155px;
			background: url(../../images/header/nav_plans.png) 0 0 no-repeat;
			behavior: none;
		}
		#header #nav_container #main_nav li.promotions a{
			width: 155px;
			background: url(../../images/header/nav_promos.png) 0 0 no-repeat;
			behavior: none;
		}
		#header #nav_container #main_nav li.coverage a{
			width: 155px;
			background: url(../../images/header/nav_coverage.png) 0 0 no-repeat;
			behavior: none;
		}
		#header #nav_container #main_nav li.support a{
			width: 162px;
			background: url(../../images/header/nav_support.png) 0 0 no-repeat;
			behavior: none;
		}
		#phones #header #nav_container #main_nav li.phones a,
		#plans #header #nav_container #main_nav li.plans a,
		#pick_your_plan #header #nav_container #main_nav li.plans a,
		#promotions #header #nav_container #main_nav li.promotions a,
		#coverage #header #nav_container #main_nav li.coverage a,
		#support #header #nav_container #main_nav li.support a,
		#header #nav_container #main_nav li.phones a:hover,
		#header #nav_container #main_nav li.plans a:hover,
		#header #nav_container #main_nav li.promotions a:hover,
		#header #nav_container #main_nav li.coverage a:hover,
		#header #nav_container #main_nav li.support a:hover{
			background-position: 0 -42px;
			color: #FFFFFF;
		}
		
		#support #header #nav_container.coverage #main_nav li.support a {
			background: url(../../images/header/nav_support.png) 0 0 no-repeat;
			color:#F3732E;
		}
		#support #header #nav_container.coverage #main_nav li.support a:hover {
			background-position: 0 -42px;
			color: #FFFFFF;
		}
		#support #header #nav_container.coverage #main_nav li.coverage a {
			background-position: 0 -42px;
			color: #FFFFFF;
		}

/* CONTENT CONTAINER
*************************************************************/
#content_container {
	float: left;
	width: 1020px;
	margin-bottom:20px;
}
#content_area{
	width:740px;
	float:left;
}
		
	/* CONTENT CONTAINER | CONTENT COLUMN
	*************************************************************/
		#content_container #content_column {
			float: left;
			width: 740px;
		}
		#content_container #content_column h1{
			float: left;
			width: 700px;
			padding: 20px 0 5px 0;
			margin-left: 40px;
			text-transform: uppercase;
			font-size: 18px;
			line-height: 20px;
		}
		.title_bar{
			margin:0 auto;
			padding:0;
			text-align:left;
			width:955px;
			height: 55px;
			overflow: hidden;
		}
		.title_bar h1{
			text-transform: uppercase;
			font-size: 18px;
			margin:16px 0 0px 3px;
		}
		
		/* CONTENT CONTAINER | CONTENT COLUMN | BAR CONTENT
		*************************************************************/
			#content_container #content_column .filter {
				float: left;
				width: 704px;
				height: 29px;
				padding: 11px 0 0 0;
				margin:16px -4px 0 40px;
			}
			.filter_bar h5, #search .module-results .filter h5, #pick_your_plan .table .filter h5{
				float: left;
				font-size: 10px;
				line-height: 10px;
				text-transform: uppercase;
				color: #fff;
				float: left;
				margin: 6px 10px 0 0;
				position:relative;
				top:2px;
			 }
			#content_container #content_column #bar_content ul { 
				float: left; 
			}
			#content_container #content_column #bar_content li { 
				float: left; 
				margin: 0 5px 0 0; 
			}
			
			.filter_bar{
				width:100%;
				height:33px;
				text-align:left;
			}
			
			
			.filter_bar .filter .plan_filter{
				width:955px;
				margin:0 auto;
				position:relative;
				top:3px;
			}
			.filter_bar .filter .phone_filter a,
			.filter_bar .filter .plan_filter a{
				display:block;
				float:left;
				height:23px;
				overflow:hidden;
				position:relative;
				text-indent:-9999px;
				top:2px;
				margin:0 10px 0 0;
			}
			.main_content_container{
				width:100%;
				/*background:#000;*/
				position:relative;
				top:0;
				left:0;
				text-align:left !important;
				padding:20px 0 40px 0;
				margin-top:44px;
			}
			.main_content_shell{
				width:960px;
				margin:0 auto;
				overflow: visible;
				position:relative;
			}
			.main_content{
				width:730px;
				position:relative;
				float:left;
				min-height:200px;
			}
		
			/* CONTENT CONTAINER | CONTENT COLUMN | BAR CONTENT | PLAN OPTIONS
			*************************************************************/
			/*
			    #pick_your_plan .table .filter a,
			    .plan_filter a,
				#plan-options a {
					float: left;
					background: url(../../images/bar/button-plans.png) 0 0 no-repeat;
					text-indent: -9999px;
					height: 23px;
					top:1px;
					margin-right:10px;
				 }

				 #pick_your_plan .table .filter .monthly,
			    .plan_filter .monthly,
				 #plan-options .monthly { width: 93px; background-position: 0px 0px}
				
				 #pick_your_plan .table .filter .prepaid,
			    .plan_filter .prepaid,
				 #plan-options .prepaid { width: 93px; background-position: -100px 0; }
				
				 #pick_your_plan .table .filter .zone,
			    .plan_filter .zone,
				 #pick_your_plan .table .filter .unlimited_talk,
			    .plan_filter .unlimited-talk,
				 #plan-options .unlimited-talk { width: 96px; background-position: -200px 0; }
				 
				 #pick_your_plan .table .filter .monthly:hover,
				 #pick_your_plan .table .filter .monthly.selected,
			    .plan_filter .monthly:hover,
			    .plan_filter .monthly.active,
				 #plan-options .monthly:hover, 
				 #plan-options .monthly.active { background-position: 0px -23px }
				 
				 #pick_your_plan .table .filter .prepaid:hover,
				 #pick_your_plan .table .filter .prepaid.selected,
			    .plan_filter .prepaid:hover,
			    .plan_filter .prepaid.active,
				 #plan-options .prepaid:hover, 
				 #plan-options .prepaid.active{ background-position: -100px -23px; }
				 
				 #pick_your_plan .table .filter .zone:hover,
				 #pick_your_plan .table .filter .zone.selected,
			    .plan_filter .zone:hover,
			    .plan_filter .zone.active,
				 #pick_your_plan .table .filter .unlimited_talk:hover,
				 #pick_your_plan .table .filter .unlimited_talk.selected,
			    .plan_filter .unlimited-talk:hover,
			    .plan_filter .unlimited-talk.active,
				 #plan-options .unlimited-talk:hover,
				 #plan-options .unlimited-talk.active { background-position: -200px -23px; }
			*/
			    #pick_your_plan .table .filter span,
			    #pick_your_plan .table .filter a,
			    .plan_filter span,
				#plan-options span,
			    .plan_filter a,
				#plan-options a {
					float: left;
					text-indent: -9999px;
					width: 24px;
					height: 23px;
					margin: 0px 5px 0 0;
				}
				#pick_your_plan .table .filter .monthly-voice-data {
					width: 145px;/*63*/
					background: url(/images/plans/btn_monthly_dark.gif) 0 0 no-repeat;
				}
			    #pick_your_plan .table .filter .monthly,
			    .plan_filter .monthly,
				#plan-options .monthly {
					width: 75px;/*63*/
					background: url(/images/plans/btn_monthly_dark.gif) 0 0 no-repeat;
				}
				#pick_your_plan .table .filter .monthly-so-low {
					width: 118px;/*63*/
					background: url(/images/plans/btn_monthly_dark_so_low.gif) 0 0 no-repeat;
				}
			    #pick_your_plan .table .filter .prepaid,
			    .plan_filter .prepaid,
				#plan-options .prepaid {
					width: 71px; /*66px;*/
					background: url(/images/plans/btn_prepaid_dark.gif) 0 0 no-repeat;
				}
			    #pick_your_plan .table .filter .unlimited_talk,
			    .plan_filter .unlimited_talk,
				#plan-options .unlimited_talk {
					width: 135px;
					background: url(/images/plans/btn_unlimited_dark.gif) 0 0 no-repeat;
				}
				
				#pick_your_plan .table .filter .limited_time_offers,
			    .plan_filter .limited_time_offers,
				#plan-options .limited_time_offers {
					width:113px; /*120px;*/
					background: url(/images/plans/btn_lto_dark.gif) 0 0 no-repeat;
				}
				
			    #pick_your_plan .table .filter .monthly:hover,
			    .plan_filter .monthly:hover,
				#plan-options .monthly:hover,
			    #pick_your_plan .table .filter .monthly.active,
			    .plan_filter .monthly.active,
				#plan-options .monthly.active,
				#pick_your_plan .table .filter .monthly-so-low:hover,
				#pick_your_plan .table .filter .monthly-so-low.active,
				#pick_your_plan .table .filter .monthly-voice-data:hover,
				#pick_your_plan .table .filter .monthly-voice-data.active,
				#pick_your_plan .table .filter .prepaid:hover,
			    .plan_filter .prepaid:hover,
				#plan-options .prepaid:hover,
			    #pick_your_plan .table .filter .prepaid.active,
			    .plan_filter .prepaid.active,
				#plan-options .prepaid.active,
			    #pick_your_plan .table .filter .unlimited_talk:hover,
			    .plan_filter .unlimited_talk:hover,
				#plan-options .unlimited_talk:hover,
			    #pick_your_plan .table .filter .unlimited_talk.active,
			    .plan_filter .unlimited_talk.active,
				#plan-options .unlimited_talk.active,
				#pick_your_plan .table .filter .limited_time_offers.active,
			    .plan_filter .limited_time_offers.active,
				#plan-options .limited_time_offers.active,
				#pick_your_plan .table .filter .limited_time_offers:hover,
			    .plan_filter .limited_time_offers:hover,
				#plan-options .limited_time_offers:hover {
					background-position: 0 -23px;
				}
		
			/* CONTENT CONTAINER | CONTENT COLUMN | BAR CONTENT | PHONE FEATURES
			*************************************************************/
				#plan-options{
					margin:0;
					float:left;
				}
		 		#phone-features {
					float: left;
					width: 203px;
					height: 25px;
					margin-top: -1px;
					overflow: hidden;
				}
		 		#phone-features a {
					float: left;
					display: block;
					background: url(../../images/bar/icon-phone-feature-icons.gif) no-repeat;
					text-indent: -9999px;
					width: 24px;
					height: 24px;
					margin:0 5px 0 0;
				 }
				 
				 #phone-features .camera { background-position: 0 0; }
				 #phone-features .bluetooth { background-position: -28px 0; }
				 #phone-features .touchscreen { background-position: -57px 0; }
				 #phone-features .keyboard { background-position: -86px 0; }
				 #phone-features .email { background-position: -115px 0; }
				 #phone-features .internet { background-position: -144px 0; }
				 #phone-features .sim { background-position: -172px 0; }
	
				 #phone-features .camera:hover{ background-position: 0 -23px; }
				 #phone-features .bluetooth:hover{ background-position: -28px -23px; }
				 #phone-features .touchscreen:hover{ background-position: -57px -23px; }
				 #phone-features .keyboard:hover{ background-position: -86px -23px; }
				 #phone-features .email:hover{ background-position: -115px -23px; }
				 #phone-features .internet:hover{ background-position: -144px -23px; }
				 #phone-features .sim:hover{ background-position: -172px -23px; }
	
				 #phone-features .camera.active{ background-position: 0 -23px; }
				 #phone-features .bluetooth.active{ background-position: -28px -23px; }
				 #phone-features .touchscreen.active{ background-position: -57px -23px; }
				 #phone-features .keyboard.active{ background-position: -86px -23px; }
				 #phone-features .email.active{ background-position: -115px -23px; }
				 #phone-features .internet.active{ background-position: -144px -23px; }
				 #phone-features .sim.active{ background-position: -172px -23px; }
		
	/* CONTENT CONTAINER | FLEX COLUMN
	*************************************************************/
		#content_container #flex_column {
			float: left;
			width: 280px;
		}
		.sidebar{
			width:222px;
			float:left;
			margin:-94px 0 0 0;
			/*
			position:absolute;
			top:-78px;
			left:792px;*/
		}
		#promo_badges {
		    clear:both;
		    margin-top:20px;
		}

	.button.ecare {
		float: left;
		width: 220px;
		height: 30px;
		overflow: hidden;
		margin: 0 0 7px 0;
		padding: 0;
		text-indent: -3000px;	    
		background: url(../../images/home/btn_ecare.png) left top no-repeat;
	}
	.button.ecare:hover {
		background-position: 0 -30px;
	}

/* FOOTER CONTAINER
*************************************************************/
#footer_container {
	float: left;
	width: 100%;
	background: #FFFFFF url(../../images/footer/bg-content-shadow.gif) top repeat-x;
}
/* FOOTER
*************************************************************/
#footer {
	width: 950px;
	padding: 0 41px;
	margin: 0 auto;
	text-align: left;
}

	/* FOOTER | LISTS
	*************************************************************/
		#footer dl{
			float: left;
			width: 220px;
			padding: 0;
			margin: 18px 0 0 20px;
		}
		#footer dl.first{
			margin: 18px 0 0 0;
		}
		#footer dl dt{
			float: left;
			width: 220px;
			font-size: 10px;
			line-height: 10px;
			text-transform: uppercase;
			font-weight: bold;
			color: #000;
			border-bottom: 1px solid #ccc;
			padding: 3px 0 9px 0;
			margin: 0 0 4px 0;
		}
		#footer dl dt span{
			float: left;
		} 
		#footer dl dt span.contact_number{
			float: right; 
			font-weight: bold; 
			font-size: 12px;
			line-height: 12px;
			margin-top: -2px;
		}
		#footer dl dd{
			color: #797979;
			float: left;
			width: 220px;
			font-size: 11px;
			line-height: 11px;
			background: url(../../images/footer/bg-footer-list.gif) left 3px no-repeat;
			padding: 0 0 0 13px;
			margin: 0 0 4px 0;
		}
		#footer dl.contact_us dd {
		    background: url(../../images/home/bgd-module-arrows.gif) left 3px no-repeat;
		}
		#footer dl dd a{
			font-size: 11px;
			color: #797979;
			line-height: 11px;
			text-decoration: none;
		}
		#footer dl dd a:hover{
			color: #f3732e;
			text-decoration: underline;
		}
		
		#footer dl dd a.contact_email {
		    color:#f3732e;
		    text-decoration: underline;
		}
		
		#footer dl dd a.contact_email:hover {
		    text-decoration: none;
		}
		#footer dl.social dd{
			background: none;
			padding:0;
		}
		#footer dl.social dd a.facebook,
		#footer dl.social dd a.twitter,
		#footer dl.social dd a.youtube {
			float: left;
			background: url(../../images/footer/icon-social-media.jpg) 0 0 no-repeat;
			text-indent: -9999px;
			width: 27px;
			height: 40px;
			padding:0 0 0 13px;
		}
		#footer dl.social dd a.facebook {
			background-position: 0 0; 
		}
		#footer dl.social dd a.twitter { 
			background-position: -40px 0; 
		}
		#footer dl.social dd a.youtube { 
			background-position: -82px 0; 
		}
		#footer dl.social #share-this {
			display: block;
			text-indent: -9999px;
			float: right;
			background: url(../../images/footer/icon-share-this.gif) 0 0 no-repeat;
			width: 82px;
			height: 20px;
			margin: 8px 0 0 0;
		}
	
	/* FOOTER | FOOTER NAV
	*************************************************************/
		#footer #footer_nav{
			float: left;
			width: 940px;
			border-top: 1px solid #ccc;
			padding: 12px 0;
			margin: 12px 0 0 0;
			font-size: 9px;
			line-height: 12px;
			color: #797979;
		}
		#footer #footer_nav li{
			float: left;
			text-transform: uppercase;
			font-size:9px;
		}
		#footer #footer_nav li.copyright{
			float: right;
		}
		#footer #footer_nav li.first a{
			padding: 0 6px 0 0;
		}
		#footer #footer_nav a{
			color: #797979;
			text-decoration: none;
			padding: 0 6px;
		}
		#footer #footer_nav a:hover{
			color: #f3732e;
			text-decoration: underline;
		}
		

/* CONTENT BOXES
*************************************************************/
	.rounded_box { 
		float:left;
		/*background: url(../../images/layout/box-bottom.gif) bottom left repeat-x #fff;*/
	}
	.box_container { 
		float:left;
		width: 700px;
		padding: 0;
		margin: 0;
		position:relative;
		background: #fff;
		/*
		padding: 0 8px 0 10px;
		margin: 0 -18px 0 0;
		background: #fff url(../../images/layout/box_right.png) top right repeat-y;*/
	}
	.page.rounded_box {
		width: 680px;
	}
	.accessory .rounded_box {
		width: 325px;
	}
	
	.accessory .rounded_box  .box_container{
		width: 325px;
	}
	.phone_info.rounded_box .box_container{
		width: 165px;
	}
	.plan_info.rounded_box .box_container {
	    width: 324px
	}
	.promo_info.rounded_box .box_container{
		width: 203px
	}
	.add_ons.rounded_box .box_container{
		width: 688px
	}
	.page.rounded_box .box_container,
	#faq_container.rounded_box .box_container{
		width: 680px;
	}
	#detail_box.rounded_box .box_container,
	#phone_details .tabbed_content .rounded_box .box_container{
		width: 440px;
	}
	.inner_box {
		float: left;
		position:relative;
		z-index:2;
		padding: 0 0 0 10px;
		margin: -11px -1px -35px 0;
	} 
	.inner_box h3 {
		float: left; 
		width: 165px;
		color: #f3732e;
		font-weight: bold;
		font-size: 14px;
		margin: 8px 0;
	}
	.rounded_box .bl,
	.rounded_box .br,
	.rounded_box .tl,
	.rounded_box .tr {
		float: left;
		position:relative;
		z-index:1;
		margin: 0;
		padding:0;
		overflow: visible;
	}

	.rounded_box .bl { 
		background: #ffffff url(../../images/layout/box_bl.gif) bottom left no-repeat; 
	}
	.rounded_box .br { 
		padding-bottom: 50px;
		/*padding-right: 21px;*/
		background: url(../../images/layout/box_br.gif) bottom right no-repeat; 
	}
	.rounded_box .tl {
		padding-top: 22px;
		background: url(../../images/layout/box_tl.gif) top left no-repeat; 
	}
	.rounded_box .tr {
		padding-right: 22px;
		background: url(../../images/layout/box_tr.gif) top right no-repeat;
	}
	
	.half_size {
		float: left;
		width: 340px;
		margin: 0 18px 0 0;
		padding: 0;
	}
	.half_size .rounded_box {
		width: 322px;
	}
	.half_size .rounded_box  .box_container{
		width: 318px;
	}
	.half_size .inner_box h3 {
		margin: 0;
	}
	
	.page .inner_box .left{
		float: left;
		margin: 0 40px 0 0;
	}
	.page .inner_box .left,
	.page .inner_box .right{
		float: left;
		width: 300px;
		font-size: 11px;
		line-height: 15px;
		padding-top: 10px;
	}
	.page .inner_box .left dl,
	.page .inner_box .right dl{
		float: left;
		width: 300px;
		padding: 0;
		margin: 0 0 40px 0;
	}
	.page .inner_box .left dl dt,
	.page .inner_box .right dl dt{
		float: left;
		width: 30px;
		margin-right: 15px;
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
		color:#F3732E;
		text-align: right;
	}
	.page .inner_box .left dl dt span,
	.page .inner_box .right dl dt span{
		font-size: 16px;
		line-height: 16px;
	}
	.page .inner_box .left dl dd,
	.page .inner_box .right dl dd{
		color: #424242;
		float: left;
		width: 250px;
		font-size: 12px;
		line-height: 15px;
	}

	

/* TABBED CONTENT
*************************************************************/	
	.tabbed_content {
		float: left;
		padding:0;
		margin: 0;
	}
	.tabbed_content .tabs{
		float: left;
		position: relative;
		z-index: 10;
		height: 30px;
		padding:0;
		margin: 0 0 -1px 0;
		
	}
	.tabbed_content .tabs a{
		float: left;
		color: #424242;
		font-size: 11px;
		line-height: 11px;
		height: 30px;
		padding: 0 15px 0 0;
		margin: 1px 1px 0 3px;
		text-decoration: none;
		background: url(../../images/layout/tab_right_off.gif) right top no-repeat;

	}
	.tabbed_content a span{
		float: left;
		height: 20px;
		padding: 10px 0 0 15px;
		margin: 0 0 0 -3px;
		background: url(../../images/layout/tab_left_off.gif) left top no-repeat;

	}
	
	.tabbed_content a.active {
		background: url(../../images/layout/tab_right.gif) right top no-repeat;

	}
	.tabbed_content a.active span{
		background: url(../../images/layout/tab_left.gif) left top no-repeat;
	}
	.tabbed_content .rounded_box .tl {
		background: url(../../images/layout/box_tl_tabbed.gif) left top no-repeat;

	}

/* FAQ BOX
*************************************************************/
	#faq_container.rounded_box {
		width: 680px;
		margin: 0 0 10px 45px;
		padding: 0;
	}
	#faq_container.rounded_box h2 {
		float: left;
		width: 660px;
		border-bottom: 1px solid #ccc;
		margin: 10px;
		padding-bottom: 10px;
		color:#F3732E;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
	}
	#faq_container.rounded_box dl { 
		float: left;
		width: 660px;
		margin: 5px 10px 0 10px; 
	}
	#faq_container.rounded_box dt {
		float: left;
		width: 660px;
		font-size: 11px;
		font-weight: bold;
		color: #424242;
		line-height: 15px;
		margin: 0 0 10px 0;
	}
	#faq_container.rounded_box dd {
		float: left;
		width: 660px;
		font-size: 11px;
		color: #424242;
		line-height: 15px;
		margin: 0 0 10px 0;
	}
	.faq_content dl { 
		float: left;
		width: 640px;
		margin: 5px 10px 0 15px; 
	}
	.faq_content dt {
		float: left;
		width: 640px;
		font-size: 12px;
		font-weight: bold;
		color: #424242;
		line-height: 15px;
		margin: 0 0 10px 0;
	}
	.faq_content dd {
		float: left;
		width: 640px;
		font-size: 11px;
		color: #424242;
		line-height: 15px;
		margin: 0 0 10px 0;
	}
	#pick_your_plan .tabbed_content .inner_box .faq_content dd ul{
		width: 630px;
		margin: 5px 15px 10px 15px;
	}
	#pick_your_plan .tabbed_content .inner_box .faq_content dd li{
		width: 600px;
	}

	
	
	
/* BUTTONS
*************************************************************/
.learn_more {
    background: url(/images/layout/button-learn-more.gif) no-repeat scroll 0 0 transparent;
    float: left;
    height: 22px;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 95px;
}
.learn_more:hover {	
	background-position: 0 -22px; 
}


.buy_online {
    background: url(/images/layout/button-buy-online.gif) no-repeat scroll 0 -1px transparent;
    float: left;
    height: 22px;
    margin: 0 2px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 95px;
}
.buy_online:hover {	
	background-position: 0 -23px; 
}


.check_plans {
    background: url(/images/layout/button-check-plans.gif) no-repeat scroll 0 -1px transparent;
    float: left;
    height: 22px;
    margin: 0 2px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 145px;
}
.check_plans:hover {	
	background-position: 0 -23px; 
}


.btn-continue {
	background: url(../../images/plans/btn-continue.gif) no-repeat scroll top left;
	border:none;
	cursor:pointer;
	width: 86px;
	height: 23px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	position:relative;
	right:14px;
	margin:10px 0 0 0;
}
.btn-continue.disabled {
    cursor: default;
}
.btn-search{
	background: url(../../images/store-locator/btn-search.gif) no-repeat scroll top left;
	width: 76px;
	height: 23px;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	top:1px;
	left:8px;
}
.btn-close{
	background: url(../../images/coverage/btn-close.gif) no-repeat scroll top left;
	width: 23px;
	height: 23px;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
}




/* GENERAL
*************************************************************/
.wide_content{
	clear:both;
	overflow:auto;
	width:929px;
}
.h1_desc{
	font-size:12px;
	color:#333;
	line-height:15px;
	width:70%;
}




/* CART
*************************************************************/
.sidebar .cart{
	float: left;
	width: 225px;
	font-size:11px;
	margin:0 0 10px 0;
}
.cart h3{
	background: url(../../images/plans/bg-module-top.png) no-repeat scroll top left;
	width: 178px;
	height: 25px;
	padding: 16px 22px 0 22px;
	margin: 0;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.cart h3 a {
    color:#000;
    text-decoration:none;
}

.cart .middle{
	float: left;
	width: 222px;
	margin: 0 0 0 -1px;
	background: url(../../images/layout/bgd_module_mid.png) top left repeat-y;
}
.cart .footer{
	float: left;
	background: url(../../images/plans/bg-module-btm.png) no-repeat scroll bottom left;
	width: 220px;
	height: 10px;
	margin: 0 0 0 1px;
}
.cart dl{
	float: left;
	width: 220px;
	padding: 0 3px 0 2px;
}
.cart dt{
	float: left;
	width: 200px;
	padding: 9px 0px 5px 20px;
	margin: 0 0 5px 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	border-top: 1px solid #f9c6aa;
}
.cart dd{
	float: left;
	width: 200px;
	font-size: 11px;
	line-height: 13px;
	padding:3px 0 3px 20px;
	border-top: 1px solid #f9c6aa;
	/*
	background: url(../../images/home/bg-cheveron-list-left.gif) no-repeat scroll center left;
	margin:0 0 0 19px;
	padding:5px 0 6px 15px;
	overflow:hidden;
	display:block;
	*/
}
.cart dd.bullet {
	background: url(../../images/home/bgd-module-arrows.gif)  24px 7px no-repeat;
	padding: 3px 0 3px 40px;
	width:180px;

}
.cart dd span
{
    float:left;
    width:130px;
}
.cart table {
    width:190px;
}

.cart table .phone_img {
    width:50px;
}

.cart table .name {
    width:90px;
    vertical-align:middle;
}

.cart table .price {
    font-size:16px;
    font-weight:bold;
    text-align:right;
    vertical-align:middle;
    width:40px;
    padding: 0 0 0 10px;
    
}

.cart dt strong{
	float: left;
}
.cart dt a{
	color:#f45c27;
	float:right;
	margin: -2px 10px 0 0;
}

.cart .pay dt strong { 
    font-size:12px;
}

.cart .pay dt {
    text-align:right;
    padding-right: 10px;
    width:190px;
    font-size:16px;
}
#Payment_LocaleProvince,
#Payment_LocaleCity {
    width: 194px;
} 

/* PROMO BADGES
*************************************************************/
.promo_badge {
    float:left;
    width:220px;
    height:162px;
    margin:8px 0 0 0;
}

/* SHIPPING MODULE
*************************************************************/
.shipping_module{
	float: left;
	background: url(../../images/plans/bg-shipping_module.png) no-repeat scroll top left;
	width: 220px;
	height: 72px;
	margin:0 0 0 0;
	font-size:11px;
	color:#333;
}
.shipping_module h3{
	font-weight:bold;
	float: left;
	width: 220px;
	padding: 10px 0 0 15px;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.shipping_module .desc{
	float: left;
	padding: 10px 0 0 70px;
	font-size: 11px;
	line-height:14px;
	background: url(../../images/plans/icon-shipping.gif) 11px 8px no-repeat;
}




/* Rounded input
works in all browsers, adjust ".input" width to resize.
*************************************************************/
.input{
	width:100px;
	float:left;
	background: url(../../images/layout/bg-input-mid.png) repeat-x scroll top left;
	height: 20px;
	position:relative;
	top:0;
	left:0;
}
.input .left{
	background: url(../../images/layout/bg-input-left.png) no-repeat scroll top left;
	width: 4px;
	height: 20px;
	float:left;
	position:relative;
	left:-4px;
}
.input .right {
	background: url(../../images/layout/bg-input-right.png) no-repeat scroll top left;
	width: 4px;
	height: 20px;
	float:right;
	position:relative;
	right:-4px;
} 
.input input{
	width:100%;
	background:none;
	border:none;
	position:absolute;
	top:0;
	left:0;
	height:18px;
	font-family:arial;
	font-size:11px;
}
.input input{
	*padding-top:3px;
	*height:15px;
}

/* Payment Details
*************************************************************/
	.payment .half_size p{
		float: left;
		padding: 0;
		margin-bottom: 10px;
		width: 100%
	}
	.payment .half_size .note{
		font-weight: normal;
	}
	.payment .half_size h4 {
		padding: 0;
		margin: 0;
		font-size:12px;
		line-height: 30px;
		color: #424242;
		font-weight: bold;
		clear:left;
	}
	.payment .half_size label {
		float: left;
		width: 98px;
		margin-right:12px;
		color: #424242;
		font-weight: bold;
		text-align: right;
	}
	.payment .half_size .inner_box{
		margin: -11px -1px -35px 3px;
	}
	.payment .half_size .marcom {
		margin-top: 12px;
	}
	.payment .half_size .radio_group label,
	.payment .half_size .marcom label {
		width: 100%;
		margin: 0;
		font-size: 11px;
		line-height: 14px;
		font-weight: normal;
		text-align: left;
	}
	.payment .half_size .desc{
		font-size: 11px;
		line-height: 14px;
	}
	.payment .half_size .consent {
	    font-size:11px;
	}
	.payment .half_size .consent span {
	    float:left; 
	    margin-right:12px;   
	    text-align:right; 
	    width:98px; 
	}
	.error input{
		color: red;
		border-color: red;
	}
	.payment .half_size .text {
		float: left;
		width: 186px;
	}
	.payment .half_size select.text {
		width: 191px;
	}
	.payment .half_size .text.mid {
		width: 83px;
	}
	.payment .half_size .text.sml {
		width: 35px;
		margin-right: 4px;
	}
	.payment .half_size .radio_group {
		float: left;
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.payment .half_size .radio_group label {
		text-align: left;
	}
	.payment .half_size .radio_group li{
		float: left;
		width: 240px;
		list-style: none;
		padding: 0;
		margin: 0 0 0 30px;
		font-size: 11px;
		line-height: 14px;
	}
	.err_mess {
		float: left;
		margin: 0 0 5px 0;
		padding: 0 0 0 20px;
		color: #d42017;
		font-size: 10px;
		line-height: 14px;
		background: url(/images/layout/icn_error.gif) 0 0 no-repeat;
		width:175px;
	}
	
/* Form Fields
*************************************************************/
	.field_left{
		float: left;
		padding: 0 0 0 4px;
		margin: 0;
		background: url(/images/layout/field_left.gif) 0 0 no-repeat;
	}
	.field_right{
		float: left;
		padding: 0 4px 0 0;
		margin: 0;
		background: url(/images/layout/field_right.gif) right top no-repeat;
	}
	.field_right input{
		float: left;
		height: 20px;
		border: none;
		padding-bottom: 0;
		padding-top: 0;
		background: url(/images/layout/field_mid.gif) 0 0 repeat-x;
	}
	.error .field_left,
	.error .field_right input{
		background-position: 0 -20px;
	}
	.error .field_right{
		background-position: right -20px;
	}


	
/* Buyflow links
*************************************************************/
.nav_buyflow{
	margin: -1px auto 0 auto;
	width:966px;
}
.nav_buyflow .step{
	display:block;
	position:relative;
	color:#fff;
	font-size:10px;
	background: url('../../images/layout/bg_buyflow_nav.png') no-repeat scroll top left;
	height: 22px;
	float:left;
	font-weight: bold;
	text-decoration:none;
	padding:11px 0 0 28px;
	width: 111px;
	margin-left: -19px;
}
.nav_buyflow .past.first{
	margin-left: 0;
}
.nav_buyflow .past{
	width: 111px;
	margin-left: -19px;
	background-position: 0 -33px;
}
.nav_buyflow .current{
	background-position: 0 -66px;
}

#buyflow_links,
.buyflow_links {
	clear: both;
	float: left;
	margin: 0 0 12px 0;
	padding: 0;
	height: 23px;
	width:200px;
}
#buyflow_links .link_container{
	float: right;
}
.lnk_skip {
	float: left;
	color: #f3732e;
	font-size: 11px;
	line-height: 25px;
	margin: 0 20px 0 0;
	padding: 0;
	text-decoration: underline;
}
.lnk_skip:hover {
	text-decoration: none;
}

.payment #buyflow_links {
    margin-top: 20px;
    width: 700px;
}


/* tool tips alt
*************************************************************/
.tool_tip_alt {
    float: left;
    display:none;
    position: absolute;
    z-index: 999;
    padding: 29px 0 0 0;
    margin: 0;
    width: 324px;
    background: url(/images/layout/pop_bottom_alt.png) 0 0 no-repeat;
}
.tool_tip_alt .tip_container{
    float: left;
    padding: 0 0 11px 0;
    margin: 0;
    width: 324px;
    background: url(/images/layout/pop_top_alt.png) left bottom no-repeat;
}

/* tool tips
*************************************************************/
.tool_tip {
    float: left;
    display:none;
    position: absolute;
    z-index: 999;
    padding: 11px 0 0 0;
    margin: 0;
    width: 324px;
    background: url(/images/layout/pop_top.png) 0 0 no-repeat;
}
.tool_tip .tip_container{
    float: left;
    padding: 0 0 29px 0;
    margin: 0;
    width: 324px;
    background: url(/images/layout/pop_bottom.png) left bottom no-repeat;
}
.tool_tip .tip_container .tip,
.tool_tip_alt .tip_container .tip{
    float: left;
    padding: 0 20px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    width: 284px;
    background: url(/images/layout/pop_content.png) left top repeat-y;
}

.tool_tip .tip_container .tip .tip_head{
	float: left;
    width: 284px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
.tool_tip .tip_container .tip .tool_tip img,
.tool_tip_alt .tip_container .tip .tool_tip img {
	float: left;
}

.tool_tip .tip_container .tip p {
    float: left;
    padding: 0;
    margin: 0;
    width: 284px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: left;
}


.tool_tip .tip_container .tip ul {
    float: left;
    list-style: square outside;
    padding: 0 0 0 15px;
    margin: 0;
    width: 260px;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-align: left;
}

.tool_tip .tip_container .tip li {
    float:left;
    text-align:left;
}


.tool_tip .tip_container .tip a.close {
    float:right;
    padding:0;
    margin:0;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.tool_tip .tip_container .tip a.close:hover,
.tool_tip_alt .tip_container .tip a.close:hover{
    text-decoration:underline;
}

/* filter tips
*************************************************************/
.filter_tip {
    float: left;
    position: absolute;
    z-index: 999;
    padding: 0 0 5px 0;
    margin: 0;
    background: url(/images/layout/phone_tip.png) 50% bottom no-repeat;
}
.filter_tip span{
    float: left;
    padding: 6px 5px;
    margin: 0;
    font-weight:bold;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    text-transform:uppercase;
    background: #f3732e;
}

.filter_tip sup {
    font-size: 7px;
    line-height: 7px;
    vertical-align: top;
}

/* Thank you page
*************************************************************/

#thankyou .inner_box a{
	color: #F3732E;
}
#thankyou .inner_box a:hover{
	text-decoration: none;
}
#thankyou .section {
	float: left;
	width: 674px;
	padding: 0 0 0 24px;
	margin: 0 -10px;
	border-bottom: 1px solid #d4d4d4;
	background: none;
	position:relative;
}
#thankyou .section.first {
	padding: 10px 0 0 24px;
}

#thankyou .section.promo {
	padding: 15px 0 0 24px;
}

#thankyou .section.noline {
	border: none;
}
#thankyou .section .sub_section{
	float: left;
	width: 200px;
	height: 230px;
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	overflow: hidden;
	border-left: 1px solid #d4d4d4;
}
#thankyou .section .sub_section.first{
	border: none;
	padding: 0;
}

#thankyou .section img{
	float: left;
	padding-right: 5px;
}
#thankyou .section h4{
	font-size: 12px;
	line-height: 15px;
	padding: 15px 0 10px 0;
}

#thankyou .section .sub_section p{
	font-size: 11px;
	line-height: 15px;
}
/* CONFIRM PAGE
*************************************************************/
	#content_area.confirm {
		width: 600px;
	}
	#content_area.confirm a{
		color: #F3732E;
	}
	#content_area.confirm a:hover{
		text-decoration: none;
	}
	.confirm .rounded_box {
		width: 582px;
	}
	.confirm .rounded_box  .box_container{
		width: 575px;
	}
	
	.confirm .left_column{
		float: left;
		width: 216px;
		padding: 10px 0 0 14px;
		margin: 0 18px 0 0;
	}
	.confirm .left_column p{
		font-size: 11px;
		line-height: 15px;
	}
	
	.confirm .planpromo_pricing 
	{
	    font-weight:bold;
	}
	.confirm .left_column p.shipping {
		width: 160px;
		padding: 0 0 0 55px;
		background: url(/images/plans/icon-shipping.gif) 0 0 no-repeat;
	}
	.confirm .left_column h3{
		width: 100%;
		text-transform: uppercase;
	}
	.confirm .left_column h3 .edit{
		float: right;
		font-size: 11px;
		line-height: 15px;
		font-weight: normal;
		text-transform:none;
	}	
	.confirm .left_column .section{
		float: left;
		width: 216px;
		padding: 15px 0 0 0;
		border-top: 1px solid #d4d4d4;
	}
	.confirm .left_column .tooltip {
		float: left;
		margin-right: 10px;
	}
	
	
	.confirm .right_column{
		float: left;
		width: 316px;
		padding: 10px 0 0 0;
		margin: 0;
	}
	.confirm .right_column h3{
		margin-left: 10px;
		width: 300px;
		text-transform: uppercase;
	}
	.confirm .right_column h4{
		font-size: 11px;
		line-height: 18px;
		font-weight: bold;
	}
	.confirm .right_column h4 .edit{
		margin-left: 5px;
	}
	.confirm .right_column p{
		font-size: 11px;
		line-height: 15px;
	}
	.confirm .right_column .section{
		float: left;
		width: 305px;
		padding: 10px 0 0 10px;
		margin: 0 0 17px 0;
		border-top: 1px solid #d4d4d4;
		border-left: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4;
	}
	.confirm .right_column .section .left{
		float: left;
		width: 103px;
		margin: 0 8px 0 0;
	}
	.confirm .right_column .section .right{
		float: left;
		width: 194px;
	}
	.confirm .right_column .section .callout{
		font-size: 15px;
	}
	.confirm .right_column .section dl{
		float: left;
		width: 194px;
		margin: 0 0 16px 0;
		padding: 0;
	}
	.confirm .right_column .section dt{
		float: left;
		width: 194px;
		font-size: 11px;
		line-height: 15px;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}
	.confirm .right_column .section dd{
		float: left;
		width: 194px;
		font-size: 11px;
		line-height: 20px;
		height: 20px;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	.confirm .right_column .section .chevron dd{
		width: 181px;
		padding: 0 0 0 13px;
		background: url(/images/footer/bg-footer-list.gif) left 7px no-repeat;
		height:auto;
	}
	.confirm .right_column .pay_callout {
		float: right;
		width: 115px;
		height: 12px;
		text-align: right;
		font-weight: bold;
		padding: 8px 14px;
		margin: 0 0 0 7px;
		font-size: 12px;
		line-height: 12px;
		background: #d2d2d2;
	}
	.confirm .right_column .pay.tooltip {
		margin-top: 6px;
	}
	.confirm .right_column label{
		float: left;
		width: 205px;
	}

/* Contact
*************************************************************/	
#contact_us .main_content{
	width: 960px;
}
#contact_us .contactus-col {
    margin: 0 auto;
    width:464px;
}
    
#contact_us .left.contactus-col {
    margin-right:20px;
}
#contact_us .right.contactus-col {
    padding:0;
}
#contact_us .module.rounded_box {

	width: 443px;
	margin: 0 0 5px 0;
	position:relative;
}
#contact_us .left.contactus-col .module_content{
	float: left;
	/*height: 155px;*/
}

#contact_us #contactus_hours {
    width:395px;
    margin-top:10px;
   /* padding-bottom:24px;*/
}
#contact_us #contactus_hours th {   
    font-size:11px;
    color:#424242;
}
#contact_us #contactus_hours td {   
    vertical-align:middle;
    line-height:13px;
    font-size:11px;
    color:#424242;
}

#contact_us .module.rounded_box .box_container {
    width:443px;
}
#contact_us .module.rounded_box .inner_box {
    width:438px;
    padding:7px 18px 4px 18px;
}

#contact_us .module.rounded_box .inner_box h4 {
    color: #F3732E;
    font-size: 12px;
    font-weight: bold;
    margin:0 0 10px 0;   
 	text-transform: uppercase;
}

#contact_us .module.rounded_box .inner_box p {
    font-size:11px;
    /*font-weight: bold;*/
    margin: 5px 0;
}

#contact_us .long {
font-size:11px;
}
#contact_us .long small{
	font-size:10px;
	margin:0 0 10px 0;
	display:block;
}

#contact_us .long span{
	color:#f3742f;
}
#contact_us .long span.err_mess {
    color:#D42017;
}

#contact_us .long form div.radio,
#contact_us .long form div{
	float: left;
	margin:0 0 10px 0;
	height: auto;
	/*height:21px;*/
}
#contact_us .long form div.radio,
#contact_us .long form div.radio #radiolist {
	width: 100%;
}
#contact_us .long form div.radio #radiolist p span{
	float: left;
	text-align: right;
	width: 206px;
}
#contact_us .long form div.radio label{
	margin: 0 0 0 15px;
}
#contact_us .long form div div{
	clear:none;
}
#contact_us .long label{
	font-weight:bold;
    width:198px;
	margin:0 20px 0px 0;
	position:relative;
	top:2px;
	float:left;
	text-align: right;
}
#contact_us .comments_div label{
	width:268px;
	margin:5px 0;
	text-align: left;
}
#contact_us .tooltip {
    float:left;
}
#contact_us .long em{
	font-weight:normal;
	font-size:11px;
}
#contact_us .long .input{
	float: left;
	margin:0 0 0 4px;
	width:170px;
	height: 20px;
}
#contact_us .long .input input{
	width:160px;
}
#contact_us .long .input div{
	height: 20px;
}
#contact_us .long .input div.right{
	float: right;
}
#contact_us .long .phoneNum{
	width:48px !important;
	margin:0 9px 10px 4px;
}
#contact_us .long .phoneNum input{
	width:38px !important;
}
#contact_us .long textarea{
	border:1px solid #999999;
	height:107px;
	width:397px;
}
#contact_us .long button{
	float:right;
	position:relative;
	right:10px;
	top:0;
}


/*Rounded Corner Table Styles
***********************************************************/
.rounded_orange {
    /*background: #FEEEE6;*/ /*width: 873px;*/
    width: 315px;
    margin: 0 0 16px;
}
.rounded_orange td {
    font-size: 12px;
    padding: 5px 15px;
}
.rounded_orange th {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    border-bottom: solid 1px #F9B996;
}
.rounded_orange th.tleft {
    background: url(/images/layout/table/bg_orange_table_full.gif) repeat-x top left;
}
.rounded_orange th.tcenter {
    background: url(/images/layout/table/bg_orange_table_border.gif) repeat-x;
}
.rounded_orange th.tright {
    background: url(/images/layout/table/bg_orange_table_full.gif) repeat-x top right;
}

.rounded_orange .tleft {
    background: url(/images/layout/table/bg_orange_table_border.gif) repeat-y top left;
}
.rounded_orange .tcenter {
    border-left: solid 1px #F9B996;
    border-right: solid 1px #F9B996;
}
.rounded_orange .tright {
    background: url(/images/layout/table/bg_orange_table_border.gif) repeat-y top right;
}

.rounded_orange .alt td {
    background-color: #fff;
    border-bottom: solid 1px #F9B996;
}

.rounded_orange .bottom td.tleft {
    background: url(/images/layout/table/bg_orange_table_full.gif) no-repeat bottom left;
}
.rounded_orange .bottom td.tcenter {
    background:#fff url(/images/layout/table/bg_orange_table_border.gif) repeat-x bottom;
}
.rounded_orange .bottom td.tright {
    background: url(/images/layout/table/bg_orange_table_full.gif) no-repeat bottom right;
}

/*SIDEBAR module
************************************************************/
.module {
   background:url(/images/sidebar/bg_sidebar_content.gif) repeat-y left top;
   width:220px;
   margin-top:95px;
}

.module_top {
   background:url(/images/sidebar/bg_sidebar_top.gif) no-repeat left top;
   padding-top:5px;
}

.module_bottom {
   background:url(/images/sidebar/bg_sidebar_bottom.gif) no-repeat left bottom;
   padding-bottom:5px;   
}

.module_content {
    margin:15px 18px;
}
.module_content h1 {
    color:#f3732e;
    font-size:12px;
    font-weight:bold;
    line-height:16px;
    margin-bottom:15px;
    text-transform:uppercase;
    border-bottom:solid 1px #f3732e;
    padding-bottom:10px;
}
.module_content li {
    background: url(/images/home/bgd-module-arrows.gif) no-repeat scroll 0 4px;
    list-style-type: none;
    padding: 0 0 0 16px;    
}

/* IE7 and below
************************************************************
.sidebar{
	*left:809px;
}
.cart .btm{
	*position:relative;
	*top:-4px;
}*/


/* IE6
*************************************************************/	
/*
* html .title_bar{
    padding-bottom:0;
    margin-bottom:20px;
}*/
* html .title_bar{
    padding-bottom:0;
    /*padding-top:19px;*/
}
* html #phone-features a {
	width: 24px;
	height: 23px;
}
/*
* html .cart {
	border: 1px solid red;
}*/
* html .cart h3{
	margin-left: -1px;
	margin-bottom: -5px;
	background: url(../../images/home/bgd_module_top.gif) left top no-repeat;
}
* html .cart .middle{
	background: url(../../images/home/bgd_module_mid.gif) left top repeat-y;
}
* html .cart .footer{
	height: 18px;
	margin-left: -1px;
	width: 222px;
	background: url(../../images/home/bgd_module_bottom.gif) left bottom no-repeat;
}

* html #content_container #content_column h1,
* html #content_container #content_column #bar_content{
	float: left;
	width: 720px;
	margin-left: 20px;
}
* html #footer dl{
	margin: 18px 0 0 6px;
}
* html .sidebar{
	width:222px;
	float:left;
	margin:0 0 0 -18px;
	position:absolute;
	top:-90px;
}
* html #content_container #content_column h1,
* html #content_container #content_column #bar_content{
	float: left;
	width: 720px;
	margin-left: 20px;
}
* html #footer dl{
	margin: 18px 0 0 6px;
}
/*
* html .rounded_box .br { 
	padding-right: 0px;
}
* html .rounded_box .box_container {
	width: 100%;
	padding: 0 8px 0 10px;
	margin: 0 -18px 0 0;
	color: #424242;
}*/
* html #header #nav_container #fb_like {
	margin: 0;
	height: 40px;
	width:225px;
}	
* html #home #media_module {
	margin-left: 20px;
}
/*
* html #mod_myaccount {
	margin: 0 0 0 10px;
}*/

* html #home #content_container #flex_column {
	width: 245px;
	margin-left: 0px;
}

* html #header #nav_container #utility_nav {
	margin:0 4px 0 0;
}
* html #header #nav_container #search_form input {
	position:relative;
	left:6px;
}
* html .fb_like, * html #header #nav_container #fb_like{
	position:relative;
	top:10px;
}
* html #mod_myaccount{
	position:relative;
	right:1px;
}

* html .nav_buyflow{
	float:left;
	margin: -1px 0 0 15px;
}
* html .nav_buyflow .step {
	background: url(/images/layout/bg_buyflow_nav.gif) 0 0 no-repeat;
}
* html .nav_buyflow .past.first{
	margin-left: 0;
}
* html .nav_buyflow .past{
	width: 111px;
	margin-left: -19px;
	background-position: 0 -33px;
}
* html .nav_buyflow .current{
	background-position: 0 -66px;
}
* html .nav_buyflow a{
	/*padding:11px 18px 0 12px;*/
}
/*
* html #pick_your_plan .table .filter a,
* html .plan_filter a,
* html #plan-options a {
}

* html #pick_your_plan .table .filter .monthly,
* html .plan_filter .monthly,
* html #plan-options .monthly { 
	background: url(/images/bar/button-plans.gif) 0 0 no-repeat;
}
* html #pick_your_plan .table .filter .monthly:hover,
* html #pick_your_plan .table .filter .monthly.selected,
* html .plan_filter .monthly:hover,
* html .plan_filter .monthly.active,
* html #plan-options .monthly:hover, 
* html #plan-options .monthly.active { background-position: 0px -23px }

* html #pick_your_plan .table .filter .prepaid,
* html .plan_filter .prepaid,
* html #plan-options .prepaid { 
	background: url(/images/bar/button-plans.gif) -100px 0 no-repeat;
}
* html #pick_your_plan .table .filter .prepaid:hover,
* html #pick_your_plan .table .filter .prepaid.selected,
* html .plan_filter .prepaid:hover,
* html .plan_filter .prepaid.active,
* html #plan-options .prepaid:hover, 
* html #plan-options .prepaid.active { background-position: -100px -23px }

* html #pick_your_plan .table .filter .unlimited_talk,
* html .plan_filter .unlimited-talk,
* html #plan-options .unlimited-talk { 
	margin-right: 0;
	background: url(/images/bar/button-plans.gif) -200px 0 no-repeat;
}
*/
* html .tabbed_content .tabs{
	margin-bottom: -2px;
}
* html .tabbed_content .tabs a {
	margin: 1px 4px 0 0px;
}
* html .tabbed_content .tabs a span{
	padding: 10px 0 0 15px;
	margin: 0;
}

* html .tool_tip {
    background: url(/images/layout/pop_top.gif) 0 0 no-repeat;
}
* html .tool_tip .tip_container{
    background: url(/images/layout/pop_bottom.gif) left bottom no-repeat;
}
* html .tool_tip .tip_container .tip{
    background: url(/images/layout/pop_content.gif) left top repeat-y;
}


* html .tool_tip_alt {
    background: url(/images/layout/pop_top_alt.gif) 0 0 no-repeat;
}
* html .tool_tip_alt .tip_container{
    background: url(/images/layout/pop_bottom_alt.gif) left bottom no-repeat;
}
* html .tool_tip_alt .tip_container .tip{
    background: url(/images/layout/pop_content.gif) left top repeat-y;
}

* html .half_size .rounded_box .inner_box {
	width: 309px;
}
/*
* html .payment .half_size .text {
	width: 182px;
}
* html .payment .half_size select.text {
	width: 191px;
}
* html .payment .half_size .text.mid {
	width: 83px;
}
* html .payment .half_size .text.sml {
	width: 35px;
}
*/	






/*
* html #faq_container.rounded_box .box_container {
	width: 700px;
}
* html #faq_container.rounded_box {
	width: 720px;
	margin-left: 20px;
}
* html #faq_container.rounded_box .inner_box{
	padding: 10px 0;
}
* html #faq_container.rounded_box dl,
* html #faq_container.rounded_box dt,
* html #faq_container.rounded_box dd {
	width: 660px;
}
* html .cart .btm{
	top:-5px;
}*/


