@charset "utf-8";

/* -----GENERAL----- */
html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: auto;
}
div.content-wrapper {
  width: 950px;
  min-height:400px;
  float:left;
  margin:0;
  padding:0;
}

/* -----MAIN CONTENT TEMPLATES----- */
/* template 0 - One column layout. No images. */
div.temp-0 {
  margin:0;
  padding:0 40px 0 40px;
  width:870px;
  float:left;
}
/* template 1 - Two columns of equal widths define the main content area of the page. Use this template to divide content of equal importance */
div.temp-1 {
  margin:0;
  padding:0 40px 0 40px;
  width:870px;
  float:left;
}
div.temp-1 div.col-1 {
  width:430px;
  float:left;
  margin:0 10px 0 0;
}
div.temp-1 div.col-2 {
  width:430px;
  float:left;
  margin:0;
}
/* template 2 - Two columns of unequal widths define the main content area of the page. Use this template to divide content of unequal importance */
div.temp-2 {
  margin:0;
  padding:0 40px 0 40px;
  width:870px;
  float:left;
}
div.temp-2 div.col-1 {
  width:510px;
  float:left;
  margin:0 10px 0 0;
}
div.temp-2 div.col-2 {
  width:350px;
  float:left;
  margin:0;
}
/* template 3 - One column defines the main content area. A Side Bar provides space for secondary information */
div.temp-3 {
  padding:0 40px 0 40px;
  width:870px;
  float:left;
}
div.temp-3 div.col-1 {
  width:590px;
  float:left;
  margin:0 10px 0 0;
}
div.temp-3 div.side-bar {
  width:270px;
  float:left;
  margin:0;
}
div.temp-3 div.side-bar div.row {
  width:270px;
  margin:0 0 1.5em 0;
}
/* template 4 - One column layout. Used for action paths. */
div.temp-4 {
  margin:0;
  padding:0 80px 0 80px;
  width:790px;
  float:left;
}
/* template 5 - 2 column layout with middle divider column. Used with a reduced template. */
div.temp-5 {
  margin:0;
  padding:0 80px 0 80px;
  width:790px;
  float:left;
}
div.temp-5 div.col-1 {
  width:350px;
  float:left;
  margin:0 10px 0 0;
}
div.temp-5 div.divider {
  width:70px;
  float:left;
  margin:0 10px 0 0;
  padding: 0 0 5px 0;
  background: #ffffff;
}
div.temp-5 div.col-2 {
  width: 350px;
  margin: 0 auto;
}
/* template 6 - One column with a faceted navigation */
div.temp-6 {
  margin: 0;
  padding: 0 40px 0 40px;
  width:870px;
  float: left;
}
div.temp-6 div.f-nav {
  float: left;
  width: 150px;
  padding: 5px 10px 0 0;
}
div.temp-6 div.col-1 {
  float:left;
  width:699px;
  padding: 0 0 0 10px;
  border-left: solid 1px #eeeeee;
  min-height: 460px;
}
div.temp-6 div.col-1 h1,
div.temp-6 div.col-1 h2 {
  font-weight: normal;
}
/* template 7 - One column with a faceted navigation and sidebar */
div.temp-7 {
  margin: 0;
  padding: 0 40px 0 40px;
  width:870px;
  float: left;
}
div.temp-7 div.f-nav {
  float: left;
  width: 150px;
  padding: 5px 10px 0 0;
}
div.temp-7 div.col-1 {
  float:left;
  width:419px;
  padding: 0 10px;
  border-left: solid 1px #eeeeee;
  min-height: 520px;
}
div.temp-7 div.col-1 h2 {
  font-weight: normal;
}
div.temp-7 div.side-bar {
  width:270px;
  float:left;
  margin:0;
}
div.temp-7 div.side-bar div.row {
  width:270px;
  margin:0 0 1.5em 0;
}

/* template 8 - One Column centered layout. Used for login screens. */
div.temp-8 {
  margin:0 auto;
  width:350px;
}
/* -----HEADER----- */
div.header {
  margin:20px 0;
  padding:0;
  width:950px;
  height: 84px;
  overflow: hidden;
  float:left;
}
div.header ul {
  list-style:none;
  margin:0;
  padding:0;
}
div.header li {
  float:left;
  list-style-type: none;
}
div.header a.logo {
  float:left;
  margin:0 25px;
  display:block;
  height:0px;
  overflow:hidden;
  background: url(/images/logo-gf-70x84.png) no-repeat;
  width:70px;
  padding-top:84px;
}
div.header div.soc-icons {
  float:left;
  margin:0;
  padding:0;
}
div.header div.nav {
  float:left;
  padding:0;
  width:830px;
  margin-top:14px;
  letter-spacing: -1px;
  font-family: 'Cantarell', arial, serif;
}
div.header div.nav ul {
  width:830px;
  height:50px;
}
div.header div.nav ul li {
  height: 50px;
  overflow: hidden;
  margin: 0;
  font-size: 1.3em;
}
div.header div.nav ul li a {
  width:90px;
  height:0;
  padding: 50px 0 0 0;
  overflow: hidden;
  background:url(/images/header-nav.png) no-repeat;
  display:block;
  color: #fff;
  font-weight:bold;
  text-align: center;
}
div.header div.nav ul li a:hover {
  color: #333;
}
div.header div.nav ul li a em {
  font-style: normal;
  font-weight: normal;
}
div.header div.nav ul li.search {
  width:200px;
  height:50px;
  background:url(/images/header-nav.png) no-repeat -630px 0;;
}
div.header div.nav ul a.link-1 {
  background-position:0 0;
}
div.header div.nav ul a.link-2 {
  background-position:-90px 0;
}
div.header div.nav ul a.link-3 {
  background-position:-180px 0;
}
div.header div.nav ul a.link-4 {
  background-position:-270px 0;
}
div.header div.nav ul a.link-5 {
  background-position:-360px 0;
}
div.header div.nav ul a.link-6 {
  background-position:-450px 0;
}
div.header div.nav ul a.link-7 {
  background-position:-540px 0;
}
div.header div.nav ul a.link-1:hover {
  background-position:0 -50px;
}
div.header div.nav ul a.link-2:hover {
  background-position:-90px -50px;
}
div.header div.nav ul a.link-3:hover {
  background-position:-180px -50px;
}
div.header div.nav ul a.link-4:hover {
  background-position:-270px -50px;
}
div.header div.nav ul a.link-5:hover {
  background-position:-360px -50px;
}
div.header div.nav ul a.link-6:hover {
  background-position:-450px -50px;
}
div.header div.nav ul a.link-7:hover {
  background-position:-540px -50px;
}
div.header div.nav input.header-search {
  margin:15px 0px 0px 20px;
  padding:3px 3px 5px 20px;
  font-size:.75em;
  width:137px;
  background:transparent url(/images/header-search.png) no-repeat;
  color:#666;
  border:0;
  outline:none;
  float:none;
  height:inherit;
}
/* -----REDUCED HEADER----- */
div.header_reduced {
  margin:10px 0 20px 0;
  float: left;
  padding-left:80px;
  width:48px;
}
div.header_reduced div.logo {
  float:left;
  margin:0 10px 0 0;
}
div.header_reduced div.logo a {
  display:block;
  height:0px;
  overflow:hidden;
  background: url(/images/logo-gf-38x46.png) no-repeat;
  width:38px;
  padding-top:46px;
}

/* -----CONTROL PANEL HEADER----- */
div.cp-header {
  width:950px;
  float:left;
  margin: 0 0 5px 0;
}
div.cp-header h1.page-title-1 {
  float:left;
  width:950px;
  margin-bottom:0;
}
div.cp-header ul.nav {
  float:right;
  margin:-20px 0 0 0;
  padding:0;
}
div.cp-header ul.nav li {
  float:left;
  list-style-type:none;
  margin:0 0 0 20px;
  font-size:1.1em;
}

div.cp-header ul.nav li a {
  line-height:1em;
  height:35px;
  display: block;
}
div.cp-header ul.nav li a.CurrentPage {
  color: #999999;
  background:url(/images/icon-selected-01.png) no-repeat center 20px;
}
div.cp-header ul.nav li#home {
  margin: -10px 0 0 0;
}
div.cp-header ul.nav li#home a {
  padding: 40px 0 0 0;
  height: 0;
  overflow: hidden;
  background: url(/images/icon-home-02.png) no-repeat center -115px;
}
div.cp-header ul.nav li#home a:hover {
  background-position: center -60px;
}
div.cp-header ul.nav li#home a.CurrentPage {
  padding: 40px 0 0 0;
  height: 0;
  overflow: hidden;
  background: url(/images/icon-home-02.png) no-repeat center 0;
}

/* -----SIDEBAR----- */
div.side-bar p,
div.side-bar h4 {
  margin:0;
}
div.side-bar {
  color:#666666;
  text-shadow:#FFF 0px 1px 0px;
}
/* grey panel */
div.side-bar div.panel-top {
  width:270px;
  height:10px;
  background:url(/images/sidebar_panels.png) no-repeat 0 0px;
}
div.side-bar div.panel-middle {
  background:#f8f8f8;
  border-left:solid 1px #eeeeee;
  border-right:solid 1px #eeeeee;
  margin:0;
}
div.side-bar div.panel-bottom {
  width:270px;
  height:10px;
  background:url(/images/sidebar_panels.png) no-repeat 0 -10px;
}

/* contact link */
div.side-bar div.contact {
  width:270px;
  height: 51px;
  overflow: hidden;
}
div.side-bar div.contact div.panel-middle {
  width:268px;
}
div.side-bar div.contact h4 {
  font-size:14px;
  font-weight:normal;
  color:#06C;
}
div.side-bar div.contact h4 a {
  display: block;
  padding:5px 20px 5px 43px;
  background: url(/images/icon-contact-01.png) no-repeat 20px 9px;
}
div.side-bar div.contact h4 a:hover {
  background-position: 20px -65px
}

/* contact 02 */
div.side-bar div.contact02 div.panel-middle {
  padding: 0 20px;
}
div.side-bar div.contact02 div.panel-middle p {
  font-size: 1em;
}

/* conditional promotions */
div.side-bar div#cp-promo a.mimo {
  display:block;
  width:270px;
  height:0;
  padding-top:150px;
  overflow:hidden;
  background:url(/images/sidebar_promo_mimo.png) no-repeat;
}
/* Link List */
div.side-bar div.link-list {
  width:270px;
}
div.side-bar div.link-list div.panel-middle {
  width:268px;
  padding:0;
}
div.side-bar div.link-list h4 {
  width:248px;
  padding:0 0 10px 20px;
  border-bottom:solid 1px #eeeeee;
  font-size:1.1em;
}
div.side-bar div.link-list ul {
  margin:0;
  width:268px;
}
div.side-bar div.link-list ul li {
  margin: 0;
  font-size: 1em;
  list-style-type: none;
}
div.side-bar div.link-list ul li a {
  display: block;
  list-style-type:none;
  border-top:solid 1px #ffffff;
  border-bottom:solid 1px #eeeeee;
  padding:15px 20px 15px 40px;
  width:208px;
  background-position: 20px 18px;
  background-repeat: no-repeat;
}
div.side-bar div.link-list ul li a:hover {
  background-position: 20px -114px;
}
div.side-bar div.link-list ul li p {
  margin:0;
  width:205px;
}
div.side-bar div.link-list ul li span.tag {
  display:block;
  margin:4px 11px 0 0;
  width:12px;
  height:12px;
}
div.side-bar div.link-list a.more {
  width:248px;
  display:block;
  padding:10px 0 0 20px;
  border-top:solid 1px #ffffff;
}
div.link-list div.no-more {
  height:20px;
  width:268px;
  background:#f8f8f8;
  border-top:solid 1px #ffffff;

}
/* Industry News */
div.link-list.industry-news ul li.news a {
  background-image: url(/images/icon-news-01.png);
}
div.link-list.industry-news ul li.blog a {
  background-image: url(/images/icon-blog-01.png);
}
/* Knowledgebase Article List */
div.link-list.kb-articles ul li a {
  background-image: url(/images/icon-article-01.png);
}

/* Article lightbox on /buy */
div#fancybox-wrap div#article {
  width:520px;
  padding: 0 10px;
}
div#fancybox-wrap div#article h1 {
  border-bottom: solid 1px #eee;
  font-weight: normal;
}
div#fancybox-wrap div#article p.meta {
  display: none;
}



/* -----FACETED NAVIGATION----- */

div.f-nav ul {
  margin: 0;
  padding: 0;
}
div.f-nav ul li {
  list-style-type: none;
  font-weight: bold;
  color: #666666;
  padding: 0 0 5px 0;
  font-size: 1em;

}
div.f-nav ul li ul li {
  font-weight: normal;
  padding: 0 0 0 10px;
  margin: 5px 0;
}
div.f-nav ul li a.CurrentPage {
  color: #666666;
}
div.f-nav h4 {
  color: #666666;
}

/* -----NEWS FEEDS----- */
div.news-1 {
  float:left;
  margin:10px 40px;
  padding:0;
  width:870px;
}
div.news-1 h3 {
  display:inline;
  margin:0;
}
div.news-1 p {
  display:inline;
  font-size:1.2em;
  margin:0;
}

/*-----KB ARTICLES-----*/
div.articles div.temp-3 h1 {
  font-weight: normal;
}
div.articles div.temp-3 p.meta {
  margin: 0 0 1.5em 0;
  font-size: .9em;
}
div.articles div.temp-3 div.summary {
  border-top:solid 1px #cccccc;
  border-bottom:solid 1px #cccccc;
  margin: 0 0 1.5em 0;
  padding: 1em 0;
  font-style: normal;
}
div.articles div.temp-3 div.summary h3 {
  margin: 0;
}
div.articles div.temp-3 div.summary p {
  margin: 0;
  font-size: 1em;
}
div.articles .art-call-out {
 margin: 0 0 20px 0;
 padding: 15px 20px 15px 40px;
 border: dashed 3px #eeeeee;
}
div.articles .art-call-out li {
  color: #333333;
}
/* -----FOOTER----- */
div.footer {
  float:left;
  width:950px;
  margin:20px 0 0 0;
}
div.footer div.wrapper {
  padding:10px 30px;
  width:890px;
  float:left;
  background:#f8f8f8;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  text-shadow:#FFF 0px 1px 0px;
}
div.footer div.wrapper form#email-updates fieldset,
div.footer div.wrapper form#email-updates {
  float:left;
  height:22px;
}
div.footer div.wrapper form#email-updates span.text input {
  float:left;
  padding:.2em;
  margin:0 5px 0 0;
  color:#999;
}
div.footer div.wrapper form#email-updates label {
  margin:3px 5px 0 0;
}
div.footer div.wrapper form#email-updates input.cta-5 {
  border:0;
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
}
div.footer div.wrapper div#share-links {
  float:right;
  height: 20px;
  overflow: hidden;
}
div.footer div.wrapper div#share-links em {
  float:left;
  font-style:normal;
  margin:3px 2px 0 0;
  color:#888888;
  font-size: 0.9em;
}
div.footer div.wrapper div#share-links a {
  display:block;
  float:left;
  width:25px;
  height:0;
  padding:20px 0 0 0;
  margin:0 0 0 2px;
  overflow:hidden;
}
div.footer div.wrapper div#share-links a.twitter {
  background:url(/images/share-icons.png) no-repeat 0 0;
}
div.footer div.wrapper div#share-links a.twitter:hover {
  background-position:0 -20px;
}
div.footer div.wrapper div#share-links a.facebook {
  background:url(/images/share-icons.png) no-repeat -25px 0;
}
div.footer div.wrapper div#share-links a.facebook:hover {
  background-position:-25px -20px;
}
div.footer div.wrapper div#share-links a.delicious {
  background:url(/images/share-icons.png) no-repeat -50px 0;
}
div.footer div.wrapper div#share-links a.delicious:hover {
  background-position:-50px -20px;
}
div.footer div.wrapper div#share-links a.stumbleapon {
  background:url(/images/share-icons.png) no-repeat -75px 0;
}
div.footer div.wrapper div#share-links a.stumbleapon:hover {
  background-position:-75px -20px;
}
div.footer div.wrapper div#share-links a.digg {
  background:url(/images/share-icons.png) no-repeat -100px 0;
}
div.footer div.wrapper div#share-links a.digg:hover {
  background-position:-100px -20px;
}
div.footer div.wrapper div#share-links a.email {
  background:url(/images/share-icons.png) no-repeat -125px 0;
}
div.footer div.wrapper div#share-links a.email:hover {
  background-position:-125px -20px;
}
div.footer ul#footer-links {
  float:left;
  margin:5px 0 0 30px;
  padding:0;
}
div.footer ul#footer-links li {
  list-style-type:none;
  float:left;
  font-size:.9em;
  margin:0 10px 0 0;
}
div.footer ul#footer-links li a { 
  color:#888;
}
div.footer ul#footer-links li a:hover { 
  color:#666;
  text-decoration:underline;
}
div.footer p#copyright {
  float:right;
  margin:5px 30px 0 0;
  padding:0;
  font-size:.9em;
  color:#888;
}
/* -----REDUCED FOOTER----- */
div.footer_reduced {
  margin:40px 0 0 0;
  text-align:center;
  font-size:.8em;
}
div.footer_reduced a {
  color:#666;
}
div.footer_reduced a:hover {
  color:#333;
  text-decoration:underline;
}
div.footer_reduced ul,
div.footer_reduced ul li,
div.footer_reduced p {
  display: inline-block;
  zoom: 1;
  *display:inline;
  vertical-align: top;
  width: auto;
  line-height: 1.1em;
}
div.footer_reduced p,
div.footer_reduced ul {
  margin: 0;
  padding: 0;
}
div.footer_reduced ul li {
  padding: 0 0 0 6px;
  margin: 0 0 0 3px;
  border-left:solid 1px #ccc;
}

/* -----USER SESSION----- */
div.header div.user-session {
  float:right;
  margin:0 0 0 10px;
}
div.header div.user-session li.user,
div.header div.user-session ul li.cp-link,
div.header div.user-session li.login {
  border-right: solid 1px #cccccc;
  padding-right: 5px;
}
div.header div.user-session li.login a {
  display: block;
  padding:0 0 0 17px;
  background:url(/images/icon-lock-01.png) no-repeat 0 0;
}
div.header div.user-session li.login:hover a {
  background:url(/images/icon-lock-01.png) no-repeat 0 -115px;
}
div.header div.user-session li.locale {
  padding: 0 1px 0 3px;
}
div.header div.user-session li.lang {
  border-left: solid 1px #cccccc;
  padding-left: 5px;
}
div.header div.user-session ul li {
  font-size: 1em;
  float: none;
    display: inline-block;
  /* for ie */
  zoom:1;
  *display:inline;
  vertical-align: middle;
  margin:0;
}
div.header div.user-session ul li.cp-link a {
  display: block;
  padding-left:21px;
  background:url(/images/icon-home-01.png) no-repeat 0 0;
}
div.header div.user-session ul li.cp-link a:hover {
 background-position: 0 -50px;
}

/* -----SERVICE ID LABELS----- */
.service-id h3 {
  margin: 0;
}
.service-id h3 em {
  font-style: normal;
  font-weight: normal;
}
 
/* -----VYPRVPN CONNECTIONS----- */
div.connections-panel {
  width:590px;
  margin: 0 0 20px 0;
}
div.connections-panel hr {
  height:1px;
  background:#ffffff;
  border-bottom:dashed 1px #eeeeee;
  margin:0;
}
div.connections-panel ul {
  margin:10px 0 5px 0;
  float:left;
  padding-right:10px;
  width:540px;
}
div.connections-panel ul li {
  list-style-type:none;
  float:left;
  padding:5px 25px 5px 0;
  font-size: 1em;
  margin: 0 10px 5px 0;
}
div.connections-panel ul li.account {
  padding:0 0 0 18px;
  background:url(/images/connection-icons.png) no-repeat 0 1px;
}
div.connections-panel ul li.server.current {
  padding:0 0 0 15px;
  background:url(/images/connection-icons.png) no-repeat 0 -163px;
}
div.connections-panel ul li.server.closed {
  padding:0 0 0 17px;
  background:url(/images/connection-icons.png) no-repeat 0 -215px;
}
div.connections-panel ul li.location {
  padding:0 0 0 17px;
  background:url(/images/connection-icons.png) no-repeat 0 -108px;
}
div.connections-panel ul li.time {
  padding:0 0 0 17px;
  background:url(/images/connection-icons.png) no-repeat 0 -53px;
  clear: both;
}
div.connections-panel ul li.time b {
  color:#333333;
}
div.connections-panel ul li.time span.data {
  padding-right:15px;
}
div.connections-panel a.close {
  display:block;
  float:left;
  width:18px;
  height:0;
  padding-top:17px;
  margin:21px 20px 0 0;
  background:url(/images/connection-icons.png) no-repeat 0 -270px;
  overflow:hidden;
}
/* -----CONTROL PANEL----- */

/* account id label */

span.account-id,
div.account-id {
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align: top;
}

.account-id b {
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align: bottom;
  font-size:1.1em;
  line-height:1.4em;
  color:#333;
  padding:0 0 0 18px;
  margin:1px 3px 0 3px;
  background:url(/images/icon-user-02.png) no-repeat 0 1px;
}
.account-id em {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: bottom;
  font-style:normal;
  margin:0 3px 0 0;
  padding:1px 0 0 0;
}
.account-id a {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: bottom;
  padding:1px 0 0 13px;
  background:url(/images/icon-edit-01.png) no-repeat 0 5px;
}
.account-id a:hover {
  background:url(/images/icon-edit-01.png) no-repeat 0 -107px;
}
/* delta service */
div.control-panel form.form-2 fieldset {
    width:590px;
}
div.control-panel form.form-2 div.confirm {
  padding:0 255px 0 0;
  float:right;
}
div.control-panel form.form-2 div.confirm .cta-4 {
  display: inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
}

/* account label */
div.control-panel form.form-2 span.icon-account {
  display:block;
  float:left;
  margin:7px 0 0 10px;
  height:13px;
  width:13px;
  background:url(/images/connection-icons.png) no-repeat 0 0;
}
div.control-panel form.form-2 b.account-email {
  display:block;
  float:left;
  margin:4px 0 0 5px;
  font-size:1.1em
}
/* my services */
div.add-service {
  float:left;
  width:590px;
  margin:0 0 30px 0;
  background:#f8f8f8;
}
div.add-service div.top {
  float:left;
  width:590px;
  height:10px;
  background:url(/images/main-content-message-panels.png) no-repeat 0 0;
}
div.add-service div.bottom {
  float:left;
  width:590px;
  height:10px;
  background:url(/images/main-content-message-panels.png) no-repeat 0 -10px;
}
div.add-service div.middle {
  float:left;
  width:558px;
  min-height: 60px;
  padding:0 15px;
  border-left:solid 1px #eee;
  border-right:solid 1px #eee;
}
div.add-service div.middle div.msg {
  width:398px;
  float:left;
}
div.add-service div.middle div.msg h2 {
  margin:0;
}
div.add-service div.middle div.msg p {
  margin:0 0 5px 0;
  font-size: 1em;
}
div.cp-services table {
  margin:0 0 30px 0;
}
div.cp-services table td {
  vertical-align:top;
}
div.cp-services table tr.labels td {
  border-bottom: solid 1px #ccc;
  padding:0 0 3px 0;
}
div.cp-services table tr.service td {
  border-bottom: dashed 1px #eee;
  padding:10px 0;
}
div.cp-services table td.alert {
  width:170px;
}
div.cp-services table td.alert h4,
div.cp-services table td.alert p {
  margin:0;
}
div.cp-services table td.alert p {
  font-size: 1em;
  color: #666;
}
div.cp-services table td.alert div {
  padding:5px 10px;
  background:#edf6ff;
  border:solid 1px #eee;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
div.cp-services table tr.labels td {
  vertical-align:bottom;
}
div.cp-services table td.upgrade,
div.cp-services table td.downgrade,
div.cp-services table td.cancel,
div.cp-services table td.continue-service {
  width:63px;
  font-size:11px;
  text-align:center;
}
div.cp-services table td.upgrade b,
div.cp-services table td.downgrade b,
div.cp-services table td.cancel b,
div.cp-services table td.continue-service b {
  font-weight:normal;
}
div.cp-services table td.downgrade span.action,
div.cp-services table td.cancel span.action,
div.cp-services table td.continue-service span.action,
div.cp-services table td.upgrade span.action {
  background-image:url(/images/my-services-action-buttons.png);
  background-repeat:no-repeat;
  display:block;
  width:25px;
  height:25px;
  margin: 0 auto;
}
div.cp-services table td.upgrade span.action a,
div.cp-services table td.downgrade span.action a {
  background-image:url(/images/my-services-action-buttons.png);
  background-repeat:no-repeat;
  display:block;
  width:25px;
  height:0;
  padding: 25px 0 0 0;
  overflow: hidden;
  margin: 0 auto;
}
div.cp-services table td.cancel span.action input,
div.cp-services table td.continue-service span.action input {
  background-image:url(/images/my-services-action-buttons.png);
  background-repeat:no-repeat;
  display:block;
  border: 0;
  cursor: pointer;
  width:25px;
  height:25px;
  padding:25px 0 0 0;
  overflow: hidden;
  margin: 0 auto;
}
div.cp-services table td.upgrade span.action a {
  background-position: 0 0;
}
div.cp-services table td.upgrade span.action a:hover {
  background-position: 0 -25px;
}
div.cp-services table td.upgrade span.action {
  background-position: 0 -50px;
}
div.cp-services table td.downgrade span.action a {
  background-position: -25px 0;
}
div.cp-services table td.downgrade span.action a:hover {
  background-position: -25px -25px;
}
div.cp-services table td.downgrade span.action {
  background-position: -25px -50px;
}
div.cp-services table td.cancel span.action input {
  background-position: -50px 0;
}
div.cp-services table td.cancel span.action input:hover {
  background-position: -50px -25px;
}
div.cp-services table td.cancel span.action {
  background-position: -50px -50px;
}
div.cp-services table td.continue-service span.action input {
  background-position: -75px 0;
}
div.cp-services table td.continue-service span.action input:hover {
  background-position: -75px -25px;
}
div.cp-services table td.continue-service span.action {
  background-position: -75px -50px;
}
div.cp-services table tr td div.account-notice,
div.cp-services table tr td div.account-locked {
  background: #FFFED2;
}
div.cp-services table tr td div.account-notice,
div.cp-services table tr td div.account-locked {
  -moz-border-radius:7px 7px 7px 7px;
  border:1px solid #EEEEEE;
  padding:5px 10px;
  margin: 10px 0 0 0;
}
div.cp-services table tr td div.account-notice h4,
div.cp-services table tr td div.account-locked h4 {
  margin: 0;
}
div.cp-services table tr td.add-service-inline a {
  margin: 10px 0 0 0;
  font-size: 1em;
}
/* confirm change of service */
form.confirm-change-01 > h2 {
  font-size: 1.2em;
  font-weight:bold;
  color:#333333;
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:block;
  vertical-align: bottom;
}
form.confirm-change-01 p {
  font-size: 1.1em;
  color:#666666;
  margin:0 0 20px 0;
}
form.confirm-change-01 div.selected-service-01 {
  margin-top:5px;
}
form.confirm-change-01 div.account-block {
  width:790px;
  float: left;
  padding: 0 0 30px 0;
}
.delta-cancel .confirm-change-01 div.submit-01 input.cta-4,
.delta-uncancel .confirm-change-01 div.submit-01 input.cta-4,
.delta-upgrade .confirm-change-01 div.submit-01 input.cta-4,
.delta-downgrade .confirm-change-01 div.submit-01 input.cta-4,
.delta-add-confirm .confirm-change-01 div.submit-01 input.cta-4 {
  display: inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
}
form.confirm-change-01 table.payment-summary {
  width:390px;
}
form.confirm-change-01 table.payment-summary tr td {
  padding: 0 0 5px 0;
}
form.confirm-change-01 table.payment-summary tr td.value {
  color: #333333;
}
form.confirm-change-01 table.payment-summary tr.credit td.value {
  color: #009900;
}
form.confirm-change-01 table.payment-summary tr.total td {
  border-top: solid 1px #eeeeee;
  padding-top: 5px;
}
form.confirm-change-01 table.payment-summary tr.total td.value, 
form.confirm-change-01 table.payment-summary tr.total td.label {
  font-weight: bold;
  color: #333333;
}
div.cos-summary-01 {
  width:390px;
  padding: 0 0 0 400px;
}
div.delta-add-confirm .account-id {
  width: 790px;
  border-bottom: solid 1px #cccccc;
  margin: 0 0 20px 0;
  padding: 0 0 3px 0;
}

/* -----SEARCH RESULTS----- */
div.search-results ul {
  margin: 0 0 20px 0;
  padding: 0;
}
div.search-results ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.search-results ul li.url,
div.search-results ul li.summary {
  font-size: 1em;
}

/* -----INFORMATION BOXES----- */
div.infobox {
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border:solid 1px #eeeeee;
  margin-bottom:20px;
  min-height: 65px;
  text-shadow:#FFF 0px 1px 0px;
}
div.infobox div.wrapper {
  padding: 10px 15px;
}
div.infobox a {
  display: block;
  font-size: 1em;
  color:#666666;
  padding: 10px 15px 10px 65px;
}
div.infobox ul {
  margin: 0;
  padding: 0;
}
div.infobox ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
}
div.infobox p.message {
  margin: 0;
  font-size: 1em; 
}
div.infobox h2.title {
  font-size: 1.2em;
  margin:0;
}
div.infobox.success {
  background: #edf6ff;
}
div.infobox.fail {
  background:#FFFED2;
}
div.infobox.alert {
  background:url("/images/icon-message.png") no-repeat scroll 15px 10px #FFFED2;
}


/* -----LIFT MESSAGES----- */
div#lift__noticesContainer___error,
div#lift__noticesContainer___notice,
span#fixme-error div,
span#fixme-notice div {
   border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding: 15px 20px; 
  border:solid 1px #eeeeee;
  margin-bottom:20px;
}
div#lift__noticesContainer___error ul,
div#lift__noticesContainer___notice ul {
  margin: 0;
  padding: 0;
}
div#lift__noticesContainer___error ul li,
div#lift__noticesContainer___notice ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
}
span#fixme-error div,
div#lift__noticesContainer___error {
  background:#FFFED2;
}
span#fixme-notice div,
div#lift__noticesContainer___notice {
  background: #edf6ff;
}
/*validation*/
span#validation {
  display: block;
  background: #FFFED2;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  margin: 0 0 20px 0;
}
span#validation div {
  margin: 0 0 0 20px;
  padding: 5px 0 5px 30px;
  background: url(/images/icon-error-01.png) 0 5px no-repeat;
  font-size: 1.2em;
}
/*signup*/
div.signup b.error {
  width:22px;
  height:0;
  padding: 21px 0 0 0;
  margin: 2px 0 0 0;
  overflow: hidden;
  background: url(/images/icon-error-01.png) no-repeat 0 0;
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
}
div.signup div.tos b.error {
  margin: -3px 5px 0 0;
}

/* -----BREAD CRUMB----- */
ul.bread-crumb {
  color:#666;
  margin:0;
  padding: 0 0 10px 0;
}
ul.bread-crumb li {
  background-image:url(/images/nav-tree-triangle.png);
  background-repeat:no-repeat;
  background-position:0 center;
  display:inline;
  font-size:10px;
  padding-left:10px;
  margin-right:6px;
}
ul.bread-crumb li.first {
  padding:0px;
  background:none;
}

/* -----PAGE TITLES----- */
h1.page-title-1 {
  width:950px;
  margin:0 0 20px 0;
  padding:0;
  float:left;
  border-bottom:solid 1px #CCC;
}
h1.page-title-1 a,
h1.page-title-1 a:hover {
  color:#333;
}

/* Use h1.page-title-2 with gf_reduced */
h1.page-title-2 {
  Float:left;
  margin:20px 0 0 0;
  width:742px;
  color:#666;
  font-size:18px;
  border-bottom:solid 1px #CCC;
}
.page-title-3 {
  margin:20px 0 10px 0;
}
h3.page-title-4 {
  color:#666666;
  border-bottom:solid 1px #cccccc;
  width:590px;
  margin:0;
}
/* -----TOP BANNERS----- */
div.top-banner-1 {
  width:950px;
  height:275px;  
  float:left;
  margin:0 0 20px 0;
  padding:0;  
}
div.top-banner-2 {
  width:950px;
  height:500px;  
  float:left;
  margin:0;
  padding:0;
}
div.top-banner-3 {
  width:950px;  
  float:left;
  margin:0 0 20px 0;
  padding:0;  
}

/* -----PROGRESS METER----- */
ol.progress-meter-01 {
  float:right;
  width:auto;
  margin:-38px 80px 0 0;
  padding:0;
}
ol.progress-meter-01 li {
  float:left;
  list-style-type:none;
  margin:0 0 0 40px;
  padding:20px 0 0 0;
  text-align:center;
  font-size:.9em;
}
ol.progress-meter-01 li.complete {
  background:url(/images/progress-meter-complete.png) no-repeat center top;
  color:#999999;
}
ol.progress-meter-01 li.current {
  background:url(/images/progress-meter-current.png) no-repeat center top;
  color:#333333;
  font-weight:bold;
}
ol.progress-meter-01 li.incomplete {
  background:url(/images/progress-meter-incomplete.png) no-repeat center top;
  color:#999999;
}
/* -----PLAN SELECTORS----- */
div.plan-select-01 {
  float:left;
  width:950px;
  border-bottom:solid 1px #cccccc;
  padding: 10px 0 30px 0;
}
div.plan-select-01 p {
  font-size: 1em;
}
div.plan-select-01 div.wrapper {
  float:left;
  width:950px;
  padding: 10px 0;
  background: url(/images/plan-select-01-divider.png) repeat-y;
}
div.plan-select-01 .highlights {
  float: left;
  width:550px;
  padding: 0 10px 0 40px;
}
div.plan-select-01 .selector {
  float: left;
  width:270px;
  margin: 0 40px 0 40px;
}
div.plan-select-01 .highlights h2 {
  font-size: 1.7em;
}
div.plan-select-01 .highlights img {
  float: left;
  padding: 0 10px 0 0;
}
div.plan-select-01 .highlights ul {
  float: left;
  width:390px;
  margin: 0;
}
div.plan-select-01 .highlights li {
  margin:5px 0 0 40px;
  font-size: 1.1em;
  color: #333333;
}
div.plan-select-01 .highlights li b {
  font-size: 1.1em;
}
div.plan-select-01 .selector h2 {
  font-weight: normal;
}
div.plan-select-01 .selector form fieldset {
  width:216px;
  padding:15px 37px 15px 15px;
  border: solid 1px #e8dbab;
  background: #fff4ca;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-shadow: 0px 1px 0px #ffffff;
}
div.plan-select-01 .selector form fieldset p.desc {
  color: #666666;
}
div.plan-select-01 .selector form fieldset p.desc em {
  font-style: normal;
  font-weight: bold;
  color: #c10000;
}
div.plan-select-01 .selector form fieldset p.price {
  color: #333333;
}
div.plan-select-01 .selector form fieldset p.price b {
  font-size: 1.7em;
  font-weight: normal;
}
div.plan-select-01 .selector form fieldset p.price em {
  font-style: normal;
}
div.plan-select-01 .selector form fieldset label {
  font-size: 1.4em;
  margin: 0;
  color:#333333;
}
div.plan-select-01 .selector form input.cta-1 {
  margin: 20px 0 0 0;
}
/* inactive service */
div.plan-select-01 .selector form fieldset div.inactive p.desc,
div.plan-select-01 .selector form fieldset div.inactive p.desc em,
div.plan-select-01 .selector form fieldset div.inactive label {
  color: #999999;
}
div.plan-select-01 .selector form fieldset input.radio {
  margin-top: 6px;
}
div.plan-select-01 .selector form fieldset p {
  margin: 0 0 0 22px;
}

div.plan-select-01 hr {
  background: #e8dbab;
  box-shadow: 0px 1px 0px #fffbee;
  -moz-box-shadow: 0px 1px 0px #fffbee;
  -webkit-box-shadow: 0px 1px 0px #fffbee;
  height: 1px;
  margin: 10px 0 10px 22px;
  width:auto;
}

/* -----AT-A-GLANCE----- */
div.at-a-glance-01 {
  float:left;
  width:908px;
  height: 260px;
  background: #f8f8f8;
  border: solid 1px #eee;
  margin:20px 0;
  text-align: center;
  padding: 20px;
}

/* -----IP DETECT----- */
div.ip-detect-01 {
  float:left;
  width:950px;
  border-bottom:solid 1px #cccccc;
  padding:20px 0;
  margin: 0 0 20px 0;
}
div.ip-detect-01 p {
  margin:0;
  font-size: 1em;
}
div.ip-detect-01 div.col-dividers {
  background:url(/images/ip-detect-col-dividers.png) repeat-y;
  float:left;
  width:950px;
}
div.ip-detect-01 div.desc {
  float:left;
  width:260px;
  padding:10px 10px 10px 40px;
}
div.ip-detect-01 div.desc h4 {
  font-size:1.2em;
  font-style:italic;
  margin:0;
}
div.ip-detect-01 div.your-ip {
  float:left;
  width:170px;
  padding:10px 10px 10px 20px;
}
div.ip-detect-01 div.your-ip b {
  font-size:1.4em;
  display: block;
}
div.ip-detect-01 div.your-location {
  float:left;
  width:170px;
  padding:10px 10px 10px 20px;
}
div.ip-detect-01 div.your-location b {
  font-size:1.4em;
  display: block;
}
div.ip-detect-01 div.your-ip b span.unsafe,
div.ip-detect-01 div.your-location b.unsafe {
  color:#d10000;
}
div.ip-detect-01 div.your-ip b span.safe,
div.ip-detect-01 div.your-location b.safe {
  color:#538a46;
}
div.ip-detect-01 div.link {
  float:left;
  width:160px;
  padding:10px 0 10px 20px;
}
div.ip-detect-01 div.link a {
  display:block;
  width:110px;
  height:40px;
  padding-left:50px;
  background:url(/images/icon-question-mark-01.png) no-repeat;
  font-size:1.2em;
  font-style:italic;
}


/* -----SELECTED SERVICE----- */

div.selected-service-01 {
  width:748px;
  float:left;
  background:#f8f8f8;
  border:solid 1px #eeeeee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin:20px 0;
  padding: 10px 20px;
}
div.selected-service-01 h2 {
  font-size:1em;
  text-shadow: #fff 0 1px;
  color:#666;
  margin-bottom:3px;
  float:none !important;
}
div.selected-service-01 p {
  margin:0;
  font-size: 1em;
}
div.selected-service-01 div.block {
  float:left;
}
div.selected-service-01 div.selected-panel {
  float:left;
}
div.selected-service-01 div.selected-panel p.service b {
  display:block;
  font-size:1.5em;
  line-height:1.1em;
  color:#333333;
}
div.selected-service-01 div.selected-panel p.service em {
  font-weight:normal;
  color:#333333;
  font-style:normal;
  float:none;
}
div.selected-service-01 div.selected-panel p.price {
  line-height:2em;
}
div.selected-service-01 div.selected-panel p.price b {
  font-size:2.1em;
  font-weight:normal;
  color:#333333;
}
div.selected-service-01 div.selected-panel p.price em {
  font-style:normal;
  font-size:.8em;
  float:none;
  padding: 0 0 0 5px;
}
div.selected-service-01 div.selected-panel div#discount-price p.price b {
  color:#009900;
}
div.selected-service-01 div.selected-panel div#discount-desc p.code {
  float:left;
  line-height:1.1em;
  background:#ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border:solid 1px #cccccc;
  padding:2px 3px 2px 5px;
  margin-bottom:5px;
}
div.selected-service-01 div.selected-panel div#discount-desc p.code b {
  color:#999999;
  float:left;
}
div.selected-service-01 div.selected-panel div#discount-desc p.code a {
  display:block;
  float:right;
  width:12px;
  height:0;
  overflow:hidden;
  padding-top:13px;
  margin:0 0 0 4px;
  background:url(/images/icon-delete-01.png) no-repeat;
}
div.selected-service-01 div.selected-panel div#discount-desc p.code a:hover {
  background:url(/images/icon-delete-01.png) no-repeat 0 -13px;
}
div.selected-service-01 div.selected-panel div#discount-desc p.desc {
  float:left;
  font-size:.9em;
  color:#333333;
}
/* 2 column */
div.selected-service-01 div#col-2.selected-panel {
  background:url(/images/selected-service-2-col.png) repeat-y;
} 
div.selected-service-01 div#col-2 div#selection {
  width: 559px;
  padding-right:10px;
}
div.selected-service-01 div#col-2 div#reg-price {
  width: 149px;
  padding:0 0 0 20px;
}
/* 3 column */
div.selected-service-01 div#col-3.selected-panel {
  background:url(/images/selected-service-3-col.png) repeat-y;
} 
div.selected-service-01 div#col-3 div#selection {
  width: 369px;
  padding-right:10px;
}
div.selected-service-01 div#col-3 div#discount-desc {
  width: 170px;
  padding:0 10px 0 20px;
}
div.selected-service-01 div#col-3 div#reg-price {
  width: 149px;
  padding:0 0 0 20px;
}
/* 4 column */
div.selected-service-01 div#col-4.selected-panel {
  background:url(/images/selected-service-4-col.png) repeat-y;
}
div.selected-service-01 div#col-4 div#selection {
  width: 169px;
  padding-right:10px;
}
div.selected-service-01 div#col-4 div#discount-desc {
  width: 170px;
  padding:0 10px 0 20px;
}
div.selected-service-01 div#col-4 div#discount-price {
  width: 170px;
  padding:0 10px 0 20px;
}
div.selected-service-01 div#col-4 div#reg-price {
  width: 149px;
  padding: 0 0 0 20px;
} 

/* -----FORMS----- */
textarea {
  height:4em;
}
textarea,
span.text input,
input.text {
  margin:0 0 1em 0;
  padding:0.3em;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.1em;
  border:solid 1px #CCC;
}
select {
  font-family:Arial, Helvetica, sans-serif;
  border:solid 1px #CCC;
  padding:3px;
  margin:0 0 1em 0;
  height:26px;
  background:#ffffff;
  font-size:1.1em;
}
input.checkbox {
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align:top;
}
label {
  margin:0 10px 1em 0;
  padding:0;
  color:#888;
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align:top;
  font-size:.9em;
}
fieldset {
  border:none;
  margin:0;
  padding:0;
}
span.text {
  display: inline-block;
  zoom:1;
  *display:inline;
}
span.text input:focus,
input.text:focus,
textarea:focus,
select:focus {
  border:1px solid #666;
}
label:focus {
  color:#333;
}
form h2 {
  font-weight:normal;
  color:#666;
  margin-bottom:.3em;
}
form p {
  margin:0;
  color:#999999;
}
div.submit-01 {
  float: left;
  width:790px;
  text-align: right;
  border-top: solid 1px #eeeeee;
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
}
div.submit-01 div.order-total {
  display: inline-block;
  /* for ie */
  zoom:1;
  *display:inline;
  vertical-align: middle;
  margin: 3px 0 0 0;
  font-size:1.3em;
  font-weight: bold;
  color:#999999;
}
div.submit-01 div.order-total b {
  color:#00a004;
}
div.submit-02 {
  text-align:right;
  float:left;
  width:390px;
  font-size:16px;
  font-weight:bold;
  color:#999999;
}
div.submit-02 b {
  color:#00a004;
  font-size:1.2em;
  padding-right:5px;
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align:bottom;
  
}
div.submit-02 sup {
  font-size:.5em;
}
a.cancel {
  padding:5px 5px 0 0;
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align:middle;
}
/* form 1 */
form.form-1 {
  width:300px;
  margin:0;
  padding:20px 25px;
  background:#eeeeee;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  text-shadow:#FFF 0px 1px 0px;
}
form.form-1 h2 {
  width:300px;
}
form.form-1 fieldset {
  padding:20px 0 0 0;
  width:300px;
}
form.form-1 fieldset div.field {
  text-align: right;
}
form.form-1 span.text input,
form.form-1 input.text,
form.form-1 textarea {
  width:145px;
  font-size:1em;
}
form.form-1 label {
  width:125px;
  text-align:right;
}
form.form-1 input.cta-4 {
  margin-left: 220px;
}
/* form 2 */
form.form-2 {
  float:left;
  width:100%;
}
form.form-2 h2 {
  margin:0;
  float: left;
}
form.form-2 fieldset {
  float:left;
  border-top:solid 1px #cccccc;
  padding:20px 0;
}
form.form-2 fieldset div.col {
  float:left;
}
form.form-2 fieldset div.col.last {
  padding-right:0;
}
form.form-2 fieldset input.radio {
  margin-left:0;
}
form.form-2 fieldset span.text input,
form.form-2 fieldset input.text,
form.form-2 fieldset textarea {
  width:200px;
  margin-right:10px;
}
form.form-2 fieldset select {
  width:210px;
  margin-right:40px;
}
form.form-2 fieldset label {
  width:110px;
  margin:0 15px 0 0;
  text-align:right;
}
form.form-2 fieldset div.exp-date select.mo,
form.form-2 fieldset div.exp-date span.mo select {
  width:50px;
  margin-right:5px;
}
form.form-2 fieldset div.exp-date select.yr {
  width:70px;
}
form.form-2 fieldset input.text.cvv,
form.form-2 fieldset span.text.cvv input {
  width:76px;
  margin-right:5px;
}
form.form-2 fieldset span.text.cvv b.error {
  padding-right:5px;
}
form.form-2 fieldset img.icon-cvv {
  display:inline-block;
  /* for IE */
  zoom:1;
  *display:inline;
  vertical-align:top;
}
form.form-2 fieldset div.select {
  margin:0 0 15px 0;
}
form.form-2 fieldset div.select label {
  font-size:14px;
  text-align:left;
  width:auto;
  margin-right:5px;
}
form.form-2 img.accepted-cards {
  float:right;
  padding-left:10px;
}
/* blog comments form */
form.comments-form {
  width:560px;
  float:left;
  margin:0;
  padding:15px;
  border:solid 1px #CCC;
}
form.comments-form input.cta-4 {
  float:right;
}
form.comments-form fieldset input {
  margin:0 0 1em 0;
  padding:0.5em;
  width:250px;
  border:solid 1px #CCC;
}
form.comments-form fieldset textarea {
  float:left;
  margin:0 0 1em 0;
  padding:0.5em;
  width:545px;
  border:solid 1px #CCC;
}
form.comments-form fieldset textarea {
  height:6em;
}
form.comments-form label {
  display:block;
  margin:0;
  padding:0;
}
/* -----ADD SERVICE PAGE----- */
div.add-service div.middle a.cta-2 {
  float:left;
  margin:7px 0 0 0;
}
div.add-service-page h1 {
  font-size:1.5em;
  margin:0;
}
div.add-service-page p {
  margin:0 0 20px 0;
}
div.add-service-page div.existing-account h1,
div.add-service-page div.existing-account p {
  text-align:right;
}
div.add-service-page div.divider h1 {
  text-align:center;
}
div.add-service-page div.existing-account div.account {
  padding:4px 0 20px 0;
}
div.add-service-page div.existing-account div.account em {
  font-style: normal;
}
div.add-service-page div.existing-account div.account span.account-id {
  display:block;
  border-bottom:solid 1px #ccc;
  padding: 0 0 3px 0;
  margin: 0 0 5px 0;
}
div.add-service-page div.existing-account div.account div.service {
  padding:10px 0;
  border-bottom:dashed 1px #eeeeee;
}
div.add-service-page form.form-2 div.products {
  display: inline-block;
  zoom: 1;
  *display:inline;
  vertical-align: top;
}
div.add-service-page form.form-2 div.products label {
  width: auto;
}
div.add-service-page form.form-2 input.cta-4 {
  display: inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
}

/* -----DISCOUNT CODE FORM ----- */

form.form-2 div.discount-code fieldset,
form.form-2 div.discount-code span.text input {
  width:auto;
}

form.form-2 div.discount-code span.text input {
  border-right:0;
  padding:3px;
  height:14px;
  font-size:1em;
  width:85px;
  float:left;
}
form.form-2 div.discount-code span.text input:focus {
  border:solid 1px #ccc;
  border-right:0;
}
form.form-2 div.discount-code input.submit {
  width:30px;
  height:22px;
  overflow:hidden;
  padding:22px 0 0 0;
  background:#eeeeee url(/images/discount-code-submit.png) no-repeat;
  border:0;
}
form.form-2 div.discount-code input.submit:hover {
  cursor:pointer;
}
/* -----CUSTUMER FEEDBACK FORM----- */
div.feedback-form-01 {
  float:left;
  width:350px;
  padding-right:40px;
  border-right:solid 1px #eeeeee;
}
div.feedback-form-01 textarea.text {
  width:290px;
  height:7.5em;
}
div.feedback-form-01 div.form_successful {
  height:0;
  width:300px;
  float:left;
  margin:0;
  padding:120px 25px;
  background:#eeeeee;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  text-shadow:#FFF 0px 1px 0px;
  text-align:center;
  font-size:1.2em;
}
/* -----GETTING STARTED----- */
div.getting-started-01 {
  float:left;
  margin-left:40px;
  padding:20px 0 0 0;
  width:350px;
}
div.getting-started-01 h2 {
  font-weight:normal;
  color:#666666;
  margin-bottom:.3em;
}
div.getting-started-01 p {
  margin:0;
}
div.getting-started-01 ul li {
  margin:5px 0;
}

/* -----INVOICE----- */
div.invoice {
  width:740px;
  margin:0 0 30px 0;
  padding:20px 25px;
  background:#fffdee;
  border:solid 1px #f7f5e3;
  color:#aaa36d;
  font-size:1.2em;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  text-shadow:#FFF 0px 1px 0px;
}
div.invoice div.inv-header {
  margin-bottom: 10px;
}
div.invoice h3 {
  color:#aaa36d;
  line-height:1em;
  font-size:1.3em;
  font-weight:normal;
}
div.invoice p.c-name,
div.invoice p.c-email {
  font-size: .9em;
  margin: 0;
  color: #333;
}
div.invoice a.print:hover {
  background:url(/images/icon-print-01.png) no-repeat 0 -14px;
}
div.invoice table {
  width:740px;
  margin:10px 0 0 0;
  border-collapse: collapse;
  display: table;
  table-layout:fixed;
  position:relative;
}
div.invoice table tr td {
  padding:5px 0;
  vertical-align: top;
}
div.invoice table tr td.col-1 {
  width:auto;
}
div.invoice table tr td.col-2 {
  width:530px;
}
div.invoice table tr td.col-3 {
  width:70px;
}
div.invoice table tr.header td {
  border-bottom:solid 1px #f7f5e3;
}
div.invoice table tr.line-item td {
  color:#333333;
}
div.invoice table tr.line-item td ul {
  margin: 0;
  padding: 0;
}
div.invoice table tr.line-item td ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
}
div.invoice table tr.total td.col-2,
div.invoice table tr.discount td.col-2 {
  text-align:right;
  padding-right:5px;
} 
div.invoice table tr.discount td.col-2,
div.invoice table tr.discount td.col-3 {
  color:#a60000;
} 
div.invoice table tr.total td.col-3 {
  color:#00a004;
} 
/* invoice log */
div.cp-invoices ul.transaction {
  border-bottom: dashed 1px #eeeeee;
  padding: 10px 15px;
  margin:0;
}
div.cp-invoices ul.transaction:hover {
  background: #fffed2;
}
div.cp-invoices ul.transaction li {
  list-style-type: none;
  display: inline-block;
  /* for ie */
  zoom:1;
  *display:inline;
  vertical-align: top;
  margin: 0;
  font-size:1em;
  
}
div.cp-invoices ul.transaction ul {
  margin: 0;
  padding: 0;
}
div.cp-invoices ul.transaction ul li {
  display: list-item;
}
div.cp-invoices ul.transaction li.date {
  width:110px;
}
div.cp-invoices ul.transaction li.desc {
  width:200px;
}
div.cp-invoices ul.transaction li.amount {
  width:150px;
  text-align: right;
}
div.cp-invoices ul.transaction li.view {
  width:80px;
  text-align: right;
}
div.cp-invoices div.balance {
  width:590px;
  text-align: right;
  margin: 10px 0;
}

/* -----LOCALE DIRECTORY----- */
div.locale-directory div.block {
  float: left;
  width:190px;
  margin-bottom:20; 
}
div.locale-directory ul {
  margin: 0;
  padding: 0;
}
div.locale-directory ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
}

/* -----WINDOW PANE----- */
div.window-pane-1,
div.window-pane-blog-1 {
  width:270px;
  float:left;
  margin:0;
  padding:0;
}
div.window-pane-1 h3,
div.window-pane-blog-1 h3 {
  width: 250px;
  float:left;
  height:28px;
  margin:0;
  padding:7px 10px 0 10px;
  color:#666;
  background:url(/images/window-pane-270-top.png) no-repeat;
}
div.window-pane-1 ul,
div.window-pane-blog-1 ul li div.textwidget,
div.window-pane-blog-1 ul.ctc-tag-cloud {
  width:250px;
  float:left;
  margin:0;
  padding:10px 10px 0 10px;
  list-style-type:none;
  background:url(/images/window-pane-270-bg.png) repeat-y;
}
div.window-pane-1 div.bottom,
div.window-pane-blog-1 div.bottom {
  width:270px;
  float:left;
  background:url(/images/window-pane-270-bottom.png) no-repeat;
  height:11px;
}
div.window-pane-blog-1 ul,
div.window-pane-blog-1 li {
  float:left;
}
div.window-pane-blog-1 ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

/* -----BANNER ADS----- */
a.ad-1, a.ad-2 {
  display:block;
  color:#666;
  background-repeat:no-repeat;
}
a.ad-1:hover, a.ad-2:hover {
  color:#666;
}
a.ad-1 {
  height:165px;
  width:430px;
}
a.ad-2 {
  height:150px;
  width:270px;
}

/* -----CALL TO ACTION----- */

/* general styles */
.gf-btn {
  background-repeat:no-repeat;
  margin:0;
  border: none;
  display:block;
  overflow:hidden;
  color: #fff;
  font-family: 'Droid Sans', arial, serif;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
}
b.gf-btn {
  display: none;
}
.gf-btn:hover {
  cursor:pointer;
  color: #fff;
}

/* buttons - 160px x 45px */
.cta-1, .cta-2 {
  width:160px;
  height:25px;
  padding: 10px 0;
  font-size: 16px;
}
input.cta-1, input.cta-2 {
  height: 45px;
}
/* Green */
.cta-1 {
  background:url(/images/btn-160-green.png) no-repeat;
}
/* Blue */
.cta-2 {
  background:url(/images/btn-160-blue.png) no-repeat;
}

/* buttons - 80px x 28px */
.cta-3, .cta-4 {
  width:80px;
  height:18px;
  padding: 5px 0;
  font-size: 13px;
}
input.cta-3, input.cta-4 {
  height: 28px;
}

/* Green */
.cta-3 {
  background:url(/images/btn-80-green.png) no-repeat;
}
/* Blue */
.cta-4 {
  background:url(/images/btn-80-blue.png) no-repeat;
}

/* buttons - 60px x 22px */
/* Grey */
.cta-5 {
  width:60px;
  height: 12px;
  padding: 5px 0;
  font-size: 11px;
  background:url(/images/btn-60-grey.png) no-repeat;
}
input.cta-5 {
  height: 22px
}

/* Plain Text CTA */
.cta-6 {
  display: block;
}

/* -----SECONDARY NAVIGATION----- */
div.sec-nav-1 {
  width:310px;
  float:left;
  margin:0;
  padding:0;
}
div.sec-nav-1 ul {
  margin:0;
}
div.sec-nav-1 ul li {
  list-style-type:none;
  margin-bottom: 0;
}
div.sec-nav-1 h2 {
  margin:0px 0px 2px 0px;
  height:0;
  padding-top:59px;
  overflow:hidden;
  width:310px;
  background-repeat:no-repeat;
}
div.sec-nav-1 a {
  display:block;
  height:0;
  padding-top:70px;
  width:310px;
  overflow:hidden;
  margin-bottom:2px;
  background-repeat:no-repeat;
}
div.sec-nav-1 a.link-1 {
  background-position:0 -61px;
}
div.sec-nav-1 a.link-2 {
  background-position:0 -133px;
}
div.sec-nav-1 a.link-3 {
  background-position:0 -205px;
  margin-bottom:0;
}
div.sec-nav-1 a.link-1:hover {
  background-position:0 -336px;
}
div.sec-nav-1 a.link-2:hover {
  background-position:0 -408px;
}
div.sec-nav-1 a.link-3:hover {
  background-position:0 -480px;
}
div.sec-nav-2 {
  width:950px;
  float:left;
  margin:0;
  padding:0;
}
div.sec-nav-2 ul {
  width:950px;
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
}
div.sec-nav-2 ul li {
  float:left;
  list-style-type: none;
  margin-bottom: 0;
}
div.sec-nav-2 ul li.first {
  margin-left:40px;
}
div.sec-nav-2 ul li a {
  display:block;
  width:150px;
  height:0;
  padding:50px 0 0 0;
  overflow:hidden;
}
div.sec-nav-2 ul li a {
  background-repeat: no-repeat;
}
div.sec-nav-2 ul li a.link-1 {
  background-position: -40px 0;
}
div.sec-nav-2 ul li a.link-2 {
  background-position: -190px 0;
}
div.sec-nav-2 ul li a.link-3 {
  background-position: -340px 0;
}
div.sec-nav-2 ul li a.link-4 {
  background-position: -490px 0;
}
div.tab-1, div.tab-2, div.tab-3 {
  float:left;
}
div.tab-1 div.sec-nav-2 ul li a.link-1,
div.sec-nav-2 ul li a.link-1:hover {
  background-position: -40px -50px;
}
div.tab-2 div.sec-nav-2 ul li a.link-2,
div.sec-nav-2 ul li a.link-2:hover {
  background-position: -190px -50px;
}
div.tab-3 div.sec-nav-2 ul li a.link-3,
div.sec-nav-2 ul li a.link-3:hover {
  background-position: -340px -50px;
}
div.tab-4 div.sec-nav-2 ul li a.link-4,
div.sec-nav-2 ul li a.link-4:hover {
  background-position: -490px -50px;
}

/* -----HOME----- */

div.home div.top-banner-2 {
  position: relative;
  height: 477px;
  margin: 0 0 20px 0;
  z-index: 1;
  font-family: 'Cantarell', arial, serif;
  letter-spacing: -1px;
}
div.home div.top-banner-2 div.banner-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 477px;
  width:950px;
  z-index: 2;
}
div.home div.banner-wrapper div.message {
  position: absolute;
  z-index: 2;
  bottom: 240px;
  left: 348px;
}
div.home div#banner-fingerprint div.message h1 {
  font-size: 2em;
}
div.home div.banner-wrapper div.message h1 {
  margin: 0;
  font-weight: normal;
  font-size: 2.3em;
  line-height: 1.3em;
  color: #000;
}
div.home div.banner-wrapper div.message p {
  font-size: 1.9em;
  line-height: 1.3em;
  margin: 0 10px 0 0;
}
div.home div.top-banner-2 p.call-to-action {
  height: 60px;
  overflow: hidden;
  position: absolute;
  z-index: 4;
  bottom: 145px;
  left: 350px;
}
div.home div.top-banner-2 p.call-to-action a {
  position: relative;
  z-index: 4;
}
div.home div.top-banner-2 p.call-to-action a.vypr-cta {
  background: url(/images/btn-product-vyprvpn-178.png) no-repeat;
  position: relative;
  z-index: 4;
  display: inline-block;
  zoom: 1;
  *display:inline;
  vertical-align: middle;
  margin:0 5px 0 0;
  width: 178px;
  padding: 60px 0 0 0;
  height:0;
  overflow:hidden;
}
div.home div.top-banner-2 p.call-to-action a.learn {
  color: #666;
  font-weight: bold;
  margin-left:5px;
}
div.home div.top-banner-2 p.call-to-action a.learn b {
  color: #333;
  font-size: 2em;
  display: inline-block;
  zoom: 1;
  *display:inline;
  vertical-align: top;
  margin: 5px 0 0 0;
}
div.home div.top-banner-2 div#banner-baghead {
  background: url(/images/gf-home-banner-baghead.jpg) no-repeat;
}
div.home div.top-banner-2 div#banner-doorhanger {
  background: url(/images/gf-home-banner-doorhanger.jpg) no-repeat;
}
div.home div.top-banner-2 div#banner-fingerprint {
  background: url(/images/gf-home-banner-fingerprint.jpg) no-repeat;
}
div.home div.top-banner-2 div#banner-fishguy {
  background: url(/images/gf-home-banner-fishguy.jpg) no-repeat;
}
div.home div.top-banner-2 div#banner-nametag {
  background: url(/images/gf-home-banner-nametag.jpg) no-repeat;
}
div.home div.top-banner-2 a#control {
  display: block;
  background: url(/images/banner-control.png) no-repeat 0 0;
  width: 35px;
  height: 0;
  padding: 27px 0 0 0;
  overflow: hidden;
  position:relative;
  z-index: 20;
  cursor: pointer;
  margin: 80px 0 0 903px;
}
div.home div.top-banner-2 a#control.slideshow-auto {
  background-position: 0 0;
}
div.home div.top-banner-2 a#control.slideshow-paused {
  background-position: 0 -47px;
}
div.home ul.sec-nav-3 {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 315px;
  width: 600px;
}
div.home ul.sec-nav-3 li {
  float:left;
  list-style-type: none;
  margin:0 10px 0 0;
  padding: 0;
  width: 110px;
  height: 70px;
  overflow: hidden;
}
div.home ul.sec-nav-3 li a {
  display:block;
  width: 110px;
  padding: 39px 0 0 0;
  height: 31px;
  background: url(/images/gf-home-banner-nav.png) no-repeat;
  color: #999;
  font-size: .8em;
  text-align: center;
  line-height: 1em;
}
div.home ul.sec-nav-3 li a b {
  color: #333;
  font-size: 1.1em;
}
div.home ul.sec-nav-3 li.tab1 a {
  background-position: -480px 0;
}
div.home ul.sec-nav-3 li.tab1 a.current,
div.home ul.sec-nav-3 li.tab1 a:hover {
  background-position: -480px -80px;
}
div.home ul.sec-nav-3 li.tab2 a {
  background-position: 0 0;
}
div.home ul.sec-nav-3 li.tab2 a.current,
div.home ul.sec-nav-3 li.tab2 a:hover {
  background-position: 0 -80px;
}
div.home ul.sec-nav-3 li.tab3 a {
  background-position: -120px 0;
}
div.home ul.sec-nav-3 li.tab3 a.current,
div.home ul.sec-nav-3 li.tab3 a:hover {
  background-position: -120px -80px;
}
div.home ul.sec-nav-3 li.tab4 a {
  background-position: -240px 0;
}
div.home ul.sec-nav-3 li.tab4 a.current,
div.home ul.sec-nav-3 li.tab4 a:hover {
  background-position: -240px -80px;
}
div.home ul.sec-nav-3 li.tab5 a {
  background-position: -360px 0;
}
div.home ul.sec-nav-3 li.tab5 a.current,
div.home ul.sec-nav-3 li.tab5 a:hover {
  background-position: -360px -80px;
}
div.home div.intro-copy {
    width:870px;
    margin:10px 40px 0 40px;
    float:left;
}
div.home div.intro-copy p {
  width:420px;
  float:left;
  padding-right:20px;
  color:#999;
  margin:0;
  font-size:1.2em;
}
div.home div.intro-copy p.last {
  padding-right:0;
}

/* -----VyprVPN LEARN----- */
div.vypr-learn div.top-banner-3 {
  background-image:url(/images/top-banner-vypr-sun-brust.jpg);
  background-repeat: no-repeat;
}
div.vypr-learn div.top-banner-3 div.message {
  padding: 0 0 31px 0;
}
div.vypr-learn div.top-banner-3 div.message h1 {
  display: none;
}
div.vypr-learn div.top-banner-3 div.message p {
  font-family: 'Cantarell', arial, serif;
  letter-spacing: -1px;
  padding: 74px 0 0 82px;
  font-size: 1.5em;
  margin: 0;
}
div.vypr-learn div.top-banner-3 div.sec-nav-2  {
  margin:0;
  background-image:url(/images/top-banner-vypr-tabs-nav.png);
}
div.vypr-learn div.top-banner-3 div.sec-nav-2 ul li {
  height: 50px;
  overflow: hidden;
}
div.vypr-learn div.top-banner-3 div.sec-nav-2 ul li a {
  background-image:url(/images/top-banner-vypr-tabs-nav.png);
}
div.vypr-learn div.temp-2 div.col-2 p {
  font-size:0.75em;
}
div.vypr-learn div.temp-2 div.col-2 p, div.vypr-learn div.temp-2 div.col-2 h3 {
  margin-left:20px;
}
div.vypr-learn .tab-4 .col-1 p,
div.vypr-learn .tab-4 .col-1 li {
  font-size: 1.1em;
}
div.vypr-learn .col-1 div.vypr-demo {
  float:left;
  width:590px;
  padding: 0 0 20px 0;
}
div.vypr-learn .col-1 div.vypr-demo img {
  float: left;
  margin: 0 10px 0 0;
}
div.vypr-learn .col-1 div.vypr-demo p {
  float: left;
  width:229px;
  font-size: .85em;
}
div.vypr-learn div.plan-select-01 {
  border: 0;
}

/* -----MIMO LEARN----- */
div.mimo-learn div.top-banner-3 {
  background-image:url(/images/top-banner-mimo-learn.png);
  background-repeat: no-repeat;
}
div.mimo-learn div.top-banner-3 div.sec-nav-2  {
  margin:0;
  background-image:url(/images/top-banner-mimo-tabs-nav.png);
}
div.mimo-learn div.top-banner-3 div.sec-nav-2 ul li {
  height: 50px;
  overflow: hidden;
}
div.mimo-learn div.top-banner-3 div.sec-nav-2 ul li a {
  background-image:url(/images/top-banner-mimo-tabs-nav.png);
}
div.mimo-learn div.top-banner-3 div.message {
  width: 450px;
  min-height: 117px;
  margin: 15px 20px 0 480px;
}
div.mimo-learn div.top-banner-3 div.message h1 {
  font-size: 2.1em;
  margin-bottom: .3em;
  font-weight: bold;
  letter-spacing: -2px;
}
div.mimo-learn div.top-banner-3 div.message p {
  font-size: 1.4em;
  letter-spacing: -1px;
  margin-bottom: 0;
}
div.mimo-learn div.top-banner-3 div.message h1,
div.mimo-learn div.top-banner-3 div.message p {
  color: #fff;
  font-family: 'Cantarell', arial, serif;
  text-shadow: 0 2px 2px #000000;
}
ol#mm-manual-links {
  margin:0;
  padding-bottom: 10px;
}
ol#mm-manual-links li {
  list-style-type: none;
  background: url(/images/icon-nums.png) no-repeat;
  padding-left: 35px;
}
ol#mm-manual-links li#one {
  background-position: 0 0;
}
ol#mm-manual-links li#two {
  background-position: 0 -280px;
}
ol#mm-manual-links li#three {
  background-position: 0 -573px;
}
ol#mm-manual-links h3 a {
  background: url(/images/icon-dbl-arrow-right-01.png) no-repeat right 4px;
  padding-right: 25px;
}
ol#mm-manual-links h3 a:hover {
  background-position: right -84px;
}
div.mimo-learn div.section-block {
  border-bottom: solid 1px #cccccc;
  margin-bottom: 20px;
  padding: 0 0 0 33px;
}
div.mimo-learn div.section-block a.top-link {
  float: right;
}
div.mimo-learn div.QA {
  padding: 10px 0 0 0;
}
div.mimo-learn div.QA div.section-block {
  padding-left: 20px;
}
div.mimo-learn div.cat-select h2 {
  border-bottom: solid 1px #eeeeee;
}
div.mimo-learn div.cat-select,
div.mimo-learn div.cat-select ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 590px;
}
div.mimo-learn div.cat-select ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  list-style-type: none;
  width: 275px;
  float: left;
}
div.mimo-learn div.panel {
  border: solid 1px #eeeeee;
}
div.mimo-learn div.panel,
div.mimo-learn div.panel div.wrapper {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-text-shadow: 0px 1px 0px #f8f8f8;
  -webkit-text-shadow: 0px 1px 0px #f8f8f8;
  text-shadow: 0px 1px 0px #f8f8f8;
}
div.mimo-learn div.feedback div.panel {
  border: solid 1px #bbbbbb;
  background: url(/images/feedback-banner-bg.png) no-repeat 0 0;
}
div.mimo-learn div.feedback div.panel div.wrapper {
  border-top: solid 1px #ffffff;
  padding: 10px 10px 10px 85px;
}
div.mimo-learn div.feedback div.panel div.wrapper h3 {
  font-size: 2em;
  font-family: 'Yanone Kaffeesatz', arial, helvetica;
  font-weight: 400;
  margin: 0 0 3px 0;
  line-height: 1.2em;
}
div.mimo-learn div.feedback div.panel div.wrapper h3 strong {
  font-weight: 700;
  color: #ba2f29;
}
div.mimo-learn div.feedback div.panel div.wrapper p {
  color: #666666;
  font-size: 1.3em;
  line-height: 1.2em;
  font-family: 'Yanone Kaffeesatz', arial, helvetica;
  font-weight: 400;
  margin: 0 0 5px 0;
}
div.mimo-learn div.feedback div.panel div.wrapper a {
  font-weight: bold;
  background: url(/images/icon-dbl-arrow-right-02.png) no-repeat right 2px;
  padding-right: 20px;  
}
div.mimo-learn div.feedback div.panel div.wrapper a:hover {
  background-position: right -88px;
}
div.mimo-learn div.newsgroup div.panel {
  padding: 15px 10px 20px 70px;
  background: #fff8e0 url(/images/logo-mimo-60x70.png) no-repeat;
  background-position:  5px 7px;
}
div.mimo-learn div.newsgroup div.panel p,
div.mimo-learn div.requirements div.panel p {
  font-size: 1em;
}
div.mimo-learn div.requirements div.panel {
  padding: 10px 10px 10px 70px;
  background: #fff8e0 url(/images/logo-giganews-37x39.png) no-repeat;
  background-position:  17px 15px;
}
div.mimo-learn div.requirements div.panel h3 {
  margin: 0;
}
div.mimo-learn ol li ol li {
  list-style-type: lower-alpha;
}
a.mm-cta-1 {
  display: block;
  font-family: "Cantarell", Arial, Helvetica;
  color: #333333;
  text-shadow: 0px 1px 0px #fff5c4;
  float: left;
}
a.mm-cta-1:hover {
  color: #333333;
}
a.mm-cta-1 span {
  display: block;
  height: 48px;
  float: left;
}
a.mm-cta-1 span.left {
  background: url(/images/mmapp-upgrade-btn-ends.png) no-repeat 0 0;
  width: 45px;
}
a.mm-cta-1 span.center {
  background: url(/images/mmapp-upgrade-btn-center.png) repeat-x;
  font-size: 1em;
  padding: 5px 0 0 3px;
  height: 43px;
  line-height: 1.4em;
}
a.mm-cta-1 span.right {
  background: url(/images/mmapp-upgrade-btn-ends.png) no-repeat -45px 0;
  width: 21px;
}
a.mm-cta-1 strong {
  display: block;
  font-size: 1.5em;
}
div.mimo-learn div.download-installer a.alt-os {
  float: left;
  margin: 15px 0 0 20px;
}
div.mimo-learn div.instructions {
  margin: 20px 0 0 0;
}
div.mimo-learn div.overview div.intro {
  float: left;
  width: 580px;
  margin-right: 40px;
}
div.mimo-learn div.overview div.intro h1 {
  margin-bottom: .2em;
  font-size: 2.35em;
}
div.mimo-learn div.overview div.intro p {
  font-size: 1.4em;
}
div.mimo-learn div.overview div.download {
  float: left;
  width: 250px;
  padding-top: 230px;
  background: url(/images/mimo-screenshot-01.png) no-repeat 0 0;
}
div.mimo-learn div.overview div.download a.mm-cta-1 {
  margin: 0 0 0 40px;
}
div.mimo-learn div.overview a.mm-cta-1 strong {
  padding-top: 2px;
  font-size: 1.3em;
}
div.mimo-learn div.overview hr {
  margin: 30px 0;
  width: 890px;
  float: left;
}
div.mimo-learn div.overview div.body-content {
  float: left;
  width: 560px;
}
div.mimo-learn div.overview div.requirements div.panel {
  background-color: #f8f8f8;
}
div.mimo-learn div.overview div.requirements p {
  margin: 0 0 5px 0;
  font-size: 1em;
}
div.mimo-learn div.overview div.requirements a {
  font-weight: bold;
  background: url(/images/icon-dbl-arrow-right-02.png) no-repeat right 2px;
  padding-right: 20px;
}
div.mimo-learn div.overview div.requirements a:hover {
  background-position: right -88px;
}
div.mimo-learn div.overview div.callouts {
  float: left;
  width: 270px;
  margin-right: 40px;
}
div.mm-features {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  background: #eef7ff;
  margin: 0 0 20px 0;
  padding: 15px 20px;
}
div.mm-features ul {
  margin: 0;
  padding: 0;
}
div.mm-features ul.first {
  margin: 0 0 10px 0;
}
div.mm-features ul li {
  margin: 0 0 15px 30px;
  padding: 0;
  list-style-image: url(/images/icon-checkmark.png);
  font-size: 1em;
}
div.mm-features ul li.last {
  margin-bottom: 0;
}
div.mimo-learn div.overview div.newsgroup p {
  margin: 0;
}
div.mimo-learn p.cta-text {
  color:#333333;
  font-weight:bold;
}
/* -----ABOUT US----- */
div.about-us div.top-banner-1 {
  background-image:url(/images/top-banner-about-us-leap-frog.jpg);
}
div.about-us div.top-banner-1 div.message h1, 
div.about-us div.top-banner-1 div.message p {
  display: none;
  margin:0;
  padding:0;
}


/* -----AFFILIATE HOME----- */

div.affiliate-home div.product-1 a.logo, div.affiliate-home div.product-2 a.logo {
  display:block;
  float:left;
  width:150px;
  height:0;
  padding:150px 0 0 0;
  overflow:hidden;
}
div.affiliate-home div.product-1 a.logo {
  background:url(/images/logo-vypr-150x150.png) no-repeat;
}
div.affiliate-home div.product-2 a.logo {
  background:url(/images/logo-mimo-150x150.png) no-repeat;
}
div.affiliate-home div.product-1 p, div.affiliate-home div.product-2 p {
  float:left;
  width:350px;
  margin:0 0 0 10px;
}

/* -----STORE SIGN UP----- */
div.signup a.reg-login {
  display:block;
  background:url(/images/icon-user-01.png) no-repeat 0 1px;
  padding-left:20px;
}
div.signup a.reg-login:hover {
  background:url(/images/icon-user-01.png) no-repeat 0 -114px;
}
div.signup form.form-2 em {
  float:right;
   margin-top:6px;
  font-style:normal;
  color:#999999;
}
div.signup form.form-2 em.cc-icons img {
  padding: 0 0 0 10px;
  margin: -5px 0 0 0;
}
div.signup form.form-2 fieldset,
div.add-service-page form.form-2 fieldset {
  width:790px;
}
div.signup form.form-2 fieldset div.col {
  width:390px;
  padding-right:10px;
}
div.signup form.form-2 fieldset div.col.last {
  padding-right:0;
}
div.signup form.form-2 fieldset div.col div.field {
  width:390px;
}
div.signup form.form-2 fieldset label.tos {
  width:auto;
  font-size:1em;
}
div.signup form.form-2 fieldset div.tos {
  padding:3px 0 0 0;
  float:left;
}
div.signup form.form-2 fieldset div.submit-02 input.cta-4 {
  display: inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
}
div.signup div.field-note {
    width: 210px;
    margin: 5px 0 10px 128px;
    font-size: 11px;
}
div.signup span#email input {
    margin: 0;
}

/* -----SUPPORT----- */
div.support-home form.form-2 textarea {
  width:400px;
  height:8em;
  margin:0 0 10px 0;
}
div.support-home form.form-2 fieldset {
  border:0;
}
div.support-home form.form-2 h2 {
  width:590px;
  float: none;
  color: #333333;
}
div.support-home form.form-2 p {
  margin-top:10px;
}
div.support-home form.form-2 input.cta-4 {
  float: right;
  margin-right: 53px;
}
/* -----USER LOGIN----- */

div.login ul.forgot-info {
  margin:0 auto;
  padding:5px 0 0 25px;
  width:325px;
}
div.login ul.forgot-info li {
  display: inline-block;
  zoom:1;
  *display:inline;
  vertical-align: top;
  list-style-type: none;
  font-size: .9em;
  line-height: 1.1em;
}
div.login ul.forgot-info li.last {
  border: none;
  width: 200px;
  border-left:solid 1px #ccc;
  padding: 0 0 0 6px;
  margin: 0 0 0 6px;
}
/* -----SITE MAP----- */
div.site-map div.col {
  float:left;
  width:230px;
  margin-right:10px;
}
div.site-map div.col.last {
  margin-right:0;
}
div.site-map ul {
  margin:0;
}
div.site-map ul ul {
  margin:0 1.5em;
}
div.site-map li {
  list-style-type:none;
  font-size: 1em;
  margin: 5px 0;
}

/* -----THANK YOU PAGES----- */
div.thank-you a.logo {
  float:left;
}
div.thank-you div.message {
  float:left;
  margin:0 0 0 10px;
  width:350px;
}
div.thank-you p {
  margin:0 0 10px 0;
}
