/*
 * Bootstrap Panels
 *
 * CSS borrowed from Bootstrap v3.0.0-rc.2
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 */

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-body:before,
.panel-body:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.panel-body:after {
    clear: both;
}
.panel-body:before,
.panel-body:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.panel-body:after {
    clear: both;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel-heading {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-warning {
    border-color: #fbeed5;
}
.panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fbeed5;
}
.panel-danger {
    border-color: #eed3d7;
}
.panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eed3d7;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-maron {
    border-color: #b94a48;
}
.panel-maron > .panel-heading {
    color: #FFFFFF;
    background-color: #b94a48;
    border-color: #b94a48;
}
.panel-maron > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #b94a48;
}
.panel-maron > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #b94a48;
}

.panel-mode {
    border-color: #C19A6B;
}
.panel-mode > .panel-heading {
    color: #FFFFFF;
    background-color: #C19A6B;
    border-color: #C19A6B;
}
.panel-mode > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #8A4117;
}
.panel-mode > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #8A4117;
}

html {
    overflow-y: scroll;
}

body {
    font-family: "PT Sans";

}

#rootContainer {
    width: 1024px;
    position: relative;

    margin: 0 auto;
    -moz-box-shadow: 0px 0px 50px #ddd;
    -webkit-box-shadow: 0px 0px 50px #ddd;
    -o-box-shadow: 0px 0px 50px #ddd;
    -ms-box-shadow: 0px 0px 50px #ddd;
    box-shadow: 0px 0px 50px #ddd;
}

.popover {
    z-index: 9000;
}

/*** Header ***/

#topBar {
    height: 20px;
    padding-top: 3px;
    border-bottom: 2px solid #700;
    background: #a33;
    text-align: right;
    font-size: 0.8em;
}

a.topLink, a.topLink:link, a.topLink:active, a.topLink:visited {
    color: #FFF;
    margin: 0 10px;

}

#topBar a#memberDetails {
    display: inline-block;
    height: 18px;
    padding: 3px 3px 0 3px;
    border-radius: 5px 5px 0 0;
    text-decoration: none;

}

#topBar .popover hr {
    margin: 5px 0;
}

#topBar .popover strong {
    font-size: 1.2em;
}

#topNavigation {
    padding: 10px 30px;
    border-bottom: 1px solid #bbb;
    -moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 5px rgba(0,0,0,0.2);
}

#topNav {
    float: right;
    margin-top: 30px;
}

#topNav a {
    background: #fff;
    color: #a33;
}

#topNav a:hover {
    background: #ddd;
}

#topNav li.active a {
    background: #a33; color: #fff;
}

#topNav li.activehoriz a {
    background: #808080; color: #fff;
    padding: 11px 25px;
    margin: 4px;
}

#topNav li.activehoriz2 a {
    background: #a33; color: #fff;
    padding: 11px 25px;
    margin: 4px;
}

/*** Content ***/

.message {
    padding: 8px; margin: 6px 0px; background: #f7f7f7; border-left: 4px solid #ddd; color: #333;
}

.message.green { background: #efe; border-left: 4px solid #585; }
.message.red { background: #fee; border-left: 4px solid #855; }
.message.blue { background: #f7f7ff; border-left: 4px solid #558; }
.message.yellow { background: #FFFFE7; border-left: 5px solid #F3E5AB; }

.message.normal {  border-radius: 5px 5px 0 0; background: #FFFFFF; border: 1px solid #EEE; }

.message.prom {  border-radius: 5px 5px 0 0; background: #FFFFFF; border: 2px dashed #E5E4E2; }


#content {
    min-height: 400px;
    padding: 20px;
}

.hide {
    display: none;
}

input.error {
    border-color: #c09853;
}

#stickers {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);

    position: fixed;
    top: 200px;
    left: -30px;
}

#stickers2 {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    display: none;
    position: absolute;
    top: 152px;
    right: -64px;
}

.stickers .sticker {
    font-size: 16px;
    font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;
    display: inline-block;
    background: #EEE;
    padding: 10px;
}

#stickers .sticker {
    border-radius: 0px 0px 6px 6px;
}

#stickers2 .sticker {
    border-radius: 6px 6px 0px 0px;
}

.stickers .sticker:link {
    color: #333;
}

.stickers .sticker:hover {
    text-decoration: none;
}

#pageContainer .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -2px;
}

#pageContainer ul.nav {
    width: 200px;
}

#pageContainer ul.nav.affix {
    top: 20px;
}

#topTabBox {
    width: 900px;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 30px;
}

#topTabBox {
    background: #FFF;
}

#topTabBox .navbar {
    margin-bottom: 10px;
}

#topTabBox .navbar .nav>li>a {
    padding: 5px 15px 5px;
}

#topTabBox .navbar .navbar-inner {
    text-align: center;
    min-height: 30px;
    height: 30px;
}

#topTabBox .nav {
    float: none;
    display: inline-block;
}

#topTabBox .nav li {
    width: 125px;
}

#topTabBox .tab-pane form {
    margin: 0;
}

#topTabBoxTabsContainer {
    margin-bottom: 0;
    text-align: center;
}

#topTabBoxTabsContainer button {
    vertical-align: top;
}

#topTabBoxTabsContainer input {
    width: 530px;
}

#topTabBoxTabsContainer textarea {
    width: 489px;
    height: 20px;
    resize: none;
}

#topTabBoxTabsContainer textarea.extended {
    height: 100px;
}

#topTabBoxTabsContainer .submitButton {
    width: 78px;
}

.grid {
    margin: 10px;
    text-align: center;
}

.grid li.item {
    display: inline-block;
    width: 257px;
    height: 140px;
    padding: 5px 15px;
    background: #fff;
    margin: 8px 15px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    -moz-box-shadow: 0px 0px 8px #ddd;
    -webkit-box-shadow: 0px 0px 8px #ddd;
    -o-box-shadow: 0px 0px 8px #ddd;
    -ms-box-shadow: 0px 0px 8px #ddd;
    box-shadow: 0px 0px 8px #ddd;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.grid li.item a.link {
    display: block;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    width: 287px;
}

.grid li.item h4 {
    margin: 20px 0;
    font-size: 16px;
}

.grid li.item p {
    width: 180px;
    float: right;
    font-size: 13px;
    color: #333;
}

.grid li.item:hover {
    cursor: pointer;
    -moz-box-shadow: 0px 0px 16px #adf;
    -webkit-box-shadow: 0px 0px 16px #adf;
    -o-box-shadow: 0px 0px 16px #adf;
    -ms-box-shadow: 0px 0px 16px #adf;
    box-shadow: 0px 0px 16px #adf;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

form.small {
    width: 350px;
    margin: 0 auto;
}

form.medium {
    width: 500px;
    margin: 0 auto;
}

form.horizontal-align label {
    display: inline-block;
    width: 100px;
}

label.no-width {
    width: auto !important;
}

label input[type=checkbox] {
    vertical-align: baseline;
}

form p.push-inwards {
    padding-left: 2px;
}

.center-align {
    text-align: center;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.push-10-inwards {
    padding-left: 10px;
}

.dark-grey {
    color: #808080;
}

#faqAccordion {
    color: #5B5654;
}

.news {
    line-height: 34px;
    min-height: 34px;
}

.autoWidth {
    width: auto;
}

.blockCenterAlign {
    margin: auto;
}

#domainingGuideContainer {
    width: 750px;
}

#domainGuideList {
    list-style: none;
    font-size: 1.2em;
}

#domainGuideList li {
    width: 350px;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0;
}

h3.red {
    color: #C24641;
}

h3.pageTitle {
    margin-bottom: -10px;
}

.right-align {
    text-align: right;
}

.width450 {
    width: 450px;
}

.width900 {
    width: 900px;
}

.width1000 {
    width: 1000;
}

.green-text {
    color: #397;
}

.blue-text {
    color: #0044cc;
}

table.accountDetails, hr.accountDetails {
    width: 500px;
}

div.article {
    width: 900px;
}

div.article div.details {
    margin-left: 100px;
}

.adjustFormText {
    line-height: 30px;
}

textarea.large {
    width: 420px;
}

label.finder {
    display: inline-block;
    width: 70px;
}

label.push-right {
    margin-left: 50px;
}

.width-700px {
    width: 700px;
}

#popup_container {
    background: #f5f5f5;
    padding: 20px !important;
}

.bigPopovers .popover {
    width: 175px;
}

.help-cursor {
    cursor: help;
}

.input-recaptcha {
    width: 172px;
}

.text-small {
    font-size: 0.8em;
}

#recaptcha_widget {
    padding: 10px;
}

#plansTable {
    width: 910px;
    height: 550px;
    margin: 0 auto;
}

#plansTable.pricing_six .pricing_column {
    width: 139px;
}

#plansTable.pricing_six .pricing_column_first {
    width: 190px;
}

#plansTable.pricing_table .pricing_column_first, #plansTable.pricing_table.pricing_table .pricing_column{
    margin-right: 2px;
}

#plansTable li.pricing_header1 {
    background: #A52A2A;
}

#plansTable .pricing_footer {
    border-bottom-color: #a33;
}

#plansTable .pricing_column_first li.pricing_header1 {
    background: none;
}

#plansTable li.even, #plansTable li.pricing_header2, #plansTable li.pricing_footer {
    background: #f5f5f5;
}

#plansTable li.odd {
    background: #fff;
}

#plansTable li.suitable-for {
    color: #333;
    font-size: 1.6em;
    font-weight: bold;
}

.block-center-align {
    margin: 0 auto;
}

.panel-title {
    line-height: 16px;
}

.topPanel {
    width: 980px;
    margin: 20px auto;
}

.topPanel .panel-body {
    padding-bottom: 5px;
}

.topPanelBody {
    line-height: 30px;
}

.topPanelBody input {
    vertical-align: sub;
}

.topPanelRow {
    width: 500px;
}

.topPanelRow div, .topPanelRow label {
    display: inline-block;
    width: 120px;
}

.topPanelRow .title {
    font-weight: bold;
}

.panel-heading label {
    margin: 0;
}

.topPanelBody .hypen {
    border-left: 1px solid #EEE;
    padding-left: 10px;
    margin-left: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}

.topPanelBody .hypen.large {
    height: 75px;
    margin-top: 0;
}

.topPanelBody .hypen strong {
    display: inline-block;
    width: 80px;
}

.panelSaveButton {
    width: 50px;
}

.panel-body hr {
    margin: 5px 0;
}

h3 input {
    vertical-align: baseline;
}

table.center-align td, table.center-align th {
    text-align: center;
}

.panel-body.domainList {
    height: 300px;
    overflow-y: scroll;
}

.buttonPanel {
    margin-top: 20px;
}

.buttonPanel .btn {
    margin: 0px 10px;
}

.controls.zAnalyzerSubmit {
    text-align: right;
    width: 335px;
}

.control-group.no-gap {
    margin-bottom: 0;
}

thead.dark {
    background: #333;
    color: #FFF;
}

#checkboxes {
    width: 520px;
}

#checkboxes label {
    display: inline-block;
    width: 70px;
}

#checkboxes input {
    margin-right: 2px;
}

.wordWrap {
    word-wrap: break-word;
}

table td.left-align, table th.left-align {
    text-align: left;
}

.elLinks {
    display: none;
}

.elLink {
    margin: 5px 0;
}

.smallText {
    font-size: 0.9em;
}

tr.highlight td {
    background: #FEF1B5 !important;
}

.pointerCursor {
    cursor: pointer;
}

.scrollButton.fixed {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.tinyCell {
    width: 10px;
}

.crawlerFormRight {
    padding-top: 18px;
}

.exportBtnContainer {
    margin-bottom: 2px;
}

iframe {
    float: left;
}

iframe.fix {
    float: none;
}

.checkboxes-xlarge label {
    display: inline-block;
    width: 210px;
}

.checkboxes-large label {
    display: inline-block;
    width: 120px;
}

.checkboxes-medium label {
    display: inline-block;
    width: 80px;
}

.checkboxes-small label {
    display: inline-block;
    width: 70px;
}

.checkboxes-100 label {
    display: inline-block;
    width: 100px;
}

.checkboxes-large span.title, .checkboxes-medium span.title, .checkboxes-small span.title {
    display: inline-block;
    width: 90px;
}

.checkboxes-xlarge span.title {
    display: inline-block;
    width: 100px;
}

.customPanelTitles {
    margin-right: 20px;
}

.customPanelLargeTitle {
    display: inline-block;
    width: 150px;
}
.customPanelMediumTitle {
    display: inline-block;
    width: 120px;
}

.text-bold {
    font-weight: bold;
}

#customPanelContainer {
    width: 800px;
}

#customPanelContainer .active.green {
    color: #468847;
}

#customPanelContainer .active.red {
    color: #B94A48;
}

#customPanelContainer .active.bold {
    font-weight: bold;
}

.topPanel .title {
    color: #000;
}

.opt-msg {
    width: 80%;
    margin-top: -5px;
    margin-bottom: 5px;
    padding: 5px;
    background: #bfb;
    color: #080;
    font-weight: bold;
}

legend div.popover, legend i {
    font-size: 14px;
    line-height: 14px;
}

.topPanel input.opt-xitem {
    margin-right: 5px;
}

.strikethrough {
    text-decoration: line-through;
}

.excluding input {
    margin-right: 5px;
}

.checkboxes-20gap label {
    display: inline-block;
    margin-right: 20px;
}

.excluding .popover {
    line-height: 16px;
}

tr.no-highlight th {
    background: #F5F5F5 !important;
}

.well.article-number {
    min-width: 30px;
    padding: 0 10px;
    margin: 0;
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
}

.table.borderless th, .table.borderless td {
     border-top: none;
}

.reportStats {
    width: 600px;
    margin: 20px 95px;
}
.reportPanel {
    width: 800px;
    margin: 20px auto;
}

.reportColumn {
    display: inline-block;
    width: 382px;
}

.reportPanel .panel-heading h3, .reportPanel .panel-heading div {
    display: inline-block;
}

.reportNumber {
    margin-right: 10px;
    font-size: 28px;
    vertical-align: middle;
    border-right: 1px solid #DDD;
    height: 40px;
    float: left;
    margin-top: -10px;
    line-height: 40px;
    padding: 0 15px 0px 0px;

}

.adReportPanel .reportNumber {
    border-right-color: #D6E9C6;
}

.reportSite {
    max-width: 550px;
    font-size: 24px;
    vertical-align: middle;

}

.reportButton {
    float: right;
    margin-top: -5px;
}

.reportTable th {
    vertical-align: middle;
}

.reportTable th, .reportTable td {
    padding: 1px 8px;
}

.reportTable th.horizontal {
    width: 110px;
}

.rankingTable {
    width: 100%;
}

.reportTable th.ranking {
    width: 25%;
    padding: 0;
}

.reportTable .sub-heading {
    font-size: 1.2em;
}

.reportTable td.rankingTableContainer {
    padding: 0;
}

.rankingTable td:nth-child(1), .rankingTable th:nth-child(1) {
    border-left: none;
}

.rankingTable td {
    border-top: 1px solid #DDD !important;
}

.reportAd {
    padding: 0 4px;
    margin: 3px;
    border: 1px dashed #CCC;
}

.reportAd a {
    text-decoration: underline;
}

.reportAdDomain {
    font-weight: bold;
    color: #090;
}

#chartShow {
    vertical-align: top;
}

#statistics {
    overflow: hidden;
}

#statistics .chart {
    display: inline-block;
    margin: 10px 20px;
/*    border: 1px solid #DDD;
    box-shadow: 0 0 5px 5px #EEE;
    padding: 0 10px;*/
}

#statistics .chartCaption {
    padding: 2px 15px;
    font-weight: bold;
}

#statistics .chart h3 {
    margin: 2px;
}

#statistics .chartAreaContainer {
    overflow: hidden;
}

#statistics .chart.length .chartArea {
    margin-top: -30px;
    margin-bottom: -30px;
}

#statistics .chart.whois, #statistics .chart.length, #statistics .chart.highest {
    margin-left: 0;
    margin-right: 31px;
}

#statistics .chart.archive, #statistics .chart.ranksChart, #statistics .chart.lowest {
    margin-right: 0;
    margin-left: 31px;
}

#statistics .chart .panel-heading .reportNumber {
    margin-top: -11px;
    font-size: 18px;
}

#pieCharts, #bigPieCharts, #tableCharts {
    width: 970px;
    margin: 0 auto;
    text-align: center;
}

.ranksChart .chartAreaContainer {
    height: 320px;
    padding-top: 35px;
}

#ranksChartContainer {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    top: -150px;
    position: relative;
}

#ranksChart {
    display: inline-block;
}

#tableCharts .chart.lowest {
    vertical-align: top;
}

#statistics .chart .google-visualization-table-sorthdr {
    text-align: left;
}

#statistics .chart .google-visualization-table-td:nth-child(1) {
    text-align: center;
}

#statistics .chart .google-visualization-table-td:nth-child(2),
#statistics .chart .google-visualization-table-td:nth-child(3) {
    text-align: left;
}

#lengthsChartContainer {
    width: 950px;
    overflow: hidden;
    margin: 0 auto;
}

#whoisPanel {
    width: 930px;
    margin: 0 auto;
}
.whoisSmallTable {
    width: 445px;
    height: 150px;
}
.whoisContactTable {
    width: 445px;
}

.whoisContactTable td {
    word-break: break-all;
}

.whoisTable {
    width: 380px;
}

.whoisTable td {
    word-break: break-all;
}

h2.whoisTitle {
    font-size: 22px;
}

h2.whoisDbUpdated {
    font-size: 14px;
    top: -15px;
    position: relative;
}

/*** Footer ***/

#footer {
    padding: 20px 0px;
    background: #EEE;
    color: #333;
    -webkit-box-shadow: 0px 3px 6px 0px #DDD;
    -moz-box-shadow: 0px 3px 6px 0px #DDD;
    box-shadow: 0px 3px 6px 0px #DDD;
}

#footer a {
    display: inline-block;
    padding: 0px 0px;
    text-decoration: none;
    color: #004080;
}

#footer a:hover {
    color: #666;
}

#footerNav {
    margin: 0 auto;
    width: 950px;
    height: 190px;
}

#footerNav .linkGroup {
    float: left;
    width: 150px;
    margin: 0 20px;
}

#footerNav img.socialIcon {
    margin: 4px 0;
}

#footerNav .linkGroup h3 {
    font-size: 1.2em;
    margin-bottom: 0;
}

#footerBottom {
    border-top: 1px dashed #888;
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
}

#bottomBadges {
    float: left;
    text-align: center;
    border-right: 1px solid #CECECE;
    margin-right: 10px;
    height: 110px;
    padding-top: 10px;
}

#bottomBadges img {
    vertical-align: bottom;
}

#bottomBadges a {
    margin: 10px 20px;
}

#domainingLogo {
    margin-top: 12px;
}

#bottomNewsletter {
    float: left;
    border-right: 1px solid #CECECE;
    margin-right: 12px;
    height: 110px;
    padding-top: 10px;
    width: 290px;
}

#bottomNewsletter img {
    margin-top: -8px;
}

#bottomNewsletterForm {
    float: right;
    padding-right: 20px;
}

#bottomNewsletterForm input {
    width: 175px;
}

#bottomNav a {
    margin-right: 10px;
}

#bottomNav p {
    font-size: 0.8em;
    text-align: justify;
}

.maxfoot {
    height: 20px;
    padding-top: 3px;
    color: #333;
    text-align: left;
    font-size: 0.9em;
    float: left;
}