html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-weight: inherit; @CH
  font-style: inherit;
  font-family: inherit;*/
  font-size: 100%; 
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}


/* ------------------------ type selectors ------------------------ */
html {
  background:#fff url("../images/html.jpg") top center repeat-x;
}

body { 
  text-align:center; 
  font:13px Tahoma, Geneva, sans-serif;
  color:#464646;
  background:#fff url("../images/body-inside.jpg") top center repeat-x;
  }/* modified: font */
  
  body#index {
      background:transparent url("../images/body-index-video.jpg") top center no-repeat;
      font:13px Tahoma, Geneva, sans-serif;
  }/* modified: font */
  
  body#faq.onecol #column-left {
    width:938px;
    padding-bottom:40px;
  }
  body#faq.onecol #column-right {
    display:none;  
  }
  /*
  html.footer {
    background:#000;  
  }
  
  html.footer #footer {
    position:absolute;
    bottom:0;
    left:0;
  }
  */
  /* changed from 1col to 2col layout .:. needed padding back */
  body#faq.about #column-left {
  padding-bottom: 40px;
  }
  
blockquote { margin-left:10px; margin-right:10px; }

h1  { font-size:1.2em; color:#000; }
h2  { font-size:1.1em; color:#000; }
h3  { font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span  { display:none; }

a:link,a:visited  { color:#55a457; text-decoration:underline; outline:none; }
a:hover,a:active  { color:#55a457; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear  { 
  clear:both;
  }

div.clear  { 
  height:.01em; 
  overflow:hidden; 
  }

p.back-to-top {
  text-align:right;
  display:block;
  padding-right:15px;
  background:url("../images/bullet-back-to-top.jpg") right no-repeat;
  }

img.left { 
  float:left; 
  margin:2px 10px 10px 0px;
  }

img.right { 
  float:right; 
  margin:5px 2px 10px 10px; 
  }
  
.h {
display:none;  
}

.clip {
  position:absolute;
  clip:rect(0px 202px 136px 0px);
  width:202px;
  height:152px;
}


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

#wrap {
  width:938px;
  margin:0 auto;
  text-align:left;
}

/* ------------------------ navigation framework ---------------------- */

#nav {
  height:54px;
  width:100%;
  font-family: Verdana, Geneva, sans-serif;
}/* modified: font family */

#nav li {
  float:left;
  font-size:13px;
  margin:11px 10px 0 0;
  padding-left:10px;
  border-left:1px solid #8a8a8a;
}/* modified: margin top */

#nav li.first {border:0;padding:0;}

#nav li a { color:#fff; text-decoration:none; }
#nav li a:hover { text-decoration:underline }

#nav li#telephone {font-weight: bold; font-family: Helvetica; float:right; border:0; color:#fff; font-size:22px; line-height:22px; padding:0; margin-top:5px;} /* modified: change font family / weight */


/* ------------------------ masthead framework ------------------------ */

#showjs-warning {
display:block;
position: absolute;
border:5px solid #3e7eab;
padding:10px;
left: 15%;
right: 15%;
margin-bottom:20px;
background-color: #FFFFFF;

}

  #showjs-warning p.warning {
  font-size:20px;
  line-height:20px;
  margin-bottom:5px;
  color:#6ac673;
  }

  
#index #logo {
background:url("../images/rplogo.jpg")  
}

#logo {
  background:url("../images/sprite.jpg") 0 0 no-repeat;
  width:123px;
  height:82px;
  
  }
  #logo a {  
    display:block;
    height:82px;
    }
  #logo a span {
    display:none;
    }
    
#masthead {
  width:938px;
  height:160px;
  background:url("../images/masthead.jpg") 0 0 no-repeat;
}

/* used when user is logged in */
#masthead.small {
  height: 94px;
}

#masthead p {
  text-align:right;
  font-size:35px;
  padding-top:8px;/*33*/
  margin:0 0 50px 0;
}/* changed padding to update with new font family*/

#subhead {
  font-size:26px;
  color:#fff;
  line-height:40px;
  font-size:25px;
  height:40px;
}


/* ----------- HOME PAGE SPECIFIC ---------------------------------------- */

#cta {
  text-align:center;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
} /* added: modified font family */

body#index #cta h1 {
font-weight: bold;
letter-spacing: -2px;
font-size: 52px;
}/* added: modified font styling */

#cta p {
letter-spacing: -1px;
} /* added */

body#index h1 {
  font-size:48px;
  margin:220px 0 20px 0;
  height:60px;
  line-height:63px;
  font-weight:normal;
}

.blue {
  border-bottom:5px solid #3e7eab;
  display:inline;
  color:#000;
}

.green {
  border-bottom:5px solid #6ac673;
  display:inline;
  color:#000;
}

#cta p {
  color:#3e7eab;
  font-size:24px;
}

#cta p b {
  font-weight: 100; /* added to keep text uniform */
}

/* for website optimizer experiment */
body#index.split_slogans #second_slogan{
  position:absolute !important;
  margin-top:100px;
  _margin-left:-400px;
  .margin-left:-400px;
}

body#index.split_slogans #cta{
  height:280px;
  position:relative;
  float:left;
  margin-top:200px;
  z-index:1;
}

body#index.split_slogans #first_slogan{
  padding-bottom:0px !important;
  margin-bottom:0px !important;
  margin-top:20px !important;
}

body#index.split_slogans #find-domain-arrow{
  margin-bottom:-90px !important;
  bottom:0px !important;
}


.column-left{
  background-color:orange;
}


#find-domain-arrow {
    position: relative;
    background-image: url(../images/orange_arrow.gif);
    width: 138px;
    height: 75px;
    margin-bottom: -70px;
    left: -92px;
    *left: -492px;
    bottom: -19px;
    
}

#find-domain {
  width:938px;
  height:60px;
  margin:20px 0 26px 0;
  background:url("../images/sprite.jpg") -688px -165px no-repeat;
  padding-left:6px;
}

  #find-domain form {
    height:60px;
    background:url("../images/keyword-repeat.jpg") 0 0 repeat-x;
    font-size:22px;
    color:#fff;
    width:932px;
    float:left;
  }

  #find-domain label { float:left; padding-top:20px; line-height:25px; }
  
  #find-domain input {
    width:444px;
    height:24px;
    border:1px solid #779c78;
    float:left;
    margin:13px 0 0 5px;
    font-size:19px;
    color:#000;
    padding:4px 0 4px 5px;
  }
  
    #find-domain input#domain-submit {
      width:56px;
      background:url("../images/sprite.jpg") -695px -165px no-repeat;
      height:60px;
      border:0;
      float:left;
      margin:0;
      cursor:pointer;
    }
    
    fieldset#domain-input {
    margin-left:50px;
    }
    
    fieldset#domain-loader {
    font-size:18px;  
    }
    
    fieldset#domain-loader label {
    margin:0;  
    padding:5px 0 0;
    text-align:center;
    width:100%;
    }
    
  #gb-right {
  width:6px;
  height:60px;
  float:left;
  background:url("../images/sprite.jpg") -752px -165px no-repeat;
  }
    
  #column-left dl {
    width:320px;
    float:left;
    display:inline;
  }
  
    #column-left dl dt {
      width:52px;
      height:52px;
      float:left;
      display:inline;
      margin-top:31px;
    }
      #column-left dl dt.first { margin-top:0; }
    
    #column-left dl dd {
      float:right;
      display:inline;
      text-align:left;
      width:240px;
      padding:0 20px 0 0;
      height:80px;
      font-size:12px;
    }
      #column-left dl dd strong {
        display:block;
        margin:0;
        color:#55a357;
        font-weight:bold;
      }
      
      dt#seo {background:url("../images/sprite.jpg") 0 -193px no-repeat;}
      dt#fees {background:url("../images/sprite.jpg") 0 -85px no-repeat;}
      dt#contracts {background:url("../images/sprite.jpg") -73px -193px no-repeat;}
      dt#difference {background:url("../images/sprite.jpg") -73px -138px no-repeat;}
      dt#hassle {background:url("../images/sprite.jpg") -73px -85px no-repeat;}
      dt#trust {background:url("../images/sprite.jpg") 0 -138px no-repeat;}
      
  #mid { 
    float:left; 
    display:inline;
    border-top:1px solid #ececec; 
    border-bottom:1px solid #ececec; 
    padding:25px 0;
    font-size:12px;
    margin-top: 20px; /* added to fix bleading from "top rankings" */
  }
  
  #why-choose {
    float:left;
    display:inline;
    width:334px;
  }
    #why-choose h2, #latest-news h2 {
      font-size:20px;
      line-height:23px;
      color:#18518a;
      height:28px;
    }
    
    #why-choose p {
      color:#464646;
      width:300px;
    }
    
  #latest-news {
    float:left;
    display:inline;
    width:246px;
  height:163px; /* added height to prevent jumping of page and / or blue box */
    padding-left:17px;
    background:url("../images/sprite.jpg") -766px 0 no-repeat;
  }
  
    #latest-news strong {
      display:block;
      font-weight:bold;
    }
    
    #column-left #latest-news p, #column-left #why-choose p {
      margin-bottom:10px;
    }
    
    #column-left #latest-news #news {
      background:#fff;
      padding:0 0 10px 21px;
    }
    
  #column-left h2.tagline {
    font-size:33px;
    margin-bottom:33px;
    line-height:40px;
    font-weight:normal;
    float:left;
  }
    
    #column-left h2.tagline span.blue {
      border-bottom:5px solid #3e7eab;
      display:inline;
    }

    #column-left h2.tagline span.green {
      border-bottom:5px solid #6ac673;
      display:inline;
    }
    
  #submit-approval {
    width:614px;
    height:77px;
    float:left;
    display:inline;
    margin:20px 0 30px 3px;
    background:url("../images/originals/btn-get-started.jpg");
  }
  
  #as-seen-on {
    width:271px;
    height:247px;
    background:url("../images/sprite.jpg") -134px 0 no-repeat;
  }
  
  #rankpay-vid {
    width:273px;
    height:66px;
    background:url("../images/sprite.jpg") -406px 0 no-repeat;
    margin-bottom:25px;
  }
  
    #rankpay-vid a {
      display:block;
      height:66px;
    }
  

/* ------------------------ column-left framework ------------------------ */
#column-left {
  width:712px;
  float:left;
  }
  
  body#index #column-left {
    width:665px;
  }

  #column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
    margin:0;
    }
    
    #column-left h2 {
      color:#55a357;
      font-size:18px;
      line-height:20px;
      margin-right:10px;
      margin-bottom:10px;
    }
    
    #column-left p {
      margin:0 15px 10px 0;
    }
  
  #faq #column-left {
    width:593px;  
  }
  
  body#faq #column-left p, body#faq #column-left ol {
    margin-bottom:11px;
    padding-bottom:11px;
    border-bottom:1px solid #ececec;
  }
  
  body#faq #column-left ol, body#faq #column-left ul {
  list-style-type:disc;  
  }
  
    body#faq #column-left ol li, body#faq #column-left ul li {
    margin-left:15px;  
    }

/* ------------------------ column-right framework ------------------------ */
#column-right {
  width:223px;
  float:left;
  display:inline;
  }
  
  body#index #column-right {
    width:272px;
  }

  #column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
    margin:0px 0px 10px 0px;
    }
    
  .right-sub-wrap {
    background:url("../images/featured-box-bg.jpg") 0 0 repeat-y;  
  }
    
  .right-subhead {
    width:272px;
    background:url("../images/featured-box-top.jpg") 0 0 no-repeat;
    padding-top:15px;
  }


  #column-right .right-subhead h3 {
      font-size:20px;
    line-height:30px;
      color:#18518a;
      padding-left:10px;
      margin:0;
    }
    
  .featured-btm {
    width:272px;
    height:32px;
    background:url("../images/featured-box-btm.jpg") 0 bottom no-repeat;
    clear:both;
  }
  
  .testimonial-wrap {
    clear:right;
    padding:10px 0;
  }
  
  .testimonial-pic {
    float:right;
    margin:-10px 9px 0 0;
  }
  
  .testimonial-wrap q, .testimonial-wrap blockquote {
    color:#3f3f3f;
    padding:2px 17px 0;
    margin-left:8px;
    font-style:italic;
    background:url("../images/leftquote.jpg") 0 0 no-repeat;
  }
    
  #column-right .testimonial-wrap p {
    padding-top:20px;
    margin:-10px 0 0 25px;
    color:#a7a7a7;
    background:url("../images/rightquote.jpg") 188px 0 no-repeat;
  }
    #column-right .testimonial-wrap p strong {
      color:#3f3f3f;
      font-weight:bold;
      display:block;
    }
  
  
  #portrait {
    width:198px;
    height:198px;
    border:1px solid gray;
    background:url("../images/thankyou-portrait.jpg") 0 0 no-repeat;
  }
  
  #column-right p.portrait {
    margin:5px 0 10px 0;
  }
    p.portrait strong {
      display:block;
      color:#306ba0;
    }
    p.portrait em {
      display:block;
      font-style:normal;
      color:#6eb43f;
    }
    
  
  #faq #column-right {
    width:338px;
    background:url("../images/faq-right.jpg") 0 0 repeat-y;
  }
  
    #faq #column-right #btm {
    height:42px;
    background:url("../images/faq-right-btm.jpg") 0 bottom no-repeat;  
    }
  
  #faq #column-right h2 {
    font-size:16px;
    color:#306ba0;
    padding:23px 40px 0px 20px;
    background:url("../images/faq-right-top.jpg") 0 0 no-repeat;
  }
  
    #faq #column-right dt {
      font-size:16px;
      color:#478120;
      margin-left:20px;
      margin-bottom:5px;
    }
    
      #faq #column-right dd {
        font-size:12px;
        color:#464646;
        margin-left:40px;
        margin-right:40px;
        margin-bottom:10px;
      }
  
  #login input, #login label {
  display:block;  
  }
  
  #login input {
    height:25px;
    border:1px solid #7f9db9;
    font-size:18px;
    padding-left:5px;
  }
  
  #login textarea {
    border:1px solid #7f9db9;
    font-size:18px;
    font-family: Tahoma;
    padding-left:5px;
  }
  
  #login #column-left {
  width:464px;  
  padding-top:10px;
  }
  
  #login #column-right {
  width:464px;
  background:url("../images/login-shadow.png") 0 0 no-repeat;  
  padding:10px 0 30px;
  }
  
  #login-wrap p, #login-wrap h2, #login-wrap label, #login-wrap input, #login-wrap textarea {
  margin-left:70px;
  margin-right:70px;
  }
  
    #login-wrap #column-left form fieldset div {
    margin-top:10px;  
    }
  
    #login-wrap #column-left form fieldset div label,
    #login-wrap #column-left form fieldset div input {
    float:left;
    width:100px;
    }
  
  #login-wrap {
  width:100%;
  border:1px solid #ddd;
  margin-bottom:20px;
  }
  
  #login-gradient {
  background:transparent url("../images/login-wrap.jpg") 0 bottom repeat-x;
  padding-bottom:50px;
  }
  
  #login-wrap #column-left h2, #login-wrap #column-right h2 {
  font-size:20px;
  color:#18518a;
  }
  
  #login-wrap label {
  font-size:14px;
  font-weight:bold;
  }
  
    #login #submit {
      width:73px;
      height:30px;
      background:url("../images/sprite.jpg") -409px -162px no-repeat;
      border:0;
      cursor:pointer;
      margin-top:10px;
    }
    
    #login #domain-submit {
    width:83px;
    height:30px;
    background:url("../images/sprite.jpg") -409px -195px no-repeat;
    border:0;
    cursor:pointer;
    margin-top:10px;
    }
    
    #login-wrap input, #login-wrap textarea {
    width:285px;  
    }
    
    #login-wrap #column-right {
    min-height:235px;  
    }
  
/* ------------------------ bottom-wrap framework ------------------------ */

#bottom-wrap {
  width:100%;
  clear:both; /* important */
  }

/* ------------------------footer framework ------------------------ */
#footer {
  width:100%;
  background:#000;
  margin:0 auto;
  text-align:center;
  padding:22px 0 26px;
  color:#8a8a8a;
  font-size:11px;
  }
    
  #footer-wrap {
    width:938px;
    margin:0 auto;
  position: relative;
  }
  
  #footer #left {
    float:left;
    width:width:550px;
    color:#fff;
  }
  
    #footer #left a { color:#fff; }
    
  #footer #right {
    width:365px;
    float:right;
  }
    #footer #right ul {
      margin-right:10px;
    }
  
    #footer #right ul li {
      margin: 0 5px ;
      padding-left:10px;
    }

#footer p {
  margin-bottom:10px;
  }

#footer a:link, #footer a:visited { color:#8a8a8a; }
#footer a:hover, #footer a:active { color:#8a8a8a; }

#footer ul {margin:0px;}
  #footer li {
    padding:0 5px 0 5px;
    display: inline;
    border-left: 1px solid #8a8a8a;
    }
  #footer li.first { border: none; }
  
  
  #paypal {
    width:245px;
    height:73px;
    margin-top:30px;
    background:url("../images/sprite.jpg") -406px -67px no-repeat;
    clear:both;
    *position: relative;
    *left: -60px;
  }
  
  #trust_seal_link {
      text-decoration: none;
  }
  
  #trust_seal_date {
    color: #353535;
    font-size: 10px;
    font-family: Verdana;
    position: relative;
    bottom: -45px;
    *bottom: -44px;
    right: -95px;
  }
  
  /* WEBKIT HACKS */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
     #trust_seal_date {
       bottom: -44px;
     }
    }
  
  
  #support {
    width:357px;
    background:#2e2e2e url("../images/originals/support-top.jpg") 0 0 no-repeat;
    padding:10px 0 0;
    text-align:left;
    margin:8px 0 0 0;
  }
  
    #support h3 {
      font-size:20px;
      color:#fff;
      margin-left:10px;
    }
    
    #support ul {
      margin:10px 0 7px 0px;
    }
    
    #right #support ul li {
      margin:0 8px 0 0;
      padding:0 0 0 8px;
    }
  
    #support-btm {
      height:7px;
      background:url("../images/originals/support-btm.jpg") 0 bottom no-repeat;
    }
  #copyright {
    width:577px;
    position: absolute;
    right: -103px;
    bottom: 33px;
    padding-top:20px;
  }
  
  #copyright li {
  }

  /* fixes spacing problem with li's */
  #footer #right ul#copyright li { display: block; float: left; padding-left: 15px; padding-right: 5px; }

/* ************ REVIEW PAGE ************* */

#review {
  background:none;
}

#review #masthead, #steptwo #masthead {
  background:url("../images/masthead-inside.jpg") no-repeat;
}

#review #masthead p {
  margin-bottom:50px;
}

#review #three-steps, #steptwo #three-steps {
  width:938px;
  height:37px;
  background:url("../images/step2.png") 0 0 no-repeat;
}

#review #three-steps {
  background:url("../images/step3.png") 0 0 no-repeat;
}

#review form {
  margin-bottom:15px;
  float:left;
}

  #review form fieldset {
    border:4px solid #ccc;
    background:#f1f5fa;
    padding:15px 0;
    margin-bottom:15px;
    float:left;
    width:930px;
  }

    #review form fieldset legend {
      font-size:20px;
      color:#306ba0;
      margin-left:16px;
      padding:0 5px;
      font-weight:normal;
      clear:both;
      line-height:23px;
    }
    
    #review td.yellow-note {
      padding:10px;
      width:270px;
      background:none;
      vertical-align:middle;
      line-height:20px;
      border:0;
    text-align:left;
    }
      .yellow-note strong { font-weight:bold; }
  
  #website {
    width:99%;
  }  
    
  #website ul {
    margin-left:26px;
  font-weight:bold;
  font-size:16px;
  text-align:center;
  }  
  #website li {
    float:left;
    margin:0 80px 10px 0;
  }
  
  #website li span, #website li a { color:#306ba0; }
  
  #review #search-terms table {
  margin-left:10px;  
  }
    #review #search-terms table tr td table {
    margin-left:0;  
    }
  
  #search-terms table tr td {
    text-align:center;
    font-size:11px;
  }
  
    table tr td table tr td { background:#fff; }
    table tr.trblue td { background:none; }
    
    tr.trblue {
      background:url("../images/tr-blue.jpg") 0 0 repeat-x;
      color:#fff;
      height:35px;
      vertical-align:middle;
      line-height:35px;
    }
    
    #search-terms tr td tr.trblue td {
      background:url("../images/tr-blue.jpg") 0 0 repeat-x;
      vertical-align:middle;
    }
      
      table tr.trblue td {
        border-right:1px solid #ccc;
        font-size:12px;
      }
      
      #review table tr td tr td {
      border-right:1px solid #ccc;  
      }
  
    #search-terms tr td tr.trblue td tr.logos td {
      height:15px;
      background:#fff;
      padding:1px 0;
    }
    
      #search-terms tr td tr.trblue td strong {
      font-size:14px;
      line-height:30px;
      }
    
      .logos td {
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
      }
    
    #search-terms tr.keywords {
      height:20px;
    }
      .keywords td {
        padding:5px 0;
        border-bottom:1px solid #ccc;
      }
      
      .keywords td span {
        color:#58BF5A;
      }
      
    #search-terms td[colspan="3"] {
    border-right:0;
    }
    
    #review fieldset#how-to-improve {
      border-color:#58bf5a;
      background:#e6f5e6;
    }
      #review fieldset#how-to-improve legend {
        color:#58bf5a;
      }
      
      #review fieldset#accept-tos {
        border:0;
        background:none;
        width:938px;
        text-align:center;
      }
      
    #review input#change-keywords {
      display:block;
      width:149px;
      height:27px;
      background:url("../images/sprite.jpg") -798px -1px no-repeat;
      margin:15px auto 0;
    padding:0;
    border:0;
    cursor:pointer;
    }
    
    #register ul {
      margin:0 26px;
    }
    
    #register li {
      width:280px;
      float:left;
      height:42px;
      text-align:right;
    display:inline;
    }
    
      #register li label {
        float:left;
        width:86px;
        font-size:12px;
        line-height:13px;
      margin-right:15px;
    display:inline;
      }
      
      #register li.ajax {
        width:60%;
        text-align:left;
        height:35px;
        padding:7px 0 0 25px;
      }
      
      #register li#contact-input {
      clear:both;
      width:870px;
      
      }
        #register li#contact-input label {
        width:85px;  /* @CH */
        }
        #register li#contact-input input {
        width:723px;  /* @CH */
        float:right;
        display:inline;
        margin-right: 30px; /* @CH */

        }
    
      #register li input {
        float:right;
      }
    
    #review fieldset#billing-information {
      width:485px;
      margin-right:20px;
      float:left;
      padding-bottom:8px;
    }
      #billing-information li {
        width:385px;
        clear:both;
        text-align:right;
        padding-right:99px;
        height:42px;
        float:left;
      }
        #billing-information li.last { height:auto; }
      
        #billing-information label {
          margin:0px 5px 0 0;
          font-weight:normal;
        }
      
        #review input {
          width:163px;
          height:25px;
          border:1px solid #7f9db9;
          font-size:18px;
          padding-left:5px;
        }
        
        #review select {
          width:170px;
          height:25px;
          border:1px solid #7f9db9;
          font-size:18px;
        }
        
          #review select#cc_exp_month {
            width:92px;
          }
          #review select#cc_exp_year {
            width:65px;
          }
    
    #review form fieldset#q-and-a {
      width:417px;
      float:left;
      clear:right;
    }
      
      #q-and-a h2, #q-and-a p {
        margin:0 21px 0px;
      }
      
      #q-and-a h2 {
        color:#5e5e5e;
        font-size:15px;
        font-weight:bold;
        margin-bottom:0px;
      }
      
      #q-and-a p {
        font-size:15px;
        margin-bottom:15px;
      }
      
    
    #how-to-improve ol {
      margin:0 26px 10px;
      list-style:decimal;
      padding-left:20px;
    }
      #how-to-improve ol li {
        margin-bottom:20px;
      }
    
    #how-to-improve p {
      background:#ffc;
      text-align:center;
      font-weight:bold;
      height:30px;
      line-height:30px;
    }
    
    #review #accept-tos {
    line-height:0;  
    }
    
    #review #accept-tos input[type="checkbox"] {
      width:20px;
      height:15px;
      margin:0;
      border:0;
    }
    
    #review input#tos-submit {
      width:305px;
      height:33px;
      background:url("../images/sprite.jpg") -798px -31px no-repeat;
      cursor:pointer;
      border:0;
      padding:0;
      margin-top:10px;
    }


/* Step Two Styling */

#steptwo {
  background:none;
}

#steptwo #masthead { height:151px; }



#steptwo #column-left {
  width:660px;
  padding-bottom:20px;
}

#steptwo #column-right {
  width:278px;
}

#steptwo strong { font-weight:bold; }
#steptwo p span { color:#57a859; }
#steptwo #masthead p span { color:#000; }

#header {
  width:938px;
  height:173px;
  margin:20px 0 20px 0;
  background:url("../images/step-2-head.png") 0 0 no-repeat;
}

  #header #left-thumb {
    float:left;
    width:304px;
    margin-left:38px;
    position:relative;
    display:inline;
  }
  
    #left-thumb img {
      float:left;
      padding:13px 0 0 16px;
    }
  
    #left-thumb p {
      width:110px;
      float:right;
      padding-top:13px;
      color:#2c72a8;
      text-align:center;
      font-size:14px;
      display:block;
      clear:both;
    }
      p#pr {
        margin-top:20px;
      }
    
      #left-thumb p span {
        color:#5aad5b;
      }
    
    #left-thumb p#domain {
      position:absolute;
      top:145px;
      left:20px;
      padding:0;
      color:#000;
      float:none;
    }

  #header form {
    height:123px;
    padding-top:20px;
    font-size:22px;
    color:#fff;
    width:555px;
    margin-right:10px;
    float:right;
  }
  #header form a {
    color: yellow !important;
  }
  
  #header form label {
  line-height:25px;  
  }
  
  #header form a { color:#fff; }
  
  #header form p {
    float:left;
    clear:both;
    font-size:12px;
    padding:5px 0 0 5px;
    display:inline;
    width:500px;
  }
  
  #header form p a { color:#fff; }

  #header label { float:left; padding-top:20px; }
  
  #header input {
    width:450px;
    height:28px;
    border:1px solid #779c78;
    float:left;
    margin:13px 0 0 5px;
    font-size:22px;
    color:#000;
    padding-left:5px;
  }
  
    #header input#keyword-submit, #header input#lpage-update {
      width:60px;
      background:url("../images/sprite.jpg") -695px -180px no-repeat;
      height:30px;
      border:0;
      float:left;
      margin:14px 0 0 0;
      cursor:pointer;
    }
    
  #warning_multiple_lpages {
    margin-top:20px;
    margin-left:0px;
    width:905px;
    font-weight:100;
    display:none;
  }
    #warning_multiple_lpages b {
      font-weight: 800;
    }
    
  #steptwo input#review-create {
    width:285px;
    height:33px;
    display:block;
    margin:20px auto;
    border:0;
    cursor:pointer;
  }
  
    #steptwo input#review-create.review {
    background:url("../images/sprite.jpg") -798px -67px no-repeat;
    }
    
    #steptwo input#review-create.submit {
    background:url("../images/sprite.jpg") -798px -103px no-repeat;
    }


  #steptwo table {
    width:636px;
  table-layout:fixed
  }
  
    #steptwo table#keyword-suggestions tr td {
       height:50px;
     line-height:10px;
    }
  
  #steptwo table#keyword-suggestions {
  border-left:1px solid gray;
  }
  
    #steptwo table tr td table {
      width:100%;
    table-layout:fixed
    }
    
    #steptwo tr td {
      vertical-align:middle;
    }
    
      #steptwo tr td {
        font-size:10px;
        text-align:center;
        font-family:Arial, Geneva, sans-serif;
        color:#3d6f9b;
        height:20px;
        border-bottom:1px solid gray;
        border-right:1px solid gray;
      }
      
      #steptwo tr td strong {
      font-size:11px;
      font-style:italic;
      color:#57a859;
      }
      
        #steptwo tr td.left {
        text-align:left;
        padding:5px 0 5px 5px;
        line-height:13px;
        }
      
      #steptwo tr td tr td {
      border:0;  
      }
      
      #steptwo table tr.trblue td { color:#fff;}
      
      a.add, a.wait {
        width:30px;
        height:14px;
        display:block;
      }
      
        a.add {
        background:transparent url("../images/sprite.jpg") -654px -164px no-repeat;  
        }
        a.wait {
        background:transparent url("../images/sprite.jpg") -654px -179px no-repeat; 
    cursor:default;
        }
      
      td#keyword-titles {
      background:url("../images/keyword-pricing.jpg") 0 0 no-repeat;  
      }
      
      .google,.yahoo,.msn {
      height:20px;  
      }
      
      

      #steptwo table tr.stripe {
        background:#f1f5fa;
      }
      
        #steptwo table tr.stripe td {
        background:#f1f5fa;  
        }
      
      td.google {
      background:url("../images/sprite.jpg") -658px -73px no-repeat !important;  
      }
      
      td.yahoo {
      background:url("../images/sprite.jpg") -658px -94px no-repeat !important;  
      }
      
      td.msn {
      background:url("../images/sprite.jpg") -658px -113px no-repeat !important;  
      }
      
    /* changed width */    
      #steptwo tr td.term {
      font-size:13px;  
      border-left: 1px solid gray;
      text-align:left;
      padding-left:5px;
      font-weight: 800; /* added 06/08/2009 */
      overflow:hidden;
      word-wrap:break-word;
      width:195px;
      }
      #steptwo span.lpage {
        font-size:10px;
        color: #000000;
      }
    
  /* Removed the webkit hack as it is not needed 06/19/09
    
  /*
    /* WEBKIT HACKS */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
    #steptwo tr td.term { width:107px; }
    #steptwo tr td[width="83"] { width:84px !important; }
    }
    /* END WEBKIT */
  */
      
        #steptwo td table.topthirty td {
        font-size:11px;  
        }
        
        #steptwo tr td tr td.keyword-pricing {
        background:url("../images/steptwo-keywords.jpg") 0 0 no-repeat;
        }
        
          #steptwo table#keyword-suggestions tr td tr.trblue td.keyword-pricing {  
          height:25px;
          }

   #steptwo #column-right .right-subhead p {
    margin:0 10px;
    font-size:12px;
  }
  
  #steptwo tr td tr td[width="69"] {
  border-left:0;  
  }
  #steptwo tr td[width="269"] {
  width:268px !important;  
  }


img, div, a, input { behavior: url("../css/iepngfix.htc"); }

/* ---------------------- messages ---------------------------------- */
div.error {
    background:url("../images/icn_delete.gif") no-repeat 3px 4px #FFFFDD;
    padding:5px 0 5px 25px; 
    margin: auto;
    margin-bottom: 10px; 
    width:80%; 
    font-weight:bold; 
    font-size:1.1em;
    border-top:2px solid #FF5A00; 
    border-bottom:2px solid #FF5A00;
  }
  
  div.warning {
    background:url("../images/icn_warning.gif") no-repeat 3px 4px #FFFFEF; 
    padding:5px 0 5px 25px; 
    margin: auto;
    margin-bottom: 10px; 
    width:80%; 
    font-weight:bold; 
    font-size:1.1em;
    border-top:1px solid #FFCC00; 
    border-bottom:1px solid #FFCC00;
  }  
         
  div.success {
    background:url("../images/icn_tick.gif") no-repeat 3px 4px #FFFFEF; 
    padding:5px 0 5px 25px; 
    margin: auto;
    margin-bottom: 10px; 
    width:80%; 
    font-weight:bold; 
    font-size:1.1em;
    border-top:1px solid #81CA76; 
    border-bottom:1px solid #81CA76;
  }    
  
  #keywords-results-header {
  border-left:1px solid gray;
  
  }
  ._keyword_table { /* @CH */
  /*  width: 637px;*/
  }
  
  td[width="43"] {
  font-size:12px !important;  
  }
  
  #review td[width="176"] {
  vertical-align:middle;  
  }
  
  #review td[width="96"] {
  vertical-align:middle;
  font-size:12px !important;
  }
 
/* sticky footer css */
html, body, #wrap {height: 100%;}

body > #wrap { height: auto; min-height: 100%; }

#clearfix {padding-bottom: 168px;}  

#footer { position: relative; margin-top: -168px; height: 168px; clear: both; }

/* added padding to the footer-wrap and not the footer id */
#footer {
padding-top: 0px;
padding-bottom: 0px;
}

#footer-wrap {
padding-top: 22px;
padding-bottom: 26px;
}

/* added clearfix id to clear floats */
#clearfix:after, .img_label:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
#clearfix, .img_label {display: inline-block;}
/* Hides from IE-mac \*/
* html #clearfix, * html .img_label { height: 1%;}
#clearfix, .img_label {display: block;}
/* End hide from IE-mac */

/* added css classes to position elements correctly on support page on IE6 */
.img_label {
height:50px; margin:0px; margin-left:70px; margin-top:9px; width:290px;
}

.img_text {
float:left; width:170px; margin: 0px;
}

body #wrap .img_text label {
margin-left:0px; _margin-right:0px;
}

body #wrap #captcha {
margin-left:0px; _margin-right:0px;
}

.captcha{
float:left; margin:4px 0 0 0;
}

/* added border to the table */
#steptwo table#keyword-suggestions {
border-right: 1px solid gray;
border-bottom: 1px solid gray;
}

/* keyword header cells */
#steptwo table#keyword-suggestions .keyword-pricing-1, #steptwo table#keyword-suggestions .keyword-pricing-2, #steptwo table#keyword-suggestions .keyword-pricing-3 {
height: 25px;
line-height: normal;
font-size: 11px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
vertical-align: middle;
overflow: hidden;
}

  #steptwo table#keyword-suggestions .keyword-pricing-1 {
  text-indent: 15px;
  border-left: 1px solid gray;
  }
  
  #steptwo table#keyword-suggestions .keyword-pricing-2 {
  text-align: center;
  }
  
  #steptwo table#keyword-suggestions .keyword-pricing-3 {
  }

/* general keyword table cells adjustments*/
#steptwo #wrap table#keyword-suggestions tr td {
line-height: 16px;
}

#steptwo table#keyword-suggestions tr td {
border: 0px none;
padding-top: 0px;
padding-bottom: 0px;
padding-top: 4px;
padding-bottom: 4px;
}

/* left keyword table cell adjustments */
#steptwo table#keyword-suggestions tr td.left {
border-left: 1px solid gray;
font-size: 12px;
}

/* right keyword table cell adjustments */
#steptwo table#keyword-suggestions tr td.right {
text-align: left;
}

/* added classes for the top column */
.top-column {
margin-bottom: 20px;
}

/* changed width and added border to column */
#steptwo .keyword_table {
width: 930px;
border-left: 1px solid gray;
border-right: 1px solid gray;
}

/* Changed the overall font size for the keyword table */
#steptwo .keyword_table td {
font-size: 11px;
}

/* changed the table header image to text */
#steptwo .keyword_table tr.trblue td{
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 14px;
background: transparent url('../images/tr-blue.jpg') repeat-x scroll 0pt 0pt;
}

/* added header classes for keywords table and added widths to them */
.kh-search-term {
width: 200px;/*104*/
}

.kh-search-engine {
width: 58px;
}

.kh-monthly-searches {
width: 92px;/*60*/
}

.kh-current-rank {
width: 74px;
}

.kh-seo-opp {
width: 91px;/*82*/
}

.kh-monthly-cost {
width: 409px;/*269*/
text-align: center;
padding: 0px;
border-collapse: collapse;
}
  /* added list for the monthly cost columns */
  .kh-monthly-cost .sublist {
  width: 100%;
  white-space: nowrap;
  position: relative;
  }
    
  .kh-monthly-cost .sublist li {
  font-size: 10px;
  width: 68px;
  float: left;
  font-weight: bold;
  }
  
  .kh-monthly-cost .sublist li span {
  display: block;
  float: left;
  }
  
/* Changed width and font size for the monthly cost table cells */  
#steptwo .kw-monthly-cost td {
text-align: center;
width: 68px;
padding: 0px;
font-size: 12px;
}

/* fixes header form inputs for IE6 */
#header form { position: relative; }

#search_message {
  width: 560px;
  float: right;
  margin-top: -48px;
  margin-right: 8px;
  font-weight: 100;
}
#search_message b {
  font-weight: 800;
}
  

/* submit button for sidebar */
.sidebar-submit {
margin: 3px 0px 5px;
text-align: center;
}


#livechat_banner { 
  margin-bottom: 20px;
}

/* tooltips */

.help-tooltip {
  margin-bottom:-4px;
}


#tooltip-current_rank {
  margin-right:-10px;
}

#tooltip-monthly_searches {
  margin-left:3px;
  margin-right:-21px;
}

#tooltip-seo_opportunity {
  margin-left:19px;
  margin-right:-36px;
}

/* styles for quicktour popup */

#closeMoviePopup{
  width:31px;
  height:33px;
  position:absolute;
  background-image:url("../images/close-round.png");
  margin-top:-15px;
  margin-left:586px;
  cursor:pointer;
}

#moviePlaceholder{
  text-align:center;
  width:600px;
}
#movieTrigger {
  height: 280px;
  width: 360px; 
  top: 90px;
  position:absolute;
  left: 50%;
  margin-left: -180px;
  .background-color:white;
  .filter:alpha(opacity=0);

}

#movieTrigger:hover {
  cursor: pointer;
}

#TB_window.video {
  width: 600px;
  height: 474px;
  display: block; 

  top: 50%;
   .top: 70%;
   _top:50%;
  margin-left: -300px;
  margin-top: -250px;

}

#TB_window.tos{
    background-image: url("../images/tos_graphic.jpg");
    width:800px;
    margin-left:-400px;
    background-repeat:no-repeat;
   background-position:center top;
    position:fixed;
    .padding-top:65px;
}


#tosPlaceholder{
  width:770px;
  text-align:left;   
  margin-left:15px;
  margin-top:65px;
  height:365px; 
  overflow:auto;                         
  padding-right:10px;  

}


div#tosPlaceholder p{
   margin:0px 15px 5px 15px; 
}

 div#tosPlaceholder h2{
    margin:10px 0px 10px 0px;
}

#tb_tos_accept{
  text-align:center;
  margin-top:10px;
  font-size:16px;
  font-weight:bold;
  color:#58BF5A;
  cursor:pointer;
}
