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;
}
html {
	/* without this forced min-width, white space will continue after arrow */
	min-width:1041px;
}
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 */

  #index {
      background:transparent url("../images/body-index-video2.jpg") top center no-repeat;
      font:13px Tahoma, Geneva, sans-serif;
  }/* modified: font */

  #faq.onecol #column-left {
    width:938px;
    padding-bottom:40px;
  }
  #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 */
  #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;
  }

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

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

.h {
display:none;
}

.clip { /* domain screenshot */
  position:absolute;
  clip:rect(0px 202px 136px 0px);
  width:178px;
  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:10px 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:10px;
	width:360px;
} /* modified: change font family / weight */

@media only screen and (-webkit-min-device-pixel-ratio:0)
{
	#nav li#telephone{
		margin-top:7px; /* The text will appear red only in Safari and Google Chrome */
	}
}
@-moz-document url-prefix() {
    #nav li#telephone {
    	margin-top:7px;
    }
}

/* ------------------------ 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 */

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

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

#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 */
#index.split_slogans #second_slogan{
  position:absolute !important;
  margin-top:100px;
}

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

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

h1#first_slogan {
	font-weight:bold !important;
	font-size:38pt !important;
}

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

#find-domain-left{
	position:absolute;
	width:5px;
	height:60px;
	margin-top:20px;
	margin-left:1px;
	background:url("../images/sprite.jpg") -688px -165px no-repeat;
}

.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;
    bottom: -19px;
}

#find-domain-arrow2 {
	background:url("../images/arrow_2.gif");
	position:absolute;
	width:80px;
	height:80px;
	margin-left:910px;
	margin-top:-30px;
}

#find-domain {
  width:938px;
  height:60px;
  margin:20px 0 26px 0;
  padding-left:6px;
  overflow: hidden;
}

  #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 #keyword-input label {
    margin-left: 50px;
  }

  #keyword-search {
    width: 464px !important;
  }

  #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:57px;
      background:url("../images/sprite.jpg") -775px -181px no-repeat;
      height:100px;
      border:0;
      float:left;
      margin:0;
      cursor:pointer;
    }

    fieldset#domain-input {
    margin-left:50px;
    border:0px solid white;
    }

    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:330px;
    float:left;
    display:inline;
  }

    #column-left dl dt {
      width:52px;
      height:52px;
      float:left;
      display:inline;
      margin-top:28px;
    }
      #column-left dl dt.first { margin-top:5px; }

    #column-left dl dd {
      float:right;
      display:inline;
      text-align:left;
      width:260px;
      padding:0 0px 0 0;
      height:80px;
      font-size:14px;
    }
      #column-left dl dd strong {
        display:block;
        margin:0;
        color:#55a357;
        font-weight:bold;
        font-size:18px;
      }

      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;
    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:300px;
    height:163px; /* added height to prevent jumping of page and / or blue box */
    padding-left:17px;
  }

    #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 #latest-news #news-left {
		position:absolute;
		width:15px;
		z-index:10;
		margin-left:-18px;
		height:150px;
		background:url("../images/sprite.jpg") -766px 0 no-repeat;
    }

  #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;
  }

  #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;
  }

  #faq #column-left p, #faq #column-left ol {
    margin-bottom:11px;
    padding-bottom:11px;
    border-bottom:1px solid #ececec;
  }

  #faq #column-left ol, #faq #column-left ul {
  list-style-type:disc;
  }

    #faq #column-left ol li, #faq #column-left ul li {
    margin-left:15px;
    }

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

  #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;
    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;
  }

  #column-right .testimonial-wrap p {
    padding-top:20px;
    margin:-10px 0 0 25px;
    color:#a7a7a7;
  }
    #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, #login select {
    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, #login-wrap select {
  margin-left:70px;
  margin-right:70px;
  }


  #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 select {
    width:292px;
    }

    #login-wrap #column-right {
    min-height:235px;
    }

  input#gen-submit {
    width:83px;
    height:30px;
    background:url("../images/sprite.jpg") -409px -195px no-repeat;
    border:0;
    cursor:pointer;
    margin-top:10px;
  }
/* ------------------------ 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: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: 151px;
	height: 57px;
	padding:0;
	background:#000 url("../images/sprite.jpg") -500px -82px no-repeat;
	float:left;
	margin-right:0;
}


  #trust_seal_link {
      text-decoration: none;
  }

#trust_seal_date {
	color: #353535;
	font-size: 10px;
	font-family: Verdana;
	position: relative;
	bottom: -30px;
	right: -50px;
}

#pci_compliant {
	float:left;
	margin-left:15px;
	margin-top:-12px;
	background: #000 url('../images/sprite.jpg') -135px -40px no-repeat;
	width:142px;
	height:66px;
}

#icon-enc {
	margin-top:50px;
}

  /* WEBKIT HACKS */
    @media only screen and (-webkit-min-device-pixel-ratio:0) {
     #trust_seal_date {
       bottom: -30px;
     }
    }


  #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 10px 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: -0px;
    bottom: 13px;
    padding-top:20px;
  }

  #copyright li {
  }

  /* fixes spacing problem with li's */
  #footer #right #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 table {
    margin-left:0;
    }

  #search-terms table tr td {
    text-align:center;
    font-size:11px;
  }

    /*table tr td table tr td { background:#fff; }*/
    table td {background:#fff;}
    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;
    }

    td.term_review {
      font-weight:800;
      padding-left: 5px !important;
      padding-right: 5px !important;
    }

    #search-terms .trblue td {
      background:url("../images/tr-blue.jpg") 0 0 repeat-x;
      vertical-align:middle;
    }

      tr.trblue td {
        border-right:1px solid #ccc;
        font-size:12px;
      }

      tr.keywords td {
        border-right:1px solid #ccc;
      }

    #search-terms .logos td {
      height:15px;
      background:#fff;
      padding:1px 0;
    }

      #search-terms .trblue 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#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 #contact-input {
      clear:both;
      width:870px;

      }
        #register #contact-input label {
        width:85px;  /* @CH */
        }
        #register #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:345px;
        clear:both;
        text-align:right;
        padding-right:49px;
        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 #tos-submit {
      width:305px;
      height:33px;
      background:url("../images/sprite.jpg") -798px -31px no-repeat;
      cursor:pointer;
      border:0;
      padding:0;
      margin-top:10px;
    }
    #review #tos-next {
      width:305px;
      height:33px;
      background:url("../images/sprite.jpg") -838px -181px 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;
      width:270px;
      text-align:left;
    }

  #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,input#review-create-2, input#review-create-approval {
    width:285px;
    height:33px;
    display:block;
    margin:20px auto;
    border:0;
    cursor:pointer;
  }

    #steptwo input#review-create-approval.review, input#review-create-approval.submit {
      background:url("../images/sprite.jpg") -798px -31px no-repeat;
      width:307px;
    }

    #steptwo input#review-create.review, input#review-create-2.review {
    background:url("../images/sprite.jpg") -798px -67px no-repeat;
    }

    #steptwo input#review-create.submit,input#review-create-2.submit {
    background:url("../images/sprite.jpg") -798px -103px no-repeat;
    }


  #steptwo table {
    width:636px;
    table-layout:fixed
  }

    #steptwo #keyword-suggestions td {
      height:50px;
      line-height:10px;
    }

  #steptwo #keyword-suggestions {
  border-left:1px solid gray;
  }

    /*#steptwo table tr td table {
      width:100%;
      table-layout:fixed
    }*/
    #steptwo table 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 table table td {
        border:0;
      }

      #steptwo table .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 .stripe td {
        background:#f1f5fa;
        }

      td.google {
      background:url("../images/google.gif") 8px 0px 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;
      }
      td.ybing {
      background:url("../images/ybing.gif") 1px 2px no-repeat !important;
      }

    /* changed width */
      #steptwo tr td.term {
      font-size:13px;
      border-left: 1px solid gray;
      text-align:left;
      padding-left:5px;
      padding-bottom:3px;
      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 only 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 table table 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;

  }

  #kwd_template {
    display: none;
  }

  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;
}

body #wrap #captcha {
margin-left: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 #keyword-suggestions td {
  line-height: 16px;
}

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

/* left keyword table cell adjustments */
#steptwo #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 .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: 190px;/*104*/
}

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

.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;
  }

  .sublist_4item li {
  width: 102px !important;
  }

  .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:640px;
  cursor:pointer;
}

#moviePlaceholder{
  text-align:center;
}
#movieTrigger {
  height: 280px;
  width: 360px;
  top: 90px;
  position:absolute;
  left: 50%;
  margin-left: -180px;
}

#movieTrigger:hover {
  cursor: pointer;
}

#TB_window.video {
  display: block;
  top: 50%;
  margin-left: -330px;
  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;
}


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

}


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

 #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;
}

/**** styles implemented for keyword_search ****/
tr.row-highlight td{
  background-color:rgb(255,210,200) !important;
}


#testimonials-data, #testimonials-data2 {
	position:absolute;
	color:white;
	margin-left:50px;
	padding:10px;
	margin-top:10px;
	width:218px;
}
#testimonials-data2 div.top, #testimonials-data div.top {
	font-size:4em;
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #000;
}
#testimonials-data2 span.smaller, #testimonials-data span.smaller {
	font-size:1em;
}

.testimonial-wrap p {
	margin: -10px 0pt 0pt 25px;
	background: transparent url('../images/rightquote.jpg') no-repeat scroll 188px 0pt;
	padding-top: 20px; color: rgb(167, 167, 167);
}
.testimonial-wrap p strong {
	color: rgb(63, 63, 63);
	font-weight: bold;
	display: block;
}
div.showMore{
	padding:5px;
	margin:0px 0px 20px 20px;
	width:525px;
	text-align:center;
	border:1px solid rgb(30,30,150);
	background-color:rgb(42,101,161);
	cursor:pointer;
}
#column-right2 {
  width:223px;
  float:left;
  display:inline;
  width:272px;
}
#column-right2 p, #column-right2 h1, #column-right2 h2, #column-right2 h3, #column-right2 ul, #column-right2 dl {
  margin:0px 0px 10px 0px;
}

span.showMoreTestimonials{
	color:white;
	text-shadow:1px 1px 1px #000;
	text-decoration:none;
	font-size:1.7em;
}

strong.rankings-demo {
	color:#55A357;
	font-size:19px;
	line-height:17px;
	margin-bottom:20px;
}

#rankings_demo {
	color:#18518A;
	font-size:20px;
	line-height:20px;
	font-weight:800;
	padding-top:10px;
}



/** footer changes **/
#copyright_ul {
	list-style-type: none;
	bottom: 13px;
	padding-top: 20px;
}
#copyright_ul li {
	display:inline;
}

#contact-box {
	width: 307px;
	padding: 10px 0 10px 0;
	text-align: left;
	margin: 8px 0 10px 0;
	background-color:rgb(60,60,60);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow:1px 0px 1px black;
}
    #contact-box h3.title, h3.footer-title {
      font-size:20px;
      color:#fff;
      margin-left:10px;
    }

#nav-title {
	text-align:left;
	margin:20px 0 10px 5px;
  font-size:20px;
  color: white;
}

#contact-box #phone-number {
	float:left;
	font-size:16px;
	padding:7px 0 0 5px;
}

a.sup {
	display:inline-block;
	width:35px;
	height:35px;
}
	a.sup.youtube {
		background:transparent url('../images/social-icons/sprite.png') 0 0 no-repeat;
	}
	a.sup.twitter {
		background:transparent url('../images/social-icons/sprite.png') -40px 0 no-repeat;
	}
	a.sup.phone {
		background:transparent url('../images/social-icons/sprite.png') -83px 0 no-repeat;
	}
	a.sup.linked-in {
		background:transparent url('../images/social-icons/sprite.png') -123px 0 no-repeat;
	}
	a.sup.google-sup {
		background:transparent url('../images/social-icons/sprite.png') -165px 0 no-repeat;
	}
	a.sup.facebook-sup {
		background:transparent url('../images/social-icons/sprite.png') -205px -1px no-repeat;
	}
	a.sup.email {
		background:transparent url('../images/social-icons/sprite.png') -245px -1px no-repeat;
	}
	a.sup.chat {
		background:transparent url('../images/social-icons/sprite.png') -287px -1px no-repeat;
	}
	a.sup.blog {
		background:transparent url('../images/social-icons/sprite.png') -325px -1px no-repeat;
	}

	a.sup.youtube:hover {
		background:transparent url('../images/social-icons/sprite.png') 0 -38px no-repeat;
	}
	a.sup.twitter:hover {
		background:transparent url('../images/social-icons/sprite.png') -40px -38px no-repeat;
	}
	a.sup.phone:hover {
		background:transparent url('../images/social-icons/sprite.png') -83px -38px no-repeat;
	}
	a.sup.linked-in:hover {
		background:transparent url('../images/social-icons/sprite.png') -123px -38px no-repeat;
	}
	a.sup.google-sup:hover {
		background:transparent url('../images/social-icons/sprite.png') -165px -38px no-repeat;
	}
	a.sup.facebook-sup:hover {
		background:transparent url('../images/social-icons/sprite.png') -205px -39px no-repeat;
	}
	a.sup.email:hover {
		background:transparent url('../images/social-icons/sprite.png') -245px -39px no-repeat;
	}
	a.sup.chat:hover {
		background:transparent url('../images/social-icons/sprite.png') -287px -39px no-repeat;
	}
	a.sup.blog:hover {
		background:transparent url('../images/social-icons/sprite.png') -325px -39px no-repeat;
	}
