@import url("core.css");
@import url("core_img.css");

/* WWW CSS */ /* www GLOBAL STUFF */
	
/* IE Hack */
* a { position: relative; text-decoration: underline; }  

 
/* form field styles */

input.components_box_input {
	font-size: 11px;
	height: 12px; 
	padding: 1px 2px;
	color: #666;
	background-color: #FFFFFF;
	border: solid 1px #ccc;
}

input.components_box_input:hover {
	background-color: #ffffcc;
	border: solid 1px #999;
	color: #000;
	cursor: pointer;
}

input.components_box_input:focus {
	color: #000;
	background-color: #FFFFFF;
	border: solid 1px #006600;
	cursor: text;
}

input.components_box_input_disabled {
	font-size: 11px;
	height: 12px; 
	padding: 1px 2px;
	color: #000;
	background-color: #999999;
	border: solid 1px #666666;
}

.components_box {
	font-size: 10px;
	color: #666666;
	display: block;
	overflow: hidden;
	width: 238px;
	margin-top: 20px;
	position: relative;
	top: 18px;
	left: 2px;
	z-index: 10;
}

input.components_box_radio {
	font-size: 11px;
	position: relative;
	top: 2px;	
}

.components_box_radio_text {
	color: #999999;
	font-weight:bold;
	font-size:11px;
}

.components_box_wrapper { /*display: table-cell;*/
	vertical-align: middle;
	text-align: left;
}
.components_box_header {
	background-image: url(../img/www/box_w238_top.gif);
	background-repeat: no-repeat; 
	height: 11px; width: 238px;
	_margin-bottom: -2px; /* IE hack for whit space */
}

.components_box_inner {
	text-align: left;
	width: 238px;
	background-image: url(../img/www/box_w238_bg.gif);
	background-repeat: repeat-y;	
}

.components_box_form {
	margin: 0;
	position: relative;
	margin-left: 12px;
	line-height: 16px;
}
.components_box_form, .components_box_form td { font-size: 11px; color: #666; text-align: left; }
.components_box_form .red ul { margin-bottom: 0; }
.components_box_form .red ul li { line-height: 1em; }

.components_box_inner2 {
	text-align: left;
	width: 238px;
	background-image: url(../img/www/box_w238_bg2.gif);
	background-repeat: repeat-y;
}

.components_box_inner2_hidden {
	text-align: left;
	width: 238px;
	background-image: url(../img/www/box_w238_bg2.gif);
	background-repeat: repeat-y;
	display: none;
}
.components_box_inner img.components_box_hdr,
.components_box_inner2 img.components_box_hdr { margin: 10px 0 0 14px; }

.components_pricing_item { margin: 5px 12px 1px 13px; padding-bottom: 8px; border-bottom: 1px solid #ccc; }
.components_pricing_item_last { margin: 5px 12px 1px 13px; padding-bottom: 8px; }
.components_pricing_footnote { margin: 1px 15px 1px 13px; text-align: right; }
.components_pricing_item h1.prodh1 { margin-top: 0px; padding-top: 6px }
.components_box_btm { background: url(../img/www/box_w238_bot.gif) 0 0 no-repeat; width: 238px; height: 25px; }
.components_box2_btm { background: url(../img/www/box_w238_bot2.gif) 0 0 no-repeat; width: 238px; height: 25px; }
.best_value { background: url(../img/www/dialup/dialup_best_value.gif) 100% 12px no-repeat; }

.components_box_showme {
	float: right;
	margin-top: 4px;
	margin-right: 13px;
}


h1.prodhMain {
	font-size: 24px;
	text-align: left;
	font-family: Arial;	
}

h1.prodhMain2 {
	font-size: 20px;
	text-align: left;
	font-family: Arial;	
}

h1.prodh1 {
	font-weight: bold;
	font-size: 16px;
	text-align: left;	
	margin: 10px 0 15px 13px;
}

h2.prodh2 {
	margin: 0 0 2px 0;		
	font-weight: bold;
	font-size: 14px;
}

 
h3.prodh3 {
	margin: 4px 0 0 0;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

/* component formatting styles */
#components_dialup_pricing .comp_pricing_special { color: #3399FF;}

.comp_price_tbl {
	width: 210px;
}
.comp_price_med { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.comp_price_large {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
.comp_price_tiny {
	color: #666666;
	font-size: 9px;
	text-align: left;
}

.comp_med {
	text-align: left;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding-left: 25px;
}

.comp_med2 {
	text-align: left;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding-bottom:5px;
}

.comp_med3 {
	text-align: left;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

.comp_med2_img {
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}


.comp_large {
	text-align: left;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
}

.comp_large_np {
	text-align: left;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.comp_large2 {
	text-align: left;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
}

.comp_large2_np {
	text-align: left;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.comp_spacer {
	width: 5px;
}

.comp_cart {
	padding: 8px 0px 1px;
	text-align: right;
}

.comp_tiny {
	color: #000000;
	font-size: 9px;
	text-align: left;
}

.comp_tiny2 {
	color: #666666;
	font-size: 9px;
	text-align: left;
	padding-left: 25px;
}

.comp_bndl_shift {
	position: relative;
	left: 8px;
	top: 5px;
}

ul.comp_ul {
	margin-top: 3px;
	position: relative;
	left: 15px;
	padding-right: 15px;
}

.comp_radio_fix {
	position: relative;
	top: -2px;
}

.comp_large sup {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.side_text {
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
}

.side_text_2 {
	font-size: 14px;
	font-weight: bold;
}

.large_text {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
}

.large_text sup {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.large_text_1 {	
	font-size: 16px;
	font-weight: bold;
}

.large_text_2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.med_text {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.promoCodeText {
	text-align: left;
	font-size: 12px;
	padding: 5px;
}

/* header style */ 
.universal_nav_links {
	padding: 1px 20px 0; text-align: right; color:#FFFFFE;
	line-height: 28px;
	font-size: 12px;	
}
.universal_nav_pipe { padding-left:10px; padding-right:10px; }

.logo_area {  
	width:945px;
	height:100px;	 
	margin: 0 auto;
	background-image:url(../img/com/ppc_header_bg.gif);
    background-repeat:repeat-x; 
}
.ppc_logo { float: left;  } 
.ppc_logo img { margin: 12px 20px 10px 20px; }

/* Universal Google Search */
.universal_google_search {
	float: right;
	width: 265px;
	margin: 10px 10px 0 0;
	vertical-align: middle;
	display: inline;
	color:#FFFFFE;	
	background: url(../img/com/www_powerby_google.gif) 99% 5px no-repeat; 
}
.universal_google_inner {
	display: table-cell;
	vertical-align: middle;
}
.google_input { width: 170px;
	padding: 1px 3px; margin-right: 5px; 
	border: solid 1px #2772D7; 
}
.google_fld,.google_fld_b,.google_fld_c {
	height: 28px;
	vertical-align: middle;	 
}
.universal_google_search .label { font-size: 10px; }

	
#www_body_content {	padding-bottom: 14px; }
#www_main_content { padding-bottom: 60px; }		 
.main_content_description {	color: #777; }

.form_note {  font-size: 9px;  }
 
/* footer styles */
.footer { /* max allowed width */
    position: relative;
    height: 134px;	
	width: 945px;
	margin: -59px 0 0;	
	padding-top: 73px; padding-left: 110px;
	text-align:left;	
	background: url(../img/com/footer_bg.gif) 0 0 no-repeat;
	z-index: 0;
  }  
html>body .footer {
	height: 61px; width: 835px;
} /* ie height fix */  
  
.footer_nav { text-align: left; color:#FFFFFE;}
.universal_nav_links { font-size:11px; }
.universal_nav_links a, .universal_nav_links a:link, .universal_nav_links a:visited,
.footer_nav a, .footer_nav a:link, .footer_nav a:visited {		 
	color:#FFFFFE;  text-decoration: none; font-size:11px;
}
.universal_nav_links a:hover,
.footer_nav a:hover { text-decoration: underline; color: #CCC; }

.footer_legal { 
	padding: 14px 10px 0; 
	font-size: 11px;
	text-align: left; 
	color: #666;
}


/* Navigation */
	
#home_nav { width: 550px; height: 70px; margin-left:16px; }
 
#cart_lp_links {position: relative;	float: right; width: 238px; margin-right:10px;}


/* PreQual Specific Styles */
.prequal_top {
	margin: 0px; padding: 0px;
}

.prequal_top a {
	color: #000000;	font-size: 11px;
}

/* Sub Nav */

.www_product_nav { margin-top: 0;}
.www_product_tabs {
	position: relative;  margin: 0; padding: 0;
	height: 37px;
	background-repeat: repeat-x;
}
.www_product_tabs .www_product_tabs_item { padding-left: 10px; }

#www_product_dialup_tabs {
	background-image: url(../img/www/nav/dialup/www_nav_stripe_bg.gif);
	width: 660px; margin-bottom: 10px;		 
}

#www_product_software_tabs {
	background-image: url(../img/www/nav/software/www_nav_stripe_bg.gif);
}

/* Arrow Link Buttons */
.btn_link { 
	background-color: transparent; background-repeat: no-repeat; background-position: center right;
	letter-spacing: -0.5px; font-size: 12px; font-weight: bold; font-weight: 900; font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none; text-transform: uppercase; 
	padding: 4px 24px 4px 2px;
	position: static; /* fix IE6 style bug */
}

.btn_link_skyblue, .btn_link_software { 
	background-color: transparent; background-repeat: no-repeat; background-position: center right;
	letter-spacing: -0.5px; font-size: 12px; font-weight: bold; font-weight: 900; font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none; text-transform: uppercase; 
	padding: 4px 24px 4px 2px;
	position: static; /* fix IE6 style bug */
}

.btn_link_skyblue {
	color: #003399;	background-image: url(../img/com/www_arrowblock_skyblue.gif);
}
.btn_link_software {
	color: #2D5883;	background-image: url(../img/com/www_arrowblock_software.gif);
}
a.btn_link_skyblue:link, a.btn_link_skyblue:hover, a.btn_link_skyblue:visited
 { color: #003399; text-decoration: none; }  
.btn_link_green {
	color: #196F00;	background-image: url(../img/com/www_arrowblock_green.gif);
}
a.btn_link_green:link, a.btn_link_green:hover, a.btn_link_green:visited
 { color: #196F00; text-decoration: none; }  
 
.btn_link_orange {
	color: #FF6600; background-image: url(../img/com/www_arrowblock_orange.gif);	
}
a.btn_link_orange:link, a.btn_link_orange:hover, a.btn_link_orange:visited
 { color: #FF6600; text-decoration: none; } 
  
.btn_link_purple {
	color: #660066;	background-image: url(../img/com/www_arrowblock_purple.gif);
} 

/* Small Button */

.btn_link_skyblue_small { 
	background-color: transparent; background-repeat: no-repeat; background-position: center right;
	letter-spacing: -0.5px; font-size: 11px; font-weight: bold; font-weight: 900; font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none; text-transform: uppercase; 
	padding: 4px 20px 4px 2px;
	position: static; /* fix IE6 style bug */
}
.btn_link_skyblue_small {
	color: #003399;	background-image: url(../img/com/www_arrowblock_skyblue_small.gif);
}
a.btn_link_skyblue_small:link, a.btn_link_skyblue_small:hover, a.btn_link_skyblue_small:visited
 { color: #003399; text-decoration: none; } 


/* dial up footer */
.dialup_product_footer, 
.dsl_product_footer { margin-bottom: 14px; text-align: left; border: 1px solid #ccc; border-width: 1px 0; }
.dialup_product_footer h1, 
.dsl_product_footer h1 { margin: 0; padding: 14px 0 14px 45px;  }

.dial_accelerated_content {
	background: url(../img/www/dialup/accelerated_lifestyle.jpg) 97% 100% no-repeat; 
	line-height:1.5;
}
.dial_securityplus_content {
	background: url(../img/www/dialup/securityplus_lifestyle.jpg) 97% 100% no-repeat;
	line-height:1.5; 
}
#dsl_content .main_content_description {
	background: url(../img/www/dsl/dsl_lifestyle.jpg) 97% 100% no-repeat;
	line-height:1.5;	
}

#components_dialup_pricing .comp_pricing_special { color: #3399FF; }

#components_dsl-highspeed .components_box_wrapper .components_box_header {
	background-image: url(../img/www/box_w238_top2.gif); 
}
#components_dsl-highspeed #pqForm {
	padding: 8px 0 0 15px;
}
#components_dsl-highspeed .components_box_inner_content {
	padding: 8px 0 5px 15px;
}
.components_box_inner_content h3 { font-size: 13px; }

/*
#components_dsl-highspeed .strikeline { margin-bottom: 5px; font-size: 12px; }
.strikeline { background: url(../img/com/graydot.gif) 0 50% repeat-x; text-align: center; }
.strikeline span { background: #F4F5F7; padding: 0 3px; }
*/

ul.bulletList {
				list-style-type:none;
				padding:0px;
				margin:0px;
				line-height:1.6;
			}
li.bulletListLiB {
				background-image:url(../img/com/bullet_blue.gif);
				background-repeat:no-repeat;
				background-position: 2px 6px;
				padding-left:20px;
				line-height:1.6;
		}
li.bulletListLiG {
				background-image:url(../img/com/bullet-green.gif);
				background-repeat:no-repeat;
				background-position: 2px 6px;
				padding-left:20px;
				line-height:1.6;
		}
li.bulletListLiO {
				background-image:url(../img/com/www_orange_bullet.gif);
				background-repeat:no-repeat;
				background-position: 2px 6px;
				padding-left:20px;
				line-height:1.6;
		}		
		

/* about section */
#components_aboutus { background: url(../img/www/about/www_aboutus_side_bg.gif) 0 100% no-repeat;}
#components_aboutus .components_box_content{
	padding: 14px 13px 65px; font-size: 12px;
}
#components_aboutus h1 { font-size: 14px; }
#components_aboutus_header { height: 7px; background: url(../img/www/about/www_aboutus_side_top.gif) 0 0 no-repeat; }
.faq_content, .faq_content2 { display: none; }
.faq_content2 { padding-left: 1em; margin-top: -0.6em;  }


/* 404 search box */
.search_box_wrapper { /*display: table-cell;*/
	vertical-align: middle;
	text-align: left;	 
}
.search_box_header {
	background-image: url(../img/www/websearch_box_top.gif);
	background-repeat: no-repeat; 
	height: 6px; width: 518px;
	_margin-bottom: -9px; /* IE hack for whit space */
}

.search_box_inner {
	text-align: left;	
	width: 516px;	
	background-color: #F3F3F3;
	border-left: 1px solid #CBCED7;	 
	border-right: 1px solid #CBCED7;	
}

.search_box_footer {
	background-image: url(../img/www/websearch_box_btm.gif);
	background-repeat: no-repeat; 
	height: 6px; width: 518px;
	_margin-bottom: -2px; /* IE hack for whit space */
}

.search_box_form {
	margin: 0; 
	position: relative;
	margin-left: 12px;
	line-height: 16px;
}
.search_box_form, .search_box_form td { font-size: 11px; color: #666; text-align: left; padding: 0 3px; }
.search_box .text_input { font-size: 16px; width: 235px; height: 18px; }

/* Call to order - 6266 */
.call_to_order { margin: 17px 0; font-weight: bold; text-align: center; line-height: 1.25em; }
.call_to_order .phone { font-size: 18px; }
#dial_call_to_order { color: #003399; }
#dsl_call_to_order { color: #196F00; }


/* HS elnk pqa box */
.pqaBoxTilesLarge {
				border-top: 1px solid #DCDCDC;
				border-right: 1px solid #DCDCDC;
				line-height:2;
				text-align: center;
				width: 370px;
				height: 110px;				 
				padding-top: 18px;
				margin: 4px auto;
				background: url(../img/www/dsl/www_elinkdsl_tile_large_bg.jpg) -1px 5px no-repeat;
			
}

/* top right links */
#VisitEarthLink {
  float: left; display: block;  width: 45px;  height: 46px; padding-left: 12px; padding-right: 12px;
  background: url("../img/com/visitearthlink.png") no-repeat 0 0;  
}
#VisitEarthLink:hover { 
  background-position: 0 -46px;
}
#VisitEarthLink span {  
  display: none;
}

#ViewCart {
  float: left; display: block;  width: 31px;  height: 46px; padding-left: 12px; padding-right: 12px;
  background: url("../img/com/viewcart.gif") no-repeat 0 0;  
}
#ViewCart:hover { 
  background-position: 0 -46px;
}
#ViewCart span {  
	display: none;
}
#live_chat_link {
  float: left;  display: block;  width: 31px;  height: 46px; padding-left: 12px; padding-right: 12px;
  background: url("../img/com/chatnow.gif") no-repeat 0 0;  
}
#live_chat_link:hover { 
  background-position: 0 -46px;
}
#live_chat_link span {  
	display: none;
}
/* end of top right links */
