/* VZT GLOBAL STYLES */

body { margin:0px;  font:12px/18px arial,sans-serif;color:#333;}
html { width:100%; height:100%; min-width:985px; }
.VZTS {}

/* Default Styles */
.VZTS a {color:#0066cc; text-decoration:none; font-weight:normal; font-family:arial,sans-serif;}
.VZTS a:hover {text-decoration:underline;}
.VZTS a img {border:none;}
.VZTS p {color:#333333; font:normal 13px arial,sans-serif; line-height:16px; padding:0; margin:0;}
.VZTS li {color:#333333; font:normal 13px arial,sans-serif; line-height:16px; padding:0; margin:0;}

.VZTS h1 {padding:0; margin:0; font:normal 20px/27px arial,sans-serif;}
.VZTS h1.huge {padding:0 0 0 10px;margin:0 0 17px 0;font:bold 72px/80px arial,sans-serif;border-bottom:1px solid #333;}
.VZTS h3 {padding:0; margin:0; font:normal 20px/27px arial,sans-serif;}
.VZTS h5 {padding:0; margin:0; font:bold 16px arial,sans-serif; color:#333; line-height:18px;}
.VZTS h6 {padding:0; margin:0; font:bold 13px arial,sans-serif; color:#333; line-height:15px;}

.VZTS label { padding:0; margin:0; font:normal 14px arial,sans-serif; color:#333; }
.VZTS sup { position:relative; vertical-align:top; font-size:80%; top:-2px;}

.VZTS .fl {float:left;}
.VZTS .fr {float:right;}
.VZTS .f12 {font-size:12px;}
.VZTS .f13 {font-size:13px;}
.VZTS .f14 {font-size:14px;}
.VZTS .f16 {font-size:16px;}
.VZTS .f20 {font-size:20px;}
.VZTS .f22 {font-size:22px;}
.VZTS .rule {clear:both;border-bottom:1px solid #e5e5e5;font-size:1px;height:1px;line-height:1px;overflow:hidden;}
.VZTS .drkrule {clear:both;border-bottom:1px solid #808080;font-size:1px;height:1px;line-height:1px;overflow:hidden;}
.VZTS .clear { clear:both; }
.VZTS .hidden {position:absolute!important;left:-9000em!important;top:-9000em!important;width:0;height:0;overflow:hidden;}
.VZTS .fixer {display:block;clear:both;overflow:hidden;width:auto;height:1px;line-height:1px;font-size:1px;}
.VZTS .fixer.rule {height:0;}
.VZTS .fancy {text-indent:-9999em;display:block; background-position:top left; background-repeat:no-repeat;height:18px;width:100%;}
.VZTS .last {margin-right:0!important; border-width:0;}
.VZTS .grey {color:#666666;}
.VZTS .darkgrey {color:#333333;}
.VZTS .red {color:#cc0000;}
.VZTS .orange{color:#ff9900;}
.VZTS .w_bold {font-weight:bold;}
.VZTS .snug {padding:0;margin:0!important;}
.VZTS .sup { vertical-align:super; font-size:70%; top:3px; position:relative; }
.VZTS .inl_block{display:inline-block;}
.VZTS .frame {border:1px solid #CCCCCC; zoom:1; height:100%; overflow:hidden; padding:10px;}
.VZTS .w100p{width:100%;}
.VZTS .centered {margin:0 auto;}
.VZTS .t_center {text-align:center;}

/* columns */
.VZTS div.col1,
.VZTS div.col2,
.VZTS div.col3,
.VZTS div.col4,
.VZTS div.col5,
.VZTS div.col6,
.VZTS div.col7,
.VZTS div.col8,
.VZTS div.col9,
.VZTS div.col10,
.VZTS div.col11,
.VZTS div.col12,
.VZTS div.column {float:left;margin-right:11px;}
.VZTS div.col12, .pl div.last {margin-right:0!important; border-width:0;}

/* use these classes to set the width of a column */
.VZTS div.col1 {width:72px;}
.VZTS div.col2 {width:155px;}
.VZTS div.col3 {width:238px;}
.VZTS div.col4 {width:321px;}
.VZTS div.col5 {width:404px;}
.VZTS div.col6 {width:487px;}
.VZTS div.col7 {width:570px;}
.VZTS div.col8 {width:653px;}
.VZTS div.col9 {width:736px;}
.VZTS div.col10 {width:819px;}
.VZTS div.col11 {width:902px;}
.VZTS div.col12 {width:985px;}

/* Add these to a column to prepend empty cols. */
.VZTS .prepend1 {padding-left: 83px;}

/* Add these to a column to append empty cols. */
.VZTS .append1 {padding-right: 83px;}

/* Borders */
.VZTS .noborder { border:0px solid #FFF;}

/* Margins */
.VZTS .nomargin { margin:0;}
.VZTS .mt10 {margin-top:10px;}
.VZTS .mv10{margin:10px 0px;}
.VZTS .mb5 {margin-bottom:5px;}
.VZTS .ml10 {margin-left:10px;}
.VZTS .ml15 {margin-left:15px;}
.VZTS .mb10 {margin-bottom:10px;}
/* Paddings */
.VZTS .pad_all {padding:10px;}
.VZTS .pad_left {padding-left:10px;}
.VZTS .padt10 {padding-top:10px;}
.VZTS .padt15 {padding-top:15px;}
.VZTS .padl10 {padding-left:10px;}
.VZTS .padl15 {padding-left:15px;}
.VZTS .padl20 {padding-left:20px;}
.VZTS .padr10 {padding-right:10px;}
.VZTS .padl25 {padding-left: 25px;}

/* buttons */
.VZTS .button,
.VZTS .button.gray span {display:block;float:left;font-size:12px;color:#333;line-height:25px;text-decoration:none;padding:0;margin:0;cursor:pointer;font-weight:bold;border:none;background-color:transparent;}
.VZTS .button.gray span {background:url(../i/buttons/png/btn_gray_left.png) no-repeat top left;padding:0 0 0 14px; } 
.VZTS .button.gray span  span {background:url(../i/buttons/png/btn_gray_right.png) no-repeat top right;padding:0 13px 0 0;} 
.VZTS .button.gray span span span {background:url(../i/buttons/png/btn_gray_center.png) repeat-x top left; padding:0 5px;}
.VZTS .button.gray:hover span { background:url(../i/buttons/png/btn_gray_left.png) no-repeat bottom left;} 
.VZTS .button.gray:hover span  span { background:url(../i/buttons/png/btn_gray_right.png) no-repeat bottom right;} 
.VZTS .button.gray:hover span span span { background:url(../i/buttons/png/btn_gray_center.png) repeat-x bottom left;}

.VZTS .button:hover {text-decoration:none !important;}
.VZTS .button.red span {display:block;float:left;font-size:12px;color:#FFF;line-height:27px;text-decoration:none;padding:0;margin:0; font-weight:bold;}
.VZTS .button.red span { background:url(../i/buttons/png/btn_red_left.png) no-repeat left top; padding:0 0 0 6px; } 
.VZTS .button.red span span { background:url(../i/buttons/png/btn_red_right.png) no-repeat right top; padding:0 5px 0 0; } 
.VZTS .button.red span span span { background:url(../i/buttons/png/btn_red_center.png) repeat-x left top; padding-left:3px; }
.VZTS .button.red:hover span { background:url(../i/buttons/png/btn_red_left.png) no-repeat -27px left;} 
.VZTS .button.red:hover span  span { background:url(../i/buttons/png/btn_red_right.png) no-repeat -27px right;} 
.VZTS .button.red:hover span span span { background:url(../i/buttons/png/btn_red_center.png) repeat-x -27px left;}

.VZTS .button.med{width:47px;}
.VZTS .button.med span {display:block;float:left;font-size:16px;color:#FFF;line-height:40px;text-decoration:none;padding:0;margin:0; font-weight:bold;}
.VZTS .button.med span { background:url(../i/buttons/png/btn_med_red_left.png) no-repeat left top; padding:0 0 0 3px; } 
.VZTS .button.med span span { background:url(../i/buttons/png/btn_med_red_right.png) no-repeat right top; padding:0 3px 0 0; } 
.VZTS .button.med span span span { background:url(../i/buttons/png/btn_med_red_center.png) repeat-x left top; width:37px; }

.VZTS .button.med:hover span { background-position:left -41px;} 
.VZTS .button.med:hover span span { background-position: right -41px; } 
.VZTS .button.med:hover span span span { background-position:left -41px; }

.VZTS .button.med:active span { background-position:left -82px;} 
.VZTS .button.med:active span span { background-position: right -82px; } 
.VZTS .button.med:active span span span { background-position:left -82px; }


.VZTS .button.sm{width:40px;}
.VZTS .button.sm span {display:block;float:left;font-size:13px;color:#FFF;line-height:24px;text-decoration:none;padding:0;margin:0; font-weight:bold;height:24px;}
.VZTS .button.sm span { background:url(../i/buttons/gif/btn_sm_red_left.gif) left top no-repeat; padding:0 0 0 2px; }
.VZTS .button.sm span span { background:url(../i/buttons/gif/btn_sm_red_right.gif) right top no-repeat; padding:0 2px 0 0; } 
.VZTS .button.sm span span span { background:url(../i/buttons/gif/btn_sm_red_center.gif) top left repeat-x; padding-left:2px; }

.VZTS .button.sm:hover span { background-position: left -25px;} 
.VZTS .button.sm:hover span span { background-position: right -25px;} 
.VZTS .button.sm:hover span span span {background-position: left -25px;}

.VZTS .button.sm:active span { background-position: left -50px;} 
.VZTS .button.sm:active span span { background-position: right -50px;} 
.VZTS .button.sm:active span span span { background-position: left -50px; }


.VZTS .button.lrg_btn span {display:block;float:left;font-size:12px;color:#333333;line-height:40px;text-decoration:none;padding:0;margin:0; font-weight:bold; font-size:16px;}
.VZTS .button.lrg_btn span { background:url(../i/buttons/gif/btn_lrg_left.gif) no-repeat left top; padding:0 0 0 18px; } 
.VZTS .button.lrg_btn span span { background:url(../i/buttons/gif/btn_lrg_right.gif) no-repeat right top; padding:0 18px 0 0; } 
.VZTS .button.lrg_btn span span span { background:url(../i/buttons/gif/btn_lrg_center.gif) repeat-x left top; padding:0; }
.VZTS .button.lrg_btn:hover span { background:url(../i/buttons/gif/btn_lrg_left.gif) no-repeat bottom left; color:#fff; } 
.VZTS .button.lrg_btn:hover span  span { background:url(../i/buttons/gif/btn_lrg_right.gif) no-repeat bottom right;} 
.VZTS .button.lrg_btn:hover span span span { background:url(../i/buttons/gif/btn_lrg_center.gif) repeat-x bottom left;}
.VZTS .button.lrg_btn span.small {font-size:13px;padding-left:14px;width:204px; }
.VZTS .button.lrg_btn span.two_line {line-height:14px;padding-top:6px;padding-bottom:6px;}

/* buttons with icons */
.VZTS .button span span span.icon,  .VZTS .button:hover span span span.icon{ background-position:center left; background-repeat:no-repeat;}
.VZTS .button span span span.icon.chat {background-image:url(../i/icons/chat_bubble.png);padding-left:30px;}

/* Links */
.VZTS .teal_style1, 
.VZTS .teal_style1:visited { font-size: 12px; color:#0066cc; text-decoration:none }
.VZTS .teal_style1:hover { text-decoration:underline; }
.VZTS a.blue {color:#0066cc;text-decoration:none;}
.VZTS a.blue:hover {text-decoration:underline;}
.VZTS a.vid_sec{color:#333;text-decoration:none;}
.VZTS a.vid_sec:hover {color:#0066cc;text-decoration:none;}

/* Lists */
.VZTS ol {margin:10px 0;padding:0 0 0 20px;}
.VZTS ol li {margin-bottom:10px;}
.VZTS ol li br {line-height:10px;}

.VZTS ul.clean {list-style-type:none;margin:0;padding:0;}
.VZTS ul.clean li {padding-bottom:7px;}
.VZTS ul.clean li a {color:#333;}
.VZTS ul.clean li a:hover {color:#0066cc;}

.VZTS ul.bullet {list-style-type:none;margin:6px 0 10px 0;padding:0;} 
.VZTS ul.bullet li {display:block;padding:0 0 0 11px;margin:0 0 8px 0;background:transparent url(../i/icons/bullet.gif) no-repeat 0px 6px; font-weight:normal;}
.VZTS ul.bullet li a {color:#333;}
.VZTS ul.bullet li a:hover {text-decoration:none;color:#0066cc;}

.VZTS ul.greydash { float:left; width:100%; margin:0; padding:0; list-style:none;}
.VZTS ul.greydash li { background: url(../i/bullet_greydash.gif) no-repeat 0 7px transparent; list-style-type: none; margin: 0; padding: 0px 0px 1px 12px; vertical-align: middle; line-height:14px; margin-bottom:7px;}

.VZTS ul.sup_mod {list-style:none;  padding:0; margin:0;}
.VZTS ul.sup_mod li { border-bottom:1px solid #dfdfdf; }
.VZTS ul.sup_mod li a {padding:7px 5px 7px 0;display:block;color:#333;text-decoration:none;line-height:16px;}
.VZTS ul.sup_mod li a:hover {text-decoration:none;color:#0066cc;font-weight:normal;}
.VZTS ul.sup_mod li.noborder {border-bottom:0px;}

.VZTS ul.az {margin:0;padding:0;}
.VZTS ul.az li {display:block;float:left;list-style-type:none;font-size:20px;line-height:26px;}
.VZTS ul.az li a {padding:0 10px;color:#333;}
.VZTS ul.az li a:hover, 
.VZTS ul.az li a.active {background:#ff0000;color:#fff;text-decoration:none;}
.VZTS ul.az li a.disabled {color:#ccc;}
.VZTS ul.az li a.disabled:hover {background:none;color:#ccc;cursor:default;}

/* plain tabs - as found on A-Z */
.VZTS ul.pt, 
.VZTS ul.pt li, 
.VZTS ul.pt a, 
.VZTS ul.pt a span {display:block;float:left;cursor:pointer;line-height:55px;background:none;padding:0;margin:0;text-decoration:none;}
.VZTS ul.pt {list-style-type:none;margin:0;padding:0;}
.VZTS ul.pt li a {background: url(../i/tabs/pt_left.gif) no-repeat top left;padding-left:10px;text-align:center;font:bold 20px/55px arial,sans-serif;color:#333;}
.VZTS ul.pt li a span {background: url(../i/tabs/pt_right.gif) no-repeat top right;padding-right:10px;}
.VZTS ul.pt li a span span {width:471px;background: url(../i/tabs/pt_1px.gif) repeat-x top left;padding:0;}
.VZTS ul.pt li a.active {background: url(../i/tabs/pt_active_left.gif) no-repeat top left;padding-left:10px;}
.VZTS ul.pt li a.active span span {background:none;padding:0 0 0 0;border-top:1px solid #ccc;}
.VZTS ul.pt li a.before span {background: url(../i/tabs/pt_before.gif) no-repeat top right;padding-right:12px;}
.VZTS ul.pt li a.after {background: url(../i/tabs/pt_after.gif) no-repeat top left;padding-left:12px;}
.VZTS ul.pt li a.after span {background: url(../i/tabs/pt_active_right.gif) no-repeat top right;padding-right:10px;}



/* Tooltips */
.VZTS .tooltip_skin {position:absolute; z-index:1500; top:0; left:0;border:1px #CCC solid; }
.VZTS .tooltip_skin.style1 { width:225px; background-color:#FFFFFF; padding: 15px; }
.VZTS .tooltip_skin.style1.right { -moz-box-shadow: 1px 1px 4px #CCC; -webkit-box-shadow: 1px 1px 4px #CCC; box-shadow: 1px 1px 4px #CCC; }
.VZTS .tooltip_skin.style1.left { -moz-box-shadow: -1px 1px 4px #CCC; -webkit-box-shadow: -1px 1px 4px #CCC; box-shadow: -1px 1px 4px #CCC; }
.VZTS .tooltip_skin.style1.top { -moz-box-shadow: -1px -1px 4px #CCC; -webkit-box-shadow: -1px -1px 4px #CCC; box-shadow: -1px -1px 4px #CCC;  }
.VZTS .tooltip_skin.style1.bottom { -moz-box-shadow: 1px 1px 4px #CCC; -webkit-box-shadow: 1px 1px 4px #CCC; box-shadow: 1px 1px 4px #CCC;  }
.VZTS .tooltip_skin.style1 .carrot { background-image:url(../i/tooltip_carrots.png); background-repeat:no-repeat; position:absolute; }
.VZTS .tooltip_skin.style1.right .carrot { background-position:left top; top:10px; left:-13px; z-index:3000; width:15px; height:15px;}
.VZTS .tooltip_skin.style1.left .carrot { background-position:left -15px; top:10px; right:-15px; z-index:3000; width:15px; height:15px;}
.VZTS .tooltip_skin.style1.top  .carrot{ background-position:left -30px; bottom:-15px; left:10px; z-index:3000; width:15px; height:15px; }
.VZTS .tooltip_skin.style1.bottom .carrot{ background-position:left -45px; top:-15px; left:10px; z-index:3000; width:15px; height:15px; }

.VZTS .tooltip_skin.style2 { width:337px; background-color:#e9f5f6; padding: 15px; }
.VZTS .tooltip_skin.style2.right { -moz-box-shadow: 1px 1px 4px #CCC; -webkit-box-shadow: 1px 1px 4px #CCC; box-shadow: 1px 1px 4px #CCC; }
.VZTS .tooltip_skin.style2.left { -moz-box-shadow: -1px 1px 4px #CCC; -webkit-box-shadow: -1px 1px 4px #CCC; box-shadow: -1px 1px 4px #CCC;}
.VZTS .tooltip_skin.style2.top { -moz-box-shadow: -1px -1px 4px #CCC; -webkit-box-shadow: -1px -1px 4px #CCC; box-shadow: -1px -1px 4px #CCC; }
.VZTS .tooltip_skin.style2.bottom { -moz-box-shadow: 1px 1px 4px #CCC; -webkit-box-shadow: 1px 1px 4px #CCC; box-shadow: 1px 1px 4px #CCC; }
.VZTS .tooltip_skin.style2 .carrot { background-image:url(../i/tooltip_carrots_ltblue.png); background-repeat:no-repeat; position:absolute; }
.VZTS .tooltip_skin.style2.right .carrot { background-position:left top; top:10px; left:-13px; z-index:3000; width:15px; height:15px;}
.VZTS .tooltip_skin.style2.left .carrot { background-position:left -15px; top:10px; right:-15px; z-index:3000; width:15px; height:15px;}
.VZTS .tooltip_skin.style2.top  .carrot{ background-position:left -30px; bottom:-15px; left:10px; z-index:3000; width:15px; height:15px; }
.VZTS .tooltip_skin.style2.bottom .carrot{ background-position:left -45px; top:-13px; left:10px; z-index:3000; width:15px; height:15px; }

.VZTS .tooltip_icon{background: url(../i/icons/tooltip.png) 0 0 no-repeat;width:12px;height:12px;display:block;margin-left:5px;}
.VZTS a.tooltip_icon{text-indent:-9999px;}
/* Form input fields */
.VZTS input.style1 { background: url(../i/bg/input_bg_style1.png) no-repeat left top; width:235px; line-height:12px; border:0px solid #FFF; color:#666; padding:6px; float:left; margin:0 0 5px 0; }

/* collapse/expand */
.VZTS a.hideshow {background:url(../i/icons/hideshow_icons.gif) right 2px no-repeat;margin:10px 20px 10px 458px;padding:0 14px 0 0; line-height:normal; }
.VZTS a.hideshow.minus {background-position: right -12px;}
.VZTS a.lrg_hideshow {display:block;background:url(../i/icons/lrg_hideshow_icons.gif) no-repeat 495px 10px;padding:0 15px;line-height:36px;font-weight:bold;text-decoration:none;font-size:14px;color:#333;outline:none;}
.VZTS a.lrg_hideshow:hover {background-position: 495px -17px;color:#cc0000;}
.VZTS a.lrg_hideshow.minus {background-position: 495px -44px;}
.VZTS a.lrg_hideshow.minus:hover {background-position: 495px -71px;}
.VZTS div.exp_bg {background:url(../i/bg/exp_bot_1px.gif) repeat-x bottom left;padding-right:17px;}

.VZTS div.mod_img_title {overflow:auto;padding:10px;border-bottom:1px solid #ccc;}
.VZTS div.mod_img_title a {color:#000; font-size:12px; background-position:top left; background-repeat:no-repeat;padding:0 0 24px 110px; display:block;}
.VZTS div.mod_img_title a:hover{color:#0066cc; text-decoration:none;}

.VZTS div.mod_img_title.connecting a {background-image: url(../i/tut01.jpg);}
.VZTS div.mod_img_title.connecting a:hover {background-image: url(../i/tut01hov.jpg);}
.VZTS div.mod_img_title.intro a {background-image: url(../i/tut02.jpg);}
.VZTS div.mod_img_title.intro a:hover {background-image: url(../i/tut02hov.jpg);}
.VZTS div.mod_img_title.checklist a {background-image: url(../i/tut03.jpg);}
.VZTS div.mod_img_title.checklist a:hover {background-image: url(../i/tut03hov.jpg);}

.VZTS div.mod_img_wrk {overflow:auto;padding:10px;border-bottom:1px solid #ccc;}
.VZTS div.mod_img_wrk a {color:#000; font-size:12px; background-position:top left; background-repeat:no-repeat;padding:0 0 24px 110px; display:block;}
.VZTS div.mod_img_wrk a:hover{color:#0066cc; text-decoration:none;}
.VZTS div.mod_img_wrk.access a {background-image: url(../i/workshop01.jpg);}
.VZTS div.mod_img_wrk.about a {background-image: url(../i/workshop02.jpg);}
.VZTS div.mod_img_wrk.theater a {background-image: url(../i/workshop03.jpg);}

/* Modal */
.VZTS.hidden {display:none;}
.VZTS .modals { position:absolute; left:0; top:0; z-index:5100;}
.VZTS#modalbg { width:100%; height:100%; position:absolute; left:0; top:0; z-index:5000; background-color:#000; }

.VZTS #signin_redirect { width:460px; background-color:#FFF; padding:20px; }
.VZTS #signin_redirect h1 { text-align:center; margin-bottom:10px }
.VZTS #signin_redirect .spinner { width:55px; height:55px; margin:0 auto; background:#FFF url(../i/spinner.gif) repeat top left; }
.VZTS #signin_redirect p { text-align:center; margin-top:10px }

/* breadcrumbs */
.VZTS .breadcrumbs {font-size:12px;vertical-align:top;margin:15px 0 0 10px;color:#999;}
.VZTS .breadcrumbs a {text-decoration:none;padding:0 4px 0 0;color:#999;}
.VZTS .breadcrumbs a:visited,
.VZTS .breadcrumbs a:active,
.VZTS .breadcrumbs a:hover {color:#999;}
.VZTS .breadcrumbs a:hover {text-decoration:underline;}
.VZTS .breadcrumbs a.no_parent {background:none;padding:0 4px 0 4px;color:#999;}

/**** LAYOUT STRUCTURE ****/
.VZTS .row {float:left; clear:both; width:100%; }
.VZTS .row.gradient_style1 {background:#F7F7F7 url(../i/bg/subtopic_slice.gif) repeat-x bottom left;min-width:1000px; }
.VZTS .row.interior { background-color:#e1e1e1;min-width:1000px;#position:relative;#z-index:1; }
.VZTS .row.home { background-color:#ffffff; #position:relative;#z-index:1;}
.VZTS .row .stage { width:985px; margin:0 auto; text-align:left; }
.VZTS .row .stage .content { float:left; width:100%;position:relative; }
.VZTS .frame .column.col2 {width:160px;}
.VZTS .frame .column.col2 .help_col {border:0;width:100%;margin-right:0;}
.VZTS .frame .column.col2 .help_col a:hover {color:#cc0000;}
.VZTS .frame .column.col2 .help_col .active {color:#cc0000;font-weight:bold; }
.VZTS .frame .column.col7.ml15.last {width:530px;}
.VZTS .frame .column.col8.ml15.last {width:560px;}
.VZTS .frame .column .serv_mod {width:168px;float:left;margin-right:10px;}
.VZTS .frame .column .cus_help_mod {width:255px;float:left;margin-right:10px;}
.VZTS .frame .column .add ul {list-style: none;padding: 0;margin: 0; width: 90px;}
.VZTS .frame .column .add li {float:left;list-style:none;}
.VZTS .frame .column .add li a {background-image:url(../i/icons/add.gif); background-repeat:no-repeat; padding:0 15px 0 20px;text-decoration:none; color:#333;}
.VZTS .frame .column .add li a.share {background-position: 0px 4px;}
.VZTS .frame .column .add li a.email {background-position: 0px -15px;}
.VZTS .frame .column .add li a.print {background-position: 0px -36px;padding-right:0px}
.VZTS .frame .column .add li a.bord{border-right:1px solid #dadada;margin-right:15px;}

/* Module Styles */
.VZTS .mod_col {float:left; width:208px; margin-right:15px;}

.VZTS .mod_col.sm {width:208px;margin-right:0;}
.VZTS .mod_col.sm .mod_pod3 {width:208px; height:205px;}
.VZTS .mod_col.sm .mod_pod3 .mod_bub {background-image:url(../i/bg/mod_pod3_sm.png); padding:10px 0px 0 14px; width:172px; height:145px;}
.VZTS .mod_col.sm .mod_pod3 .quote {font-size:18px;line-height:20px;margin:0;padding:0;}
.VZTS .mod_col.sm .mod_pod3 .ask {padding:0; margin-bottom:10px;}
.VZTS .mod_col.sm .mod_pod3 .btn {margin-left:30px;}
.VZTS .mod_col.sm .mod_pod3 .lt_bulb {background:transparent url(../i/bg/light_bulb.png) no-repeat top right;}
.VZTS .mod_col.sm .mod_pod3 .wht_bg {background-color:#fff; border:1px solid #b4b4b4;margin:2px; padding:5px;}
.VZTS .mod_col.sm .mod_pod3 .wht_bg p {line-height:20px; padding-bottom:5px;}

.VZTS .mod_pod {border:1px solid #d2d2d2;background:transparent url(../i/bg/helpmod2_bg.gif) repeat-x bottom left; padding:10px;width: 187px; }
.VZTS .frk {background:transparent url(../i/bg/frk.png) no-repeat bottom right;}
.VZTS .mod_pod3 {border:1px solid #d2d2d2; background-color:#e3e3e3; height:256px; width:208px; float:left; }
.VZTS .mod_pod3 .ask { padding:10px 20px 25px 10px; margin:0px; color:#666; }
.VZTS .mod_pod3 .quote { font-size:23px; color:#ffa900; line-height:30px; margin:0 0 0 20px; display:block; }
.VZTS .mod_pod3 .quote:hover { text-decoration:underline; }
.VZTS .mod_pod3 .btn { margin:10px 0 0 35px; width:140px; float:left; }
.VZTS .mod_bub {float:left;margin:0; height:200px; width:208px; background:transparent url(../i/bg/mod_pod3.png) no-repeat top left;}
.VZTS .head_bord {border-bottom:1px solid #808080; padding:0 0 10px 0; }

.VZTS .mod_ask { border: 1px solid #CCCCCC; background-color: #EBEBEB; height: 258px; }
.VZTS .mod_ask .ask { padding: 9px 20px 13px; color: #333333; text-align: center; }
.VZTS .mod_ask h6 { color: #333333; font-size: 13px; padding: 7px 0 9px 13px; }
.VZTS .mod_ask .mod_bub { background: url(../i/bg/mod_ask_bub.png) no-repeat; color: #878787; margin-left: 8px; width: 216px; height: 159px; }
.VZTS .mod_ask .question { padding: 0 6px 13px 13px; line-height: 14px; }
.VZTS .mod_ask .question a { font-size: 13px; display: block; }
.VZTS .mod_ask .views { color: #333333; }
.VZTS .mod_ask .btn a { margin: 16px 0 0 49px; }
.VZTS .mod_looking { padding-bottom: 10px; }
.VZTS #homepage .mod_col.looking { width: 208px; }
.VZTS .help_col .mod_ask { width: 246px; height: 258px;  } 
.VZTS .help_col .mod_bub { background: url(../i/bg/mod_ask_bub_wide.png) no-repeat; width: 233px; }
.VZTS .help_col .mod_ask .btn a { margin-left: 62px; }

.VZTS .intright_col .mod_ask .ask { padding: 8px 0 11px; }
.VZTS .intright_col .mod_ask .mod_bub { background: url(../i/bg/mod_ask_bub_side.png) no-repeat; width: 100%; height: 176px; margin: 0; }
.VZTS .intright_col .mod_ask .btn a { margin: 8px 0 0 25px; }


/* Sign In */
.VZTS #signin { background-color:#e6e6e6; border:1px solid #CCC; position:absolute; z-index:12; width:324px; top:0; right:10px; }
.VZTS #signin .ds.top {position:absolute; left:0; top:0; width:100%; height:11px; background: url(../i/bg/ds_top.png) repeat-x left top; }
.VZTS .intright_col #signin { background-color:#e6e6e6; border:1px solid #CCC; position:absolute; z-index:800; width:190px; top:0px; right:0;z-index:10;  }

.VZTS #signin .ds {padding:0; margin:0;}
.VZTS #signin .ds.top {position:absolute; left:0; top:0; width:100%; height:11px;}
.VZTS #signin .ds.left { position:absolute; left:-11px; top:0px; width:11px; height:100%; background: url(../i/bg/ds_left.png) repeat-y left top; }
.VZTS #signin .ds.right { position:absolute; right:-11px; top:0px; width:11px; height:100%; background: url(../i/bg/ds_right.png) repeat-y left top; }
.VZTS #signin .ds.bl{ position:absolute; left:-11px; bottom:-11px; width:11px; height:11px; background: url(../i/bg/ds_bl.png) no-repeat left top; }
.VZTS #signin .ds.bottom { position:absolute; left:0; bottom:-11px; width:100%; height:11px; background: url(../i/bg/ds_bottom.png) repeat-x left top; }
.VZTS #signin .ds.br{ position:absolute; right:-11px; bottom:-11px; width:11px; height:11px; background: url(../i/bg/ds_br.png) no-repeat left top; }

.VZTS #signin .header { border-bottom:1px solid #b0b0b0; background-color:#e6e6e6; cursor:pointer; width:100%; float:left;  }
.VZTS #signin .header .headline { margin:7px 9px 5px 9px;}
.VZTS #signin .header .headline h1 { font-size:16px; font-weight:bold; display:inline; line-height:20px; color:#333; padding-right: 3px; }
.VZTS #signin .header .headline p { font-size:13px; font-weight:normal; display:inline; line-height:20px; color:#333;  }
.VZTS #signin .header #btn_expand { position:absolute; right:8px; top:10px; width:13px; height:13px; background-image: url(../i/buttons/png/btn_expandcollapse.png); background-repeat:no-repeat; }
.VZTS #signin .header #btn_expand.expanded { background-position:left -26px; }
.VZTS #signin .header:hover #btn_expand.expanded  { background-position:left -39px; }
.VZTS #signin .header #btn_expand.collapsed { background-position:left top; }
.VZTS #signin .header:hover #btn_expand.collapsed { background-position:left -13px; }

.VZTS  #signin .inputs { float:left; clear:left; width:256px; height:230px; background-color:#FFF; padding:5px 32px; border-left:2px solid #e6e6e6; border-right:2px solid #e6e6e6;border-bottom:1px solid #B0B0B0;}
.VZTS  #signin .inputs .input { width:252px; float:left; clear:left; margin-top:8px; }
.VZTS  #signin .inputs .input .label{ line-height:22px;}
.VZTS  #signin .inputs .input .checkdescription {width:222px; float:left; color:#666;  }
.VZTS  #signin .inputs .input .check { float:left; width:30px; height: 45px;  }
.VZTS  #signin .inputs .input .check input {width:16px; height:16px; float:left; border:0px solid #FFF; background-image: none; padding:4px; }
.VZTS  #signin .inputs .input .checkdescription { width:217px; height:20px; float:left; }
.VZTS  #signin .inputs .input .forgotlinks {float:left; padding-top:5px; }
.VZTS  #signin .inputs .input .btn_signin {float:right; }

.VZTS #signin .footer { border-top:1px solid #f0f0f0; padding:4px 9px; margin:0 2px; float:left;  }
/* .VZTS #signin.column .footer { border-top:1px solid #f0f0f0; padding:3px 10px 5px 10px; margin:0 2px; float:left; width:173px; } */

.VZTS #signin .footer a { font-size:10px; color:#666666; text-decoration:underline; line-height:15px; }
.VZTS #signin .footer a:hover { color:#333333; }

/* Includes */
.VZTS #globalnav { background: #CDCDCD url(../i/globalheader_bg.png) repeat-x top left; }
.VZTS #globalnav .stage { width: 1200px; }

.VZTS #supportnav { background: url(../i/supportnav_bg.png) repeat-x; min-width: 1000px; }
.VZTS #supportnav.interior { min-width: 985px; }
.VZTS #supportnav #support_logo { float:left; width:156px; margin:5px 74px 0 10px;  } 
.VZTS #supportnav a#icon_home {  background:url(../i/nav/nav_sprite1.gif) no-repeat;background-position: 0px 0px; width: 33px; height: 14px; float:left; text-indent:-9999px; margin:28px 0 0 10px;}
.VZTS #supportnav a#icon_home:hover {  background:url(../i/nav/nav_sprite1.gif) no-repeat;background-position: 0px -24px;}
.VZTS #supportnav .main {width:812px; height:40px; margin-top:12px; float:left; }
.VZTS #supportnav .main ul {list-style: none;padding: 0;margin: 0;}
.VZTS #supportnav .main li {float:left;  margin:0 15px; list-style: none; }
.VZTS #supportnav .main li a {display:block; outline: none; background-image: url(../i/nav/support_nav.png); background-repeat:no-repeat; padding:15px 6px 0 6px; margin-top:5px; text-indent:-9999em; height:10px;}
.VZTS #supportnav .main li a:hover { border-bottom:6px solid #ff1b1b; } 
.VZTS #supportnav .main li a.selected { border-bottom:6px solid #ff1b1b; }
/* added by Agyeya 18 March*/
.VZTS #supportnav .main .quickguides_nav{background-image: url(../i/nav/support_nav_smb.png) !important;background-position: 5px 12px; width: 80px; height: 17px; padding-right: 20px; }  
.VZTS #supportnav .main .tv_nav {background-position: 12px 10px; width: 20px; height: 17px; padding-right: 20px; } 
.VZTS #supportnav .main .internet_nav {background-position: 5px -17px; width: 58px; height: 17px;} 
.VZTS #supportnav .main .phone_nav {background-position: 6px -44px; width: 47px; height: 17px;} 
.VZTS #supportnav .main .control_nav {background-position: 6px -71px; width: 103px; height: 17px;} 
.VZTS #supportnav .main .billing_nav {background-position: 6px -98px; width: 124px; height: 17px;} 
.VZTS #supportnav .main .forums_nav {background-position: 6px -125px; width: 55px; height: 17px;}
.VZTS #supportnav .main .help_nav {background-position: 6px -152px; width: 64px; height: 17px;} 
.VZTS #supportnav .alt {width: 110px; height:50px; float:left; padding: 22px 0 0 12px;  }
.VZTS .tabselected { border-bottom:6px solid #ff1b1b; } 

.VZTS #supportnav.home .alt { padding: 24px 0 0 12px; height: 31px; }
.VZTS #supportnav.interior .alt {}

.VZTS #supportnav .alt ul {list-style: none;padding: 0;margin: 0; width: 90px;}
.VZTS #supportnav .alt li {list-style:none;}
.VZTS #supportnav .alt li a {background-image:url(../i/nav/nav_sprite1.gif); background-repeat:no-repeat; padding-left:24px;text-decoration:none; color:#333; line-height:22px;}
.VZTS #supportnav .alt li a.vz_man {background-position: 0px -48px;}
.VZTS #supportnav .alt li a.vz_man:hover {background-position: 0px -71px;color:#ff0000;}
.VZTS #supportnav .alt li a.phone_icon {background-position: 0px -94px; margin-bottom:5px;}
.VZTS #supportnav .alt li a.phone_icon:hover {background-position: 0px -117px;color:#ff0000;}
.VZTS #supportnav .content { height: 148px; }

.VZTS #supportnav.searchNav .row { margin-top: 15px; }
.VZTS #supportnav.searchNav .alt { padding-top: 4px; }

/* Search */
.VZTS #search {float:left; position:relative; width:537px; height:63px; background:transparent url(../i/nav/support_search_bg2.png) top left no-repeat; }
.VZTS #search .btn { width:40px; height:40px; right:5px; position:absolute; margin:6px; background-image:url(../i/buttons/png/btn_search.png); background-repeat:no-repeat; text-decoration:none}
.VZTS #search .btn:hover { background-position:left -44px; }
.VZTS #search input { width: 390px; padding:3px; border:none; margin:14px 0 0 25px; font-size:22px; color:#898989; background-color:transparent;position:relative;z-index:17;  }

.VZTS #mist { background:transparent url(../i/bg/searchMist.png) top left no-repeat; width: 864px; height: 62px; position: absolute; top: 51px; left: 88px; }


.VZTS #small-search {float:left; position:relative; width:321px; height:40px; background:transparent url(../i/bg/bg_small_search.png) top left no-repeat; }
.VZTS #small-search .btn { width:31px; height:31px; top:0; right:5px; position:absolute; margin:6px; background-image:url(../i/buttons/png/btn_small_search.png); background-repeat:no-repeat; text-decoration:none}
.VZTS #small-search .btn:hover { background-position:left -31px; }
.VZTS #small-search input { width: 240px; padding:3px; border:none; margin:11px 0 0 25px; font-size:13px; color:#666; background-color:transparent;position:relative;z-index:3;  }

.VZTS #search #autocomplete{position:absolute;z-index:16;top:5px;left:3px;display:inline-block;background:url(../i/bg/bg_autocomplete_top.png) left top no-repeat;width:469px;padding-top:48px;}
.VZTS #search #autocomplete .bottom{background:url(../i/bg/bg_autocomplete_bottom.png) left bottom no-repeat;width:469px;padding-bottom:15px;#padding-bottom:25px;}
.VZTS #search #autocomplete .terms{background:url(../i/bg/bg_autocomplete_middle.png) left top repeat-y;width:469px;padding-left:20px;}
.VZTS #search #autocomplete .terms ul{padding-top:1px;width:429px;padding-left:4px;margin:0 0 10px 0;}
.VZTS #search #autocomplete .terms ul li{list-style:none;margin:14px 0 0 0;font-size:18px;}
.VZTS #search #autocomplete .terms ul li a{color:#333;padding-bottom:2px;}
.VZTS #search #autocomplete .terms .recent{border-top:1px solid #333;width:429px;padding-top:15px}
.VZTS #search #autocomplete .terms .recent ul{padding-top:0px;}
.VZTS #search #autocomplete .terms .recent ul li{font-size:13px; margin-top:10px;}
.VZTS #search #autocomplete .terms .recent ul li a{color:#0066cc;}

.VZTS #footer { height:200px;}

/*Pagination*/
.VZTS .pagination{display:inline-block;}
.VZTS .pagination .page{background:url(../i/buttons/png/notification_page.png) 0 0 no-repeat;width:8px;height:8px;display:block;text-indent:-9999px;margin-top:6px;}

.VZTS .pagination .page:hover,.VZTS .pagination .page.current{ background-position:-8px 0px; }
.VZTS .pagination .page.left{background-position:0px -8px;width:19px;height:19px;margin-top:0px;margin-left:0px;}
.VZTS .pagination .page.left:hover{background-position:0px -27px;}
.VZTS .pagination .page.left:active{background-position:0px -46px;}
.VZTS .pagination .page.right{background-position:-19px -8px;width:19px;height:19px;margin-top:0px;margin-right:0px;}
.VZTS .pagination .page.right:hover{background-position:-19px -27px;}
.VZTS .pagination .page.right:active{background-position:-19px -46px;}


/******************
*
*  Page Specific
*
******************/

/* Homepage */
.VZTS #home_auth #stageshadow,
.VZTS #homepage #stageshadow { background-image:url(../i/bg/stage_borders.png); background-repeat:no-repeat; height:10px; width:985px; z-index:10; }
.VZTS #homepage #stageshadow.top { background-position:0 0;left:0; top:0; z-index:100;  }
.VZTS #homepage #stageshadow.bottom { background-position:0 -14px; position:absolute; left:0; bottom:0; z-index:100;  }

.VZTS #homepage .tagline {margin:30px 0 51px 10px;padding:0;}

.VZTS #homepage .sub_col .headline { margin:20px 0; background-image:url(../i/text/subtopic_support.png); background-repeat:no-repeat; text-indent:-9999px; line-height:24px; }
.VZTS #homepage .sub_col .headline.tv {background-position: 0px 0px;}
.VZTS #homepage .sub_col .headline.internet {background-position: 0px -31px;} 
.VZTS #homepage .sub_col .headline.phone {background-position: 0px -63px;} 
.VZTS #homepage .sub_col .headline.control {background-position: 0px -96px;}

.VZTS #homepage .sub_col {float:left; width:220px; height:210px; padding-left:25px; border-right:1px solid #b7b7b7;}
.VZTS #homepage .sub_col.noborder { border:0px solid #FFF;}
/*
.VZTS #homepage .sub_col .headlines a {margin:20px 0 15px;background-image:url(../i/text/subtopic_support.gif);background-repeat:no-repeat;line-height:24px;text-indent:-9999px;display: block;outline:none;}
.VZTS #homepage .sub_col .headlines a.tv {background-position: 0px 0px;height:22px;width:45px;}
.VZTS #homepage .sub_col .headlines a.tv:hover {background-position: 0px -33px;}
.VZTS #homepage .sub_col .headlines a.inter {background-position: 0px -66px;height:22px;width:100px;}
.VZTS #homepage .sub_col .headlines a.inter:hover {background-position: 0px -99px;}
.VZTS #homepage .sub_col .headlines a.phone {background-position: 0px -132px;height:22px;width:86px;}
.VZTS #homepage .sub_col .headlines a.phone:hover {background-position: 0px -165px;}
.VZTS #homepage .sub_col .headlines a.control {background-position: 0px -198px;height:27px;width:170px; margin-bottom: 10px; }
.VZTS #homepage .sub_col .headlines a.control:hover {background-position: 0px -231px;}
*/

.VZTS #homepage .sub_col .headlines a {margin:20px 0 15px;background-image:url(../i/text/smb-support-hp.gif);background-repeat:no-repeat;line-height:24px;text-indent:-9999px;display: block;outline:none;}
.VZTS #homepage .sub_col .headlines a.billing {background-position: 0px 0px;height:30px;width: 212px;}
.VZTS #homepage .sub_col .headlines a.billing:hover {background-position: 0px -33px;}
.VZTS #homepage .sub_col .headlines a.phone {background-position: 0px -65px;height:23px;width:86px;}
.VZTS #homepage .sub_col .headlines a.phone:hover {background-position: 0px -98px;}
.VZTS #homepage .sub_col .headlines a.inter {background-position: 0px -132px;height:22px;width:110px;}
.VZTS #homepage .sub_col .headlines a.inter:hover {background-position: 0px -165px;}
.VZTS #homepage .sub_col .headlines a.tv {background-position: 0px -198px;height:22px;width:45px; margin-bottom: 10px; }
.VZTS #homepage .sub_col .headlines a.tv:hover {background-position: 0px -232px;}

/*
.VZTS #homepage .sub_col.bg { background-image:url(../i/bg/icons_homepage_topicbgs.png); background-repeat: no-repeat;}
.VZTS #homepage .sub_col.bg.tv {background-position: -469px top;}
.VZTS #homepage .sub_col.bg.internet {background-position:-222px top;}
.VZTS #homepage .sub_col.bg.phone {background-position: 19px top;}
.VZTS #homepage .sub_col.bg.control {background-position:-708px top;}
*/

.VZTS #homepage .sub_col.bg { background-image:url(../i/bg/icons_homepage_topicbgs_smb.png); background-repeat: no-repeat;}
.VZTS #homepage .sub_col.bg.internet {background-position: -469px top;}
.VZTS #homepage .sub_col.bg.phone {background-position:-222px top;}
.VZTS #homepage .sub_col.bg.billing {background-position: 19px top;}
.VZTS #homepage .sub_col.bg.tv {background-position:-708px top;}

.VZTS #homepage .sub_col ul.sup_sec { list-style:none; margin:6px 0 10px 0; padding:0; }
.VZTS #homepage .sub_col ul.sup_sec li { margin-bottom:3px;font-size:13px;} 
.VZTS #homepage .sub_col ul.sup_sec li a {color: #4C4C4C;text-decoration:none; line-height: 21px; }
.VZTS #homepage .sub_col ul.sup_sec li a:hover {text-decoration:none;color:#0066cc;}
.VZTS #homepage .sub_col ul.sup_sec li a.blue {color:#0066cc;text-decoration:none;}
.VZTS #homepage .sub_col ul.sup_sec li a.blue:hover {text-decoration:underline;}
.VZTS #homepage .home_pod { height: 248px; }


/* Internet */
.VZTS #int_support .tagline {margin:15px 0 10px 0;padding:0;}
.VZTS #int_support .tagline h1 {margin:0 0 0 15px;}
.VZTS #int_support .fr { float: left; margin: 3px 0 0 11px;}

.VZTS #int_bub {background-image:url(../i/int_bub777.gif);height:79px;width:777px;}
.VZTS #int_bub h5 {padding: 18px 0 0 10px;}
.VZTS #int_bub p {padding-left:20px;}

.VZTS #int_bub.billing_bub { background-image: url(../i/int_bub_manners.gif); height: 59px; margin-bottom: 16px; margin-top: -8px; position: relative; }
.VZTS #int_bub.billing_bub a.pay_up { padding-left: 10px; }

.VZTS #int_bub.service {background-image:url(../i/service_bubble.gif);height:100px; margin-bottom:10px; margin-top:-10px; position: relative; }
.VZTS #int_bub.service h5 {padding-top:33px;}
.VZTS #int_bub.billing_bub a.close-bub,
.VZTS #int_bub.service a.close-bub { background:url(../i/icons/close.gif) top left no-repeat; position:absolute; text-indent:-9999em; width:20px; height:20px; right:8px; top:20px;}

.VZTS #int_smbub {background-image:url(../i/int_smbub.gif); height:58px; width:255px; }
.VZTS #int_smbub.fios { margin-left:0px; }
.VZTS #int_smbub.hsi { margin-left:260px; }
.VZTS #int_smbub.dialup { margin-left:520px;  }
.VZTS #int_smbub p {padding:18px 20px 0 19px;}

/* Large Bubble */
.VZTS #int_bub_lrg h5 {padding:28px 0 0 20px;}
.VZTS #int_bub_lrg p {padding-left:20px;}
.VZTS #int_bub_lrg.service {background-image:url(../i/service_bubble_lrg.gif);height:137px; margin-bottom:10px;z-index:0; margin-top: -7px; }
.VZTS #int_bub_lrg.service h5 {padding-top:8px;}
.VZTS #int_bub_lrg.service a.close-bub { background:url(../i/icons/close.gif) top left no-repeat; text-indent:-9999em; width:20px; height:20px; right:-740px; top:20px;display:block;position:relative;}

/* Internet Layout */
.VZTS .intmain_col {float:left;width:777px; margin-right:10px;}
.VZTS .intright_col { width:193px; margin-top:72px; float:left; position:relative; }
.VZTS .intright_col.mt0 {margin-top:0;}

.VZTS #int_support .intmain_col #int_options {float:left;}
.VZTS #int_support .intmain_col #int_options .opt_col { width: 378px; height: 408px; float: left;  background-color: #D7D7D7; border: 1px solid #CFCFCF; }
.VZTS #int_support .intmain_col #int_options .opt_col:hover { background-color: #C20000; }
.VZTS #int_support .intmain_col #int_options .opt_col.opt1 { margin-right: 15px; }

.VZTS #int_support .intmain_col #int_options div.opt_col span.you_have { color: #E4E4E4; background: none; padding: 12px 0 0 19px;}
.VZTS #int_support .intmain_col #int_options div.opt_col:hover span.you_have { color: white; background-color: #C20000; }
.VZTS #int_support .intmain_col #int_options h1 { font-weight: bold; padding-left: 10px; }

.VZTS #int_support .intmain_col #int_options div.opt_col span.png { padding-bottom: 5px; }
.VZTS #int_support .intmain_col #int_options div.opt_col:hover span.png { color: white; }

.VZTS #int_support .intmain_col #int_options .help_col { background-color: white; width: 331px; padding: 13px 0 30px 11px; margin-left: 19px; border-bottom: 1px solid #B8B8B8; }
.VZTS #int_support .intmain_col #int_options .help_col .hlp_title { width: 236px; }
.VZTS #int_support .intmain_col #int_options .help_col .hlp_mod { width: 246px; }

.VZTS #int_support .intmain_col .choose_sec { height: 250px; }
.VZTS #int_support .intmain_col .tst_sec .tst_cnt { float: none; width: auto; }
.VZTS #int_support .intmain_col .choose_sec .tst_cnt { padding-top: 15px; }
.VZTS #int_support .intmain_col .tst_sec .tst_cnt .padl15 { padding: 31px 0 0 27px; }
.VZTS #int_support .intmain_col .tst_sec .tst_cnt .button { float: left; margin: 0 11px 10px 0; }
.VZTS #int_support .intmain_col .choose_sec .tst_cnt .button { margin-right: 11px; }
.VZTS #int_support .intmain_col .tst_sec h3.fl { font-size: 20px; }
.VZTS #int_support .intmain_col .tst_sec h3 { line-height: 22px; }
.VZTS .choose_sec .button.lrg_btn span span span { width: 180px; }

.VZTS .tst_sec .button.lrg_btn span span span { text-align: center; }

.VZTS #int_support .intmain_col #int_options div.opt_col {color:#333; background-color: #E4E4E4; }
.VZTS #int_support .intmain_col #int_options div.opt_col:hover { text-decoration: none; }
.VZTS #int_support .intmain_col #int_options div.opt_col:active {width:255px;color:#fff;background:transparent url(../i/bg/opt_col_on.gif) no-repeat bottom right;}
.VZTS #int_support .intmain_col #int_options div.opt_col.selected {width:255px;color:#fff;background:transparent url(../i/bg/opt_col_cook.gif) no-repeat bottom right;}
.VZTS #int_support .intmain_col #int_options div.opt_col.soon {width:255px;background:transparent url(../i/bg/opt_col_soon.gif) no-repeat bottom right;}
.VZTS #int_support .intmain_col #int_options div.opt_col span {display: block;line-height:21px;padding: 9px 0 23px 19px;font-weight:bold;font-size:20px;background:transparent url(../i/icons/DarkOnLightGreyArrow.gif) no-repeat bottom right;}
.VZTS #int_support .intmain_col #int_options div.opt_col.red span.png { background-image: url(../i/icons/WhiteOnRedArrow.gif); }
.VZTS #int_support .intmain_col #int_options div.opt_col span:active,.VZTS #int_support .intmain_col #int_options div.opt_col span.selected {background:transparent url(../i/icons/carrot_on.png) no-repeat bottom right;}
.VZTS #int_support .intmain_col #int_options div.opt_col span.car,
.VZTS #int_support .intmain_col #int_options div.opt_col span.car:hover,
.VZTS #int_support .intmain_col #int_options div.opt_col span.car.selected { background-position: 103px 36px; }
.VZTS #int_support .intmain_col #int_options div.opt_col span.car2,
.VZTS #int_support .intmain_col #int_options div.opt_col span.car2:hover,
.VZTS #int_support .intmain_col #int_options div.opt_col span.car2.selected { background-position: 159px 36px; }
.VZTS #int_support .intmain_col #int_options div.opt_col span.car3,
.VZTS #int_support .intmain_col #int_options div.opt_col span.car3:hover,
.VZTS #int_support .intmain_col #int_options div.opt_col span.car3.selected {background-position: 156px 57px;}
.VZTS #int_support .intmain_col #int_options div.opt_col span.car4,
.VZTS #int_support .intmain_col #int_options div.opt_col span.car4:hover,
.VZTS #int_support .intmain_col #int_options div.opt_col span.car4.selected {background-position: 144px 57px;}



/* Help Section */
.VZTS #int_support .int_help {margin:40px 0 10px 10px;padding:0;}
.VZTS #int_support .int_help .tophelp { background-image:url(../i/text/top_help.gif); height:22px; width:88px; text-indent:-9999px;}

.VZTS .help_col { margin-right:15px; float:left;}
.VZTS .help_col .hlp_title {padding:10px 0 10px 10px; font-weight:bold; font-size:13px; }
.VZTS .head_bord {border-bottom:1px solid #808080; padding-bottom:10px; }
.VZTS .help_col ul.hlp_mod {list-style:none;  padding:0; margin:0;}
.VZTS .help_col ul.hlp_mod li { border-bottom:1px solid #dfdfdf; }
.VZTS .help_col ul.hlp_mod li.noborder { border: none; }

.VZTS .help_col ul.hlp_mod li a {padding:7px 5px 7px 10px;display:block;color:#333;text-decoration:none;line-height:16px;font-size:13px;}
.VZTS .help_col ul.hlp_mod li.btmborder { border-bottom:1px solid #808080;}
.VZTS .help_col ul.hlp_mod li a:hover {text-decoration:none;color:#0066cc;font-weight:normal;}
.VZTS .help_col ul.hlp_mod li a.blue {color:#0066cc;text-decoration:none;}
.VZTS .help_col ul.hlp_mod li a.blue:hover {text-decoration:underline}

.VZTS .tst_sec {width:477px; margin-left:16px;float:left; border:1px solid #cccccc;padding:18px; }
.VZTS .tst_sec p {margin:0 0 10px 0;}
.VZTS .tst_sec p.grey {margin:0;}
.VZTS .tst_sec .tst_cnt {width:235px;float:left;}
.VZTS .tst_sec .rounded {border: 1px solid #ccc;background-color: #e6e6e6;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px; padding:10px;margin:0 0 10px 10px;}

.VZTS .tst_sec .tst_cnt .padl15 { padding-left: 0; }

/* FiOS Module */
.VZTS .int_btmr {width:224px;float:left;border:1px solid #cccccc; background: url("../i/bg/helpmod2_bg.gif") repeat-x scroll left bottom; padding:20px 10px 10px 10px;}
.VZTS .int_btmr.hc {height:281px;*height:286px;}
.VZTS .int_btmr .btmr_title {padding:0 0 10px 10px; font-weight:bold; font-size:16px;color:#333; }
.VZTS .int_btmr .btmr_bord {border-bottom:1px solid #DCDCDC;padding-bottom:10px; }
.VZTS .int_btmr ul.btmr_mod {list-style:none; padding:0; margin:0;}
.VZTS .int_btmr ul.btmr_mod li {border-bottom:1px solid #DCDCDC;margin:0;padding:0;}
.VZTS .int_btmr ul.btmr_mod li a {padding:7px 5px 7px 10px;display:block;color:#333;text-decoration:none;line-height:16px;font-size:13px;}
.VZTS .int_btmr ul.btmr_mod li a:hover {text-decoration:underline;font-weight:normal;}
.VZTS .int_btmr ul.btmr_mod li.noborder {border-bottom:0px;}

.VZTS .serv_mod ul.bullet li a { font-size: 12px; }

/* .VZTS #int_support #signin_wrapper { width:193px; height:78px; background-color:#39a; position:relative; } */

/* Modal - "Choose Internet" */
.VZTS #chooseinternet { position:absolute; left:0; top:0; width:730px; background-color:#FFF; padding:20px; }
.VZTS #chooseinternet .header  { float:left; height:40px; width:100%; }
.VZTS #chooseinternet .header .title { background:#FFF url(../i/text/txt_chooseyourinternet.gif) no-repeat top left; width:269px; height:25px; float:left; text-indent:-9999px; }
.VZTS .modals .header .close { background:#FFF url(../i/buttons/png/btn_modal_close.png) no-repeat top left; width:25px; height:25px; float:right; text-indent:-9999px;}
.VZTS .modals .header .close:hover { background-position:-25px left;}
.VZTS #chooseinternet .subheader  { float:left; clear:both; width:100%; border-bottom:#CCC 1px solid; border-top:#CCC 1px solid; padding:15px 0; }
.VZTS #chooseinternet .subheader .description{ float:left; width:305px; padding-right:60px; }
.VZTS #chooseinternet .subheader .search{ float:left; width:365px; }
.VZTS #chooseinternet .subheader .search .go { float:left; width:100%;}
.VZTS #chooseinternet .subheader .search .signin { float:left; clear:both; width:100%; margin-top:5px;}
.VZTS #chooseinternet .subheader .btn { margin-left:5px; float:left; display:block; }
.VZTS #chooseinternet .selections { float:left; width:100%; padding-bottom:20px; }
.VZTS #chooseinternet .selections .headline { float:left; width:100%; padding:0 0 15px 0; }
.VZTS #chooseinternet .selections .selection { float:left; margin-right:30px; width:223px;}
.VZTS #chooseinternet .selections .selection ul { float:left; clear:both; height:110px;}
.VZTS #chooseinternet .selections .selection.nomargin { margin-right:0;}
.VZTS #chooseinternet .selections .selection .icon { float:left; width:223px; height:112px; background-color:#000; }
.VZTS #chooseinternet .selections .selection .icon a{ background-image:url(../i/icons_modal_internet.png); background-repeat:no-repeat; width:223px; height:112px; }
.VZTS #chooseinternet .selections .selection .icon a:hover { opacity:0.85; filter:alpha(opacity=85)}
.VZTS #chooseinternet .selections .selection .title { margin:14px 0 10px 12px; display:inline-block;}
.VZTS #chooseinternet .selections .selection .select { float:left; margin:20px 0 0 60px; width:80px; clear:both; }
.VZTS #chooseinternet .selections .selection .button span span span { padding:0 15px; color:#333; }
.VZTS #chooseinternet .selections .selection.fios .icon { background-position:left top;}
.VZTS #chooseinternet .selections .selection.fios .title h5{ color:#b81d1d; display:block; }
.VZTS #chooseinternet .selections .selection.hsi .icon { background-position:left -112px;}
.VZTS #chooseinternet .selections .selection.hsi .title h5{ color:#285d97; }
.VZTS #chooseinternet .selections .selection.dialup .icon { background-position:left -224px;}
.VZTS #chooseinternet .selections .selection.dialup .title h5{ color:#5b5b5b; }
.VZTS #chooseinternet .legal { float:left; width:100%; margin:15px 0 0 0; }
.VZTS #chooseinternet .legal p { color:#666666; font-size:12px; }

/* Authorized Homepage */

.VZTS #home_auth{}
.VZTS #home_auth .auth_help_col{ border:1px solid #d2d2d2;width:246px;height:258px; background:url(../i/bg/bg_hlp_gradient_246x75.png) left bottom no-repeat;}
.VZTS #home_auth .auth_help_col .hlp_title{ padding-left:0px; width:228px;margin-left:10px;}
.VZTS #home_auth .auth_help_col .hlp_mod{ width:228px;margin-left:10px; }
.VZTS #home_auth .auth_help_col ul.hlp_mod li a{padding-left:0px;}
.VZTS #home_auth .auth_help_col ul.hlp_mod li.last{border-bottom:none;}
.VZTS #home_auth .auth_help_col .hlp_img{margin:12px 10px; border:0px;}
.VZTS #home_auth .auth_help_col a.hlp_text{color:#333;margin:0 0 16px 10px;}
.VZTS #home_auth .auth_help_col a.hlp_text:hover {color:#0066cc;margin:0 0 16px 10px;}

.VZTS #home_auth .dash_help{font-size:36px;color:#333;font-family:Arial, Sans-Serif;margin-bottom:20px;margin-top:25px;}
.VZTS #home_auth .tooltip_icon{margin-top:2px;}

.VZTS #home_auth .intright_col { margin-top: 0; }

.VZTS #home_auth .welcomeOption { float: left; width: 246px; margin: 0 0 18px 10px; }
.VZTS #home_auth .welcomeOption a { font-size: 15px; font-weight: bold; display: block; }
.VZTS #home_auth .terms { display: block; clear: both; margin-left: 10px; }

.VZTS #home_auth .alerts { margin-left: 10px; }
.VZTS #home_auth .alerts h4 { font-size: 13pxz; margin: 30px 0 9px; }
.VZTS #home_auth .alerts ul { list-style-type: none; padding: 0; margin: 9px 0; }
.VZTS #home_auth .alerts li { border-top: 1px solid #7F7F7F; padding: 15px 0 20px 87px; }
.VZTS #home_auth .alerts li.blueCircle { background: url(../i/icons/BlueCircle.jpg) no-repeat 16px 13px ; }
.VZTS #home_auth .alerts li.goldTriangle { background: url(../i/icons/GoldTriangle.jpg) no-repeat 18px 16px; }
.VZTS #home_auth .alerts .alertDetail { font-size: 11px; }

.VZTS #dashboard{width:774px;height:478px;border:1px solid #ccc;display:inline-block;margin-bottom:40px;position:relative;}
.VZTS #dashboard .tab_nav {width:166px;height:478px; background-color:#e6e6e6;}
.VZTS #dashboard .tab_nav .header{display:inline-block;width:105px;margin:15px 11px;}
.VZTS #dashboard .tab_nav .header h5{width:88px;}
.VZTS #dashboard .tab_nav li{list-style:none;background-color:#e8e8e8;border-top:1px solid #fff;border-bottom:1px solid #d7d7d7;float:left;}
.VZTS #dashboard .tab_nav li a{font-size:13px;color:#333;font-weight:bold;width:166px;display:block;float:left;padding:7px 0 7px 0;}
.VZTS #dashboard .tab_nav li a:hover {text-decoration:none !important;}
.VZTS #dashboard .tab_nav li a span{margin-left:11px;margin-top:7px;}
.VZTS #dashboard .tab_nav li a.current,.VZTS #dashboard .tab_nav li a:hover{background-color:#e60000;color:#fff;z-index:16;position:relative;}

.VZTS #dashboard .tab_set{width:635px;height:486px;z-index:15;position:absolute;background: url(../i/bg/bg_tab_shadow.png) left center no-repeat;left:139px; }

.VZTS #dashboard .tab_content{margin-left:27px;border-left:1px solid #ccc;width:567px;height:446px; padding:20px 20px 12px 20px }
.VZTS #dashboard .tab_content ul.hlp_mod li.last {border-bottom:1px solid #808080;}
.VZTS #dashboard .tab_content ul.hlp_mod li.last a {color:#0066CC;}
.VZTS #dashboard .tab_content ul.hlp_mod li.last a.goth {color:#333333;}
.VZTS #dashboard .tab_content ul.hlp_mod li.last a.goth:hover{color:#0066cc;}
.VZTS .callout {border:1px #CCC solid; background-color:#e9f5f6;padding: 15px;overflow:auto;}

.VZTS #dashboard table.stack {width:100%; font-size:14px;}
.VZTS #dashboard table.stack tr th, .VZTS #dashboard table.stack tr td {border-bottom:1px solid #333;padding:5px 10px 5px 10px;}
.VZTS #dashboard table.stack tr td{border-bottom:1px solid #DFDFDF;}
.VZTS #dashboard table.stack tr td.red{color:#cc0000;}

.VZTS .box-header {border:1px solid #e5e5e5;padding:8px 0 8px 0px;overflow:auto;}
.VZTS .box-header .fl, .VZTS .box-header .fr {margin:0 10px 0 10px;}
.VZTS .box-header .fr {width:40%;}
.VZTS .box-header .rule {padding-top:8px;}
.VZTS .box-header h4 {margin:8px 0 4px 0;padding:0;}
.VZTS .box-header ul {list-style-type:none;padding:0;margin:0;line-height:18px;}
.VZTS .box-header li {margin-bottom:4px;}

.VZTS #dashboard form#order-status {width:400px;}
.VZTS #dashboard form#order-status label {font-size:13px;font-weight:bold;clear:both;display:block;}
.VZTS #dashboard form#order-status input {width:265px;background:#f4f4f4;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;padding:10px;-moz-box-shadow:inset 1px 1px 1px #9b9b9b;-webkit-box-shadow:inset 1px 1px 1px #9b9b9b;box-shadow:inset 1px 1px 1px #9b9b9b; border:0;border:1px solid #9b9b9b\9;}
.VZTS #dashboard form#order-status input.error {-moz-box-shadow:inset 0px 0px 0px #f89609;-webkit-box-shadow:inset 0px 0px 0px #f89609;box-shadow:inset 0px 0px 0px #f89609; border:1px solid #f89609;}
.VZTS #dashboard form#order-status p.error {color:#f89609;}
.VZTS #dashboard .carrot {background:url(../i/bg/bg_tab_carat.png) 0 0 no-repeat;position:absolute;width:8px;height:18px;z-index:20;left:159px;}

.VZTS #dashboard .message { padding: 31px 0 26px; font-size: 16px; line-height: 19px; }
.VZTS #dashboard .message span { font-weight: bold; }
.VZTS #dashboard #welcome_to .button { margin-left: 10px; }

.VZTS #dashboard #fios_tv .fr,
.VZTS #dashboard #fios_internet .fr { margin-top: 28px; }
.VZTS #dashboard #fios_internet ul.hlp_mod { width: 265px; }
.VZTS #dashboard #fios_tv .help_col .hlp_title,
.VZTS #dashboard #fios_internet .help_col .hlp_title { padding: 7px 0 5px 10px; }

.VZTS #dashboard #phone_service .help_col,
.VZTS #dashboard #fios_tv .help_col,
.VZTS #dashboard #account_bill .help_col { width: 265px; }

.VZTS #dashboard #phone_service .fr .help_col,
.VZTS #dashboard #fios_tv .fr .help_col,
.VZTS #dashboard #account_bill .fr .help_col { margin-right: 0; }

.VZTS #dashboard #app_lications .help_col { margin-top: 15px; }

.VZTS #dashboard #account_bill .callout { width: 235px; }

.VZTS #phone_support form#phone-number {width:280px;height:50px;margin:0;padding:0;}
.VZTS #phone_support form#phone-number input {display:block;float:left;margin:0 0 0 20px;font-size:20px;width:205px;background:#fff;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;padding:8px;-moz-box-shadow:inset 1px 1px 1px #9b9b9b;-webkit-box-shadow:inset 1px 1px 1px #9b9b9b;box-shadow:inset 1px 1px 1px #9b9b9b; border:0;border:1px solid #9b9b9b\9;}
.VZTS #phone_support form#phone-number input.error {-moz-box-shadow:inset 0px 0px 0px #f89609;-webkit-box-shadow:inset 0px 0px 0px #f89609;box-shadow:inset 0px 0px 0px #f89609; border:1px solid #f89609;}
.VZTS #phone_support form#phone-number p.error {color:#f89609;}


/* rotator */
.VZTS .rotator {height:188px;}
.VZTS .rotator .innerframe {width:1000px;}
.VZTS .rotator .leftround, .VZTS .rotator .rightround {width:9px; height:188px;background-position:top left; background-repeat:no-repeat;float:left;}
.VZTS .rotator .leftround {background-image:url(../i/rotator/left-corner.gif);}
.VZTS .rotator .rightround {background-image:url(../i/rotator/right-corner.gif);}
.VZTS .rotator .slider {float:left; background:url(../i/rotator/slider-bg.gif) top left repeat-x;padding:11px 0 0 0; width:549px;overflow:auto; position:relative;}
.VZTS .rotator .contents {float:left; background:url(../i/rotator/slider-bg.gif) top left repeat-x;padding:11px 0 0 0; width:549px; position:relative; height:94%;}
.VZTS .rotator .contents h3 {font-size:13px;color:#4c4c4c;font-weight:bold;}
.VZTS .rotator .contents .frame {position:absolute;width:547px;overflow:auto;left:-9px;height:133px; border:0;}
.VZTS .rotator .contents .item {padding:3px 30px 2px 30px;float:left; background: url(../i/rotator/divider.png) top right no-repeat;width:auto;}
.VZTS .rotator .contents .item.last {background:none;}
.VZTS .rotator .contents .item a.equip_lnks span.descrip {color:#333;text-decoration:none;width:103px;text-align:center;clear:both;float:left;cursor:pointer;}
.VZTS .rotator .contents .item a.equip_lnks span.descrip:hover {color:#0066cc;}
.VZTS .rotator .contents .item .image {clear:both;display:block;margin:0 auto;text-align:center;border:0}
.VZTS .rotator .contents .item .callout {padding:8px;float:left;overflow:visible;position:relative;margin:0 0 0 20px;}
.VZTS .rotator .contents .item .callout .content p {margin:0;}
.VZTS .rotator .contents .item .fl p.descrip {margin-top:3px;}
.VZTS .rotator .contents .item .callout .carrot, .VZTS #dashboard .rotator .contents .item .callout .carrot {background:url("../i/tooltip_carrots_ltblue.png") top left no-repeat;width:15px;height:15px;left:-13px;top:34%; position:absolute;}
.VZTS .rotator#internet-equipment .contents .item p.descrip {margin-top:0px;}
.VZTS .rotator#tv-equipment .contents .item {padding-bottom:0px;}
.VZTS .rotator#internet-equipment .contents .item {padding-bottom:0px;}

.VZTS .fr .rotator { width: 246px; border: 1px solid #CCCCCC; height: 334px; }
.VZTS .fr .rotator .contents { width: 246px; height: 334px; overflow: hidden; background: url(../i/bg/rotatorGradient.gif) repeat-x bottom left; padding: 0; }
.VZTS .fr .rotator .item,
.VZTS .fr .rotator .frame { height: 334px; overflow: hidden; }
.VZTS .fr .rotator .item { padding: 0 23px; background: none; width: 200px; }
.VZTS .fr .rotator .frame { padding: 0; left: 0; }
.VZTS .fr .rotator .equip_lnks { display: block; text-align: center; padding-top: 31px; }
.VZTS .fr .rotator .item a.equip_lnks span.descrip { float: none; } 
.VZTS .fr .rotator .deviceInfo { float: none; clear: both; font-size: 13px; margin-top: 40px; }
.VZTS .fr .rotator .deviceInfo h6 { font-weight: normal; padding-bottom: 5px; }
.VZTS .fr .rotator .detail { line-height: 16zpx; }
.VZTS .fr .rotator .equip_all { display: block; margin-top: 19px; }
.VZTS .fr .rotator .goLeft,
.VZTS .fr .rotator .goRight { display: block; position: absolute; top: 65px; height: 16px; width: 12px; }
.VZTS .fr .rotator .goLeft { background: url(../i/rotator/GreyLeftArrow.gif) no-repeat; left: 28px; }
.VZTS .fr .rotator .goRight { background: url(../i/rotator/GreyRightArrow.gif) no-repeat; right: 28px; }


/* DROPDOWN */
a.dropdownLink {border:solid 1px #d7d7d7;font-size:13px;color:#333;text-decoration:none;background:url('../i/dropdown/dropdown_background.gif') top left repeat-x;display:inline-block;padding: 4px 8px 4px 10px; margin:2px 0 0 20px;}
a.dropdownLink:hover {text-decoration:none;}
a.dropdownLink span {display: block;background: url('../i/dropdown/dropdown_arrow.png') right center no-repeat;padding-right: 39px;}
ul.dropdownMenu {-moz-box-shadow: 0 0 7px #d9d9d9;-webkit-box-shadow: 0 0 7px #d9d9d9;border: solid 1px #e5e5e5;z-index:1001;background:#fff;position:absolute;top:0;margin:0; padding:0;}
ul.dropdownMenu li {list-style-type:none;text-align:left; border-bottom:1px solid #cccccc;}
ul.dropdownMenu li a {color:#333;text-decoration:none !important;display:block;padding: 4px 8px 4px 10px;font-size:13px;line-height:18px;}
ul.dropdownMenu li a:hover {background-color:#b80000; color:white;}
/*ul.dropdownMenu li a.selected {background-color:#b80000; color:white;}*/
ul.dropdownMenu li a:focus {outline: dotted 1px #ccc;}
div.dropdownMenuShadow {filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5', MakeShadow='true', ShadowOpacity='0.40');display:none;position:absolute;background-color:#d9d9d9;z-index:1000;}

/* Notification*/
.VZTS #notifications{width:191px;border:1px solid #cccccc;background-color:#e9f5f6;}
.VZTS #notifications .notif_header{font-size:16px; font-weight:bold;margin:10px;display:inline-block;}
.VZTS #notifications .alerts{display:block;max-height:288px;min-height:97px;overflow:hidden;width:187px;margin-left:2px;position:relative;}
.VZTS #notifications .alerts h6{padding:9px 0px 0px 9px;margin:0;font-size:13px;}
.VZTS #notifications .alerts p{padding:0px 0px 0px 9px;width:150px;font-size:13px;}
.VZTS #notifications .alerts .alert_wrapper{position:relative;}
.VZTS #notifications .alerts .alert,.VZTS #notifications .alerts .default{height:93px;border:1px solid #cccccc;width:185px;margin:1px 0px 0px 0px;background-color:#fff;padding:0;}
.VZTS #notifications .alerts .warning{background:url(../i/bg/bg_warning_alert.png) left top no-repeat #f6c93f;}
.VZTS #notifications .alerts .alert .close{background:url(../i/buttons/png/notification_page.png) 0px -65px no-repeat; width:13px;height:13px;text-indent:-9999px;display:block;margin:4px;}
.VZTS #notifications .alerts .alert .close:hover{background-position:-13px -65px;}
.VZTS #notifications .alerts .alert .close:active{background-position:-26px -65px;}

.VZTS #notifications .alerts .alert.warning .close{background-position:0px -78px;}
.VZTS #notifications .alerts .alert.warning .close:hover{background-position:-13px -78px;}
.VZTS #notifications .alerts .alert.warning .close:active{background-position:-26px -78px;}

.VZTS #notifications .pagination{display:inline-block;width:185px;text-align:center;}
.VZTS #notifications .pages{list-style:none;margin:10px 0px;text-align:center;padding:0;display:inline-block;width:auto;height:19px;}
.VZTS #notifications .pages li{margin:0px 7px;}
/*.VZTS #notifications .page{background:url(../i/buttons/png/notification_page.png) 0 0 no-repeat;width:8px;height:8px;display:block;text-indent:-9999px;margin-top:6px;}

.VZTS #notifications .page:hover,.VZTS #notifications .page.current{ background-position:-8px 0px; }
.VZTS #notifications .page.left{background-position:0px -8px;width:19px;height:19px;margin-top:0px;margin-left:0px;}
.VZTS #notifications .page.left:hover{background-position:0px -27px;}
.VZTS #notifications .page.left:active{background-position:0px -46px;}
.VZTS #notifications .page.right{background-position:-19px -8px;width:19px;height:19px;margin-top:0px;margin-right:0px;}
.VZTS #notifications .page.right:hover{background-position:-19px -27px;}
.VZTS #notifications .page.right:active{background-position:-19px -46px;}
*/

/*Search Results*/
.VZTS #search_results #search{height:auto;margin-bottom:20px;}
.VZTS #search_results .header{display:block;width:100%;margin:20px 0;}
.VZTS #search_results h3{ font-weight:bold;margin:0 0 14px 10px; }
.VZTS #search_results .header h3{margin:15px 50px 0 10px;}

.VZTS #search_results .header .suggestions{margin-left:31px;margin-top:20px;}

.VZTS #search_results .results_box{border:1px solid #ccc;width:775px;display:inline-block;padding:0 0 30px 0;}

.VZTS #search_results .results_box .results_nav{ width:174px;margin:28px 25px 0 10px;}
.VZTS #search_results .results_box .results_nav .topics{width:100%;padding:0;margin:0;}
.VZTS #search_results .results_box .results_nav a.dropdownLink{margin-left:0px;width:157px !important;padding-left:9px; margin-top: 7px; }
.VZTS #search_results .results_box .results_nav .dropdownMenu li a{padding-left:9px;}
.VZTS #search_results .results_box .results_nav .topics li{list-style:none;padding:9px 0 9px 9px;margin:0px;border-bottom:1px solid #ccc;}
.VZTS #search_results .results_box .results_nav .topics li a:hover,.VZTS #search_results .results_box .results_nav .topics li a.current{color:#c00; text-decoration:none;font-weight:bold;}
.VZTS #search_results .results_box .results_nav .topics li a:hover {font-weight:normal;}

.VZTS #search_results .results_box .results_nav .sub-topics {margin-bottom:0px;width:162px;}
.VZTS #search_results .results_box .results_nav .sub-topics li{padding:0 0 9px 8px;margin:0;border:none;}
.VZTS #search_results .results_box .results_nav .sub-topics li a:hover,.VZTS #search_results .results_box .results_nav .sub-topics li a.current{color:#c00; text-decoration:none;font-weight:bold;}


.VZTS #search_results .results_box .results_nav label{margin-left:9px;}
.VZTS #search_results .results_box .results_nav select{margin-top:10px;}
.VZTS #search_results .results_box .results_listing{width:518px;}

.VZTS #search_results .results_box .results_listing .results{width:500px;margin:28px 9px 0 9px;}
.VZTS #search_results .results_box .results_listing .results .total_results{margin:0 0 14px 10px;}
.VZTS #search_results .results_box .results_listing .results .result{border-bottom: 1px solid #ccc;padding:10px 10px 8px 10px;}
.VZTS #search_results .results_box .results_listing .results .result p{width:425px;}
.VZTS #search_results .results_box .results_listing .results .result.first{border-top:1px solid #ccc;}
.VZTS #search_results .results_box .results_listing .results .result.last{border-bottom:none;}
.VZTS #search_results .results_box .results_listing .results .result p{margin-bottom:10px;}

.VZTS #search_results .results_box .results_listing .top_results{width:516px;border:1px solid #ccc; border-top:none;background-color:#e9f5f6;padding-top:25px;}
.VZTS #search_results .results_box .results_listing .top_results .results{margin-top:0px;}
.VZTS #search_results .results_box .results_listing .top_results .results .result p{margin-bottom:0px;}
.VZTS #search_results .results_box .results_listing .top_results .result { padding-bottom: 15px; }

.VZTS #search_results .results_box .results_listing .pagination .pages input{width:27px;border:1px solid #ccc;text-align:center;height:15px;}

.VZTS #search_results .results_box .results_listing .pagination{width:500px;margin:11px 9px;}
.VZTS #search_results .results_box .results_listing .pagination .total_results{margin:4px 0 0 10px;}
.VZTS #search_results .results_box .results_listing .pagination .pages div{margin:0px 15px;}
.VZTS #search_results .intright_col{margin-top:0px;}

.VZTS .results_listing ul.bullet li a { color: #0066CC; }

.VZTS #search_results #ask_vrzn{display:inline-block;}
.VZTS #search_results #ask_vrzn .frk{ width:100%;height:79px;}
.VZTS #search_results #ask_vrzn .frk h5{width:97px;}
.VZTS #search_results #ask_vrzn .frk p{width:97px;font-size:12px;}
.VZTS #search_results #ask_vrzn .results{border-top:1px solid #afafaf;border-bottom:1px solid #afafaf;}
.VZTS #search_results #ask_vrzn .results .result{border-bottom:1px solid #dfdfdf;padding:10px 0px;}

.VZTS #search_results.askvz_results .results { margin-top: 24px; }
.VZTS #search_results.askvz_results .results_box .results_listing .results .result p,
.VZTS #search_results.askvz_results .results h3 { margin-bottom: 8px; }
.VZTS #search_results.askvz_results .results_box .results_listing .results .total_results { margin-bottom: 4px; }

.VZTS #search_results.askvz_results .results_box .results_listing .results .result { padding: 5px 10px 8px; }

.VZTS #forum_results .results{border-top:1px solid #afafaf;border-botton:1px solid #afafaf;}
.VZTS #forum_results .results .result{border-bottom:1px solid #ccc;padding:10px 0;}



.VZTS #ask_vrzn a.fr,
.VZTS #forum_results a.fr { margin: 5px 0; }

.VZTS #forum_results .details{font-size:11px;width:100%;}
.VZTS #search_results .comment{background: url(../i/icons/comment_bubble.gif) left center no-repeat;padding-left:19px;height:12px;line-height:11px;margin-top:4px;}

.VZTS #search_results.forum_results .results_box { padding-bottom: 17px; }

.VZTS #search_results .results_box.no_results .results_listing{margin-right:60px;padding-top:30px;}
.VZTS #search_results .results_box.no_results .results_listing h3{margin: 0 0 10px 10px;}
.VZTS #search_results .results_box.no_results .results_listing ul{margin-left:15px;width:100%;}
.VZTS #search_results .results_box.no_results .results_listing ul li{margin:6px 0px;}

.VZTS #search_results #search input { color: #333333; }

.VZTS .forum_results .status{height:16px;padding-left:25px;}
.VZTS .forum_results .status.solved{background:url(../i/icons/solved.gif) left top #fff no-repeat;}
.VZTS .forum_results .sort .current{color:#cc0000;font-weight:bold;}

.VZTS .forum_results .results_box .results_nav a,.VZTS .askvz_results .results_box .results_nav a{padding-left:10px;}

/***CONTACT US PAGE****/
.VZTS #contact_us h1.contact_us{background:url(../i/text/contact_title.gif) top left no-repeat;height:29px;width:153px;}

/* accordion styles */
.VZTS #contact_us div.accordion ul.clean {margin-bottom:0;}
.VZTS #contact_us div.accordion {background:#ebebeb; padding:20px; padding-right:0; min-height:440px;}
.VZTS #contact_us div.accordion h2, .vzt div.accordion h3, .vzt div.accordion h4 {color:#000;letter-spacing:normal;font-weight:bold;margin:0 0 10px 0; line-height:normal}
.VZTS #contact_us div.accordion h2 {font-size:16px;}
.VZTS #contact_us div.accordion h3 {font-size:14px;}
.VZTS #contact_us div.accordion h4 {font-size:13px;}
.VZTS #contact_us div.accordion div.title, div.accordion div.step.inactive .title {width:117px; color:#666666;height:420px;float:left;}
.VZTS #contact_us div.accordion div.title h2,.VZTS #contact_us div.accordion div.step.inactive .title h2 {padding:0 0 0 12px;font-size:44px;font-weight:normal;margin:0;color:#333333;}
.VZTS #contact_us div.accordion div.step.inactive .title h2{color:#666666;}
.VZTS #contact_us div.accordion div.title p,.VZTS #contact_us div.accordion div.step.inactive .title p {margin:0;padding:0 0 0 12px;}
.VZTS #contact_us div.accordion div.step.inactive .title p{color:#666666;}

.VZTS #contact_us div.accordion div.content {float:left;padding:46px 0 0 46px;width:320px;}
.VZTS #contact_us div.accordion div.content a {color:#0066cc; text-decoration:none; font-weight:normal;}
.VZTS #contact_us div.accordion div.content a:hover {text-decoration:underline;}
.VZTS #contact_us div.accordion div.step {float:left;padding:10px 0 12px 0px;width:670px;min-height:420px;border-right:1px solid white; background:#fff;}
.VZTS #contact_us div.accordion div.step div.title, div.accordion div.step div.title h2 {color:#000;}
.VZTS #contact_us div.accordion div.step.inactive {width:134px;background:#ebebeb;}
.VZTS #contact_us div.accordion div.step.inactive div.content {display:none;}
.VZTS #contact_us div.accordion div.step.last{border:none;}
.VZTS #contact_us div.content a.gray {color:#4d4d4d;}




/* Menus */
.VZTS div.accordion ul.menu {width:318px;}
.VZTS div.accordion ul.menu li {margin-bottom:2px;}
.VZTS div.accordion ul.menu li a, 
.VZTS div.accordion ul.menu li span {padding: 11px 0 11px 14px;display:block;font-size:16px; text-decoration:none;}
.VZTS div.accordion ul.menu li a:hover {}

/*dropdown menu */
.VZTS div.accordion ul.menu#topics li.empty a{background-image:none;}
.VZTS #accordion ul.clean li span {border:0;}
.VZTS div.accordion ul.menu#topics li span,  
.VZTS div.accordion ul.menu#topics li a{background-image:url(../i/icons/topics_dark.png); background-repeat:no-repeat; padding-left:58px; color:#333;text-decoration:none;}
.VZTS div.accordion ul.menu#topics li a:hover, 
.VZTS div.accordion ul.menu#topics li.drop.hover span {text-decoration:none;color:#fff;background-image:url(../i/icons/topics-hover.png);}
.VZTS div.accordion ul.menu#topics li.empty:hover a,
.VZTS div.accordion ul.menu#topics li.drop.empty.hover span {background-image:none;}

/*.VZTS div.accordion ul.menu#topics li.drop.open.hover span {color:#e5e5e5;}*/
.VZTS div.accordion ul.menu#topics li.drop {background:url(../i/bg/bg_contact_list.png) right top no-repeat; cursor:pointer;border-bottom:1px solid #dcdcdc; padding-bottom:0px;  }
.VZTS div.accordion ul.menu#topics li.drop.hover{background-image:none;background-color:red;}
.VZTS div.accordion ul.menu#topics li.drop.open a, 
.VZTS div.accordion ul.menu#topics li.drop.open.hover span {cursor:auto;text-decoration:none;color:#333;}

.VZTS div.accordion ul.menu#topics li.drop div {background:url(../i/icons/drop-icon.gif) right -27px no-repeat; width:300px;}
.VZTS div.accordion ul.menu#topics li.drop.hover div {background:url(../i/icons/drop-icon.gif) right 16px no-repeat;}
.VZTS div.accordion ul.menu#topics li.drop.hover.open {width:100%;background-color:#fff !important;background-image:none !important;-webkit-box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.4);-moz-box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.4);box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.4);}
.VZTS div.accordion ul.menu#topics li.drop.hover.open div {background:url(../i/icons/drop-icon.gif) right -30px no-repeat;}
.VZTS div.accordion ul.sub{width:262px;background-color:#fff;background-image:none;position:absolute;z-index:1;margin:0;padding-left:56px;display:none;-webkit-border-radius:0px;-moz-border-radius: 0px;-webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);-moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);}

.VZTS ul.menu#topics li ul.sub li {border-top:1px solid #e5e5e5;margin:0;background-image:none;padding-bottom:0px;}
.VZTS div.accordion ul.menu#topics li ul.sub li a {background-image:none !important;padding-left:20px; cursor:pointer !important;}
.VZTS div.accordion ul.menu#topics li ul.sub li a:hover {background-image:none;background-color:#ff0000;color:#fff;}
.VZTS div.accordion ul.menu#topics li.drop.open ul.sub li a:hover {background-image:none;}

/* saved module */
.VZTS div.accordion div.saved {background:#fff;padding:12px;margin:20px 0 0 0px;width:85px;display:none; height:108px;position:relative; background-position:center 58px; background-repeat:no-repeat;}
.VZTS div.accordion div.saved strong {font-size:13px; font-weight:900;}
.VZTS div.accordion div.saved.sec_net {background-image:url(../i/icons/sec_net.gif);}
.VZTS div.accordion div.saved.sec_net_2 {background-image:url(../i/icons/sec_net.gif);}
.VZTS div.accordion div.saved.sec_tv {background-image:url(../i/icons/sec_tv.gif); background-position:center 48px;}
.VZTS div.accordion div.saved.sec_directv {background-image:url(../i/icons/sec_tv.gif); background-position:center 48px;}
.VZTS div.accordion div.saved.sec_phone {background-image:url(../i/icons/sec_phone.gif);}
.VZTS div.accordion div.saved.sec_landline {background-image:url(../i/icons/sec_phone.gif);}
.VZTS div.accordion div.saved.sec_accnt {background-image:url(../i/icons/sec_accnt.gif);}
.VZTS div.accordion div.saved.sec_con {background-image:url(../i/icons/sec_con.gif);}
.VZTS div.accordion div.saved a {color:#0066cc; text-decoration:none; font-weight:normal; position:absolute; bottom: 10px;}
.VZTS div.accordion div.saved a:hover {text-decoration:underline;}
/* step 2 */
.VZTS form#search-topics {margin-top:15px;}
.VZTS div.accordion #step-2 div.content{padding-top:0px;}
.VZTS div.accordion #step-2 div.content h2{margin-top:34px;}
.VZTS div.accordion #step-2 ul.menu li{background:url(../i/bg/bg_contact_list.png) right top no-repeat;padding-bottom:0px;}
.VZTS div.accordion #step-2 ul.menu li:hover{background-image:none;background-color:Red;}
.VZTS div.accordion #step-2 ul.menu li a{color:#333;padding-top:13px;}
.VZTS div.accordion #step-2 ul.menu li a:hover{color:#fff;text-decoration:none;}

.VZTS div.accordion #step-2 ul.menu li.head,
.VZTS div.accordion #step-2 ul.menu li.head:hover { background: none; }

/* step 3 */
.VZTS div.action, .vzt div.s3, .vzt div.s3 div {width:374px;color:#333;}
.VZTS div.s3 {clear:both;display:block; margin:6px 0 0 0; float:left;}
.VZTS div.s3 div {width:378px;color:#333;}
.VZTS div.action ul.clean li {border-top:1px solid #b2b2b2; padding:10px 13px 10px 10px;display:block;margin:0;clear:both; overflow:hidden;}
.VZTS div.action ul li:hover {color:#000;}
.VZTS div.action ul.fl {width:282px;margin:0;}
.VZTS div.action ul.fr {width:82px;margin:0;}
.VZTS div.action ul.clean.fr li {padding-left:8px;color:#333;float:left; width:62px;padding-bottom:11px;#padding-bottom:14px;}
.VZTS div.action ul.clean.fr li div{margin-top:3px;}
.VZTS div.s3 p {width:160px;margin:0;}
.VZTS div.s3 ul {width:146px;margin:0 0 0 30px;}
.VZTS div.s3 ul li {margin-bottom:10px;padding-bottom:0px;}
.VZTS div.action ul.clean .icon{background:url(../i/icons/contact-icons-2.gif) left top no-repeat #fff;}
.VZTS div.action ul.clean li a.icon{height:20px;display:block;padding-left:40px;}
.VZTS div.action ul.clean li a:hover{text-decoration:underline !important;}
.VZTS div.action ul.clean li.icon{height:20px;}
.VZTS div.action ul.clean li.icon span{padding-left:40px;}
.VZTS div.action ul.clean .icon.chat{background-position:0px -10px;}
.VZTS div.action ul.clean .icon.email{background-position:0px -130px;}
.VZTS div.action ul.clean .icon.phone_out{background-position:0px -50px;}
.VZTS div.action ul.clean .icon.phone_in{background-position:10px -80px;}
.VZTS div.action ul.clean .icon.chatavail {background: url(../i/icons/chatavail.gif) left top no-repeat white;}

.VZTS #contact_us #step-3{padding-top:0px;}
.VZTS #contact_us #step-3 .title{margin-top:10px;}
.VZTS #contact_us #step-3 .content{padding-top:0px;}
.VZTS #contact_us div.accordion #step-3 .content h2{margin-left:10px;}
.VZTS #contact_us #step-3 .wrapper{ display:inline-block; background-color:#e9f5f6;padding:35px 10px;width:360px;margin-bottom:30px;}
.VZTS #contact_us #step-3 .wrapper div.header{width:160px;}
.VZTS #contact_us #step-3 .wrapper div.header.right{margin-left:30px;}
.VZTS #contact_us .mods{margin-top:40px;}
.VZTS #contact_us .contact_mod{width:318px;}

.VZTS #contact_us .contact_mod h5{border-bottom:1px solid #b2b2b2;padding-bottom:13px;width:100%;}
.VZTS #contact_us .contact_mod h5 span{margin-left:10px;}

.VZTS #contact_us .contact_mod div{border-bottom:1px solid #b2b2b2;padding:10px 0px;height:79px;}
.VZTS #contact_us .contact_mod div a{padding:0 0 0 10px; color:#0066cc;font-weight:bold;font-size:13px;line-height:15px;}
.VZTS #contact_us .contact_mod div p{width:300px;margin:13px 0 0 10px;width:260px;}

.VZTS #contact_us .contact_mod div.frk{height:80px; background-position: 194px bottom;}
.VZTS #contact_us .contact_mod div.frk p{width:150px;}



/**Phone Modal**/

.VZTS #phoneModal{ width:483px;height:358px;background-color:#e6e6e6;border:1px solid #cccccc;}
.VZTS #phoneModal .header{background-color:#fff;border-bottom:1px solid #cccccc;height:59px;}
.VZTS #phoneModal .header .title{background:url(../i/text/get_w_phone_support.gif) left top no-repeat;width:296px; height:22px;text-indent:-99999px;margin:20px;}
.VZTS #phoneModal .header .close{margin:17px 20px 20px 0px;}
.VZTS #phoneModal .content{margin:20px;display:block;}
.VZTS #phoneModal .content p{color:#4c4c4c;margin-bottom:13px;clear:both;width:395px;}
.VZTS #phoneModal .content input.textinput{color:#999999;display:block;float:left;margin:0;font-size:20px;background:#fff;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;padding:8px;-moz-box-shadow:inset 1px 1px 6px #9b9b9b;-webkit-box-shadow:inset 1px 1px 6px #9b9b9b;box-shadow:inset 1px 1px 6px #9b9b9b; border:0;border:1px solid #9b9b9b;border-bottom-color:#e6e6e6;}
.VZTS #phoneModal .content form #zipcode{width:158px;}
.VZTS #phoneModal .content form #phoneNumer{width:265px;}

.VZTS .apps .frame { border: none; padding: 0 0 0 10px; }
.VZTS .apps .app { text-decoration: none; text-align: center; border: 1px solid #E3E3E3; background: url(../i/bg/appsGradient.gif) repeat-x bottom left; width: 249px; height: 177px; float: left;  margin: 0 6px 5px 0; }
.VZTS .apps .lastApp { margin-right: 0; }
.VZTS .apps h6 { text-align: left; padding: 13px 0 0 8px; width: 100%; }
.VZTS .apps img { margin-top: 7px; }

.VZTS a.toolBarHelp { display: block; color: #333333; background: url(../i/bg/toolBarHelpGradient.gif) repeat-x bottom left; border: 1px solid #E9E9E9;width: 208px; }
.VZTS a.toolBarHelp h4 { font-size: 22px; margin: 0; padding: 12px 0 7px 9px; border-bottom: 1px solid #E9E9E9; }
.VZTS a.toolBarHelp .toolBarMessage { padding: 5px 25px 22px 9px; line-height: 15px; }

.VZTS a.toolBarHelp:hover { text-decoration: none; } 

.VZTS #billing.frame { border: none; padding: 0; }
.VZTS #billing .help_col { border: 1px solid #D6D6D6; float: left; width: 244px; height: 290px; margin-right: 19px; }
.VZTS #billing .help_col.last { margin-left: 1px; }
.VZTS #billing .hlp_title { font-size: 20px; padding: 18px 0 6px 10px; }
.VZTS #billing .top_row a.blue { padding-top: 38px; }
.VZTS #billing .bottom_row a.blue { padding: 3px 5px 6px 9px; }
.VZTS #billing .help_col.bottom_row { height: 228px; }
.VZTS #billing .descri { padding: 8px 23px 0 10px; height: 74px; border-bottom: 1px solid #DFDFDF; }

.VZTS .disabilities { border: 1px solid #CCCCCC; padding: 0 9px; height: 198px;width: 193px; }
.VZTS .disabilities h4 { font-size: 20px; margin: 0 0 18px; line-height: 22px; padding-top: 14px; }
.VZTS .disabilities a { display: block; }

.VZTS #int_support .share .fr { float: right; margin: 0 14px 0 0; }


.VZTS .iWant .mod_pod3 .pad_all { padding: 6px 10px 2px; }
.VZTS .iWant .mod_pod3 .pad_all p { font-size: 11px; }
.VZTS .iWant .mod_col.sm .mod_pod3 { height: auto; }
.VZTS .iWant .mod_col.sm .mod_pod3 .wht_bg { padding: 5px 0; border: none; margin: 0; }
.VZTS .iWant .mod_col.sm .mod_pod3 .wht_bg p { line-height: 15px; padding: 0 11px 13px 9px; }

.VZTS .mod_col.sm.glossary .mod_pod3 .wht_bg { padding: 0; }
.VZTS .glossary .wht_bg p { border-bottom: 1px solid #D2D2D2; } 
.VZTS .glossary .wht_bg h6 { padding: 8px 11px 4px 9px; }
.VZTS .mod_col.sm.glossary .mod_pod3 .btn { margin: 17px 0 6px 21px;  }


.VZTS .moreFixes { padding-bottom: 20px; }

.VZTS .fix h3.f22 { border-bottom: 1px solid #333333; padding-bottom: 9px; }
.VZTS .fix h4.w_bold { padding: 14px 0 0 0; font-size: 16px; margin: 0 0 1px; } 
.VZTS .fix .tst_sec { border: none; padding: 0; width: 531px; } 
.VZTS .fix .symptom { height: 94px; }
.VZTS .fix .symptom img { float: right; margin-right: 26px; }
.VZTS .fix .rounded { padding: 17px 47px 10px 9px; margin: 0 0 17px 0; background-color: #F2F2F2; }
.VZTS .fix .rounded p { border-bottom: 1px dotted #A9A9A9; padding: 0 0 10px 9px; }
.VZTS .fix .rounded p.last { border: none; }
.VZTS .fix .button { display: block; float: none; background: url(../i/icons/int_tool.gif) no-repeat; }
.VZTS .fix .button span span span { position: relative; }
.VZTS .fix .button img { position: absolute; top: 10px; left: 0; }
.VZTS .fix .exp { padding-right: 17px; }
.VZTS .fix .thumbs { padding-top: 25px; }
.VZTS .fix .thumbs p { float: left; width: 153px; padding: 18px 0 1px 19px;  }
.VZTS .fix .thumbs p a { display: block; }
.VZTS .fix .thumbs .result { float: left; height: 52px; padding-left: 64px; margin-left: 29px; }
.VZTS .fix .thumbs .up { background: url(../i/icons/thumbsUp.gif) no-repeat; }
.VZTS .fix .thumbs .down { background: url(../i/icons/thumbsDown.gif) no-repeat; }
.VZTS .fix .thumbs .percent { font-size: 40px; line-height: 39px; } 

.VZTS .fix .moreFixes { float: left; list-style-type: none; padding: 0; margin: 27px 8px 0 19px; }
.VZTS .fix .moreFixes li { font-weight: bold; padding-bottom: 9px; }
.VZTS .fix .rounded .emptyBox { text-align: center; margin-bottom: 0; padding-bottom: 0; }

.VZTS .fixTV h3.w_bold { width: 318px; }

.VZTS .learn .col7,
.VZTS .fixNet .col7 { margin-top: -13px; }
.VZTS .fixNet h3.f22 { line-height: 34px; padding-bottom: 1px; }
.VZTS .fixNet h4.w_bold { font-size: 20px; padding-bottom: 2px; }
.VZTS .fixNet .symptom { height: 80px; }
.VZTS .learn .still,
.VZTS .fixNet .still { margin-left: 0; }
.VZTS .fixNet .thumbs { padding-top: 15px; }
.VZTS .fixNet .moreFixes { margin-top: 31px; }

.VZTS .backup .symptom,
.VZTS .learn .symptom { height: auto; }
.VZTS .learn .symptom p { margin-bottom: 24px; }
.VZTS .learn h4.w_bold { padding-bottom: 6px; }

.VZTS .fixProbs .col7 { margin-top: 4px; }
.VZTS .backup .tst_sec,
.VZTS .fixProbs .tst_sec { margin-left: 0; }
.VZTS .fixProbs a.lrg_hideshow { padding-left: 29px; }
.VZTS .fixProbs .column .cus_help_mod { margin-left: 14px; width: 240px; padding-bottom: 14px; }

.VZTS .mLines a.lrg_hideshow { line-height: 17px; margin: 6px 0; }

.VZTS .backup h3.f22 { border-bottom: 1px solid #999999; padding-bottom: 5px; margin-bottom: 20px; }
.VZTS .backup .button.lrg_btn { margin: 0 0 49px; 30px; }
.VZTS .backup .button.lrg_btn span.small { width: 346px; }
.VZTS .backup .moreFixes { width: 146px; }
.VZTS .backup .moreFixes.last { width: 165px; }
.VZTS .backup .rounded { padding-bottom: 25px; }
.VZTS .backup .rounded h6 { margin-bottom: 16px; }

.VZTS .direcTv { border: 1px solid #CCCCCC; padding: 12px 7px 0; background: url(../i/bg/appsGradient.gif) repeat-x bottom left; height: 219px;width:193px; }
.VZTS .direcTv h4 { font-size: 16px; font-weight: bold; margin: 0; border-bottom: 1px solid #C5C5C5; }
.VZTS .direcTv .direcTvPartnership { margin: 12px 0 21px; }
.VZTS .direcTv .regi { font-size: 11px; position: relative; top: -3px; }

.VZTS .fiosTv .col7 ul.bullet li { padding-left: 9px; }
