/* FONT FACE */

/* GENERAL PAGE SETUP */
*{ font-family:"微软雅黑", "黑体"}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 996px;
  background:url(/images/img/greyBlueStrip.jpg) repeat-x scroll top left #626262;
  _width: 996px;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  _behavior: url("/images/img/csshover.htc");
}
div.clear {
  position: relative;
  clear: both;
}
span.block {display: block;}

a, .link input{
  text-decoration: none;
  color: #1883c7;
}
a:visited {
  color: #1574b0;
}
a:hover, .link input:hover{
  color: #1c9bec;
}
.link input {
  background: none;
  outline: none;
  border: none;
  font-size: inherit;
  cursor: pointer;
}

#mainBody {
  background-color: #fff;
  float: left;
  margin: 0;
  padding: 0 0 48px 0;
  width: 100%;
}

#content {
  padding-top: 16px;
  zoom: 1;
}

.gnBodyWrapper {
  width: 100%;
  background: #fff;
  position: relative;
  float: left;
  margin: 0;
  padding: 40px 0;
}
.gnBodyContent {
  width: 950px;
  margin: 0 auto;
}

#trackEloqua {
  display: block;
  height: 0;
  overflow: hidden;
}

#tracking {
  display: block;
  height: 0;
  overflow: hidden;
}

/* COMMON ELEMENT STYLES */
/* buttons, lists, etc. */

a.gnCta {
  font-family: 'Museo Slab', Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 #333;
  text-align: center;
  display: inline-block;
  *display: inline;
  padding: 10px 0px;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 2px #444;
  -webkit-box-shadow: 0 2px 2px #444;
  box-shadow: 0 2px 2px #444;
  border: 1px solid;
  -webkit-transition: background-position 0.5s ease-in;
  -moz-transition: background-position 0.5s ease-in;
  -o-transition: background-position 0.5s ease-in;
  transition: background-position 0.5s ease-in;
  line-height: 2.2em;
  zoom: 1;
}
a.gnCta:hover {
  -moz-box-shadow: 0 1px 2px #444;
  -webkit-box-shadow: 0 1px 2px #444;
  box-shadow: 0 1px 2px #444;
  background-position: left top !important;
}
a.gnCta span {
  font-size: 25px;
  padding: 0 17px 5px;
  border-bottom: 1px solid;
  display: block;
}
a.gnCta em {
  font-style: italic;
  display: block;
  font-size: 16px;
  padding: 5px 17px 0;
  border-top: 1px solid;
}
a.gnCta.red {
  background:url(/images/img/bgButtonRed.png) left bottom repeat-x scroll transparent;
  border-color: #a53131;
}
a.gnCta.red span {
  border-color: #c83a33;
}
a.gnCta.red em {
  border-color: #a9312d;
}
a.gnCta.blue {
  background:url(/images/img/bgButtonRed.png) left bottom repeat-x scroll transparent;
  border-color: #037fb2;
}
a.gnCta.blue span {
  border-color: #1d9fbf;
}
a.gnCta.blue em {
  border-color: #2385a5;
}
a.gnCta.darkblue {
  background:url(/images/img/bgButtonDkBlue.png) left bottom repeat-x scroll transparent;
  border-color: #001f65;
}
a.gnCta.darkblue span {
  border-color: #00226d;
}
a.gnCta.darkblue em {
  border-color: #01267a;
}

a.gnCta.green {
  background:url(/images/img/bgButtonGreen.png) repeat-x scroll left bottom transparent;
  border-color: #21b24b;
}
a.gnCta.green span {
  border-color: #52D64F;
}
a.gnCta.green em {
  border-color: #097207;
}

a.gnCta.orange {
  background:url(/images/img/bgButtonOrange.png) repeat-x scroll left bottom transparent;
  border-color: #d65f06;
}
a.gnCta.orange span {
  border-color: #ed7501;
}
a.gnCta.orange em {
  border-color: #d96b01;
}

a.gnCta span.discountBadge {
  background:url(/images/img/50percentoff.png) no-repeat 0 0 transparent;
  position: absolute;
  height: 81px;
  width: 81px;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  right: -30px;
  top: 50px;
  border: none;
}
a.gnCta.singleRow {
  padding: 15px 0;
}
a.gnCta.singleRow span {
  padding-bottom: 0;
  border: none;
  font-size: 21px;
}
a.gnCta-2 {
  background: #6ba707 url(/images/img/gnCta-2.png) repeat-x 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 46px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 46px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #6ba707;
   -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5); 
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5); 
        box-shadow: 0px 2px 2px rgba(0,0,0,0.5); 
   -moz-transition: all 0.2s ease-out;  
     -o-transition: all 0.2s ease-out;  
-webkit-transition: all 0.2s ease-out;  
    -ms-transition: all 0.2s ease-out;  
        transition: all 0.2s ease-out;  
}
a.gnCta-2 span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #aed259;
  border-left: 1px solid #aed259;
  display: block;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  padding: 0 20px;
}
a.gnCta-2:hover {
  background-position: 0 bottom;
  color: #fff;
  text-decoration: none;
}

ul.inline-list {
  font-size: 0;
  white-space: nowrap;
}

ul.inline-list li {
  white-space: normal;
}
.buttonBig {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 7px 25px;
  display: inline-block;
  line-height: normal;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 2px 1px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);
  -o-box-shadow: 0 2px 1px rgba(0,0,0,.1);
  box-shadow: 0 2px 1px rgba(0,0,0,.1);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.buttonSmall {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
  min-width: 52px;
  text-align: center;
  padding: 6px 15px;
  line-height: normal;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 2px 1px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);
  -o-box-shadow: 0 2px 1px rgba(0,0,0,.1);
  box-shadow: 0 2px 1px rgba(0,0,0,.1);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.buttonBlue {
  color: #FFFFFF !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  background: #2e8bb0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.38, rgb(46,139,176)),
    color-stop(0.69, rgb(20,144,185))
);
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(46,139,176) 38%,
    rgb(20,144,185) 69%
);
}
.buttonBlue:hover {
  background: #287a9a;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.buttonGreen {
  color: #FFFFFF !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  background: #30ab2c;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.38, rgb(48,171,44)),
    color-stop(0.69, rgb(109,186,70))
);
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(48,171,44) 38%,
    rgb(109,186,70) 69%
);
}
.buttonGreen:hover {
  background: #2a9626;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.buttonRed {
  color: #FFFFFF !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  background: #30ab2c;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.21, rgb(161,16,16)),
    color-stop(0.61, rgb(232,49,28))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(161,16,16) 21%,
    rgb(232,49,28) 61%
);
}
.buttonRed:hover {
  background: #a11010;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.buttonSmall:hover, .buttonBig:hover {
  text-decoration: none !important;
}

.btnShiny {
  display: inline-block;
  zoom:1;
  *display: inline;
  background: #b03531 url(/images/img/btnGlossBg.png) repeat-x 0 0;
  padding: 17px 20px 13px;
  font-size: 24px;
  line-height: 1.3;
  font-family: 'Museo Slab', Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 #333;
  text-align: center;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 2px #444;
  -webkit-box-shadow: 0 2px 2px #444;
  box-shadow: 0 2px 2px #444;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.btnShiny.small {
  font-size: 18px;
  padding: 10px 15px 8px;
  background-position: 0 -14px;
}
.btnShiny:hover {
  background-color: #9e302c;
}
/* HEADER STYLES */

#gnHeader {
  width: 950px;
  margin: 0 auto;
  position: relative;
  height: 90px;
  z-index: 100;
}
#gnHeader #gnLogo {
  position: absolute;
  left: 78px;
  top: 45px;
  background:url(/images/img/logo.png) no-repeat 0 0;
  display: block;
  width: 245px;
  height: 63px;
  text-indent: -9999px;
}
#gnHeader #gnLogin {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
#gnHeader #gnLogin #gnLoggedIn {
  position: relative;
}
#gnHeader #gnLogin #gnLoggedIn p {
  display: inline;
  color: #e5f6ff;
  font-size: 12px;
}
#gnHeader #gnLogin #gnLoggedIn #gnUserName {
  font-weight: bold;
  color: #fff;
}
#gnHeader #gnLogin #gnLoggedIn ul {
  display: inline;
  padding-left: 20px;
}
#gnHeader #gnLogin #gnLoggedIn ul li {
  list-style-type: none;
  display: inline;
  padding: 0 10px;
  position: relative;
  border-right: 1px solid #a6b8ca;
}
#gnHeader #gnLogin #gnLoggedIn ul li:last-child {
  padding: 0 0 0 10px;
  border: none;
}
#gnHeader #gnLogin #gnLoggedIn ul li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
#gnHeader #gnLogin #gnLoggedIn ul li a:hover {
  text-decoration: underline;
}
#gnHeader #gnLogin #gnLoggedIn li#cpHome div#cpList {
  background: url(/images/img/dropdownArrow.png) transparent no-repeat 50% 3px;
  color: #fff;
  display: none;
  font-family: 'Museo Sans 500', Helvetica, Arial, sans-serif;
  left: 0;
  line-height: 0;
  margin: 0;
  position: absolute;
  padding: 13px 0 10px;
  top: 100%;
}
#gnHeader #gnLogin #gnLoggedIn li#cpHome div#cpList div {
  background-color: #353f47;
  margin: 0;
  padding: 0;
  position: relative;
}
#gnHeader #gnLogin #gnLoggedIn li#cpHome div#cpList div:first-child {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#gnHeader #gnLogin #gnLoggedIn li#cpHome div#cpList div:last-child {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding-bottom: 10px;
}
#gnHeader #gnLogin #gnLoggedIn li#cpHome div#cpList div h4 {
  border-bottom: 2px solid #424c53;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin: 0;
  padding: 13px;
}
#gnHeader #gnLogin #gnLoggedIn li#cpHome div#cpList div ul {
  display: block;
  list-style: none;
  line-height: 0;
  margin: 0;
  padding: 0;
}
#gnHeader #gnLogin #gnLoggedIn li#cpHome div#cpList div ul li {
  display: block;
  font-size: 11px;
  border-right: none;
  margin: 0;
  position: relative;
  padding: 0;
}
#gnHeader #gnLogin #gnLoggedIn li#cpHome div#cpList div ul li a {
  display: block;
  float: none;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  padding: 5px 13px 5px 23px;
  position: relative;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
}
#gnHeader #gnLogin #gnLoggedIn li#cpHome:hover div#cpList {
  display: block;
}
#gnHeader #gnLogin #gnLoggedOut {
  position: relative;
}
#gnHeader #gnLogin #gnLoggedOut p {
  display: inline;
  color: #e5f6ff;
  font-style: italic;
  font-size: 12px;
}
#gnHeader #gnLogin #gnLoggedOut a.dropdown {
  padding: 4px 11px 3px;
  background: #f7d03f;
  border: 1px solid #e4a834;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 10px;
  color: #5c3e0a;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
  text-transform: uppercase;
  position: relative;
}

#gnHeader #gnLogin #gnLoggedOut a.dropdown:hover { background: #f2c939; }
#gnHeader #gnLogin #gnLoggedOut a.dropdown.dropdown-active {
  background-color: #f2c939 !important;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#gnLogin #gnLoggedOut a.dropdown.dropdown-active span {  }
#gnLogin #gnLoggedOut .dropdown-menu  { 
  background: #f2c939;
  padding: 15px 12px;
  position: absolute;
  top: 16px;
  right: 0;
  display: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 2px 1px #666;
  -webkit-box-shadow: 0 2px 1px #666;
  box-shadow: 0 2px 1px #666;
}

* html .dropdown-menu { top: 28px; }
*+ html .dropdown-menu { top: 28px; }
      
#gnLogin #gnLoggedOut .dropdown-menu form {
  background: #fff;
  padding: 10px 15px 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e4a834;
}
#gnLogin #gnLoggedOut .dropdown-menu form label {
  font-family: 'Museo Slab', Georgia, serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5em;
  display: block;
}
#gnLogin #gnLoggedOut .dropdown-menu form input#auth-login,
#gnLogin #gnLoggedOut .dropdown-menu form input#auth-pw {
  width: 160px;
  border: 2px solid #cdcdcd;
  color: #666;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 5px;
  margin-bottom: 10px;
  font-size: 13px;
}
#gnLogin #gnLoggedOut .dropdown-menu form input#auth-sub {
  background: #219bbb;
  color: #fff;
  text-shadow: 0 1px 0 #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0a79a7;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 9px;
  -moz-box-shadow: 0 1px 1px #cdcdcd;
  -webkit-box-shadow: 0 1px 1px #cdcdcd;
  box-shadow: 0 1px 1px #cdcdcd;
  cursor: pointer;
  margin: 5px 5px 5px 0;
  width: 0;  /* a fix for IE6/7 button sizing issues */
  overflow: visible;
}
#gnLogin #gnLoggedOut .dropdown-menu form input#auth-sub[type=submit] {
  width: auto;
}
#gnLogin #gnLoggedOut .dropdown-menu form a,
#gnLogin #gnLoggedOut .dropdown-menu form a:visited {
  font-size: 11px;
  text-decoration: none;
  color: #2277BB;
  white-space: nowrap;
}
#gnLogin #gnLoggedOut .dropdown-menu form a:hover {
  text-decoration: underline;
}

#gnHeader #gnNav {
  position: absolute;
  bottom: 4px;
  right: -13px;
  height: 40px;
  width: auto;
  margin: 0;
  padding: 0;
}
#gnHeader #gnNav li {
  display: block;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#gnHeader #gnNav li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: 'Museo Sans 500', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 30px;
  padding: 0 12px;
  text-shadow: 0 1px 0 #333;
  text-transform: uppercase;
  letter-spacing: .03em;
  float: left;
}
#gnHeader #gnNav li a:hover,.current_a{
  color: #e5f6ff;
  text-shadow: none;
  background:#900;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height:30px;
}
#gnHeader #gnNav li.signup {
  padding: 0 14px 0 10px;
}
#gnHeader #gnNav li.signup a {
  background: #FDD026 url(/images/img/yellowArrow.png) repeat-x -150px 0;
  height: 26px;
  line-height: 28px;
  font-family: 'Museo Slab', Georgia, serif;
  border: 2px solid #E29203;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  top: 4px;
  -webkit-transition: background-position 0.3s ease-in;
  -moz-transition: background-position 0.3s ease-in;
  -o-transition: background-position 0.3s ease-in;
  transition: background-position 0.3s ease-in;
  color: #333;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3); 
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3); 
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  padding: 0 17px;
  font-weight:500
}
#gnHeader #gnNav li.signup a:hover {
  background:#E29203;
}
#gnHeader ul#gnNav ul {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  background:url(/images/img/dropdownArrow.png) transparent no-repeat 50% 0;
}
#gnHeader ul#gnNav ul li,
#gnHeader #gnLogin #gnLoggedIn li#cpHome div#cpList ul li {
  float: none;
  display: block;
  height: auto;
  background: #353f47;
  border-bottom: 1px dashed #424c53;
  line-height: normal;
  margin: 0;
}
#gnHeader ul#gnNav ul li:first-child {
  padding-top: 5px;
}
#gnHeader ul#gnNav ul li:last-child {
  border: none;
  padding-bottom: 10px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#gnHeader ul#gnNav ul li a {
  float: none;
  display: block;
  font-size: 13px;
  text-transform: none;
  padding: 9px 17px;
  margin: 0;
  text-align: left;
  letter-spacing: normal;
  line-height: normal;
  white-space: nowrap;
}
#gnHeader ul#gnNav li:hover ul,
#gnHeader ul#gnNav li:focus ul {
  display: block;
}
#gnHeader #gnSearch {
  position: absolute;
  right: 0px;
  margin-top: 10px;
  width: 150px;
  background:url(/images/img/searchBox.png) no-repeat scroll 0 0 transparent;
}
#gnHeader #gnSearch input#search-phrase,
#gnHeader #gnSearch input#search-phrase:focus {
  background-color: transparent;
  border: none;
  height: 14px;
  font-size: 11px;
  line-height: 14px;
  width: 105px;
  margin: 0 0 0 10px;
  padding: 10px 0;
  outline: none;
  position: relative;
}
#gnHeader #gnSearch input#search-go {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 0;
  min-width: 35px;
  padding: 34px 0 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  text-indent: -999em;
  overflow: hidden;
  font-size: 0;
  display: block;
  line-height: 14px;
}

/* FOOTER STYLES */

#gnFooter {
  clear: both;
  background:url(/images/img/footerBg.jpg) repeat scroll 0 0 #F3F3F3;
  width: 100%;
  border-top: 1px solid #333;
  color: #fff;
}
#gnFooter p, #gnFooter li {
  color: #fff;
}
#gnFooter #footerContent {
  margin: 0 auto;
  padding: 20px 0 0;
  width: 830px;
}
#gnFooter #footerContent .footerCol {
  width: 165px;
  float: left;
  margin-right: 55px;
  text-shadow: 0 1px 0 #fff;
}
#gnFooter #footerContent .footerCol.last {
  margin-right: 0;
}
#gnFooter #footerContent .footerCol h3 {
  color: #333;
  font-size: 14px;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #B1A8A8;
}
#gnFooter #footerContent .footerCol ul {
  margin: 0;
  padding: 3px 0 0;
  border-top: 1px solid #fff;
}
#gnFooter #footerContent .footerCol ul li {
  line-height: 14px;
  list-style-type: none;
  margin: 0;
  padding: 4px 0;
}
#gnFooter #footerContent .footerCol ul li a {
  text-decoration: none;
  color: #333;
  font-size: 13px;
}
#gnFooter #footerContent .footerCol ul li a:hover {
  color: #000;
}
#gnFooter #footerContent .gnCopyright {
  font-size: 11px;
  text-align: left;
  line-height: 1.8em;
  margin: 0;
  padding: 15px 0 25px;
  clear: both;
}
#gnFooter #footerContent .gnCopyright .socialIcons {
  float: right;
  list-style: none;
  margin: 0;
  position: relative;
  *top: -45px;
}
#gnFooter #footerContent .gnCopyright .socialIcons li{
  float: left;
  margin-right: 8px;
}
#gnFooter #footerContent .gnCopyright .socialIcons li a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
#gnFooter #footerContent .gnCopyright .socialIcons li.facebook a {
  background: url(/images/img/facebook20.png) no-repeat 0 0;
}
#gnFooter #footerContent .gnCopyright .socialIcons li.twitter a {
  background: url(/images/img/twitter20.png) no-repeat 0 0;
}
#gnFooter #footerContent .gnCopyright .socialIcons li.youtube a {
  background: url(/images/img/youtube20.png) no-repeat 0 0;
}
#gnFooter #footerContent .gnCopyright .socialIcons li.linkedin {margin-right: 0;}
#gnFooter #footerContent .gnCopyright .socialIcons li.linkedin a {
  background: url(/images/img/weibo20.png) no-repeat 0 0;
}
#gnFooter #bottomCta {
  width: 100%;
  background:url(/images/img/footerBg_1.jpg) 0 0 repeat-x scroll;
  padding: 14px 0 10px;
  text-align: center;
  -moz-box-shadow: 0 2px 0px #333;
  -webkit-box-shadow: 0 2px 0px #333;
  box-shadow: 0 2px 0px #333;
  zoom: 1;
}
#gnFooter #bottomCta p {
  display: inline;
  font-family: 'Museo Sans 500', Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-right: 20px;
  text-shadow: 0 1px 0 #333;
  zoom: 1;
}
#gnFooter #bottomCta a {
  text-decoration: none;
  color: #5c3e0a;
  display: inline-block;
  *display: inline;
  font-size: 20px;
  font-family: 'Museo Slab', Georgia, serif;
  text-shadow: 0 1px 0 #fff;
  font-style: italic;
  background:url(/images/img/yellowArrow.png) 0 0 scroll no-repeat transparent;
  padding: 10px 2px 10px 35px;
  position: relative;
  min-height: 25px;
  _height: 25px;
  zoom: 1;
}
#gnFooter #bottomCta span {
  background:url(/images/img/yellowArrowEnd.png) left top scroll no-repeat transparent;
  position: absolute;
  height: 45px;
  right: -37px;
  top: 0;
  width: 37px;
}

/* INCLUDE BLOCK STYLES */
/* You should expect these styles to work in a variety of included scenarios
 * including main home page and sidebar situations (varying widths, etc.) */

#gnTestimonial {
  position: relative;
  margin: 0 0;
  background: #edf6fd;
  border: 2px solid #bbd0e1;
  padding: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  top: 0;
  left: 0;
  zoom: 1;
}
#gnTestimonialLink { display: block; height: 30px; line-height: 30px; text-align: right; outline: none; margin-bottom: 60px; }
#gnTestimonial blockquote.testimonial {
  margin: 0;
  padding: 0;
  font-family: Georgia,serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.4em;
  color: #666;
}
#gnTestimonial h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  margin: 0;
  padding: 0 0 10px;
}
#gnTestimonial blockquote.testimonial cite {
  display: block;
  padding: 10px 0 0;
  text-align: right;
  clear: both;
  font: bold 14px Helvetica, Arial, sans-serif;
}
#gnTestimonial span#triangle {
  background:url(/images/img/testimonialTriangle.png) 0 0 no-repeat transparent;
  position: absolute;
  width: 39px;
  height: 29px;
  bottom: -29px;
  left: 40px;
}
#gnNewToUsenet {
  padding: 0 0 30px;
}
#gnNewToUsenet p {
  padding: 0 0 0 80px;
  background: url(/images/img/help.png) 0 0 no-repeat transparent;
  min-height: 60px;
}
#gnNewToUsenet a {
  white-space: nowrap;
}
#gnBlogPosts h2 img {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}
#gnBlogPosts ul {
  padding: 0;
  margin: 0;
}
#gnBlogPosts ul li {
  list-style-type: none;
  font-size: 13px;
  padding: 0 0 15px;
  min-height: 25px;
  _height: 25px;
}
#gnBlogPosts ul li a {
  font-weight: normal;
}
#gnBlogPosts ul li div {
  display: inline;
  float: left;
  width: 25px;
  padding: 2px;
  text-align: center;
  position: relative;
  margin: 0 10px 5px 0;
  font-size: 10px;
  font-weight: bold;
  color: #5c3e0a;
  text-shadow: 0 1px #fff;
  background: #f3ca33;
  border: 1px solid #e9ad39;
  -moz-box-shadow: 0 1px 1px #cdcdcd;
  -webkit-box-shadow: 0 1px 1px #cdcdcd;
  box-shadow: 0 1px 1px #cdcdcd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#gnBlogPosts .viewAllPosts {
  clear: left;
  font-size: 14px;
}

#gnFollow {
  padding-bottom: 30px;
}
#gnFollow h2 {
  border-bottom: none;
  display: inline;
  line-height: 1.0em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#gnFollow ul, #gnFollow ul li {
  display: inline-block;
  *display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  zoom: 1;
}
#gnFollow a.social-link {
  background: url("/images/img/gn-social-icons.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  *display: inline;
  height: 0;
  margin-left: 10px;
  overflow: hidden;
  padding-top: 27px;
  vertical-align: middle;
  width: 27px;
  zoom: 1;
}
#gnFollow a#facebook-link {
  background-position: 0 -43px;
}

#gnPlanSelector table {
  border-spacing: 0;
  *border-collapse: collapse;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  empty-cells: show;
}
#gnPlanSelector table td, #gnPlanSelector table th {
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
}
#gnPlanSelector table th {
  padding: 5px 0 15px;
}
#gnPlanSelector table td.planLabel {
  position: relative;
  border-width: 2px 2px 0 2px;
  border-style: dashed;
  border-color: #ddd;
  height: 18px;
  top: 0;
  left: 0;
}
#gnPlanSelector table td.planLabel p {
  position: relative;
  display: inline;
  font-size: 18px;
  font-family: 'Museo Slab', Georgia, serif;
  color: #666;
  background: #fff;
  margin: 0 auto;
  padding: 0 10px;
  top: -10px;
  line-height: 18px;
}
#gnPlanSelector table th#platinum {
  width: 18%;
  background:url(/images/img/tableShadowLeft.png) right repeat-y #f0f0f0 !important;
  border-right: none !important;
}
#gnPlanSelector table td#mostPopular {
  background:url(/images/img/bgBlueTableTab.png) top left repeat-x;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  padding: 2px 0 8px;
  color: #fff;
  font-family: 'Museo Sans 500', Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-color: #2c7792;
  border-width: 1px 1px 0 1px;
  border-type: solid;
}
#gnPlanSelector table th#diamond {
  width: 25%;
  background:url(/images/img/bgBlueTableHeader.png) top left repeat-x scroll;
  border: none;
}
#gnPlanSelector table th#diamond h2 {
  color: #fff;
  text-shadow: 0 1px 0 #333;
  font-size: 28px;
}
#gnPlanSelector table th#diamond p {
  font-weight: bold;
  color: #ffe76f;
}
#gnPlanSelector table th#diamond p del {
  color: #fff;
  font-weight: normal;
}
#gnPlanSelector table th#pearl,
#gnPlanSelector table th#bronze,
#gnPlanSelector table th#silver {
  width: 17%;
}
#gnPlanSelector table th#platinum,
#gnPlanSelector table th#pearl,
#gnPlanSelector table th#bronze,
#gnPlanSelector table th#silver {
  background: #f0f0f0;
  border-bottom: 1px solid #e7e7e7;
}
#gnPlanSelector table th#platinum,
#gnPlanSelector table th#pearl {
  -moz-border-radius: 8px 0 0 0;
  -webkit-border-radius: 8px 0 0 0;
  border-radius: 8px 0 0 0;
  border: 1px solid #e7e7e7;
}
#gnPlanSelector table th#bronze {
  border-left: 1px solid #fff;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
#gnPlanSelector table th#silver {
  border-left: 1px solid #fff;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  -moz-border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  border-radius: 0 8px 0 0;
}
#gnPlanSelector table th h2 {
  font-size: 23px;
  font-family: 'Museo Slab', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0 0 3px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
}
#gnPlanSelector table th p {
  font-size: 20px;
  font-weight: normal;
  color: #666;
  margin: 0;
  padding: 0 0 10px;
  line-height: normal;
}
#gnPlanSelector table th p strike {
  color: #999;
}
#gnPlanSelector table th a, #gnPlanSelector table th a:visited {
  display: inline-block;
  *display: inline;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border: 1px solid #a53131;
  background:url(/images/img/bgButtonRed.png) bottom repeat-x transparent;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0;
  /* padding: 7px 25px; */
  padding: 7px 5px;
  line-height: 1.0em;
  text-shadow: 0 1px 0 #333;
  -moz-box-shadow: 0 1px 1px #666;
  -webkit-box-shadow: 0 1px 1px #666;
  box-shadow: 0 1px 1px #666;
  width: 110px;
  zoom: 1;
}
#gnPlanSelector table th a:hover {
  background-position: top;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#gnPlanSelector table td.diamond,
#gnPlanSelector table td.platinum,
#gnPlanSelector table td.pearl,
#gnPlanSelector table td.bronze,
#gnPlanSelector table td.silver {
  margin: 0;
  padding: 7px 0;
  line-height: 1.2em;
}
#gnPlanSelector table td.platinum,
#gnPlanSelector table td.pearl,
#gnPlanSelector table td.bronze,
#gnPlanSelector table td.silver {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e7e7e7;
  font-size: 13px;
}
#gnPlanSelector table td.platinum em,
#gnPlanSelector table td.pearl em,
#gnPlanSelector table td.bronze em,
#gnPlanSelector table td.silver em {
  font-size: 18px;
  font-weight: bold;
  color: #cdcdcd;
}
#gnPlanSelector table td.platinum,
#gnPlanSelector table td.pearl,
#gnPlanSelector table td.silver {
  background: #f8f8f8;
}
#gnPlanSelector table td.bronze {
  background: #f1f1f1;
}
#gnPlanSelector table td.platinum {
  background:url(/images/img/tableShadowLeft.png) right repeat-y #F8F8F8;
}
#gnPlanSelector table td.blankShadowRight {
  background:url(/images/img/tableShadowLeft.png) right repeat-y transparent;
}
#gnPlanSelector table td.platinum,
#gnPlanSelector table td.pearl {
  border-left: 1px solid #e7e7e7;
}
#gnPlanSelector table td.silver {
  border-right: 1px solid #e7e7e7;
}
#gnPlanSelector table td.diamond {
  background: #f0faff;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d5e6f0;
  border-left: 1px solid #d5e6f0;
  border-right: 1px solid #d5e6f0;
}
#gnPlanSelector table td.diamond.logo {
  line-height: 0;
}
#gnPlanSelector table td.gap.shadow {
  background:url(/images/img/tableShadowRight.png) left repeat-y transparent;
  width: 6%;
}
#gnPlanSelector table td.diamond.deal em {
  display: block;
  font-weight: normal;
}
#gnPlanSelector table td.topShadowLeft {
  background:url(/images/img/tableShadowTopLeft.png) bottom right no-repeat #fff;
  border: none;
}
#gnPlanSelector table td.topShadowRight {
  background:url(/images/img/tableShadowTopRight.png) bottom left no-repeat #fff;
  border: none;
}
#gnPlanSelector table tr.bottomRow {
  height: 30px;
}
#gnPlanSelector table td.bottomShadow {
  background:url(/images/img/tableShadowBottom.png) top repeat-x #fff;
  border: none;
}
#gnPlanSelector table td.bottomShadowLeft {
  background:url(/images/img/tableShadowBottomLeft.png) top right no-repeat #fff;
  border: none;
}
#gnPlanSelector table td.bottomShadowRight {
  background:url(/images/img/tableShadowBottomRight.png) top left no-repeat #fff;
  border: none;
}
#gnPlanSelector .units {
  display: block;
  white-space: nowrap;
}

/* ALL PLANS INCLUDE */

#plansInclude {
  width: 100%;
  background:url(/images/img/bgLightGreySpeckle.jpg) repeat scroll 0 0 transparent;
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 25px 0;
  position: relative;
  float: left;
}
#plansInclude #plansIncludeWrap {
  margin: 0 auto;
  position: relative;
  top: 0;
  width: 950px;
  zoom: 1;
}
#plansInclude #plansIncludeRibbon {
  left: -22.5px;
  position: absolute;
  text-align: center;
  top: -42px;
  width: 100%;
  zoom: 1;
}
#plansInclude #plansIncludeRibbon h3 {
  background:url(/images/img/ribbonYellow.png) no-repeat scroll left top transparent;
  color: #5c3e0a;
  display: inline-block;
  *display: inline;
  font-family: 'Museo Slab', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 13px 0 7px 44px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  z-index: 5;
  zoom: 1;
}
#plansInclude #plansIncludeRibbon span {
  background:url(/images/img/ribbonYellowEnd.png) no-repeat scroll left top transparent;
  height: 40px;
  position: absolute;
  right: -45px;
  top: 0;
  width: 45px;
}
#plansInclude #plansIncludeWrap #plansIncludeItems {
  padding: 20px 0 0;
}
#plansInclude .plansIncludeCol {
  border-right: 1px dashed #d8d8d8;
  float: left;
  margin: 0 8px 0 0;
  padding: 70px 8px 0 0px;
  width: 175px;
  min-height: 65px;
  text-align: center;
  line-height: 1.4em;
}
#plansInclude .plansIncludeCol h4 {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px;
}
#plansInclude .plansIncludeCol p {
  color: #666;
  font-size: 12px;
  margin: 0;
  padding: 0 0;
}
#plansInclude #completion.plansIncludeCol p {
  padding: 0 5px;
}
#plansInclude #freeTrial {
  background:url(/images/img/freeTrial60.png) top center no-repeat transparent;
}
#plansInclude #gnAccelerator {
  background:url(/images/img/gnAccelerator60.png) top center no-repeat transparent;
}
#plansInclude #speed {
  background:url(/images/img/speedGauge60.png) top center no-repeat transparent;
}
#plansInclude #support {
  background:url(/images/img/support60.png) top center no-repeat transparent;
}
#plansInclude #completion {
  background:url(/images/img/trophy60.png) top center no-repeat transparent;
  margin-right: 0;
  padding-right: 0;
  border: none;
}

/* LOCK IN PRICING */

#lockInPricing {
  background:url(/images/img/bgYellowSpeckle.jpg) repeat #f5ebc7;
  border: 3px solid #F9d23e;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 2px #ddd;
  -webkit-box-shadow: 0 2px 2px #ddd;
  box-shadow: 0 2px 2px #ddd;
  padding: 10px;
  position: relative;
  margin: 0 0 35px;
}
#lockInPricing img {
  position: absolute;
  left: 160px;
  top: -40px;
}
#lockInPricing p {
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
  padding: 5px 0 0 70px;
  margin: 0;
  background:url(/images/img/plan-selector-alert-icon.png) 0 0 transparent scroll no-repeat;
  min-height: 55px;
  _height: 55px;
  zoom: 1;
}
#lockInPricing p strong {
  white-space: nowrap;
}

/* WHY GIGANEWS */

#whyGnHeaderWrapper, #whyGnBodyContent {
  width: 950px;
  margin: 0 auto;
  padding: 0;
  color: #666;
  clear: both;
}
#whyGnHeader {
  padding: 10px 0 20px;
  border-bottom: 1px dashed #ddd;
  float: left;
  width: 100%;
  margin: 0;
}
#whyGnHeader h1 {
  font-size: 35px;
  font-weight: normal;
  font-family: 'Museo Slab', Helvetica, Arial, sans-serif;
  color: #333;
}
#whyGnHeader p {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  line-height: 1.4em;
  width: 600px;
  margin: 0;
  padding: 0 30px 0 0;
  float: left;
}
#whyGnBodyContent {
  clear: both;
  padding-top: 20px;
}
#whyGnBodyContent a, #whyGnBodyContent a:visited {
  color: #2576bb;
  text-decoration: none;
}
#whyGnBodyContent a:hover {
  text-decoration: underline;
}
.gnFeature {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #ddd;
}
.gnFeature h2 {
  font-size: 30px;
  font-family: 'Museo Slab', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  padding: 11px 0 0 75px;
  margin: 0 0 30px;
}
.gnFeature h4 {
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0;
}
.gnFeature p {
  font-size: 16px;
  color: #666;
  line-height: 1.4em;
  margin: 0 0 30px;
  padding: 0;
}
.gnFeature ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#whyGnSpeeds {
  background:url(/images/img/speedGauge60.png) top left no-repeat transparent;
}
#whyGnCreatedEqual {
  background:url(/images/img/trophy60.png) top left no-repeat transparent;
}
#whyGnSupport {
  background:url(/images/img/support60.png) top left no-repeat transparent;
}
#whyGnGiveMore {
  background:url(/images/img/toolbox60.png) top left no-repeat transparent;
}
#whyGnTrust {
  background:url(/images/img/halo60.png) top left no-repeat transparent;
}
#whyGnSpeeds ul li {
  display: inline-block;
  *display: inline;
  width: 282px;
  margin: 0 25px 0 0;
  padding: 115px 9px 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4em;
  zoom: 1;
}
#whyGnSpeeds ul li#speedSoftware {
  background:url(/images/img/whyGnSoftware.png) top left no-repeat transparent;
}
#whyGnSpeeds ul li#speedNetworks {
  background:url(/images/img/whyGnNetworks.png) top left no-repeat transparent;
}
#whyGnSpeeds ul li#speedServers {
  background:url(/images/img/whyGnServers.png) top left no-repeat transparent;
  margin: 0;  /* IE8 and below don't support last-child */
}

#whyGnSpeeds ul li:last-child {
  margin: 0;
}
#whyGnSpeeds ul li em {
  display: block;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 0 0 5px;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 2px #cdcdcd;
  -webkit-box-shadow: 0 2px 2px #cdcdcd;
  box-shadow: 0 2px 2px #cdcdcd;
  border: 1px solid #cdcdcd;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table td {
  font-size: 13px;
  text-align: center;
  padding: 15px 0;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table th {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  text-shadow: 0 1px 0 #333;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table ul li {
  margin: 0;
  padding: 0 0 3px;
  font-size: 13px;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table #topLeft {
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  background:url(/images/img/bgLightGreySpeckle.jpg) repeat;
  border-bottom: 1px solid #cdcdcd;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table #bottomLeft {
  -moz-border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table #bottomRight {
  -moz-border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table th#giganews {
  background:url(/images/img/bgButtonRed.png) top left repeat-x;
  width: 42%;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table th#lowEnd {
  background:url(/images/img/greyBlueStrip.jpg) bottom left repeat-x;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  width: 42%;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table tr.odd td {
  background: #fff;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table td h3 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 #fff;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table tr.even td {
  background:url(/images/img/bgMediumGreyGradient.jpg) bottom left repeat-x #f6f6f6;
}
#whyGnCreatedEqual .whyGnCreatedEqualChart table td.giganews {
  font-weight: bold;
  border: 1px solid #ddd;
  border-width: 0 1px;
}
#whyGnSupport .whyGnSupportContent {
  padding-left: 410px;
  margin: 0;
  background:url(/images/img/whyGnSupportTeam.png) top left no-repeat transparent;
  min-height: 265px;
}
#whyGnSupport .whyGnSupportContent ul li {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0;
  padding: 0 0 20px;
}
#whyGnSupport .whyGnSupportContent ul li em {
  font-weight: bold;
  font-style: normal;
  display: block;
  margin: 0;
  padding: 0 0 5px;
}
#whyGnGiveMore ul li {
  font-size: 14px;
  line-height: 1.4em;
  display: inline-block;
  *display: inline;
  width: 221px;
  padding: 120px 0 0;
  margin: 0 22px 0 0;
  vertical-align: top;
  zoom: 1;
}
#whyGnGiveMore ul li:last-child {
  margin: 0;
}
#whyGnGiveMore ul li a, #whyGnGiveMore ul li a:visited, #whyGnGiveMore ul li a:hover {
  color: inherit;
  outline: none;
  text-decoration: none;
}
#whyGnGiveMore ul li em {
  display: block;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 0 0 5px;
}
#whyGnGiveMore ul li#featureMimo {
  background:url(/images/img/mimo97.png) top center no-repeat transparent;
}
#whyGnGiveMore ul li#featureVypr {
  background:url(/images/img/vyprvpn97.png) top center no-repeat transparent;
}
#whyGnGiveMore ul li#featureAccelerator {
  background:url(/images/img/gnAccelerator97.png) top center no-repeat transparent;
}
#whyGnGiveMore ul li#featureSoon {
  background:url(/images/img/coming201197.png) top center no-repeat transparent;
  margin: 0;
}
#whyGnTrust {
  border-bottom: none;
  margin: 0;
}
#whyGnTrust .whyGnTrustContent {
  padding: 0 0 0 240px;
  margin: 0;
  min-height: 225px;
  _height: 225px;
  background:url(/images/img/whyGnSince1994.png) top left no-repeat transparent;
}
#whyGnTrust .whyGnTrustContent ul li {
  list-style-type: disc;
  margin: 0 0 15px 40px;
  font-size: 16px;
}


/*BEGIN GENERAL.CSS*/
/* NVI */
TABLE.charges TR.row TD {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  padding: 3px;
}

TABLE.charges TR.last_row TD {
  border-top: solid 2px #aaa;
  padding: 3px;
  font-weight: bold;
}

TABLE.charges TD.last_col {
  border-right: solid 1px #aaa;
}

TABLE.charges TD.total {
  border-left: solid 1px #ccc;
}

TABLE.charges {
  padding-bottom: 20px;
  width: 90%;
}

/* /NVI */

/* * { font-family: helvetica, arial, sans-serif; } */
BLOCKQUOTE, DD, DIV, P, LI { font-size: 13px; line-height: 1.4; color: #666; }

SUP { font-size: 8px; }

DT { font-weight: bold; }
DD { margin-left: 0; padding-left: 0; margin-bottom: 1em; }

P { margin-bottom: 1em; margin-top: 0; }

H1, H2, H3 { color: #333; line-height: normal; }
H1 { font-size: 30px; margin: 0 0 10px; }
H2 { font-size: 18px; margin: 0 0 10px; }
H3 { clear: left; font-size: 16px; margin: 14px 0 2px 0; }

H1 A, H2 A, H3 A { color: inherit !important; text-decoration: none; }
H1 A:hover, H2 A:hover, H3 A:hover { text-decoration: underline; }

CODE { font-family: lucida console, courier, monospace; }
PRE { font-family: lucida console, courier, monospace; font-size: 11px; }

HR {
  border: none;
  border-top: solid 1px #ccc;
  clear: left;
  height: 0;
  width: 100%;
}

TH, TD { text-align: left; }
TH.price, TD.price { text-align: right; }
TH.mid, TD.mid { text-align: center; }
TH.right, TD.right { text-align: right; }
TH.money, TD.money { text-align: right; white-space: nowrap; }
TR.totals TD { font-weight: bold; }

.success { color: #090; font-style: italic; font-weight: bold; }
.error { color: #c00; font-style: italic; font-weight: bold; clear: both; }
.required { color: #f00; }
.nowrap { white-space: nowrap; }
.standout { background-color: #f6f6f0; border: solid 1px #bbb; padding: 1em; }
.standout P { margin-bottom: 0; }
.big-error {
  background-color: #fceded;
  border: solid 1px #c00;
  border-radius: 6px;
  color: #c00;
  font-size: 1.25em;
  font-style: italic;
  font-weight: bold;
  line-height: 1.5em;
  margin: 1.5em 0;
  padding: 10px 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

FIELDSET {
  border: none;
  clear: left;
  float: left;
  margin: 0 0 1.2em 0;
  padding: 0;
  position: relative;
  width: 100%;
}
FIELDSET LEGEND {
  background-color: inherit;
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: bold;
  left: -1.0em;
  margin: 0 0 0 1.0em;
  padding: 0;
  position: relative;
  top: 0;
}

FIELDSET LABEL {
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 2px 0 0 0;
  width: 27%;
}
FIELDSET LABEL#lb-problem { width: 100%; }
FIELDSET LABEL#lb-comments { width: 100%; }

FIELDSET INPUT {
  border: solid 1px #999;
  display: block;
  float: left;
  font-size: 12px;
  margin: 0.1em 0;
  width: 48%;
}

FIELDSET INPUT.radio, FIELDSET INPUT.checkbox {
  display: inline;
  border: none;
  float: none;
  line-height: 1.5em;
  vertical-align: middle;
  width: auto;
}


FIELDSET SELECT { display: block; float: left; width: 48%; }
FIELDSET TEXTAREA {
  border: solid 1px #999;
  clear: both;
  display: block;
  font-size: 12px;
  width: 75%;
}

FIELDSET DIV { float: left; width: 100%; }

FIELDSET P { font-size: 11px; margin-bottom: 0; }
FIELDSET P#lb-probdet { margin-bottom: 0; padding-bottom: 0; }

FIELDSET SPAN { margin-left: 0.5em; }
FIELDSET SPAN.required { margin-left: 0; }

FIELDSET HR { clear: left; float: left; width: 100%; }

/* in a checkbox list, we basically want two columns of checkbox/label pairs */
FIELDSET.cblist {
  border: none;
  clear: left;
  float: none;
  margin: 0 0 1.2em 0;
  padding: 0;
  white-space: normal;
  width: 100%;
}

FIELDSET.cblist DIV { clear: none; width: 49%; }

FIELDSET.cblist DIV LABEL {
  clear: none;
  display: inline;
  display: -moz-inline-box;
  display: inline-block;
  float: none;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 85%;
}

FIELDSET.cblist DIV INPUT {
  border: none;
  display: inline;
  float: none;
  font-size: small;
  line-height: 1.2em;
  margin: 0 0.5em 0 0;
  vertical-align: top;
  width: auto;
}

/* in a radiolist, the span functions as a label */
FIELDSET DIV.radiolist SPAN {
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 2px 0 0 0;
  width: 27%;
}

FIELDSET DIV.radiolist DIV {
  clear: none;
  display: inline;
  float: left;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  width: 48%;
}

FIELDSET DIV.radiolist DIV LABEL { display: inline; float: none; }

/* the 'acct' fieldset is basically a special fieldset for rendering
 * the account structure matrix (it contains a table with radio buttons) */
FIELDSET#acct { display: block; float: none; }

FIELDSET#acct TABLE#accounts {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0.3em 0 0 0;
  padding: 0;
  width: 100%;
}

FIELDSET#acct TABLE#accounts TH {
  background-color: #fff;
  border: none;
  border-bottom: hidden;
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0;
  padding: 0 3px;
}

FIELDSET#acct TABLE#accounts TD {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #ccc;
  font-size: 13px;
  line-height: 1.6em;
  margin: 0;
  padding: 0 3px;
}

/* the 'lic' field set is a special fieldset for the commonly used
 * software license form */
FIELDSET#lic INPUT.checkbox { float: left; margin-left: 3px; }
FIELDSET#lic P {
  display: inline;
  float: left;
  margin-bottom: 0.5em;
  width: 100%;
}
FIELDSET#lic DIV P { margin-left: 5px; width: auto; }

/* the 'recycle' field set is a special fieldset for the commonly used
 * yes/no auto-recycle section form */
FIELDSET#recycle INPUT.radio
  { float: left; margin-left: 3px; }
FIELDSET#recycle LABEL
  { clear: none; line-height: 1.3em; padding-left: 3px; width: 3.0em }
FIELDSET#recycle P
  { display: inline; float: left; margin-bottom: 0.5em; width: 89%; }

/* the 'f-' items are common form fields for generating address forms,
 * like we use on the signup forms and control panels */
FIELDSET TEXTAREA#f-address {
  border: solid 1px #999;
  clear: none;
  float: left;
  display: block;
  margin: 0.1em 0;
  width: 48%;
}

FIELDSET TEXTAREA#f-aemail {
  border: solid 1px #999;
  clear: none;
  float: left;
  display: block;
  margin: 0.1em 0;
  width: 48%;
}

FIELDSET INPUT#f-city,
FIELDSET INPUT#f-state { width: 27%; }
FIELDSET INPUT#f-zip { width: 12ex; }
FIELDSET INPUT#f-phone { width: 27%; }
FIELDSET INPUT#f-cell { width: 27%; }
FIELDSET INPUT#f-fax { width: 27%; }
FIELDSET INPUT#f-pager { width: 27%; }

/* the 'srch' fieldset forms the fieldset for the newsgroup search form */
FIELDSET#srch { float: none; text-align: center; }

FIELDSET#srch LABEL {
  display: inline;
  float: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
}

FIELDSET#srch INPUT { display: inline; float: none; }
FIELDSET#srch INPUT#s-go { border: default; width: auto; }

/* the 'cp-auth' fieldset is the fieldset used for the control panel
 * auth form on the auth-failure page (NOT the header) */
FIELDSET#cp-auth LABEL { width: 15%; }
FIELDSET#cp-auth INPUT { width: 27%; }

/*
INPUT#pw-login { width: 50%; }
INPUT#ct-cc4 { width: 6.0ex; }
*/

DIV#submit { clear: both; }

DIV.testimonial { margin-bottom: 15px; }
DIV.testimonial .tcomments { font-style: italic; }
DIV.testimonial .tattr { font-size: 11px; }
DIV.testimonial .tauthor { font-weight: bold }

DIV.key { font-weight: bold; }
DIV.indent { margin-left: 2.0em; }

H2.resulttitle { font-size: 13px; margin: 0.7em 0 0 0; }

DIV.result { margin-top: 0; }
DIV.resultdata { font-size: 11px; }
DIV.resulturl { font-size: 11px; }

DIV.chart { display: inline; float: left; margin-bottom: 1.2em; width: 100%; }
DIV.chart DIV.row { display: inline; float: left; width: 100%; }
DIV.chart DIV.row SPAN { display: inline; float: left; font-size: 12px; }
DIV.chart DIV.row SPAN.left { width: 17%; }
DIV.chart DIV.row SPAN.right { width: 73%; }
DIV.chart DIV.row SPAN.head { font-weight: bold; }

/* FAQ styles */
OL.faq PRE { _word-wrap: break-word; }
#help-links {
  width: 100%;
  background:url(/images/img/bgLightGreySpeckle.jpg) repeat scroll 0 0 transparent;
  border-bottom: 1px solid #ddd;
  float: left;
  padding: 30px 0 15px;
  position: relative;
  text-align: center;
  letter-spacing: 0;
  z-index: 1;
}
#help-links div {
  border-right: 1px dashed #d8d8d8;
  display: inline-block;
  *display: inline;
  line-height: 1.4em;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 5px;
  padding: 0 15px 0 70px;
  position: relative;
  text-align: left;
  width: 145px;
  zoom: 1;
}
#help-links div#res-contact {
  background:url(/images/img/contact60.png) top left no-repeat transparent;
  border: none;
  margin: 0;
  padding-right: 0;
}
#help-links div#res-vypr {
  background:url(/images/img/vpn520.png) top left no-repeat transparent;
}
#help-links div#res-welcome {
  background:url(/images/img/toolbox60.png) top left no-repeat transparent;
}
#help-links div#res-diagnostic {
  background:url(/images/img/speedGauge60.png) top left no-repeat transparent;
}
#help-links div h2 {
  color: #333;
  font-family: 'Museo Slab 500', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  padding-bottom: 5px;
}
#help-links div p {
  color: #666;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#help-links a {
    color: #2576BB;
    font-weight: normal;
    text-decoration: none;
    display:block;
}

#help-links a:hover {
  text-decoration: underline;
}

#content.faqContent {
  width: 950px;
}
.faqContent h1 {
  font-size: 30px;
  font-weight: normal;
  color: #333;
  font-family: 'Museo Slab', Helvetica, Arial, sans-serif;
}
.faqContent h2 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  font-family: 'Museo Slab', Helvetica, Arial, sans-serif;
  font-style: italic;
  border-bottom: 1px dashed #ddd;
  padding: 0 0 8px;
  margin: 0 0 15px;
}
.faqContent ul.faq {
  padding: 0 0 20px 2em;
  margin: 0;
}
.faqContent ul.faq li {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4em;
  color: #cdcdcd;
}
.faqContent ul.faq li:hover {
  color: #666;
}
li a.faq, li a:visited.faq {
  font-weight: normal;
  text-decoration: none;
  color: #2576bb;
}
li a:hover.faq {
  text-decoration: underline;
}
.faqContent ol.faq {
  margin: 0;
  padding: 0 0 20px 2em;
}
.faqContent ol.faq li {
  color: #666;
  line-height: 1.4em;
  font-size: 16px;
}
.faqContent ol.faq li a.faq {
  font-size: 16px;
}
.faqContent ol.faq li .answer p {
  font-size: 14px;
  line-height: 1.4em;
}
.faqContent ol.faq li .answer a,
.faqContent ol.faq li .answer a:visited {
  text-decoration: none;
  color: #2576bb;
}
.faqContent ol.faq li .answer a:hover {
  text-decoration: underline;
}


/* the 's-' DIVs are used for the search result pages */
DIV#s-stats { text-align: center; }
DIV#s-pages { font-size: 11px; margin-top: 1.5em; }
DIV#s-pages DIV { display: inline; margin: 0; padding: 0 3px; }
DIV#s-pages DIV A { text-decoration: none; }
DIV#s-pages DIV A:hover { text-decoration: underline; }
DIV#s-pages DIV#s-cur { font-weight: bold; }

DIV#verify { float: left; margin-bottom: 1.2em; width: 100%; }
DIV#verify DIV.row { float: left; width: 100%; }
DIV#verify DIV.row SPAN.label {
  display: inline;
  float: left;
  font-size: 11px;
  font-weight: bold;
  width: 27%;
}
DIV#verify DIV.row SPAN.input
  { display: inline; float: left; width: 73%; }

/* I hate this DIV, but it's necessary to clear any floated columns
 * and it provides the necessary space for the footer at the bottom
 * of the page */
DIV#footspace { height: 70px; clear: both; width: auto; }

DIV#cpanel SPAN.value { font-weight: bold; }
DIV#cpanel H4 { color: #444; margin-bottom: 0; margin-top: 0.5em; }
DIV#cpanel UL { margin: 0; padding: 0; }
DIV#cpanel UL LI { list-style-type: none; }
DIV#cpanel UL LI A { font-weight: normal; }

DIV#special { margin-top: 2.0em; }

DIV#n-date { font-weight: bold; margin-bottom: 1.2em; }

UL.rnews { list-style: none; margin-left: 0; padding: 0 !important; }
UL.rnews LI {
  clear: left;
  display: block;
  left: 0;
  list-style: none;
  padding-top: 1px;
  position: relative;
  top: 0;
  zoom: 1;
}
UL.rnews LI DIV.rn-date {
  background-color: #ffc;
  border: solid 1px #bb8;
  border-left-color: #dda;
  border-top-color: #dda;
  color: #666;
  display: inline;
  float: left;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  margin: 0 7px 5px 0;
  padding: 1px;
  position: relative;
  text-align: center;
  width: 25px;
}
UL.rnews LI.old DIV.rn-date { background-color: #f0f0f0; }
UL.rnews LI A { display: block; font-weight: bold; margin: 0 0 3px 36px; }
UL.rnews LI P { margin-left: 36px; }
P#news-old { font-size: 11px; }

UL#info-foot { list-style: none; padding: 0; text-align: center; }
UL#info-foot LI { display: inline; font-size: 11px; padding: 0 10px; }

OL.horiz { display: inline; margin: 0; padding: 0;}
OL.horiz LI { display: inline; list-style: none; margin: 0; padding: 0; }

DIV#hier-list { margin-bottom: 2.0em; }
DIV#hier-list OL.horiz LI { font-weight: bold; padding: 0.5em; }

DIV#speedtest { }
OBJECT#traceroute { border: none; height: 650px; width: 100%; z-index: 1; }

FORM#cp { border-bottom: solid 1px #ccc; padding-bottom: 1.2em; }

TABLE#ngresults { border-collapse: collapse; width: 100%; }
TABLE#ngresults TH, TABLE#ngresults TD { text-align: right; }
TABLE#ngresults TH {
  background-color: #f6f6f3;
  border: solid 1px #ccc;
  font-size: 12px;
  padding: 1px 5px;
}
TABLE#ngresults TD {
  border-top: dotted 1px #999;
  font-size: 11px;
  padding: 1px 5px;
}
TABLE#ngresults .g { text-align: left; }

TABLE#trade {
  border-collapse: collapse;
  margin: 0 auto 1.2em auto;
  width: 75%;
}
TABLE#trade TH, TABLE#trade TD { text-align: center; }
TABLE#trade TH { border-bottom: solid 1px #ccc; }
TABLE#trade TD { border-top: solid 1px #e0e0e8; vertical-align: middle; }
TABLE#trade IMG { margin: 2px 0; vertical-align: middle; }

IMG#su-cobrand { width: 180px; }
IMG.rss { border: none; float: right; }
H3 IMG.rss { margin-top: 2px; }
IMG.press {
  border: solid 1px #000;
  float: right;
  margin: 0 0 15px 15px;
}

P.disclaimer { font-size: 11px; }

/* content declarations and style */

/* the header and footers span the width of the page
 * the content is fixed width, and we use margins to center it */
#content {
  margin: 0 auto;
  position: relative;
  width: 996px;
}

#content #maincol {
  float: left; 
  width: 726px;
}

.broder_z{  border:1px solid #CCC; overflow:hidden; 
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:0 20px  20px 20px;}

#content #sidecol {
  float: right;
  font-size: 12px;
  padding: 30px 20px 0 0;
  width: 225px;
}

#sidecol LI {
  line-height: 1.3em;
}
#sidecol UL.rnews, #sidecol UL.rnews LI A {
  font-size: 11px;
  font-weight: normal;
}

#sidecol DIV.testimonial { font-size: 12px; line-height: 16px; }

#sidecol DIV.account {
  background-color: #f6f6f0;
  border: solid 1px #bbb;
  border-radius: 14px;
  display: block;
  margin: 1.0em 0 0 0;
  padding: 8px 13px;
  position: relative;
  white-space: normal;
  width: 156px;
  -moz-border-radius: 14px;
}

#sidecol DIV.account A.box {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#sidecol DIV.account SPAN { display: block; }

#sidecol DIV.account SPAN.name {
  display: block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}

DIV#diamond SPAN.name { color: #000; }
DIV#platinum SPAN.name { color: #99c; }
DIV#silver SPAN.name { color: #999; }
DIV#bronze SPAN.name { color: #c90; }

DIV#platinum:hover { background-color: #f0f0e9; border: solid 1px #99c; }
DIV#silver:hover { background-color: #e9e9e9; border: solid 1px #999; }
DIV#bronze:hover { background-color: #f3f6d9; border: solid 1px #c90; }

#sidecol DIV.account SPAN.type {
  clear: left;
  color: #666;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  width: 80px;
}

#sidecol DIV.account SPAN.price {
  color: #000;
  display: block;
  font-family: arial black, helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  height: 28px;
  line-height: 24px;
  position: relative;
  text-align: right;
  top: 0;
  vertical-align: top;
}

#sidecol DIV.account SPAN.price SUP {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
  padding: 0;
  vertical-align: top;
}

#sidecol DIV.account SPAN.conv {
  color: #666;
  font-size: 11px;
  line-height: 10px;
  text-align: right;
}

#sidecol DIV.account SPAN.desc {
  clear: both;
  color: #666;
  display: block;
  font-size: 12px;
  font-style: italic;
  line-height: normal;
  margin-top: 3px;
  text-transform: lowercase;
}

#sidecol ul#legal {
  padding-bottom: 20px;
}
#sidecol h3 {
  margin: 0 0 6px;
  padding: 0 0 3px;
  color: #333;
  font-size: 18px;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-weight: normal;
  border-bottom: 1px dashed #DDDDDD;
}
#sidecol #gnTestimonial {
  margin: 0 0;
}
#sidecol #gnTestimonialLink {
  display: block;
  text-align: right;
  height: 30px;
  line-height: 30px;
  outline: none;
  margin-bottom: 0;
}
#sidecol #gnTestimonial h3 {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 16px;
  border: none;
}
#sidecol #gnTestimonial blockquote.testimonial {
  font-size: 14px;
}
#sidecol h4 {
  font-size: 14px;
}
#sidecol a {
  color: #0066cc;
  text-decoration: none;
}
#sidecol a:hover {
  color: #0080ff;
}

///////////////////

#content #sidecol2 {
  float: left;
  font-size: 12px;
  padding: 30px 20px 0 0;
  width: 225px;
}

#sidecol2 LI {
  line-height: 2.3em;
}
#sidecol2 UL.rnews, #sidecol2 UL.rnews LI A {
  font-size: 11px;
  font-weight: normal;
}

#sidecol2 DIV.testimonial { font-size: 12px; line-height: 16px; }

#sidecol2 DIV.account {
  background-color: #f6f6f0;
  border: solid 1px #bbb;
  border-radius: 14px;
  display: block;
  margin: 1.0em 0 0 0;
  padding: 8px 13px;
  position: relative;
  white-space: normal;
  width: 156px;
  -moz-border-radius: 14px;
}

#sidecol2 DIV.account A.box {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#sidecol2 DIV.account SPAN { display: block; }

#sidecol2 DIV.account SPAN.name {
  display: block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}

DIV#diamond SPAN.name { color: #000; }
DIV#platinum SPAN.name { color: #99c; }
DIV#silver SPAN.name { color: #999; }
DIV#bronze SPAN.name { color: #c90; }

DIV#platinum:hover { background-color: #f0f0e9; border: solid 1px #99c; }
DIV#silver:hover { background-color: #e9e9e9; border: solid 1px #999; }
DIV#bronze:hover { background-color: #f3f6d9; border: solid 1px #c90; }

#sidecol2 DIV.account SPAN.type {
  clear: left;
  color: #666;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  width: 80px;
}

#sidecol2 DIV.account SPAN.price {
  color: #000;
  display: block;
  font-family: arial black, helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  height: 28px;
  line-height: 24px;
  position: relative;
  text-align: right;
  top: 0;
  vertical-align: top;
}

#sidecol2 DIV.account SPAN.price SUP {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
  padding: 0;
  vertical-align: top;
}

#sidecol2 DIV.account SPAN.conv {
  color: #666;
  font-size: 11px;
  line-height: 10px;
  text-align: right;
}

#sidecol2 DIV.account SPAN.desc {
  clear: both;
  color: #666;
  display: block;
  font-size: 12px;
  font-style: italic;
  line-height: normal;
  margin-top: 3px;
  text-transform: lowercase;
}

#sidecol2 ul#legal {
  padding-bottom: 20px;
}
#sidecol2 h3 {
  margin: 0 0 6px;
  padding: 0 0 3px;
  color: #333;
  font-size: 18px;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-weight: normal;
  border-bottom: 1px dashed #DDDDDD;
}
#sidecol2 #gnTestimonial {
  margin: 0 0;
}
#sidecol2 #gnTestimonialLink {
  display: block;
  text-align: right;
  height: 30px;
  line-height: 30px;
  outline: none;
  margin-bottom: 0;
}
#sidecol2 #gnTestimonial h3 {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 16px;
  border: none;
}
#sidecol2 #gnTestimonial blockquote.testimonial {
  font-size: 14px;
}
#sidecol2 h4 {
  font-size: 14px;
}
#sidecol2 a {
  color: #0066cc;
  text-decoration: none;
}
#sidecol2 a:hover {
  color: #0080ff;
}

.hidden { display: none; }

.nobr { white-space: nowrap; }

/* Performance tabs */
.perftab {
  border-bottom: #333 1px solid;
  clear: both;
  display: block;
  font-size: 11px;
  margin: 0 auto 10px auto;
  padding: 5px 0 3px 0;
  text-align: center;
  width: 100%;
}
.perftab LI {
  background: #eee;
  border-left: #666 1px solid;
  border-right: #666 1px solid;
  border-top: #666 1px solid;
  color: #fff;
  display: inline;
  list-style: none;
  margin: 0 5px;
  padding: 5px;
  text-align: center;
}

.perftab A {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

DIV#gna-bump {
  background:url(/images/img/bgLightGreySpeckle.jpg) repeat scroll 0 0 transparent;
  border: solid 1px #CCCCCC;
  border-radius: 10px;
  margin-top: 1.5em;
  min-height: 48px;
  padding: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0 1px 1px #DDDDDD;
  -webkit-box-shadow: 0 1px 1px #DDDDDD;
  box-shadow: 0 1px 1px #DDDDDD;
}

DIV#gna-bump IMG { border: none; float: left; margin-right: 0.7em; }
DIV#gna-bump A { font-size: 12px; font-weight: bold; }
DIV#gna-bump A SPAN { display: block; padding-top: 6px; }

DIV#su-ssolo-fields B#su-ssolo-1, DIV#su-ssolo-fields B#su-ssolo-2,
DIV#su-ssolo-fields B#su-ssolo-3,  DIV#su-ssolo-fields SELECT,
DIV#su-ssolo-fields INPUT {
  clear: none;
  float: left;
  font-size: 12px;
  line-height: 18px;
  margin: 2px 0;
  padding: 0;
  width: auto;
}

DIV#su-ssolo-fields B#su-ssolo-1 { width: 27%; font-weight: bold; }

DIV#su-ssolo-fields INPUT { width: 2em; margin: 2px 7px 2px 6px; }

DIV#su-ssolo-fields SELECT { margin: 0 0 2px 6px; }

DIV.currency-notice {
  background: #fee;
  color: #c00;
  border: 1px solid #f00;
  font-weight: bold;
  font-size: 110%;
  padding: 5px 10px;
  margin: .5em 0;
  width: 500px;
}

DIV.paypal-recycle-notice {
  background: #fee;
  color: #c00;
  border: 1px solid #f00;
  font-weight: bold;
  font-size: 110%;
  padding: 5px 10px;
  margin: .5em 0;
  width: 500px;
}

DIV.signup-error {
  background: #fee;
  color: #c00;
  border: 1px solid #f00;
  font-weight: bold;
  font-size: 110%;
  padding: 5px 10px;
  margin: .5em 0;
  width: 500px;
}

.errorBox {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  background:url(/images/img/bgYellowSpeckle.jpg) repeat scroll 0 0;
  border: 2px solid #F9D23E;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.errorBox ul li {
  font-size: 18px;
  color: #5C3E0A;
  text-shadow: 0 1px 0 #FFFFFF;
  padding: 0 0 10px;
}
.errorBox ul li:last-child {
  padding: 0;
}
.errorBox p {
  font-size: 18px;
  margin: 0;
  padding: 20px;
  color: #5C3E0A;
  text-shadow: 0 1px 0 #FFFFFF;
}

DIV#eudd-data INPUT {
  clear: none;
  float: left;
  font-size: 12px;
  line-height: 18px;
  margin: 2px 0;
  padding: 0;
}

DIV#metrics H3, DIV#newsreaders H3  {
  background-color: #aa9;
  border-color: #776;
  border-style: solid;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-width: 1px 1px 0 1px;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}
DIV#metrics DIV, DIV#newsreaders DIV {
  background-color: #f6f6f0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: #bbb;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  color: #666;
  padding: 5px 10px 10px 10px;
  margin: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}
DIV#metrics UL, DIV#newsreaders UL { margin: 5px 0; padding-left: 1.5em; }
DIV#metrics UL, DIV#newsreaders UL LI { line-height: 24px; list-style-type: circle; }
DIV#metrics A {
  color: #000;
  display: block;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

DIV#usenet-u {
  background-color: #f6f6f0;
  border: solid 1px #bbb;
  border-radius: 10px;
  margin-top: 1.5em;
  padding-left: 15px;
  padding-right: 8px;
  padding-top: 8px;
  -moz-border-radius: 10px;
}

DIV#usenet-u H2#usenet-u-img {
  background-image: url(/images/img/icon_gnuu.png);
  background-repeat: no-repeat;
  height: 40px;
  margin: 10px 0 25px 0;
  padding-left: 82px;
  padding-top: 29px;
}

DIV#usenet-u A#usenet-u-a {
  color: #f00;
  display: block;
  font-weight: bold;
  text-align: center;
}

#flamewars {
  position: relative;
  background: url(/images/img/flamewars/cabinet-flamewars.jpg);
  width: 565px;
  height: 903px;
  top: 12px;
}

#flamewars .flash-movie {
  position: absolute;
  top: 153px;
  left: 30px;
}

/* Special Landing Page */

.special-header {
  border: none;
  margin: 25px 0 0 0;
}

.special-asterisk {
  line-height: 12px;
  font-weight: bold;
}

.special-large {
  color: #c10400;
}

.special-bold {
  font-weight: bold;
  font-size: 18px;
}

a img {
  border: none;
}

/* Bottom Bar */
.bottom-bar-container {
  float:left;
  width:929px;
  margin:20px 0 20px 0;
  padding:20px 0 20px 0;
  border-top:solid 1px #e3e3e3;
  border-bottom:solid 1px #e3e3e3;
}
.bottom-bar {
  float:left;
  width:929px;
  color:#666;
  background:url(/images/img/column-divider.png) repeat-y;
}
.bottom-bar p {
  margin:0;
}
.bottom-bar ul,
.bottom-bar div#newsreaders ul {
  margin:0;
  padding:0 0 0 15px;
  list-style-type:circle;
}
.bottom-bar h3 {
  margin:0 0 5px 0;
  color:#333;
}
.bottom-bar strong,
.bottom-bar a{
  display:block;
}
.bottom-bar .box-1,
.bottom-bar .box-2,
.bottom-bar .box-3,
.landing .bottom-bar .box-1,
.landing .bottom-bar .box-2,
.landing .bottom-bar .box-3 {
  padding:10px 20px;
  float:left;
  background: none;
}
.bottom-bar .box-1,
.bottom-bar .box-2,
.landing .bottom-bar .box-1,
.landing .bottom-bar .box-2 {
  width:271px;
}
.bottom-bar .box-3,
.landing .bottom-bar .box-3 {
  width:264px;
}

.bottom-bar div#newsreaders,
.bottom-bar div#newsreaders div,
.bottom-bar div#newsreaders h3 {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.bottom-bar div#newsreaders h3 {
  margin:0 0 5px 0;
  color:#333;
}
.bottom-bar div#newsreaders li {
  line-height:18px;
}
.bottom-bar div#newsreaders li b {
  font-weight:normal;
}
.bottom-bar div#usenet-u {
  background:none;
  border:none;
  margin:0;
  padding:0;
}
.bottom-bar div#usenet-u p {
  display:block;
  padding:0 0 0 70px;
}
.bottom-bar div#usenet-u h2#usenet-u-img {
  background:none;
  color:#333;
  font-size:14px;
  height:auto;
  margin:0 0 5px;
  padding:0;
}
.bottom-bar div#usenet-u a#usenet-u-a,
.landing .bottom-bar div#usenet-u a#usenet-u-a {
  padding-top: 0;
}
.landing div.bottom-bar p {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  }
.landing div.bottom-bar a,
.landing div#usenet-u a#usenet-u-a,
.landing div.bottom-bar a:hover,
.landing div#usenet-u a#usenet-u-a:hover {
  font-size: 12px;
  font-weight: normal;
  color: #00e;
  text-decoration: underline;
  text-align: left;
  padding: 0;
}
.landing .bottom-bar h3,
.landing .bottom-bar h3 a,
.landing .bottom-bar h2 a,
.landing .bottom-bar h3 a:hover,
.landing .bottom-bar h2 a:hover {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.bottom-bar div#usenet-u p#usenet-u-icon {
  background:url(/images/img/usenet-u-logo.png) no-repeat;
}

div.bottom-bar-container.two,
div.bottom-bar-container.two div.bottom-bar {
  width:676px;
}
div.bottom-bar-container.two div.box-1,
div.bottom-bar-container.two div.box-2 {
  width: 203px;
}
div.bottom-bar-container.two div.bottom-bar {
  background: url(/images/img/bottom-boxes-two-divider.png) 0 0 repeat-y;
}
div.bottom-bar div.gn_guarantee {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
}
div.bottom-bar div.gn_guarantee h3 {
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  padding: 0 0 3px 0;
  margin: 0;
}
div.bottom-bar div.gn_guarantee ul {
  margin: 0;
  padding: 0 0 0 15px;
}
div.bottom-bar div.gn_guarantee ul li {
  padding: 0;
}
/* LANDING PAGE TEMPLATE */

DIV#content.landing {
  padding-top: 22px;
  width: 926px;
}
.landing DIV.main {
  float:left;
  width:575px;
  padding-right:49px;
}
.landing DIV.main H1 {
  color:#b90000;
}
.landing DIV.main P,
.landing DIV.main UL LI {
  font-size:16px;
  line-height:1.5em;
  color:#333;
}
.landing DIV.main UL LI {
  font-size:18px;
  font-weight:bold;
  list-style-image:url(/images/img/icon-checkmark-bullet.png);
  margin-bottom:10px;
}
.landing DIV.main UL LI B {
  color: #b90000;
}
.landing DIV.cta {
  background-repeat:no-repeat;
  float:left;
  overflow:hidden;
  width:300px;
}
.landing DIV.bottom-bar-container {
  margin-top:40px;
}
.landing A#main-cta {
  color:blue;
  text-decoration: none;
}
.landing div#ngr-banner {
  background:url(/images/img/landing/affiliates/ngr-logo-300.png) no-repeat;
  float:left;
  height:0;
  margin:0 0 35px 0;
  overflow:hidden;
  padding:94px 0 0 0;
  width:300px;
}


/* campaigns */

.landing DIV#platinumupgrade-cta {
  background:url(/images/img/landing/platinum-upgrade-banner.jpg);
  height:417px;
}
.landing DIV#platinumupgrade-cta H2 A {
  display:block;
  width:100%;
  padding:417px 0 0 0;
}

.landing DIV#silverreactivate-cta {
  background:url(/images/img/landing/silver-reactivate-banner.jpg);
  height:330px;
}
.landing DIV#silverreactivate-cta H2 A {
  display:block;
  width:100%;
  padding:330px 0 0 0;
}

.landing DIV#silverupgrade-cta {
  background:url(/images/img/landing/silver-upgrade-banner.jpg);
  height:330px;
}
.landing DIV#silverupgrade-cta H2 A {
  display:block;
  width:100%;
  padding:330px 0 0 0;
}

.landing DIV#platinumplus-cta {
  background:url(/images/img/landing/platinum-plus-banner.jpg);
  height:378px;
}
.landing DIV#platinumplus-cta H2 A {
  display:block;
  width:100%;
  padding:378px 0 0 0;
}

.landing DIV#diamond-special-winrar-cta {
  background:url(/images/img/landing/diamond-special-banner.jpg);
  height:414px;
}
.landing DIV#diamond-special-winrar-cta H2 A {
  display:block;
  width:100%;
  padding:414px 0 0 0;
}
.landing DIV#winrar-banner {
 background:url(/images/img/landing/affiliates/winrar-logo-300.png) no-repeat;
 float:left;
 height:0;
 margin:0 0 10px 0;
 overflow:hidden;
 padding:104px 0 0 0;
 width:300px;
}

.landing DIV#platinum-comeback-cta {
  background:url(/images/img/landing/platinum-comeback-banner.jpg);
  height:414px;
}
.landing DIV#platinum-comeback-cta H2 A {
  display:block;
  width:100%;
  padding:414px 0 0 0;
}

/* NEW PLAN SELECTOR */
div#gn-plan-selector {
}
div#gn-plan-selector p.main-message {
  margin: 0;
  padding: 0;
  border-left: solid 2px #ffb826;
  border-right: solid 2px #ffb826;
  border-top: solid 2px #ffb826;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background: #fdf6e0 url(/images/img/plan-selector-alert-icon.png) 10px 10px no-repeat;
  padding: 13px 10px 20px 80px;
  font-size: 12px;
  color: #444;
  line-height: 1.3em;
  min-height: 45px;
  position: relative;
}
div#gn-plan-selector p.main-message strong {
  white-space: nowrap;
}
div#gn-plan-selector ul#plan-list {
  margin: 0;
  padding: 0;
  border: solid 1px #ccc;
  background:url(/images/img/bgLightGreySpeckle.jpg) repeat scroll 0 0 transparent;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  list-style-type: none;
  -moz-box-shadow: 0 1px 1px #ddd;
  -webkit-box-shadow: 0 1px 1px #ddd;
}
div#gn-plan-selector ul#plan-list li#platinum-plan.plan-block {
  border-bottom: solid 1px #ddd;
}
div#gn-plan-selector ul#plan-list li#silver-plan.plan-block {
  border-top: solid 1px #fff;
}
div#gn-plan-selector ul#plan-list li.plan-block a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  outline: none;
  top: 0;
  left: 0;
  zoom: 1;
}
div#gn-plan-selector ul#plan-list li.plan-block.last {
  border-bottom: none;
}
div#gn-plan-selector ul#plan-list li.plan-block a span.price-block {
  display: block;
  position: absolute;
  width: 80px;
  top: 10px;
  right: 10px;
  text-align: center;
}

div#gn-plan-selector ul#plan-list li#platinum-plan.plan-block a span.price-block,
div#gn-plan-selector ul#plan-list li#silver-plan.plan-block a span.price-block {
  width: 50px;
  text-align: right;
}
div#gn-plan-selector ul#plan-list li#platinum-plan.plan-block a span.price-block span.price,
div#gn-plan-selector ul#plan-list li#silver-plan.plan-block a span.price-block span.price {
  font-size: 14px;
}

div#gn-plan-selector ul#plan-list li.plan-block a span.name {
  display: block;
  padding: 0;
  margin: 0 0 8px 0;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-weight: normal;
}
div#gn-plan-selector ul#plan-list li#diamond-plan.plan-block a span.name {
  font-size: 21px;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #333333;
}
div#gn-plan-selector ul#plan-list li#platinum-plan.plan-block a span.name,
div#gn-plan-selector ul#plan-list li#silver-plan.plan-block a span.name {
  color: #666666;
  font-size: 20px;
  text-shadow: 0 1px 0 #FFFFFF;
}
div#gn-plan-selector ul#plan-list li.plan-block a span.price-block span.price {
  font-size: 18px;
  display: block;
  color: #666;
}
div#gn-plan-selector ul#plan-list li#diamond-plan.plan-block {
  position: relative;
}
div#gn-plan-selector ul#plan-list li#diamond-plan.plan-block a {
  background: url(/images/img/bg-red-gradient.jpg) 0 25% repeat-x;
  border-bottom: solid 2px #340000;
  border-top: solid 1px #340000;
  border-left: solid 1px #340000;
  border-right: solid 1px #340000;
  width: 237px;
  position: relative;
  left: -8px;
  top: -3px;
  color: #fff;
  padding: 0;
  text-shadow: 0 1px 1px #480000;
  _margin-right: -16px;
}
div#gn-plan-selector ul#plan-list li#diamond-plan.plan-block a:hover {
  background-position: 0 20%;
}
div#gn-plan-selector span.call-out {
  display: block;
  width: 35px;
  height: 0;
  padding: 38px 0 0 0;
  overflow: hidden;
  background: url(/images/img/call-out-arrow-icon.png) no-repeat;
  position: absolute;
  top: -20px;
  right: 0;
}
div#gn-plan-selector ul#plan-list li.plan-block a span.plan-desc {
  display: block;
  padding: 10px 70px 10px 20px;
}
div#gn-plan-selector ul#plan-list li#platinum-plan.plan-block a span.plan-desc,
div#gn-plan-selector ul#plan-list li#silver-plan.plan-block a span.plan-desc {
  padding-right: 55px;
}


div#gn-plan-selector ul#plan-list li.plan-block a span.feature {
  display: block;
  padding: 4px 0 0 0;
  margin: 2px 0 0 0;
  border-top: solid 1px #ddd;
  vertical-align: middle;
  color: #888;
}
div#gn-plan-selector ul#plan-list li.plan-block a span.feature.first {
  border: none;
  margin: 0;
  padding: 0;
}
div#gn-plan-selector ul#plan-list li#diamond-plan.plan-block a span.corner-left {
  display: block;
  position: absolute;
  bottom: -8px;
  left: -1px;
  width: 7px;
  height: 6px;
  background: url(/images/img/plan-selector-corner-left.png) no-repeat;
  _margin-bottom: -8px;
}
div#gn-plan-selector ul#plan-list li#diamond-plan.plan-block a span.corner-right {
  display: block;
  position: absolute;
  bottom: -8px;
  right: -1px;
  width: 7px;
  height: 6px;
  background: url(/images/img/plan-selector-corner-right.png) no-repeat;
  _margin-bottom: -8px;
}
div#gn-plan-selector ul#plan-list li#diamond-plan.plan-block a span.plan-desc {
  border-top: solid 1px #d25656;
  padding-left: 28px;
}
div#gn-plan-selector ul#plan-list li#diamond-plan.plan-block a span.feature {
  border-color: #c65050;
  color: #fff;
}
div#gn-plan-selector ul#plan-list li#diamond-plan.plan-block a span.price-block {
  top: 25px;
}
div#gn-plan-selector ul#plan-list li#diamond-plan.plan-block a span.price-block span.price {
  font-size: 18px;
  display: block;
  color: #fff;
  line-height: 1em;
}
div#gn-plan-selector ul#plan-list li#diamond-plan.plan-block a span.price-block span.price-note {
  display: block;
  font-style: italic;
}
div#benefits div#mimo.banner-ad, div#benefits div.banner-ad a,
div#gn-plan-selector a.more-plans {
  color: #0066cc;
  text-decoration: none;
}
div#benefits div.banner-ad, div#benefits div.banner-ad a {
  display: block;
}
div#gn-plan-selector a.more-plans {
  display: block;
  text-align: center;
  padding: 10px 0 0 0;
  font-weight: bold;
  position: relative;
}
div#benefits div#mimo.banner-ad, div#benefits div.banner-ad a:hover,
div#gn-plan-selector a.more-plans:hover {
  color: #0080ff;
}
div#gn-plan-selector ul#plan-list li#platinum-plan.plan-block:hover,
div#gn-plan-selector ul#plan-list li#silver-plan.plan-block:hover {
  background: #eee;
}
div#gn-plan-selector span.pricesmall {
  font-size: .6em;
  font-weight: normal;
}
/* Giganews Guarantee */
div.gn_guarantee {
  background: #F1F4F6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #DDDDDD;
  padding: 20px;
  margin: 10px 0 0 0;
}
div.gn_guarantee h3 {
  margin: 0 0 10px 0;
  padding: 4px 0 9px 30px;
  background: url(/images/img/gn_badge_logo_24x25.png) 2px 0 no-repeat;
  color: #333;
  font-size: 14px;
}
div.gn_guarantee p {
  margin: 0;
}
div.gn_guarantee ul {
  padding: 10px 0 0 20px;
  margin: 0;
}
div.gn_guarantee ul li {
  padding: 0 0 5px 0;
}

/* Sidebar */
div#sidebar div.sb-block {
  padding: 0 0 15px 0;
}
div#sidebar div.sb-block a.social-link {
  background: url(/images/img/gn-social-icons.png) 0 0 no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 27px;
  height: 0;
  padding: 27px 0 0 0;
  margin: 0 0 0 10px;
  overflow: hidden;
}
div#sidebar div.sb-block a#facebook-link {
  background-position: 0 -43px;
}
div#sidebar div.social-block strong {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 5px 0 0 0;
  font-size: 16px;
  color: #333;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-weight: normal;
}
/* Lock-in Alert */
div.lockin-alert {
  background: #fff2c6 url(/images/img/plan-selector-alert-icon.png) 10px 10px no-repeat;
  border: solid 2px #ffe06a;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 15px 60px 15px 80px;
  min-height: 50px;
  font-size: 14px;
  color: #333;
}
/* Promotional Banner */
a.cp-promo-banner {
  display: block;
  margin: 0 auto 15px auto;
  width: 780px;
}
div.cp-promo-banner-diamond {
  width: 780px;
  height: 164px;
  margin: 0 auto 15px;
  background: url(/images/img/cp_banner_mimo_diamond.jpg) 0 0 no-repeat scroll;
}
div.cp-promo-banner-diamond div.buttons {
  padding: 73px 0 0 10px;
  width: 241px;
  text-align: center;
}
.su-button-lg {
  background: #f36100;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.48, rgb(243,97,0)),
    color-stop(0.74, rgb(248,128,0))
);
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(243,97,0) 48%,
    rgb(248,128,0) 74%
);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: none;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  font-size: 18px;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  padding: 10px 30px;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
  cursor: pointer;
  position: relative;
}
.su-button-lg:hover {
  background: #f36100;
}
.su-button-lg:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 1px;
}

#ms_main_table {
  background: #F1F4F6;
  border: 1px solid #DDDDDD;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0 0 20px;
}
#columnLabels td {
  font-family: 'Museo Sans 500',Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
  vertical-align: top;
  border-bottom: 1px solid #DDDDDD;
}
.ms_table_col {
  width: 100%;
}
.ms_table_col TD {
  border-collapse:collapse;
  border: 0px;
  font-size: 16px;
  line-height: 1.3em;
  padding: 10px;
  vertical-align: top;
}
.ms_table_col .money {
  text-align: right;
}
.ms_table_col table.category1,
.ms_table_col table.category2 {
  border-top: 1px solid #FFFFFF;
}
.ms_table_col table.category1 {
  width: 30%; 
  float:left;
}
.ms_table_col table.category2 {
  width: 40%; 
  float:left;
}
#priceTotals td {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-top: 1px solid #DDDDDD;
}
/* ADD-ON MANAGE */
.add-onManage {
  padding: 20px;
  margin: 0 0 20px;
  float: left;
  background: #F1F4F6;
  border: 1px solid #DDDDDD;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 1.4em;
}
.add-onManage div {
  line-height: 1.4em;
}
.add-onManage a, .add-onManage a:visited {
  color: #0066CC;
  text-decoration: none;
  white-space: nowrap;
}
.add-onManage a:hover {
  text-decoration: underline;
}
.add-onManage p {
  margin: 0 0 15px;
  line-height: 1.4em;
}
.add-onManage h2 {
  font-size: 24px;
  color: #333333;
  margin: 0 !important;
  padding: 0 0 10px;
  border-bottom: 1px solid #DDDDDD;
  line-height: 1.4em;
}
.add-onManage .featuresChunk h3 {
  font-size: 14px !important;
  color: #666666 !important;
  padding: 0 0 10px !important;
  margin: 0;
  clear: none;
}
.add-onManage .featuresChunk p {
  font-size: 14px;
  line-height: 1.4em;
  color: #666666;
}
.add-onManage .priceChunk {
  color: #666666;
  font-size: 13px;
}
.add-onManage ul {
  margin: 0;
  padding: 0 0 5px 1em;
}
.add-onManage ul li {
  margin: 0;
  padding: 0 0 5px;
  color: #666666;
  font-size: 14px;
  line-height: 1.4em;
}
.add-onManage #pptp,
.add-onManage #vpnAdd-on,
.add-onManage .productChunk,
.add-onManage .priceChunk {
  float: left;
}
.add-onManage #pptp .productChunk {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0;
}
.add-onManage #vpnAdd-on {
  border-top: 1px solid #FFFFFF;
  padding: 20px 0 0;
}
.add-onManage #pptp .priceChunk {
  width: 200px;
  padding: 10px 0 0 115px;
  background: url(/images/img/goldLock80.png) no-repeat scroll left top transparent;
  height: 125px;
}
.add-onManage #pptp .featuresChunk {
  margin-left: 315px;
}
.add-onManage .price {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.add-onManage #vpnAdd-on h3 {
  font-size: 18px;
  color: #333333;
  margin: 0;
  padding: 0 0 30px;
}
.add-onManage #vpnAdd-on h3 .discount {
  display: block;
  color: #339900;
  padding-top: 10px;
}
.add-onManage #vpnAdd-on .productChunk {
  padding: 0 0 20px;
}
.add-onManage #vpnAdd-on .priceChunk {
  width: 200px;
}
.add-onManage #vpnAdd-on .featuresChunk {
  margin-left: 230px;
}
.add-onManage #vpnAdd-on .priceChunk label {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.add-onManage #vpnAdd-on .priceChunk label input {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.add-onManage #vpnAdd-on .priceChunk div {
  padding: 0 0 10px;
}
.add-onManage #vpnAdd-on .priceChunk .price {
  padding: 0 0 0 20px;
}
.add-onManage .checkButton {
  color: #339900;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0;
}
.add-onManage .checkButton img {
  cursor: pointer;
}
.add-onManage .vpnRequired {
  font-size: 13px;
  color: #666666;
}
input#add-onSubmit {
  background: #f36100;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.48, rgb(243,97,0)),
    color-stop(0.74, rgb(248,128,0))
);
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(243,97,0) 48%,
    rgb(248,128,0) 74%
);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: none;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  font-size: 18px;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  padding: 10px 30px;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
  cursor: pointer;
  position: relative;
}
input#add-onSubmit:hover {
  background: #f36100;
}
input#add-onSubmit:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 1px;
}
.trialOptOut {
  clear: both;
  margin: 0;
  padding: 0 0 15px;
}
.trialOptOut p {
  font-size: 14px;
  color: #333333 !important;
  margin: 0;
  padding: 0 0 10px;
}
.trialOptOut ul {
  margin: 0;
  padding: 0 0 10px 2em;
}
.trialOptOut ul li {
  font-size: 14px;
  color: #333333;
  margin: 0;
  padding: 0 0 5px;
}
.trialOptOut label {
  font-size: 14px;
  color: #333333;
}
.trialOptOut label input {
  margin-right: 10px;
}
.resources {
  padding: 20px 0;
  border-top: 1px dashed #DDDDDD;
  clear: both;
}
.resources ul {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-position: inside;
}
.resources ul li {
  margin: 0;
  padding: 0 0 5px;
  font-size: 14px;
}
.resources ul li a,
.resources ul li a:visited {
  color: #0066CC;
  text-decoration: none;
}
.resources ul li a:hover {
  text-decoration: underline;
}
ul.addRemoveList li {
  font-size: 16px;
}
.diamondDiscount {
  background: #EAFEDD;
  padding: 20px;
  border: 1px solid #B3E1AB;
  margin: 0 0 20px;
  float: left;
  width: 848px;
}
.diamondDiscount a.buttonBig {
  float: left;
}
.diamondDiscount h2 {
  font-size: 18px !important;
  margin: 0;
  padding: 0 0 15px;
}
.diamondDiscount ul {
  margin: 0;
  padding: 0 40px 30px 1em;
}
.diamondDiscount ul li {
  font-size: 14px;
  margin: 0;
  padding: 0 0 5px;
}
.diamondDiscount strong {
  font-size: 18px;
}
.diamondValueOne {
  float: left;
  width: 480px;
}
.diamondValueTwo {
  float: left;
  width: 240px;
}
.diamondValueTwo ul {
  list-style-type: none;
  padding: 0 30px 0 0;
}
.diamondValueTwo span{
  font-size: 11px;
  padding: 0 0 0 30px;
  color: #666;
}
.diamondValueThree {
  float: left;
  padding: 0;
}
.diamondValueThree ul {
  padding: 0;
}
.diamondValueThree ul {
  list-style-type: none;
}
#addOnTotal {
  clear: both;
  font-size: 18px;
  margin: 0;
  padding: 10px 0 20px;
}
#addOnTotal .currency,
#addOnTotal .amount {
  font-weight: bold;
}

/*WELCOME KIT*/
#welcomegnHeader, .gnFeatures {
  width: 950px;
  margin: 0 auto;
  }

#welcomegnHeader h1 {
  color: #333333;
  font-family: 'Museo Slab',Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: normal;
  border-bottom: 1px dashed #d8d8d8;
  padding: 30px 0;
  text-align: center;
  margin: 0; 
}

.gnFeatures h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  padding: 0 0 5px;
}

.gnFeatures h2 span {
  font-size: 12px;
  font-weight: bold;
  color: #339900;
}

.gnFeatures p {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  line-height: 1.4em;
  margin: 0;
}

.gnFeatures a {
    color: #0066FF;
    font-weight: normal;
    text-decoration: none;
}

.gnFeatures a:hover {
    color: #0066FF;
    font-weight: normal;
    text-decoration: underline;
}

.gnFeatures ul {
  margin: 0;
  padding: 0;
}

.gnFeatures ul li {
  padding: 35px 0 35px 110px;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px dashed #d8d8d8;
  position: relative;
}

.gnFeatures ul li#gnMimo {
  background: url(/images/img/mimo85.png) left center no-repeat transparent;
}

.gnFeatures ul li#gnVyprVPN {
  background: url(/images/img/vypr85.png) left center no-repeat transparent;
}

.gnFeatures ul li#gnControlPanel {
  background: url(/images/img/gnControlPanel85.png) left center no-repeat transparent;
}

.gnFeatures ul li#gnFollowUs {
  background: url(/images/img/gnSocial85.png) left center no-repeat transparent;
}

.gnFeatures ul li#gnUniversity {
  background: url(/images/img/gnUniv85.png) left center no-repeat transparent;
}

.gnFeatures ul li#gnSupport {
  background: url(/images/img/gnSupport85.png) left center no-repeat transparent;
}

.gnFeatures ul li#gnRefer {
  background: url(/images/img/gnRefer85.png) left center no-repeat transparent;
  border-bottom: none;
}

/*COMP TABLE*/
div.wrapper {
  margin: 0 auto;
  width: 956px;
  padding: 0px 20px 0 20px;
}
fieldset div {
  float: none;
  width: auto;
}
div#su-comp-table {
  float: left;
  width: 726px;
  padding: 0 20px 0 0;
}
div#all-plans {
  float: left;
  width: 210px;
}
table#comp-table td {
  border-collapse: collapse;
  vertical-align: top;
  padding: 0;
  border: none;
}
table#comp-table td.top-plan {
  width:25%;
}
table#comp-table td.sub-plan {
  width: 19%;
}
table#comp-table td.plan-head.sub-plan {
  vertical-align: bottom;
}
div.head-wrapper h2 {
  margin: 0;
  color: #333;
  font-size: 18px;
}
div.head-wrapper em.special {
  display: block;
  font-style: normal;
  text-decoration:line-through;
  color: #666;
}
td.top-plan div.head-wrapper em.special {
  color: #fff;
}
div.head-wrapper strong.price {
  font-size: 18px;
  color: #666;
  display: block;
  font-weight: normal;
  padding: 3px 0 0 0;
}
td.top-plan div.head-wrapper {
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background: #b31111;
  padding: 30px 15px 15px 15px;
  text-align: center;
  height: 60px;
}
td.top-plan div.head-wrapper h2 {
  color: #fff;
  text-shadow: 0 1px 1px #333;
  font-size: 21px;
}
td.top-plan div.head-wrapper strong.price {
  color: #fff;
  text-shadow: 0 1px 1px #333;
  font-size: 21px;
}
td.su-cta.top-plan div.cta-wrapper {
  background: #B31111;
  padding: 0 0 15px 0;
}
td.sub-plan div.head-wrapper {
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-top: solid 1px #dfdfdf;
  border-left: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  background: #f8f8f8;
  padding: 15px;
  text-align: center;
  height: 55px;
}
td.su-cta.sub-plan div.cta-wrapper {
  background: #f8f8f8;
  padding: 0 0 15px 0;
}
table#comp-table td.su-cta {
  background: #F8F8F8;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}
table#comp-table td.su-cta.top-plan {
  background: #B31111;
  border-left: 1px solid #B31111;
  border-right: 1px solid #B31111;
}
table#comp-table a.select-btn {
  display: block;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  text-shadow: 0 1px 1px #333;
  margin: 0 20px;
  padding: 3px 0;
}
table#comp-table td.top-plan a.select-btn.selected {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background: none;
  padding: 4px 0;
}
table#comp-table td.sub-plan a.select-btn.selected {
  color: #999;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background: none;
  padding: 4px 0;
}

table#comp-table td.sub-plan a.select-btn {
  background: url(/images/img/su-select-btn-gradient-grey.png) 0 center repeat-x;
  border: solid 1px #6e7478;
  -moz-box-shadow: 0 1px 1px #ccc;
  -webkit-box-shadow: 0 1px 1px #ccc;
}
table#comp-table td.top-plan a.select-btn {
  background: url(/images/img/su-select-btn-gradient-blue.png) 0 center repeat-x;
  border: solid 1px #3c72c1;
  -moz-box-shadow: 0 1px 1px #333;
  -webkit-box-shadow: 0 1px 1px #333;
  margin: 0 40px;
}
table#comp-table td.feature div.feat-wrapper {
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.3em;
  color: #444;
}
table#comp-table td.feature div.feat-wrapper strong {
  display: block;
  border-top: solid 1px #DFDFDF;
  padding: 15px 10px;
}
table#comp-table td.top-plan.feature {
  background: #f8f8f8;
  border-left: solid 2px #b31111;
  border-right: solid 2px #b31111;
}
table#comp-table td.sub-plan.feature {
  background: #f8f8f8;
  border-right: solid 1px #dfdfdf;
  border-left: solid 1px #dfdfdf;
}
table#comp-table td.sub-plan.bottom {
  vertical-align: top;
}
table#comp-table td.sub-plan.bottom div.bottom-wrapper {
  background: #f8f8f8;
  border-bottom: solid 1px #dfdfdf;
  border-left: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #f8f8f8;
  height: 30px;
}
table#comp-table td.feature img#mimo-logo-text {
  display: block;
  width: 55px;
  margin: 0 auto;
  padding: 0 0 3px 0;
}
table#comp-table td.feature img#vyprvpn-logo-text {
  display: block;
  margin: 0 auto;
  width: 70px;
}
div.feat-wrapper.special b {
  font-style: italic;
  padding: 0 0 3px 0;
}
div.feat-wrapper.special em {
  font-weight: normal;
  font-size: 11px;
  display: block;
  line-height: 1.2em;
}
table#comp-table td.top-plan.bottom {
  vertical-align: top;
}
table#comp-table td.top-plan.bottom div.bottom-wrapper {
  background: #b31111;
  border-bottom: solid 2px #b31111;
  border-left: solid 2px #b31111;
  border-right: solid 2px #b31111;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #b31111;
  height: 30px;
}
/* All Plans Include */
div#all-plans {
  padding: 20px 0 0 0;
}
div#all-plans h3 {
  margin: 0;
  padding: 0 0 3px 0;
  color: #333;
  font-size: 18px;
}
div#all-plans div.feature-block {
  border-top: solid 1px #eee;
  padding: 5px 10px 5px 0;
}
div#all-plans div.feature-block h4 {
  margin: 0;
  color: #333;
}
div#all-plans div.feature-block p {
  margin: 0;
  color: #666;
  font-size: 11px;
  line-height: 1.3em;
}
/* Bottom Bar */
div.bottom-bar-container {
  width: 956px;
  clear: both;
}
div.bottom-bar div.box-1 {
  background: url(/images/img/su-bottom-bar-logos.jpg) 10px 10px no-repeat;
  width: 174px;
  padding-left: 115px; 
}
div.bottom-bar div.box-2 {
  background: url(/images/img/su-bottom-bar-logos.jpg) 10px -430px no-repeat;
  width: 174px;
  padding-left: 115px; 
}
div.bottom-bar div.box-3 {
  background: url(/images/img/su-bottom-bar-logos.jpg) 10px -910px no-repeat;
  width: 194px;
  padding-left: 115px;
  padding-right: 0; 
}
div.bottom-bar h4 {
  margin: 0;
  font-size: 16px;
  padding: 0 0 3px 0;
  color: #333;
}
div.bottom-bar p {
  padding: 0 0 5px 0;
}
div.bottom-bar ul li {
  list-style-type: disc;
}
div.bottom-bar a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 10px 0 0 0;
  font-size: 14px;
  color: #0066CC;
}
div.bottom-bar a:hover {
  color: #0080ff;
}
div.add-info {
  clear: both;
}
div.add-info h4 {
  font-size: 14px;
  margin: 0;
  padding: 0 0 10px 0;
}
div.add-info h5 {
  font-size: 12px;
  color: #666;
  margin: 0;
}
div.add-info p {
  color: #666;
}
sup a {
  text-decoration: none;
}

TABLE TD {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: none;
  font-size: 13px;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}


/* START js customInput */
fieldset div.custom-radio input {
  border: none;
  display: inline;
  float: none;
  font-size: inherit;
  margin: 0;
  width: auto;
}
fieldset div.custom-radio label {
  float: none;
  font-size: inherit;
  line-height: inherit;
  width: auto;
}
.custom-radio { 
  position: relative;
}

.custom-radio input {
  opacity: 0;
}
table#comp-table td.top-plan .custom-radio label {
  background: url(/images/img/su-select-btn-gradient-blue.png) 0 center repeat-x;
  border: solid 1px #3c72c1;
  -moz-box-shadow: 0 1px 1px #333;
  -webkit-box-shadow: 0 1px 1px #333;
  margin: 0 40px;
}
table#comp-table td.sub-plan .custom-radio label {
  background: url(/images/img/su-select-btn-gradient-grey.png) 0 center repeat-x;
  border: solid 1px #6e7478;
  -moz-box-shadow: 0 1px 1px #ccc;
  -webkit-box-shadow: 0 1px 1px #ccc;
}
.custom-radio label {
  display: block;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  text-shadow: 0 1px 1px #333;
  margin: 0 20px;
  padding: 3px 0;
  cursor: pointer;
}

table#comp-table td.top-plan .custom-radio label.checked,
table#comp-table td.sub-plan .custom-radio label.checked {
  display: block;
  border: none;
  background: transparent url(/images/img/plan-selected-icon.png) 0 0 no-repeat;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: 0;
  width: 27px;
  padding: 26px 0 0 0;
  overflow: hidden;
  margin: 0 auto;
  cursor: default;
}
/* END js customInput */

fieldset div.lockin-alert {
  margin: 0 0 20px 0;  
}

.buy_tcjh{
	margin:20px 0;
	line-height:40px; text-align:center;
color: white !important;
display:block;
	width:160px; height:40px;
	 text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
background: #DF7400;
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.38, #DF7400), color-stop(0.69, #E79606));
background-image: -moz-linear-gradient(
 center bottom,
 #DF7400 38%,
 #E79606 69%
 );
 font-size:16px;
 -moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;}
.buy_tcjh:hover {
  background: #E48C07;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bigHeader{ color:#063; font-family:"微软雅黑", "黑体"; font-size:18px; font-weight:bold; border-bottom:1px dotted #ccc; padding-bottom:10px;}
.faq{ width:690px;}
.faq .question{ color:#06C; cursor:pointer; font-size:14px;}
