/* CSS Document */ /*
-----------------------------------------------
Garlik Main Style Sheet
----------------------------------------------- */
body,td,th {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #232f33;
  background-color: white;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  background-image: url(../img/common/bg-body.gif);
  background-repeat: repeat-x;
}

/* =LAYOUT
--------------------- */
#wrapper {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

form {
  margin: 0;
  padding: 0;
}

a {
  color: #49b7f2;
  text-decoration: none;
}

a:hover {
  color: #49b7f2;
  text-decoration: underline;
}

p {
  margin: 0 0 10px 0;
}

img {
  border: none;
}

.visualClear {
  clear: both;
}

.clearDiv {
  overflow: hidden;
  clear: both;
  height: 1px;
}

.input {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #232f33;
}

.select {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #232f33;
}

.submit {
  font-size: 11px;
  font-weight: bold;
  color: #333;
}

/* =HEADER
--------------------- */
#header {
  position: relative;
  width: 100%;
  height: 113px;
  margin-bottom: 13px;
}

#headerLogo {
  position: absolute;
  top: 18px;
  left: 0;
}

#loginPaneSubmit {
  position: absolute;
  top: 94px;
  right: 0px;
}

#loginPaneDetails a {
  color: #48acde;
}

#locationSelect {
  position: absolute;
  top: 92px;
  left: 596px;
}

#locationSelect ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#locationSelect li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 3px 0 0;
}

/* =HEADER nav
--------------------- */
#headerMenu {
  position: absolute;
  top: 87px;
  left: 0px;
  height: 24px;
  border: 1px solid #CCC;
  overflow: hidden;
}

#headerMenu ul {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}

#headerMenu ul li {
  list-style-type: none;
  position: relative;
  float: left;
  padding-left: 2px;
  height: 23px;
  background-image: url(../img/headerNav/header-manu-separator.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#headerMenu ul li.noBackground {
  padding-left: 0px;
}

#headerMenu ul li a {
  background-image: url(../img/headerNav/header-menu-background.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
  height: 24px;
  width: auto;
  padding: 0px 8px 0px 8px;
  font-size:13px;
  font-family: Arial, sans-serif;
  color: black;
  text-decoration: none;
  font-family: Futura,Verdana,Arial,Sans-serif;
}

#headerMenu a span {
  display: block;
  margin: 0px;
  margin-top: 4px;
}

#headerMenu ul li a.selected {
  background-image: url(../img/headerNav/header-menu-background-invert.png);
}

/* =FOOTER
--------------------- */
#footer, .footer {
  margin-top: 19px;
  padding: 7px 0;
  border-top: 1px solid #dfe4e6;
  font-size: 11px;
  color: #868d99;
}

#footer a {
  color: #48acde;
}

#footerCopy {

}

#footerNav {
  float: right;
}

#footerNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footerNav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

/* =CONTENT home & products
--------------------- */
#contentHome {
  margin: 13px 0 19px 0;
}

#contentHome p {
  margin: 0 0 7px 0;
  line-height: 18px;
}

#bannerBig {
  margin-bottom: 20px;
}

#contentHome #newsPane {
  overflow: hidden;
  float: left;
  width: 262px;
  height: 185px;
  padding: 7px 8px;
  border: 1px solid #dfe4e6;
  background-color: #FFF;
}

#newsPane h2 {
  margin: 0 0 4px 0;
  font-size: 14px;
  color: #a561a6;
}

#newsPane a {
  color: #48acde;
}

#newsPane .more {
  float: right;
  font-size: 11px;
}

#newsPane dl {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dfe4e6;
}

#newsPane dt {
  list-style: none;
  margin: 0;
  padding: 8px 0 2px 20px;
  background-image: url(../img/common/dot-li-news.gif);
  background-position: 0 5px;
  background-repeat: no-repeat;
  font-weight: bold;
}

#newsPane dd {
  list-style: none
  margin: 0;
  padding: 2px 0 8px 0;
  font-size: 11px;
  color: #868d99;
}

#contentHome #welcomePane {
  overflow: hidden;
  float: left;
  width: 262px;
  height: 185px;
  margin-left: 30px;
  padding: 7px 8px;
  border: 1px solid #dfe4e6;
  background-color: #FFF;
}

#contentHome #reportPane {
  overflow: hidden;
  float: left;
  width: 262px;
  height: 185px;
  margin-left: 30px;
  padding: 7px 8px;
  border: 1px solid #dfe4e6;
  background-color: #FFF;
}

#welcomePane h2 {
  margin: 0 0 10px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #dfe4e6;
  font-size: 14px;
  color: #a561a6;
}

#welcomePane a {
  color: #48acde;
}

#welcomePane .more {
  float: right;
  font-weight: bold;
}

#reportImage {
  float: left;
  width: 125px;
  height: 145px;
  margin-top: -5px;
}

#reportPane h2 {
  margin: 0 0 10px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #dfe4e6;
  font-size: 14px;
  color: #a561a6;
}

#reportText {
  width: 125px;
  padding-right: 10px;
  float: left;
}

#reportPane a {
  color: #48acde;
}

#reportPane .more {
  float: right;
  font-weight: bold;
}

#contentHome #bannerMedium {
  overflow: hidden;
  float: left;
  width: 280px;
  height: 180px;
  margin-left: 30px;
  background-color: #FFF;
}

#bannerBigProducts {
  margin-top: 20px;
}

#productsPartnersPane {
  overflow: hidden;
  float: left;
  width: 383px;
  height: 328px;
  padding: 15px 30px 15px 20px;
  border: 1px solid #dfe4e6;
  background-color: #FFF;
}

#productsPartnersPane p {
  margin: 0 0 20px 0;
}

#productsPartnersPane h2 {
  margin: 0 0 10px 0;
  font-size: 24px;
  color: #a561a6;
}

#productsPartnersPane h3 {
  margin: 10px 0 10px 0;
  font-size: 22px;
  font-weight: normal;
}

#productsIndividualsPane {
  overflow: hidden;
  float: right;
  width: 383px;
  height: 328px;
  padding: 15px 30px 15px 20px;
  border: 1px solid #dfe4e6;
  background-color: #FFF;
}

#productsIndividualsPane p {
  margin: 0 0 20px 0;
}

#productsIndividualsPane h2 {
  margin: 0 0 10px 0;
  font-size: 24px;
  color: #a561a6;
}

#productsIndividualsPane h3 {
  margin: 10px 0 10px 0;
  font-size: 22px;
  font-weight: normal;
}

/* =CONTENT
--------------------- */
#contentWrapper {
  min-height: 400px;
  padding: 28px 40px 24px 44px;
  margin: 13px 0 19px 0;
  border: 1px solid #dfe4e6;
  background-color: #fff;
}

#content {
  float: left;
  width: 480px;
}

#content p {
  margin: 0 0 20px 0;
}

#content h1 {
  margin: 0 0 15px 0;
  font-size: 26px;
  color: #a561a6;
}

#content h2 {
  margin: 15px 0 20px 0;
  font-size: 22px;
  font-weight: normal;
}

#content h3 {
  margin: 30px 0 20px 0;
  font-size: 20px;
  font-weight: normal;
}

#content h4 {
  margin: 20px 0 0 0;
  font-size: 12px;
  font-weight: bold;
}

#content ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#content ul li {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0 0 10px 21px;
  background-image: url(../img/common/dot-li-content.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
}

#content ol li {
  margin-bottom: 8px;
}

.txt-small {
  font-size: 11px;
}

.alert {
  color: #ef211d;
}

#content p.last {
  margin-bottom: 5px;
}

#content h2 .step {
  color: #95787d;
}

#content .peopleList {
  margin: 0 0 20px 0;
}

#content .peopleListImage {
  float: left;
  width: 54px;
}

#content .peopleListDesc {
  float: right;
  width: 416px;
}

#content .peopleList h4 {
  margin: 0 0 5px 0;
  color: #a561a6;
}

#content .peopleList p {
  margin: 0 0 0 0;
}

#content .peopleList .hl {
  color: #a19e8f;
}

.tblForm-1 {
  margin: 0 0 20px 0;
  border-collapse: collapse;
}

.tblForm-1 th {
  padding: 4px 10px 24px 0;
  border-right: 1px solid #dfe4e6;
  font-weight: bold;
  text-align: right;
}

.tblForm-1 .last th {
  padding-bottom: 4px;
}

.tblForm-1 td {
  padding: 2px 0 20px 25px;
}

.tblForm-1 .last td {
  padding-bottom: 2px;
}

.tblForm-2 {
  margin: 0 0 20px 0;
  border-collapse: collapse;
}

.tblForm-2 th {
  padding: 15px 15px 2px 0;
  border-top: 1px solid #dfe4e6;
  font-weight: normal;
}

.tblForm-2 td {
  padding: 18px 0 4px 0;
  border-top: 1px solid #dfe4e6;
  font-weight: normal;
}

.newsItem {
  margin-bottom: 20px;
}

.newsItem p {
  margin: 0 !important;
}

.newsItem .source {
  font-weight: bold;
}

.newsItem .date {
  font-size: 11px;
  color: #76878f;
}

.customer {
  margin-bottom: 20px;
}

.customer p {
  margin: 0 !important;
}

.customer .customerName {
  font-weight: bold;
}

.customer .customerCompany {
  font-weight: bold;
  color: #76878f;
}

#content ul.press {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#content ul.press li {
  list-style: none;
  min-height: 34px;
  margin: 16px 0 0 0;
  padding: 2px 0 0 35px;
  background-image: url(../img/common/dot-li-press.gif) !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: bold;
}

/* =CONTEXT --------------------- */
#context {
  float: right;
  width: 257px;
  padding-top: 50px;
}

.contextPane1Header {
  position: relative;
  overflow: hidden;
  width: 257px;
  height: 42px;
  background-image: url(../img/common/bg-contextPane1-header.gif);
  background-repeat: no-repeat;
}

.contextPane1Header {
  position: relative;
  overflow: hidden;
  width: 257px;
  height: 42px;
  background-image: url(../img/common/bg-contextPane1-header.gif);
  background-repeat: no-repeat;
}

.contextPane1Header h2 {
  position: absolute;
  top: 7px;
  left: 7px;
  margin: 0;
  padding: 7px 6px 7px 0;
  background-color: #48acde;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.contextPane1Header a {
  color: #fff;
}

.contextPane1 {
  margin: 0 0 30px 7px;
  padding: 4px 8px 10px 12px;
  background-color: #232f33;
  font-size: 11px;
  color: #fff;
}

.contextPane1 a {
  color: #fff;
}

.contextPane1 .button {
  margin-bottom: 0;
  text-align: right;
}

.contextPane1 .more {
  margin-bottom: 0;
  text-align: right;
}

.contextPane1 .more a {
  padding: 2px 20px;
  background-color: #48acde;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.contextPane1 .more a:hover {
  text-decoration: none;
}

.contextPane1 ul.press {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.contextPane1 ul.press li {
  list-style: none;
  min-height: 40px;
  margin: 10px 0 0 0;
  padding: 0 0 0 38px;
  background-image: url(../img/common/dot-li-news-contextPane1.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: bold;
}

.conextPane2 {
  margin: 0 0 30px 7px;
  padding: 8px;
  border: 1px solid #d5d3c6;
  background-image: url(../img/common/bg-contextPane2.gif);
  background-repeat: repeat-x;
  font-size: 11px;
}

.contextPane2 h2 {
  margin: 0 0 12px 0;
  font-size: 20px;
  color: #a561a6;
}

.contextPane2 form p {
  margin: 0 0 5px 0;
}

.contextPane2 p.last {
  margin: 12px 0 0 0;
}

.contextPane2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #76878f;
}

.contextPane2 li {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  background-image: url(../img/common/dot-li-contextPane2.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
}

.contextPane3Header {
  position: relative;
  overflow: hidden;
  width: 257px;
  height: 42px;
  background-image: url(../img/common/bg-contextPane3-header.gif);
  background-repeat: no-repeat;
}

.contextPane3Header h2 {
  position: absolute;
  top: 7px;
  left: 7px;
  margin: 0;
  padding: 7px 6px 7px 0;
  background-color: #a561a6;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.contextPane3Header h3 {
  position: absolute;
  top: 7px;
  left: 7px;
  margin: 0;
  padding: 6px 6px 6px 0;
  background-color: #a561a6;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.contextPane3Header a {
  color: #fff;
}

.contextPane3 {
  margin: 0 0 30px 7px;
  padding: 4px 8px 10px 12px;
  background-color: #232f33;
  font-size: 11px;
  color: #fff;
}

.contextPane3 a {
  color: #fff;
}

.contextPane3 .more {
  margin-bottom: 0;
  text-align: right;
}

.contextPane3 .more a {
  padding: 2px 20px;
  background-color: #a561a6;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.contextPane3 .more a:hover {
  text-decoration: none;
}

.contextPane3 ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.contextPane3 p {
  font-size: 12px;
  font-weight: bold;
}

.contextPane3 li {
  list-style: none;
  min-height: 31px;
  margin: 10px 0 0 0;
  padding: 0 0 0 38px;
  background-image: url(../img/common/dot-li-contextPane3.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: bold;
}

.contextPane3 blockquote {
  list-style: none;
  margin: 5px 0 0 20px;
  padding: 0;
}

#context .investorsList {
  margin: 0 0 20px 0;
  font-size: 11px;
}

#context .investorsListImage {
  float: left;
  width: 100px;
  font-weight: bold;
  text-align: center;
}

#context .investorsListImage img {
  margin-bottom: 8px;
}

#context .investorsListImage a {
  color: #49b7f2;
}

#context .investorsListDesc {
  float: right;
  width: 145px;
}

#context .investorsList h4 {
  margin: 0;
  font-size: 11px;
  color: #a561a6;
}

#context .investorsList p {
  margin: 0 0 0 0;
}

#context .investorsList .hl {
  color: #a19e8f;
}

#contextImage {
  float: left;
  width: 100px;
}

#contextText {
  float: left;
  width: 120px;
}

#contextClear {
  height: 130px;
}

/*jobsite-------*/
#protectClear {
  height: 650px;
}

#landingClear {
  height: 500px;
}

.jobsite_landing_button {
  float: left;
  position: relative;
  top: -10px;
  left: 0px;
}

#compareClear {
  height: 920px;
}

#jobsite_content {
  min-height: 600px;
  width: 480px;
  float: left;
}

#big_jobsite_content {
  min-height: 400px;
  float: left;
  font-size: 16px;
}

#big_jobsite_content h1 {
  color: #FDB948;
  margin: 0 0 15px 0;
  font-size: 26px;
}

#big_jobsite_content h2 {
  margin: 15px 0 20px 0;
  font-size: 22px;
  font-weight: normal;
}

#jobsite_content h1 {
  color: #FDB948;
  margin: 0 0 15px 0;
  font-size: 26px;
}

#jobsite_content h2 {
  margin: 15px 0 20px 0;
  font-size: 22px;
  font-weight: normal;
}

#jobsite_content h3 {
  font-size: 14px;
  font-weight: 600;
  color: #49b7f2;
}

.inline_infobox {
  background-image: url(../images/jobsite/wouldyouknow_bg.png);
  background-repeat: no-repeat;
  width: 500px;
  height: 130px;
  padding-top: 10px;
  padding-left: 25px;
}

.inline_infobox ul {
  margin-left: -25px;
}

.inline_infobox li {
  margin-top: 2px;
  margin-left: 5px;
}

.bigContextPane {
  background-image: url(../images/jobsite/wheredowelook_bg.png);
  background-repeat: no-repeat;
  float: right;
  height: 301px;
  width: 227px;
  padding-left: 20px;
  padding-right: 20px;
}

.bigContextPane h3 {
  font-size: 14px;
  font-weight: 600;
  color: #49b7f2;
}

.mediumContextPane h3 {
  font-size: 14px;
  font-weight: 600;
  color: #49b7f2;
}

.smallContextPane h3 {
  font-size: 14px;
  font-weight: 600;
  color: #49b7f2;
}

.bigContextPane ul {
  margin-left: -25px;
}

.jobsite_footnote {
  color: #76878F;
}

.mediumContextPane ul {
  margin-left: 0px;
}

.smallContextPane ul {
  margin-left: 0px;
}

.mediumContextPane {
  background-image: url(../images/jobsite/didyouknow_bg.png);
  background-repeat: no-repeat;
  float: right;
  width: 227px;
  height: 202px;
  padding-left: 20px;
  padding-right: 20px;
}

.smallContextPane {
  background-image: url(../images/jobsite/25percentoff_bg.png);
  background-repeat: no-repeat;
  float: right;
  height: 105px;
  width: 227px;
  padding-left: 20px;
  padding-right: 20px;
}

.productContextInline {
  float: left;
  width: 265px;
  height: 330px;
  margin-top: 20px;
  background-image: url(../images/jobsite/datapatrol_bg.png);
  background-repeat: no-repeat;
}

.productContext {
  float: right;
  width: 265px;
  height: 284px;
  margin-top: 20px;
  background-image: url(../images/jobsite/datapatrol_bg.png);
  background-repeat: no-repeat;
}

#datapatrolContext {
  background-image: url(../images/jobsite/datapatrol_bg.png);
}

#datapatrolInlineContext {
  background-image: url(../images/jobsite/datapatrol_price_bg.png);
}

#fraudalertContext {
  background-image: url(../images/jobsite/fraudalert_bg.png);
}

#fraudalertInlineContext {
  margin-left: 55px;
  padding-left: 7px;
  background-image: url(../images/jobsite/fraudalert_price_bg.png);
}

.datapatrolContextPaneHeader {
  position: relative;
  overflow: hidden;
  width: 265px;
  height: 69px;
}

.fraudalertContextPaneHeader {
  position: relative;
  overflow: hidden;
  width: 265px;
  height: 69px;
}

.productContextPane {
  margin: 0 0 0 0;
  padding-left: 20px;
  padding-right: 20px;
  background-repeat: repeat-x;
  font-weight: 600;
}

.productContextPane h2 {
  margin: 0 0 12px 0;
  font-size: 20px;
  color: #a561a6;
}

.productContextPane form p {
  font-weight: 600;
}

.productContextPane ul {
  list-style: none;
  font-weight: normal;
}

.productContextPane li {
  list-style: none;
  margin-left: -40px;
  padding-left: 22px;
  padding-bottom: 5px;
  background-image: url(../images/jobsite/tick.png);
  background-position: 0 0px;
  background-repeat: no-repeat;
}

.productContextPaneInline {
  margin: 0 0 0 0;
  padding-left: 20px;
  padding-right: 20px;
  background-repeat: repeat-x;
  height: 155px;
  font-weight: 600;
  font-size: 12px;
}

.productContextPaneInline h2 {
  margin: 0 0 12px 0;
  font-size: 20px;
  color: #a561a6;
}

.productContextPaneInline form p {
  font-weight: 600;
}

.productContextPaneInline ul {
  list-style: none;
  font-size: 12px;
  font-weight: normal;
}

.ticky_list {
  list-style: none;
}

.ticky_list li {
  list-style: none;
  margin-left: -20px;
  padding-left: 22px;
  padding-bottom: 5px;
  background-image: url(../images/jobsite/tick.png);
  background-position: 0 0px;
  background-repeat: no-repeat;
}

.productContextPaneInline li {
  list-style: none;
  margin-left: -40px;
  padding-left: 22px;
  padding-bottom: 5px;
  background-image: url(../images/jobsite/tick.png);
  background-position: 0 0px;
  background-repeat: no-repeat;
}

#buy_now_datapatrol {
  margin-left: 190px;
}

#buy_now_fraudalert {
  margin-left: 50px;
}

#unsubscribe {
  margin-left: 300px;
}

.jobsite_button {
  margin-left: 18px;
}

.contextPane3HeaderJobsite {
  position: relative;
  overflow: hidden;
  width: 257px;
  height: 42px;
  background-image: url(/images/jobsite/bg-contextPane3Jobsite-header.gif)
    ;
  background-repeat: no-repeat;
}

.contextPane3HeaderJobsite h2 {
  position: absolute;
  top: 7px;
  left: 7px;
  margin: 0;
  padding: 7px 6px 7px 0;
  background-color: #a561a6;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.contextPane3HeaderJobsite h3 {
  position: absolute;
  top: 7px;
  left: 7px;
  margin: 0;
  padding: 8px 6px 6px 0;
  background-color: #FDB948;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.contextPane3HeaderJobsite a {
  color: #fff;
}

.contextPane3Jobsite {
  margin: 0 0 30px 7px;
  padding: 4px 8px 10px 12px;
  background-color: #232f33;
  font-size: 11px;
  color: #fff;
}

.contextPane3Jobsite a {
  color: #fff;
}

.contextPane3Jobsite .more {
  margin-bottom: 0;
  text-align: right;
}

.contextPane3Jobsite .more a {
  padding: 2px 20px;
  background-color: #a561a6;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.contextPane3Jobsite .more a:hover {
  text-decoration: none;
}

.contextPane3Jobsite ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.contextPane3Jobsite li {
  list-style: none;
  min-height: 31px;
  margin: 10px 0 0 0;
  padding: 0 0 0 38px;
  background-image: url(/images/jobsite/tick.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: bold;
}

.contextPane3Jobsite blockquote {
  list-style: none;
  margin: 5px 0 0 20px;
  padding: 0;
}

#percentoff {
  float: right;
  margin-top: -42px;
}

#unsubscribe {
  background-color: #FDB948;
  width: 170px;
  height: 30px;
  text-align: center;
  padding-top: 7px;
}

#unsubscribe a {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.partialTable {
  width: 322px;
  margin-left: 90px;
}

.partialTableBody div {
  border-color: silver;
  border-width: 1px;
}

div.partialTableBody {
  background-image: url(../img/common/gradient-silver-t.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.partialTableBody div {
  margin: 0px;
  background-color: transparent;
}

.partialTableRow {
  width: 100%;
  border-bottom-style: solid;
}

.partialTableCellLeft {
  padding-left: 15px;
  padding-top: 15px;
  width: 146px;
  font-weight: bold;
}

.partialTableCellRight {
  border-left-style: solid;
  width: 159px;
  padding-left: 0px;
}

.partialTableCellRight ul {
  margin: 10px;
  padding-left: 0px;
}

.partialTableCellRight li {
  list-style: none;
  min-height: 23px;
  padding-left: 25px;
  background-image: url(../img/common/tick-gold-t.png);
  background-position: 0px -3px;
  background-repeat: no-repeat;
}

a.buyNow {
  background-image: url(../images/jobsite/buy_btn.png);
  background-repeat: no-repeat;
  display: block;
  width: 111px;
  height: 35px;
}

.verticalSpace {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contentPart, div.verticalSpace {
  position: relative;
  float: left;
}

.dpBackground {
  position: relative;
}

.dpBackground div {
  position: relative;
  float: left;
}

.dpTopBackground,.dpBottomBackground {
  background-position: right;
  background-repeat: no-repeat;
  height: 54px;
  width: 100%;
}

.dpTopBackground {
  background-image: url(../images/jobsite/dp.gif);
  z-index: 10;
}

.dpBottomBackground {
  background-image: url(../images/jobsite/29.99.gif);
  z-index: 10;
}

.royalMailTransparent {
  background-image: url(../img/common/royal-mail-t.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 69px;
  margin: auto;
}

ul.plus li {
  list-style: none;
  min-height: 13px;
  padding-left: 25px;
  background-image: url(../img/common/plus-t.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
}

.contactUsPane {
  background-image: url(../img/common/contact-us-bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 254px;
  height: 188px;
  float: right;
  margin-right: 7px;
  margin-bottom: 10px;
  padding-left: 0px;
}

.contactUsPane ul {
  margin-top: 45px;
}

.contactUsPane span {
  color: black;
  margin: 0px;
}

.contactUsPane li a {
  text-decoration: none;
}

.contactUsPane .small {
  color: #49b7f2;
  font-size: smaller;
  font-weight: normal;
}

li.phone,li.callback,li.chat,li.email {
  list-style: none;
  background-position: 0px 1px;
  background-repeat: no-repeat;
  min-height: 27px;
  padding-left: 40px;
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 5px;
  margin-left: -10px;
}

li.phone {
  margin-top: 10px;
  background-image: url(../img/icons/phone-icon.png);
  padding-top: 7px;
  margin-bottom: 0px;
}

li.callback {
  background-image: url(../img/icons/callback-icon.png);
}

li.chat {
  background-image: url(../img/icons/chat-icon.png);
}

li.email {
  background-image: url(../img/icons/email-icon.png);
  padding-top: 7px;
}

.nobr {
  white-space: nowrap
}

.borderGray {
  position: relative;
}

.borderGray .borderGrayRight {
  background-image: url(../img/common/border-gray-right.png);
  background-position: top;
  width: 7px;
  height: 100%;
  display: block;
  position: absolute;
  right: -7px;
  top: 0px;
}

.borderGray .borderGrayLeft {
  background-image: url(../img/common/border-gray-left.png);
  background-position: top;
  width: 6px;
  height: 100%;
  display: block;
  position: absolute;
  left: -6px;
  top: 0px;
}

.borderGray .borderGrayTop {
  background-image: url(../img/common/border-gray-top.png);
  background-position: left;
  background-repeat: repeat-x;
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  left: 0px;
  top: -7px;
}

.borderGray .borderGrayBottom {
  background-image: url(../img/common/border-gray-bottom.png);
  background-position: left;
  background-repeat: repeat-x;
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -6px;
}

.borderGray .borderGrayBottomLeft {
  background-image: url(../img/common/border-gray-bottom-left.png);
  background-position: left;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: -6px;
  bottom: -6px;
}

.borderGray .borderGrayBottomRight {
  background-image: url(../img/common/border-gray-bottom-right.png);
  background-position: left;
  width: 7px;
  height: 6px;
  display: block;
  position: absolute;
  right: -7px;
  bottom: -6px;
}

.borderGray .borderGrayTopLeft {
  background-image: url(../img/common/border-gray-top-left.png);
  background-position: left;
  width: 6px;
  height: 7px;
  display: block;
  position: absolute;
  left: -6px;
  top: -7px;
}

.borderGray .borderGrayTopRight {
  background-image: url(../img/common/border-gray-top-right.png);
  background-position: left;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  right: -7px;
  top: -7px;
}

.contentsTable,.contentsTable div {
  border-color: silver;
  border-width: 1px;
  position: relative;
  float: left;
}

div.contentsTable {
  width: 350px;
  border-style: solid;
  border-bottom-style: hidden;
  border-left-width: 2px;
  margin-left: 70px;
  background-image: url(../img/common/gradient-silver-t.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.contentsTable div {
  margin: 0px;
  background-color: transparent;
}

.contentsTableRow {
  width: 348px;
  border-bottom-style: solid;
}

.contentsTableCellLeft {
  padding-left: 15px;
  padding-top: 15px;
  width: 155px;
  font-weight: bold;
}

.contentsTableCellRight {
  border-left-style: solid;
  width: 170px;
  padding-left: 0px;
}

.contentsTableCellRight li {
  list-style: none;
  min-height: 23px;
  padding: 0 0 0 25px;
  background-image: url(../img/common/tick-gold-t.png);
  background-position: 0 -3px;
  background-repeat: no-repeat;
  margin-left: -25px;
}

div.one, div.two {
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 50px;
  min-height: 37px;
  clear: both;
  width: 60%;
}

div.one {
  background-image: url(../img/icons/1.png);
}

div.two {
  background-image: url(../img/icons/2.png);
}

div.one span, div.two span {
  margin-top: 12px;
  position: relative;
  float: left;
}

div.one .go, div.two .go {
  position: relative;
  float: right;
}


.go a {
  background-image: url(../img/common/go-button.png);
  background-repeat: no-repeat;
  display: block;
  width: 56px;
  height: 37px;
}

.searchButton {
  background-image: url(../img/icons/view.png);
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
  height: 16px;
  width: 16px;
}
#liveHelpIndividuals{
  margin-left:15px;
}
#interestingAsterixText{
	margin-top: 10px;
	color: #76878F;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#headlineContainer{
	float:left;
	height:140px;
	width:500px;
	font-size:26px;
	padding-top:60px;
	padding-left:50px;
	padding-right:50px;
}
#checkButtonContainer{
	float:left;
	height:125px;
	background:url(/images/red_button.png);
	width:200px;
	margin-top:15px;
	background-repeat:no-repeat;
	padding-top:50px;
}
#checkEmailLink{
	margin-top:50px;
	padding-left:50px;
	font-size:25px;
	color:#ffffff;
}
#checkEmailLink:hover{
        margin-top:50px;
        padding-left:50px;
        font-size:25px;
        color:#ffff00;
	text-decoration:none;
}

/*---- Geek Squad Style ----*/
#contactUsGeek ul li{
	background-position:0 3px;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 15px;
	padding:5px 4px 4px 26px;
}
#contactUsGeek ul{
	padding: 0;
	margin-left: 20px;
	margin-top:10px;
}
#contactUsGeek a{
	color:#000000;
}
#contactUsGeek{
	color:#000000;
}
#geekPhoneItem{
	background-image:url(../img/phoneIcon.gif);
}
#geekEmailItem{
        background-image:url(../img/emailIcon.gif);
}
#geekChatItem{
        background-image:url(../img/chatIcon.gif);
}
#geekProtected{
	width:311px;
	margin-left:50px;
	margin-top:55px;
}
#content .geekProtectedItem{
	border-bottom: 2px dotted #dddddd;
	height:80px;
}
#content .geekProtectedItem{
        border-bottom: 2px dotted #dddddd;
}
#content .geekProtectedItem#protectedPersonal{
	height:100px;
}
#content .geekProtectedItem#protectedContact{
	height:90px;
}
#content .geekProtectedItem#protectedFinancial{
	height:115px;
}
#content .geekProtectedItem#protectedRoyalMail{
	height:70px;
}
#content .geekProtectedItem#protectedRoyalMail ul{
	margin-bottom:0;
}
#content .geekProtectedItem#protectedRoyalMail .geekProtectedList ul li{
}
#content .geekProtectedHeader{
        background:url(/img/table-header.jpg);   
        background-repeat:no-repeat;
        width:311px;
        height:48px;
}
#content .geekProtectedList{
	width:175px;
	float:left;
}
#content .geekSubHeader{
	width:115px;
	float:left;
	vertical-align:auto;
	font-weight:bold;
	padding-left:20px;
}
#content #protectedPersonal .geekSubHeader{
	margin-top:35px;
}
#content #protectedContact .geekSubHeader{
        margin-top:30px;
}

#content #protectedFinancial .geekSubHeader{
        margin-top:35px;
}
#content #protectedRoyalMail .geekSubHeader{
        margin-top:28px;
}


#content .geekProtectedList ul{
        margin-left:25px;
	margin-top:10px;
}
#content .geekProtectedList ul li{
        height:10px;
	background-image:none;
        background-image:url(/img/tick-icon.gif);
}       
#content .geekBuyNow {
	margin-top:30px;
	margin-bottom:30px;
}
#content.geekContent h1{
	color: #FF6633;
	font-size:25px;
	text-transform:uppercase;
}
#geekFooterText{
	width:150px;
	float:left;
	padding-top:5px;
	font-size:18px;
	color: #FF6633;
}
#geekFooterImg{
	width:165px;
	float:left;
}
.geekContext{
	height: 130px;
	border-bottom: 2px dotted #dddddd;
	margin-bottom:10px;
}
#contactUsGeekHead{
	margin-left:30px;
	border-bottom: #FF6633 2px solid;
	font-size:14px;
	width:175px;
}
#contactUsGeek{
	height: 120px;
	padding-top:20px;
}
#geeksquad{
	margin-left:40px;
	margin-top:10px;
}
#guarantee{
	background-repeat:no-repeat;
	height:118px;
	width:118px;
	padding-left:5px;
	background-image:url(/img/30day-icon.gif);
	float:left;
}
#guaranteeText{
	height:73px;
	width:125px;
	float:left;
	padding-top:45px;
	font-weight:bold;
}

#content .geekProtectedList ul li#royalMailListItem{
	background-position:0 20px;
	height:60px;
}
.geekProtectedFooter{
	margin-top:10px;
	height:170px;
}
#geekFooterImage{
	float:left;
}
#geekFooterTest{
	float:left;
}

