/* Styles additional for basic */
div#content {
    min-height: 498px;
}

/* FAQ page */
div#faq h2 {
    margin-top: 31px;
    line-height: 21px;
}

div#faq h3 {
    line-height: 21px;
}

div#faq p {
    margin: 0 0 20px 0;
    line-height: 21px;
}

div#faq ul {
    margin: 21px 0;
    padding-left: 36px;
}

div#faq div#chart {
    position: relative;
    top: -11px;
    left: 24px;
    font-family: HelveticaNeue57Cn;
    font-size: 14px;
    padding-left: 25px;
    line-height: 18px;
    width: 254px;
    display: contents;
}
div#faq div#chart div#chartNote {
    padding-top: 11px;
    padding-left: 4px;
}

div#chartNote {
    margin-bottom: 21px;
}

/* Quotes page */
div#quotes p {
    margin-top: 16px;
    margin-bottom: 42px;
    line-height: 21px;
}

div#quotes p.review {
    font-family: HelveticaNeue46LtIt;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#quotes p.location {
    font-family: HelveticaNeue45Lt;
    font-style: normal;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 21px;
}

/* Comparison page */
div#comparison h1 {
    margin-bottom: 0px;
    line-height: 26px;
}
div#comparison h2 {
    line-height: 21px;
}
div#comparison h3 {
    line-height: 21px;
}

div#comparison p {
    margin-top: 20px;
    line-height: 21px;
}

div#comparisonTitle {
    font-family: HelveticaNeue57Cn;
    font-size: 16px;
    white-space: nowrap;
    margin-bottom: 14px;
    line-height: 21px;
}

table#companiesTable {
    width: 726px;
    position: relative;
}
table#companiesTable tr#headingRow {
    height: 42px;
}
table#companiesTable th {
    padding: 0px;
    height: 42px;
}
table#companiesTable th#name {
    width: 222px;
}
table#companiesTable th#v1,
table#companiesTable th#v2,
table#companiesTable th#v3 {
    width: 168px;
}
table#companiesTable table.header {
    background-color: #8cadff;
    width: 100%;
    height: 100%;
    line-height: 100%;
}
table#companiesTable table.header td {
    vertical-align: top;
}
table#companiesTable table.header td.txt {
    font-family: HelveticaNeue87HvCn;
    font-weight: bold;
    color: white;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
    padding-top: 4px; /* correct vertical alignment, broken because of embedded webfont */
}
table#companiesTable table.header img {
    vertical-align: top;
}
table#companiesTable th.headersSpacer {
    width: 2px;
}
table#companiesTable tr.rowSpacer {
    height: 1px;
}
table#companiesTable tr.thickBorder {
    height: 3px;
    background-color: #8cadff;
}
table#companiesTable tr.odd {
    background-color: #d8e6ff;
}
table#companiesTable tr.even {
    background-color: #eff3ff;
}
table#companiesTable td.columnSpacer {
    width: 1px;
    background-color: white;
}
table#companiesTable tr.companiesRow td {
    font-family: HelveticaNeue67MdCn;
    vertical-align: middle;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 3px;
}
table#companiesTable tr.companiesRow.fat td {
    padding-top: 16px;
    padding-bottom: 9px;
}
table#companiesTable tr.companiesRow td.name {
    width: 234px;
    text-align: left;
    padding-left: 5px;
}
table#companiesTable td.v1,
table#companiesTable td.v2,
table#companiesTable td.v3 {
    width: 170px;
}
table#companiesTable td.best {
    background: url("../images/tick.png") no-repeat 129px 50%;
}
table#companiesTable td a.footNoteLink {
    position: relative;
    top: -4px;
}

div#footNote {
    margin-top: 19px;
    font-family: HelveticaNeue57Cn;
    line-height: 21px;
    margin-left: 4px;
}
div#footNote ol {
    padding-left: 16px;
    padding-top: 2px;
}
div#footNote div#comparisonAct {
    padding-top: 5px;
    padding-left: 1px;
}

.invalidField {
    background-color: #FFE6E6 !important;
}

input[type='checkbox'].invalidField  {

}

#pagePlacement {
    position: relative;
}

.backgroundPhoto:before {
    position: absolute;
    z-index: -1;
    bottom: -154px;
    left: -308px;
    /*explicit width and height is set because chrome on mac os made this pseudo-block higher than the image*/
    width: 768px;
    height: 779px;
}
.backgroundPhoto.photo0:before {
    content: url("../images/cleaner0.png");
}
.backgroundPhoto.photo1:before {
    content: url("../images/cleaner1.png");
}
.backgroundPhoto.photo2:before {
    content: url("../images/cleaner2.png");
}

.cleanerSignature {
    position: absolute;
    bottom: -114px;
    font-family: HelveticaNeue45Lt;
    font-size: 8px;
    letter-spacing: 1px;
}

.squared:after {
    content: '2';
    vertical-align: super;
    position: absolute;
}

.emphasizedCondensed {
    font-family: HelveticaNeue87HvCn;
    color: #7B9FFF;
}

.wideContentBlock {
    width: 726px;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE 5.5/6/7 */

#screenCenter {
    position: fixed;
    top: 50%;
    left: 50%;
}
