/* CSS Document - Specifics for Hosting page */

table {

}

#hosting-plans {
    background-color: #1a303f;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

#hosting-plans th {
    padding: 4px;
}

#hosting-plans td {
    border-top: 1px solid #384d5c;
    padding: 2px;
}

#hosting-plans tr.separator th {
    border-top: 1px solid #384d5c;
    padding-top: 10px;
}

#hosting-plans tr.firstrow td {
    border-top: 2px solid #384d5c;
}

#hosting-plans td {
    text-align: center;
}

#hosting-plans th.firstcol, #hosting-plans td.firstcol {
    text-align: left;
}

#hosting-plans th.firstcol {
    padding-left: 5px;
    color: #99ff99;
}

#hosting-plans td.firstcol {
    padding-left: 10px;
}

#hosting-plans .std {
    background-color: #233847;
}

.hosting-advantage {
    margin-top: 1em;
    width: 480px;
}

.hosting-advantage h4 {
    padding: 0;
    margin: 0;
}

.hosting-advantage tr {
    vertical-align: top;
}

.hosting-advantage th {
    width: 150px;
    text-align: left;
    font-weight: normal;
}

.hosting-advantage th, .hosting-advantage td {
    padding-bottom: 1em;
}

.hosting-advantage .pricing {
    font-size: 0.75em;
    margin-bottom: 3px;
}

#right-box {
    float: right;
    width: 20em;
    margin-left: 1em;
    margin-bottom: 3em;
    margin-top: 3em;
    margin-right: 0;
}
