/***********************************************/
/*  WIRELINE STYLESHEET FOR nTelos.com
/***********************************************/

.content {
	position: relative;
}

p {
	margin: 1em 0;
}

p:first-child {
	margin-top: 0;
}

.centercell td {
	text-align: center;
}
.submit-wrapper
{
	clear:both;
	display:block;
	margin:30px 0 0 132px;
}

.asterisk
{
	color:red;
	line-height:1.11em;
	padding-right:3px;
}

input.sign-in {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(https://my.ntelos.com/img/buttons/btn_sign_in_69x48t.gif) no-repeat scroll 0 0;
	width:69px;
}

input.submit {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(https://my.ntelos.com/img/buttons/btn_sign_in_69x48t.gif) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	display:block;
	float:left;
	height:24px;
	margin-right:15px;
	text-indent:-999em;
	vertical-align:top;
	width:69px;
}

p.cta, .cta li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(https://my.ntelos.com/img/arrow_bug_16x17.gif) no-repeat scroll 0 0;
	line-height:17px;
	margin-bottom:6px;
	padding-left:21px;
}

#headerContainer
{padding: 10px 30px 10px 30px;}

#formContainer
{padding: 30px 30px 10px 30px;}

.commentField {
	padding: 5px;
	height: 75px;
	width: 250px;
	border: 1px solid #7F9DB9;
	margin: 5px;
}

.inputField {
	margin: 5px;
	*margin: 0;
	border:1px solid #7F9DB9;
	padding: 5px;
	float:left;
}

h1 {
	/*margin-bottom:.15em;*/
	margin: 0;
	padding-bottom: .15em
}

h1,h2,h3,h4,h5,h6
{display:block;font-weight:bold;}

h1
{font-family:helvetica,arial,sans-serif;font-size:18px;color:#015495;line-height:21px;}

h1.pg-hdr
{font-size:30px;line-height:30px;font-size:21px;line-height:21px;}

h2 {
	color:#015495;
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	padding-top: 1em;
}

h2.support {
	border-bottom: 1px solid #000;
	clear: both;
	padding-top: 3em;
}

.formP
{
	margin:15px;
}

textarea
{
	height:100px;
	width:350px;
	float:left;
	color:#333;
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	line-height:14px;
}

.label{float:left; width:250px; clear:left; font-weight:bold;}

.labelText{float:left; width:475px; clear:left; margin:5px 0 10px 0; font-weight:bold;}

.labelBox{float:left; width:250px; clear:left; font-weight:normal;}

#instructions, #name_info, #zip_div, #zip_submit, #phone_div, #email_div, #info_submit,
#email_submit, #options, #options_submit, #thanks {
	clear: both;
}

.hidden
{
	display: none;
}

#videobox {
	background: url('/images/video-bg-942x755.jpg') no-repeat;
	width: 942px;
	/*height: 725px;*/
	height: 755px;
	position: relative;
}

#channel_carousel, #video_features {
	height: 69px;
	position: absolute;
	left: 43px;
	color: #FFF;
}

#channel_carousel {
	overflow: hidden;
}

#channel_carousel ul {
	margin: 0;
	padding: 0;
}

#channel_carousel li {
	display: inline;
	list-style-type: none;
}

#ms_media_room {
	left:799px;
	top:557px;
	height: 53px;
	position: absolute;
	z-index: 20;
	width: 100px;
	background: url(/images/MSMediaroom_Logo_100x43.gif) no-repeat;
	/*cursor: pointer;*/
}

#fader {
	left:80px;
	top:563px;
	height: 32px;
	position: absolute;
	z-index: 21;
}

#video_features {
	width: 816px;
	/*top: 613px;*/
	top: 640px;
	padding: 10px 20px;
}

#channel_carousel {
	width: 836px;
	padding: 10px 10px;
	top: 430px;
	left: 80px;
}

#video_features li {
	width: 195px;
	float: left;
	font-size: 14px;
	line-height: 16px;
	list-style-type: disc;
	color: #FFF;
}

#video_content {
	position: absolute;
	top: 131px;
	left: 185px;
	width: 570px;
	height: 318px;
}

#videobox h3 {
	color: #FFF;
	font-size: 30px;
	padding: 45px 0;
	text-align: center;
	font-weight: normal;
}

.wide_box {
	display: inline;
	width: 470px;
	height: 76px;
}

#wideboxes {
	padding: 10px 0;
	clear: both;
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
*/
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
*/
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.default_text {
	color: #BBB;
}

.bundle {
	cursor: pointer;
	width: 902px;
	height: 100px;
	padding: 10px 20px;
	background: url(/images/accordion-bg-942x120.png) no-repeat;
	clear: both;
}

.bundle_details {
	margin: 10px 20px;
	clear: both;
}

.bundle_details h1 {
	display: inline;
	width: 550px;
	float: left;
}

.bundle_price {
	background: url(/images/accordion-pricetag-235x69.jpg);
	width: 215px;
	height: 69px;
	padding-left: 20px;
	float: right;
	color: #FFF;
	font-weight: bold;
	font-face: Arial,Helvetica,sans-serif;
	margin-top: -10px;
}

.dollar_sign {
	font-size: 37px;
	line-height: 62px;
	vertical-align: middle;
	float: left;
}

.dollars {
	font-size: 60px;
	line-height: 65px;
	float: left;
}

.cents, .month {
	font-size: 26px;
	width: 20px;
	float: left;
	padding-left: 2px;
}

.cents {
	line-height: 43px;
	*line-height: 48px;
}

.month {
	line-height: 4px;
	*line-height: 1em;
	*margin-top: -12px;
	clear: left;
}

.bundle_details ul {
	clear: both;
}

#hide_all {
	display: none;
}

.bundle_text {
	width: 459px;
	display: inline;
	float: left;
	height: 100px;
}

.bundle_text li {
	color: #00529C;
}

.bundle_box, .bundle_more {
	width: 100px;
	display: inline;
	float: left;
	height: 100px;
	text-align: center;
}

.bundle_more {
	width: 43px;
	text-align: right;
}

.check {
	margin-top: 30px;
}

.bundle_footer {
	color: #015495;
	clear: both;
	padding: 17px 0;
	*padding: 12px 0;
	font-size: 14px;
	font-weight: bold;
}

.bundle_add-ons, .bundle_detail {
	cursor: pointer;
	width: 140px;
	display: inline;
	float: left;
}

.bundle_call {
	float: right;
	color:#015495;
	font: bold 16px/1em arial,helvetica,sans-serif;
}

.bundle_sign-up {
	width: 200px;
	float: right;
	text-align: right;
}

.bundle_sign-up a {
	text-decoration: none;
	font: bold 14px/1em Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color: #015495;

}

.bundle_sign-up img {
	vertical-align: text-bottom;
}

.bundle_add-ons_text, .bundle_detail_text {
	clear: both;
	font-weight: normal;
	padding-bottom: 15px;
	font-size: 12px;
	color: #000;
	width: 565px;
}

#mycarousel {
	width: 942px;
	height: 275px;
	margin-bottom: 10px;
	overflow: hidden;
}

#mycarousel ul {
	margin: 0;
	padding: 0;
}

#mycarousel li {
	list-style-type: none;
	list-style-position: outside;
}

#bundle_header {
	clear: both;
	background: url(/images/Accordion-Cat-403x23.png) no-repeat 478px 0;
	height: 23px;
}

#video_screen_carousel {
	width: 570px;
	height: 318px;
	overflow: hidden;
}

#video_screen_carousel ul {
	margin: 0;
	padding: 0;
}

#video_screen_carousel li {
	list-style-type: none;
	list-style-position: outside;
}

.hidden_page {
	display: none;
}

.button {
	margin-right: 11px;
}

.button_4 {
	margin: 0;
}

#show_all, #hide_all {
	cursor: pointer;
	clear: both;
	padding-left: 26px;
}

.error {
	color: #D00;
	float: left;
}

.infinite_thumbs {
	position: relative;
	overflow: auto;
	clear: left;
	text-align: right;
	top: -65px;
	left: 780px;
	z-index: 100;
	width: 165px;
}

.infinite_thumbs div {
	background: #00529C;
	color: #FFF !important;
}

.inner_pad td {
	padding: 8px;
	margin: -8px;
}

.no_pad td, td.no_pad {
	padding: 0;
	margin: 0;
}

#pack_container {
	background: #FFF url(/images/video_packages/viewers_pack_bkg.gif) repeat-y;
	width: 620px;
	/*height: 497px;*/
	float: left;
	border-bottom: 1px solid #000;
	margin: 0 0 20px 0;
	position: relative;
}

#pack_channels {
	width: 618px;
	/*height: 422px;*/
	position: relative;
	left: 1px;
	padding-top: 24px;
}

#pack_channels ul {
	margin: 0;
	padding: 0;
}

#pack_channels li {
	list-style-type: none;
	list-style-position: outside;
	float: left;
}

#plus_container {
	background: #FFF url(/images/video_packages/viewers_plus_bkg.gif) repeat-y;
	width: 288px;
	/*height: 497px;*/
	float: left;
	border-bottom: 1px solid #000;
	margin: 0 0 20px 28px;
}

#plus_channels {
	width: 286px;
	/*height: 422px;*/
	position: relative;
	left: 1px;
	padding-top: 24px;
}

#plus_channels ul {
	margin: 0;
	padding: 0;
}

#plus_channels li {
	list-style-type: none;
	list-style-position: outside;
}

#plus_pointer {
	position: absolute;
	left: 618px;
	top: 55px;
	z-index: 10;
}

.movie_fan_container {
	width: 933px;
	/*height: 430px;*/
	background: #FFF url(/images/video_packages/movie_packs_bkg.gif) repeat-y;
	border-bottom: 1px solid #000;
	margin: 0 0 20px 0;
	clear: both;
}

#movie_packs {
	width: 618px;
	/*height: 369px;*/
	float: left;
	position: relative;
	left: 1px;
	padding-top: 24px;
}

#movie_packs ul {
	margin: 0;
	padding: 0;
}

#movie_packs li {
	list-style-type: none;
	list-style-position: outside;
	float: left;
}

#movie_copy {
	width: 275px;
	/*height: 497px;*/
	float: left;
	margin: 0 0 0 28px;
}

#movie_copy table {
	margin: 15px 0;
}

#movie_copy td {
	text-align: center;
}

#movie_copy td {
	text-align: center;
}

.pack_text {
	color: #015495;
	padding-bottom: 10px;
}

.plus_text {
	color: #EDAF28;
	padding-bottom: 10px;
}

.pack_qty {
	text-align: left;
}

#fan_packs {
	width: 927px;
	height: 369px;
	position: relative;
	left: 1px;
	padding-top: 16px;
}

.left_content {
	width: 690px;
	float: left;
	margin-left: 10px;
}

.right_buttons {
	width: 227px;
	float: right;
}

.left_content_dvr {
	width: 417px;
	float: left;
	margin-left: 10px;
}

.right_buttons_dvr {
	width: 515px;
	float: right;
}

.right_buttons img, .right_buttons a img,
.right_buttons_dvr img, .right_buttons_dvr a img {
	/*padding-bottom: 15px;*/
}

.bottom_buttons {
	clear: both;
	padding-top: 15px;
}

#fiber_toggle {
	position: relative;
	cursor: pointer;
	top: -15px;
}

#fiber_map {
	position: relative;
	top: -15px;
	background: url(/images/fiber_map_895x757.jpg) no-repeat center;
	width: 942px;
	height: 757px;
}

.fiber_map_center {
	margin-left: 24px;
}

#business_banner {
	position: relative;
	z-index: 10;
}

#video_features a {
	color: #FFF !important;
	font-size: 1.0em;
}

#ae_map_container {
	position: relative;
	overflow: visible;
	width: 942px;
	height: 790px;
}

.ae_map_box {
	position: absolute;
	z-index: 100;
	border: 2px solid #115697;
	width: 250px;
	background: #FFF url(/images/ae_bg.jpg) repeat-x;
}

.ae_map_title {
	background: #115697;
	height: 18px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
}

.ae_photo {
	float: left;
	margin: 0 10px 10px 5px;
}

.ae_info {
	float: left;
}

img, div {
	behavior: url(/images/iepngfix.php);
}

#business_copy div {
	width: 46%;
	padding-right: 3%;
	float: left;
}

#business_lists {
	clear: both;
	padding-top: 15px;
}

#business_lists div {
	width: 30%;
	padding-right: 3%;
	float: left;
}

.box_broadband {
	background:url(/images/buttons/Broadband_bg.jpg) no-repeat;
}

.box_bundles {
	background:url(/images/buttons/Bundles_bg.jpg) no-repeat;
}

.box_bundles_main {
	background:url(/images/buttons/bundlesx_227x124.jpg) no-repeat;
}

.box_calling_features {
	background:url(/images/buttons/CallingFeatures_bg.jpg) no-repeat;
}
.box_custom_solutions {
	background:url(/images/buttons/CustomSolutions_bg.jpg) no-repeat;
}

.box_business {
	background:url(/images/buttons/business_227x124.jpg) no-repeat;
}

.box_DSL {
	background:url(/images/buttons/DSL_bg.jpg) no-repeat;
}

.box_IP_phones {
	background:url(/images/buttons/IPPhones_bg.jpg) no-repeat;
}

.box_long_distance {
	background:url(/images/buttons/LongDistance_bg.jpg) no-repeat;
}

.box_netvideo {
	background:url(/images/buttons/netVideo_bg.jpg) no-repeat;
}

.box_ntouch {
	background:url(/images/buttons/ntouch_bg.jpg) no-repeat;
}

.box_PC_services {
	background:url(/images/buttons/nHomeSolutions_bkg-227x124.jpg) no-repeat;
}

.box_portable_broadband {
	background:url(/images/buttons/Portable_bg.jpg) no-repeat;
}

.box_mobile_broadband {
	background:url(/images/buttons/mbb_227x124.jpg) no-repeat;
}

.box_register{
	background:url(/images/buttons/register_bg.jpg) no-repeat;
}

.box_voice_mail {
	background:url(/images/buttons/Voicemail_bg.jpg) no-repeat;
}

.box_voice_services {
	background:url(/images/buttons/VoiceServices_bg.jpg) no-repeat;
}

.box_web_services {
	background:url(/images/buttons/webservices_bg.jpg) no-repeat;
}

.box_who_we_are {
	background:url(/images/buttons/WhoWeAre_bg.jpg) no-repeat;
}

.box_dial-up {
	background:url(/images/buttons/DialUp-227x124.jpg) no-repeat;
}

.box_tv {
	background:url(/images/buttons/tv_227x124x.jpg) no-repeat;
}

.box_broadband, .box_bundles, .box_calling_features, .box_custom_solutions, .box_DSL, .box_IP_phones, .box_ntouch,
.box_long_distance, .box_netvideo, .box_PC_services, .box_portable_broadband, .box_mobile_broadband, .box_register, .box_voice_mail,
.box_voice_services, .box_web_services, .box_who_we_are, .box_dial-up, .box_tv, .box_business, .box_bundles_main {
	width: 112px;
	height: 117px;
	padding: 20px 100px 10px 15px;
	float: left;
	text-align: left;
	display: inline;
	position: relative;
	margin: 0 8px 0 -1px;
	background-position: 0 8px;
	*margin: 0 5px 0 -1px;
}

.box_register {
	width: 197px;
	height: 117px;
	padding: 20px 15px 10px 15px;
}

#home_bottom_left {
	float: left;
	height: 160px;
	width: 462px;
}

#home_news{
	width: 462px;
	height: 98px;
	float: left;
	background: url(/images/home_news2.jpg) no-repeat;
	padding-top: 30px;
	padding-left: 8px;
}

.wireboxbotlink {
	position: absolute;
	bottom: 25px;
	left: 14px;
}

.alignright {
	float: right;
	padding-left: 15px;
}

.alignleft {
	float: left;
	padding-right: 15px;
}

#net_logos {
	width: 675px;
	margin: 0 auto;
	padding-left: 15px;
}

#net_logos a {
	margin-right: 15px;
}

#disappointed, #custom_instructions, #thanks {
	padding-top: 15px;
}

.regwrap {
	margin-bottom:20px;
	width:700px;
}

.regcol {
	width:200px;
	float:left;
}

.regcont {
	width:700px;
	float:left;
}

.piccol {
	float:right;
	margin-right:50px;
}

.btna {
	width:80px;
	height:30px;
	float:left;
	margin:20px 0 0 60px;
	display:inline;
}

.btnb {
	width:80px;
	height:30px;
	float:left;
	margin:20px 0 0 110px;
	display:inline;
}

.columns3 {
	width:270px;
	float:left;
	margin: 0 40px 0 0;
	display:inline;
}

h1.bundles {
	padding: 10px 0 25px;
	font: bold 21px/24px Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

.RDVR {
	margin-bottom: 65px;
}

#gameplan {
	float:right; 
	padding:10px;
	margin-top:45px;
	margin-right: 150px;
	display: block;
	clear: both;
}
