@charset "UTF-8";
/* CSS Document */

html {
  font-family: Verdana, Geneva, sans-serif;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url(/media/images/grfx/bkg.jpg);
  background-repeat: repeat-x;
  color: #333;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}
h3 {
  font-size: 14px;
  color:#555;
  margin-bottom: -5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
  margin-top: 10px;
}
h4 {
  font-size: 12px;
  color:#135798;
  margin-bottom: -15px;
}
dd {
  padding-right: 10px;
  }

a {
  color: #003882;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #003882;
}

a img {
  border-width: 0px;
}

#content {
  position: relative;
  width: 921px;
  margin-right: auto;
  margin-left: auto;
}

#header {
  background-repeat: no-repeat;
  height: 144px;
}

.home_link {
  width: 200px;
  height: 80px;
  float: left;
}

/* Submenu List */

#subnav h3 {
  font-size: 10px;
  font-weight: normal;
  border: none;
  margin: 0px;

  padding-left: 15px;
  padding-right: 15px;
  color: #333;
  text-decoration: none;
  line-height: 25px;
  text-align: left;
}
#subnav h3:hover, #subnav a:hover {
  color: #06F;
  text-decoration: none;
}

#subnav ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 921px;
  height: 24px;
  float: left;
  font-size: 10px;
}

#subnav li {
  margin: 0;
  padding: 0;
  float: left;
}
#subnav li.here {
  color: #FFF;
  background-color: #eeedeb;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: c2bfb7;
  border-left-color: c2bfb7;
}
#subnav img{
  display:none;
}
#subnav p{
  display:none;
}




.subnav_menu{
  display: none;
}

/* Submenu List */
.subnav_menu ul {
  width: 200px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 10px;
  position: absolute;
  z-index: 500;
  
  background-color: #fff;
  border: 1px solid #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  -moz-box-shadow: 3px 3px 4px #444;
  -webkit-box-shadow: 3px 3px 4px #444;
  box-shadow: 3px 3px 4px #444;
}

.subnav_menu img {
  float: left;
  margin-top: 0px;
  margin-left: -5px;
}

.subnav_menu img.triangle{
  float: none;
  margin: 0;
  z-index: 501;
  position: absolute;
  margin-top: -10px;
  margin-left: 30px;
}

.subnav_menu h3 {
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  color: #054a74;
  font-size: 10pt;
  border-style: none;
}

.subnav_menu .text{
  margin-left: 30px;
  font-size: 8pt;
  color: #333;
}

.subnav_menu li{
  padding: 4px 10px;
  margin: 4px 0px;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
}

.subnav_menu li:hover{
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: #ddd;
  border-top-style: solid;
  border-top-width: 1px;
  background: #d8e5ed;
}
 
.subnav_menu a {
  color: #333;
  text-decoration: none;
  text-align: left;
}

.subnav_menu p{
  margin: 3px 0px 0px;
  color: #777;
}

.subnav_menu li.here {
  color: #FFF;
  background-color: #eee;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: c2bfb7;
  border-left-color: c2bfb7;
}



.tlink {
  font-size: 10px;
  position: relative;
  height: 83px;
  width: 500px;
  right: 0px;
  left: 421px;
  text-align: right;
}
.tlink a {
  color: #005696;
  text-decoration: none;
}
.tlink a:hover {
  text-decoration: underline;
  color: #990000;
}

.toplink {
  z-index: 2000;
  font-size: 10px;
  position: relative;
  height: 83px;
  width: 500px;
  right: 0px;
  left: 421px;
  text-align: right;
}
.toplink a {
  color: #005696;
  text-decoration: none;
}
.toplink a:hover {
  text-decoration: underline;
  color: #990000;
}

#main_btns {
  position: relative;
  height: 200px;
  margin-top: 5px;
  overflow: hidden;
}
#main_btns .btn-l {
  position: relative;
  width: 302px;
  left: 0;
}
#main_btns .btn-c {
  position: relative;
  width: 302px;
  left: 309px;
  top: -180px;
}
#main_btns .btn-r {
  position: relative;
  width: 302px;
  left: 619px;
  top: -360px;
}

.img_rt {
  padding-top: 4px;
}
.tvText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  padding-left: 25px;
  line-height: 15px;
  text-align: left;
  margin-left: 0px;
  padding-right: 25px;
}
.tvText table{
  border-collapse:collapse;
  margin: 10px 0px;
}
.tvText table, .tvText th, .tvText td {
/*   border: 1px solid black; */
}
.tvText th{
  width: 33%;
  vertical-align: top;
}
.tvTextHi {
  font-weight: bold;
  color: #1076BC;
}
.tvTextHDb {
  font-weight: normal;
  color: #e66a06;
}
.tvTextHDx {
  font-weight: normal;
  color: #990000;
}
.tvTextHDd {
  font-weight: normal;
  color: #006600;
}
.tvTextHDp {
  font-weight: normal;
  color: #609;
}
.tvprice {
  float: right;
  position: relative;
  top: 25px;
  padding: 5px;
  margin-bottom: 10px;
}
.disclaim {
  font-size: 7pt;
  color: #666666;
  text-align: left;
  padding-top: 10px;
}
.tvMusic {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #333333;
  line-height: 11px;
}
.bbBlock {
  height: auto;
  width: 607px;
  border: 1px solid #999999;
  background-color: #F1F1F1;
  background-image: url(/media/images/tv_images/tv_bbbkg.gif);
  background-repeat: repeat-x;
  background-position: top;
}
.exBlock {
  height: auto;
  width: 607px;
  border: 1px solid #999999;
  background-color: #F1F1F1;
  background-image: url(/media/images/tv_images/tv_exbkg.gif);
  background-repeat: repeat-x;
  background-position: top;
}
.daBlock {
  height: auto;
  width: 607px;
  border: 1px solid #999999;
  background-color: #F1F1F1;
  background-image: url(/media/images/tv_images/tv_dabkg.gif);
  background-repeat: repeat-x;
  background-position: top;
}
.prBlock {
  height: auto;
  width: 607px;
  border: 1px solid #999999;
  background-color: #F1F1F1;
  background-image: url(/media/images/tv_images/tv_prbkg.gif);
  background-repeat: repeat-x;
  background-position: top;
}
.spBlock {
  height: auto;
  width: 607px;
  border: 1px solid #999999;
  background-color: #F1F1F1;
  background-image: url(/media/images/tv_images/tv_spbkg.gif);
  background-repeat: repeat-x;
  background-position: top;
}
.btext a {
  color: #0E3A81;
  text-decoration: none;
}

#main_body {
  min-height: 320px;
  background-color: #eeedeb;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #DDD;
  border-left-color: #DDD;
}

#content .main
{
  position: relative;
  margin:0;
  padding-top: 0px;
    padding-bottom: 10px;
  border:0;
  float: left;
  overflow: hidden;
  width: 609px;
  left: 0px;
}

#content .sidebar
{
  position: relative;
  margin:0;
  padding-left: 5px;
  padding-top: 0px;
  border:0;
  float: left;
  overflow: hidden;
  width: 306px;
}

.main .support_main {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  float: left;
//  overflow:hidden;
  width: 609px;
  /*background-image: url(/media/images/grfx/support_main_bkg.jpg);*/
  background-repeat: no-repeat;
  height: 213px;
}
.main .support_chat {
  position: relative;
  margin: 0;
  float: left;
//  overflow:hidden;
  width: 248px;
  padding-bottom: 10px;
}
.news_headline {
  font-size: 18px;
  color:#600;
  margin-bottom: -5px;
  width: 100%;
  font-weight: bold;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
.news_body {
  margin-right: 20px;
  color:#333
}
.news_hilite {
  margin-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #036;
}

dd a, dt a:visited {
  color: #039;
  text-decoration: none;
}

dd a:hover {
  text-decoration: underline;
}
.submain_full {
  font-size: 10px;
  float: left;
  width: 605px;
  border: 1px solid #bebbb4;
  position: relative;
  top: 4px;
  background-color: #f6f6f6;
  margin-right: 3px;
  margin-bottom: 10px;
}
.submain_left {
  font-size: 10px;
  float: left;
  width: 300px;
  border: 1px solid #bebbb4;
  position: relative;
  top: 4px;
  background-color: #f6f6f6;
  margin-right: 3px;
}
.submain_right {
  font-size: 10px;
  float: left;
  width: 300px;
  border: 1px solid #bebbb4;
  position: relative;
  top: 4px;
  background-color: #f6f6f6;
  margin-bottom: 1px;
}
.submain_txt {
  margin-right: 15px;
  margin-left: 15px;
}

.submain_txt a, .submain_txt a:visited {
  color:#06C;
  text-decoration: none;
  word-spacing: -1px;
}
.submain_txt a:hover {
  color: #F60;
  word-spacing: -1px;
}
.subvoice_left {
  font-size: 10px;
  float: left;
  width: 198px;
  border: 1px solid #bebbb4;
  position: relative;
  top: 4px;
  background-color: #f6f6f6;
  margin-right: 4px;
  margin-bottom: 1px;
}
.subvoice_center {
  font-size: 10px;
  float: left;
  width: 198px;
  border: 1px solid #bebbb4;
  position: relative;
  top: 4px;
  background-color: #f6f6f6;
  margin-right: 4px;
  margin-bottom: 10px;
}
.subvoice_right2col {
  font-size: 10px;
  float: left;
  width: 400px;
  border: 1px solid #bebbb4;
  position: relative;
  top: 4px;
  background-color: #f6f6f6;
  margin-right: 0px;
  margin-bottom: 10px;
}
.subvoice_right {
  font-size: 10px;
  float: left;
  width: 198px;
  border: 1px solid #bebbb4;
  position: relative;
  top: 4px;
  background-color: #f6f6f6;
  margin-bottom: 1px;
}
#sidenav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 303px;
  position: relative;
//  top: 2px;
//  right: 10px;
  border-top-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #bbbbbb;
  border-right-color: #bbbbbb;
  border-bottom-color: #bbbbbb;
  border-left-color: #bbbbbb;
  background-color: #E0E1DF;
  color: #666;
}
#sidenav li {
  margin: 0;
  padding: 0;
  width: 100%;
}

#sidenav a {
  display: block; /* to increase clickable area as a's default to inline */
  color: #666;
  text-decoration: none;
  padding: 0 15px;
  line-height: 2;
  border-bottom:1px solid #FFF;
}

#sidenav #sidenav_slast a {
  border-bottom: none;
}

#sidenav a:hover {
  background-color: #999;
  color:#fff;
}

/** Call Feature Buttons **/
#featnav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 198px;
  position: relative;
  top: 0px;
  left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #bbbbbb;
  border-right-color: #bbbbbb;
  border-bottom-color: #bbbbbb;
  border-left-color: #bbbbbb;
  background-color: #E0E1DF;
  color: #666;
  float: left;
}
#featnav li {
  margin: 0;
  padding: 0;
    float: left;
  width: 100%;
}

#featnav a {
  display: block; /* to increase clickable area as a's default to inline */
  color: #666;
  text-decoration: none;
  padding: 0 10px;
  line-height: 2;
  border-bottom:1px solid #FFF;
}

#featnav #featnav_slast a {
  border-bottom: none;
}

#featnav a:hover {
  background-color: #777;
  color:#fff;
}
#featnav li.here a{
  background-color: #6693b2;
  color:#fff;
}

.callfeatprice, .callfeatpricenew {
  cursor: pointer;
  float: right;
  background-color: #ddd;
  margin: 0px;
  margin-left: 5px;
  padding: 5px;
  border: 1px solid #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  z-index: 1000;
  position: absolute;
  top: 4px;
  right: 5px;
}
.callfeatpricenew {
  cursor: text;

  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
}

.callfeatpriceclose {
  cursor: pointer;
  color: #fff;
  float: right;
  background-color: #999;
  margin: 0px;
  padding: 1px;
  border: 1px solid #999;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

  z-index: 1000;
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 7pt;
}

/** grayed-out overlay **/
#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /*background: url('../img/overlay.png') repeat 0 0;*/
    display: none;
    text-align: center;
}

#overlay-panel {
  margin: 10% auto 0 auto;
  width: 450px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #fff;
  outline-offset: 2px;
  outline: 1px solid #aaaaaa;
}

/** ie6 and below only **/
* html #overlay {
    /*background-image: url('../img/overlay-ie6.png');*/
    height: 100%;
    position: absolute;
}

.calc {
//  float: right;
  height: 250px;
  width: 262px;
  border: 1px solid #BBBBB9;
}

.l-content {
  width: 342px;
//  float: left;
  position: relative;
  left: 0px;
  top: 0px;
}

.submain_txt h4 {
  font-size: 12px;
  color:#135798;
  margin-bottom: -5px;
}

.submain_txt ul li {
    list-style-type: none;
    margin-left: -40px;
/*    line-height: 10px; */
    background-color: #eeedeb;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px
  }

  .submain_txt select {
      width: 150px;
}

.price {
  color: #951c10;
  float: left;
}

.currency {
  font-size: 8pt;
  position: relative;
  top: -8px;
}

.dollar {
  font-size: 18pt;
  font-weight: bold;
}

.cents {
  font-size: 8pt;
  position: relative;
  top: -10px;
  left: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: 951c10;
}

.month {
  font-size: 8pt;
  position: relative;
  left: -12px;
  top: 0px;
}
.intro {
  font-size: 8pt;
  position: relative;
}

.callfeat_txt {
  padding-right: 60px;
}

#tv_columns {
  width: 611px;
  height: 300px;
/*   background-color: #efefee; */
}

.tv_cola {
  margin-left: 0px;
  margin-bottom: 2px;
  margin-right: 2px;
  margin-top: 2px;
  border-color: #bebbb4;
  border-style: solid;
  border-width: 1px;
  background-color: #f0f0f0;
  width: 148px;
  float: left;
}

.tv_coltxt {
  color: #555;
  font-size: 10px;
  padding:5px;
}

.tv_coltxt .hilite {
  font-weight: bold;
  color: #02497e;
}

.img_caption {
  margin: 10px 10px 10px 0px;
  padding: 5px;
  line-height: 2px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.img_caption p {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  font: 7pt Verdana, sans-serif;
  color: #666;
}

.img_caption img {
  margin: 0;
  padding: 0;
  display: block;
}

#map_canvas{
  width: 800px;
  height: 500px;
  float:left;
}

#map_controls{
  width: 100px;
  height: 490px;
  float:left;
  margin-left:11px;
  /*border: 1px solid #333333;*/
  padding: 4px;
  background: #ffffff;
}

#map_controls ul{
  padding-left: 0px;
  list-style-type: none;
  margin-top: 20px;
}

#map_controls li{
  padding-bottom: 10px;
}


.map_legend_orangered, .map_legend_yellowgreen{
  margin-top: 5px;
}
 
.map_legend_orangered{
  border: 1px solid #00ff00;
  background:#00ff00;
  background: rgba(0, 255, 0, .13);
}

.map_legend_yellowgreen{
  border: 1px solid #ee8800;
  background:#ee8800;
  background: rgba(238, 136, 0, .13);
}

#auto_suggest_options{
  display: none;
}


.ui-menu-item{
  list-style: none;
}

.ui-menu{
  width: 200px;
}

#contact li{
    list-style-type: none;
    padding: 4px;
}

#contact li label{
    float: left;
    text-align: right;
    width:100px;
}






/* Submenu List */
#rate_change {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 921px;
  height: 24px;
  float: left;
  font-size: 10px;
  margin-top: 30px;
  padding-bottom:2px;
}

#rate_change li {
  margin: 0;
  padding: 0;
  float: left;

  color: #FFF;
  background-color: #eeedeb;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;

  border-bottom-color: #c9c7c3;
}
 
#rate_change a {
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
  text-decoration: none;
  line-height: 25px;
  text-align: left;
}

#rate_change a:hover {
  color: #06F;
}

#rate_change li.here {
  color: #FFF;
  background-color: #c9c7c3;
}

#rate_notice {
  color: #333;
}

#rate_notice_text{
  float:left;
  border: 1px solid #c9c7c3;
  background-color: #fff;
  font-size: 8pt;
}
#rate_notice_text p {
  padding: 10px;
/*   background-color: #fff; */
}

.rate_notice_no_tabs{
  background: white;
  border: 1px solid #c9c7c3;
  padding: 5px;
}

.rate_notice_no_tabs h2{
  text-align: center;
}

.rate_notice_no_tabs table{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.rate_notice_no_tabs td, .rate_notice_no_tabs th{
  padding: 5px;
}

#isearch{
  float:right;
/*   background: #eeedeb; */
/*   padding-left: 10px; */
  width: 300px;
  padding-top: 10px;
}

#isearch h2 {
  display: inline-block;
  
}

.stitle {
  font-weight: bold;
  color: #578cb2;
  font-size: 9pt;
}

#search{
  float:left;
  background: #eeedeb;
  padding-left: 10px;
  width: 600px;
}

#search h2, #search form{
  display: inline-block;
}

#search ul{
  list-style-type: none;
  padding-left: 0px;
}

#search li{
  padding-bottom: 20px;
}

#search p{
  margin: 4px 0px;
}

.calc_list{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: none;
}

.calc_list_item{
  /*border: 1px solid black;*/
}

.calc_list_item_hidden, .calc_result_item_hidden, .calc_best_title_hidden{
  display: none;
}


.calc_field_title, .calc_field_title_total{
  font-size: 11px;
  display: inline-block;
  text-align: right;
  width: 160px;
}

.calc_field_title_total{
  background: #c6beb6;
}

.calc_field_a_right, .calc_field_a_left{
  width: 50px;
  border: none;
  height: 14px;
  margin: 1px 0px;
  padding: 0px;
}

.calc_field_a_right{
  text-align: right;
  
}

.calc_field_a_left{
  text-align: left;
  
}

.calc_list_title{
  width: 262px;
  display: inline-block;
  text-align: center;
  background: #9e9690;
  color: white;
}

.calc_best_title{
  width: 262px;
  margin: 12px 0px 8px;
  text-align: center;
  background: #003582;
  color: white;
  padding: 3px 0px;
}

.calc_best_image{
  float: left;
  display: none;
}

.calc_best_result{
  width: 172px;
  height: 80px;
  float: left;
}

.calc_result_item{
}

.calc_result_title{
  display: inline-block;
  width: 160px;
  text-align:right;
}

.calc_result_value{
  
}

.calc_small_space{
  display: inline-block;
  width: 15px;
  text-align: right;
}

.calc_best_plan_name, .calc_best_plan_month, .calc_best_plan_minute {
  text-align: center;
  display: none;
}

.calc_best_plan_name, .calc_best_plan_month{
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}

.calc_best_plan_month{
  
}

.calc_best_plan_minute{
}

/* Miscellaneous button links */
.button_outer {
border-color: #3c516b;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
/*  padding: 5px; */
  border: 1px groove #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 116px;
  text-align: center;
  
}
.button {
  border-color: #3c516b;
  border-width: 1px;
  border-style: solid;
  background-color: #dcdcdc;
  margin: 2px;
/*   margin-left: 5px; */
  padding: 5px;
  border: 1px groove #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100px;
  text-align: center;
}

.button:hover {
  background-color: #bbb;
  color: white;
}

.submaintext_left {
  font-size: 10px;
  float: left;
  width: 200px;
/*   border: 1px solid #bebbb4; */
  position: relative;
  top: 4px;
/*   background-color: #f6f6f6; */
  margin-right: 3px;
}
.submaintext_right {
  font-size: 10px;
  float: left;
  width: 200px;
/*   border: 1px solid #bebbb4; */
  position: relative;
  top: 4px;
/*   background-color: #f6f6f6; */
  margin-bottom: 1px;
}

.bulleted li {
    list-style-type: circle;
    margin-left: 5px;
/*    line-height: 10px; */
/*    background-color: #eeedeb; */
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px
  }
  
/* button ---------------------------------------------- */
.shopbutton {
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em; 
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.shopbutton:hover {
  text-decoration: none;
}
.shopbutton:active {
  position: relative;
  top: 1px;
}

.bigrounded {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.medium {
  font-size: 12px;
  padding: .4em 1.5em .42em;
}
.small {
  font-size: 11px;
  padding: .2em 1em .275em;
}
/* blue */
.blue {
  color: white;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top,  #00adee,  #0078a5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
  background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top,  #0095cc,  #00678e);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
  color: #80bed6;
  background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
  background: -moz-linear-gradient(top,  #0078a5,  #00adee);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* white */
.white {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ababab));
  background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background: -moz-linear-gradient(top,  #ededed,  #fff);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}



#channel_accordion ul{
  list-style-type: none;
  padding-left: 10px;
  width: 180px;
  float: left;
}

#channel_accordion h3{
  margin-top: 5px;
  margin-bottom: 5px;
}

#channel_accordion h3 a{
  width:350px;
  display:inline-block;
}

#channel_accordion ul li p{
  font-weight: bold;
  margin-bottom: 0px;
}

/* 1 Column Header */
h1.column_head {
  font-family: 'Open Sans', sans-serif;
  margin-left: 0px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: white;
  text-shadow: rgba(0,0,0,.9) 1px 1px 4px;
  padding-top: 7px;
}

/* 2 Column Header */
h2.column_head {
  font-family: 'Open Sans', sans-serif;
  margin-left: 0px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: white;
  text-shadow: rgba(0,0,0,.9) 1px 1px 4px;
  padding-top: 7px;
}

/* 3 Column Header */
h3.column_head {
  font-family: 'Open Sans', sans-serif;
  margin-left: 0px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: white;
  text-shadow: rgba(0,0,0,.9) 1px 1px 4px;
  padding-top: 7px;
}

.bkg_orange {
  height: 42px;
/*  margin-top: -14px; */
  margin-bottom: 10px;
  background-image: url(/media/images/grfx/orange_head_bkg.gif);
  background-repeat: repeat-x;
}
.bkg_aqua {
  height: 42px;
/*  margin-top: -14px; */
  margin-bottom: 10px;
  background-image: url(/media/images/grfx/aqua_head_bkg.gif);
  background-repeat: repeat-x;
  background-color: transparent;
}
.bkg_azul {
  height: 42px;
/*  margin-top: -14px; */
  margin-bottom: 10px;
  background-image: url(/media/images/grfx/blue_head_bkg.gif);
  background-repeat: repeat-x;
/*  background-color: transparent; */
}

.bkg_rojo {
  height: 42px;
/*  margin-top: -14px; */
  margin-bottom: 10px;
  background-image: url(/media/images/grfx/red_head_bkg.gif);
  background-repeat: repeat-x;
/*  background-color: transparent; */
}

.bkg_blue {
  background-image: url(/media/images/hav/blue_head_bkg.gif);
  background-repeat: repeat-x;
}
.bkg_green {
  background-image: url(/media/images/hav/green_head_bkg.gif);
  background-repeat: repeat-x;
}

.main_footer {
  display: block;
  width: 399px;
/*  min-width: 350px; */
  
}

.ch_list{
  list-style-type: none;
  display: inline-block;
  padding-left: 20px;
  margin-left: 0px;
  width: 370px;
}

.ch_desc{
  display: inline-block;
  width:280px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.ch_num{
  background-color: #e6e6e6;
  display: inline-block;
  width:80px;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

