div.topNav .domains
{
    font-size: 80%;
}

div.domainPricing,
div.domainDetails
{
    margin: 20px 0;
}

div.domainPricing .header,
div.domainDetails .header
{
    margin: 0;
    padding: 4px 0;
    border: 1px solid #979797;
    background-color: #979797;
}

div.domainPricing .header .years
{
    border-right: 1px solid #979797;
}

div.domainPricing .rowA,
div.domainDetails .rowA
{
    margin: 0;
    padding: 0;
    border: 1px solid #C1C1C1;
    border-top: 1px solid #A1A1A1;
}

div.domainPricing .rowA .years,
div.domainPricing .rowA .new,
div.domainPricing .rowA .register,
div.domainPricing .rowA .transfer,
div.domainPricing .rowA .empty,
div.domainPricing .rowA .order
{
    border-top: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
}

div.domainPricing .rowB,
div.domainDetails .rowB
{
    margin: 0;
    padding: 0;
    border: 1px solid #A1A1A1;
    background-color: #C1C1C1;
}

div.domainPricing .rowB .years,
div.domainPricing .rowB .new,
div.domainPricing .rowB .register,
div.domainPricing .rowB .transfer,
div.domainPricing .rowB .empty,
div.domainPricing .rowB .order
{
    border-top: 1px solid #A1A1A1;
    border-right: 1px solid #A1A1A1;
}

div.domainPricing div
{
    float: left;
}

div.domainPricing p
{
    margin: 0;
    padding: 8px 0;
}

div.domainPricing .years,
div.domainPricing .new,
div.domainPricing .register,
div.domainPricing .transfer,
div.domainPricing .empty,
div.domainPricing .error
{
    text-align: center;
    width: 60px;
}

div.domainPricing  .new
{
    color: #720072;
}

div.domainPricing  .register
{
    color: #252580;
}

div.domainPricing  .transfer
{
    color: #A02525;
}

div.domainPricing .renew
{
    color: #007400;
}

div.domainPricing .title
{
    float: none;
}

div.domainPricing .titleFloat
{
    float: left;
    width: 90px;
}

div.domainPricing .tld
{
    font-weight: bold;
    text-align: right;
    font-size: 115%;
    width: 75px;
    float: left;
}

div.domainPricing .order
{
    text-align: center;
    width: 75px;
}

div.domainPricing .title .order
{
    padding: 0 8px;
    float: right;
    border: none;
}

div.domainPricing .title .key,
div.domainPricing .title .keyOut
{
    font-weight: normal;
    font-size: 60%;
    float: right;
}

div.domainPricing .title .key p,
div.domainPricing .title .keyOut p
{
    border: 1px solid #000000;
    float: right;
    border: none;
    padding: 8px;
    width: auto;
}

div.domainPricing .title .keyOut,
div.domainPricing .title .keyOut p
{
    float: left;
}

div.domainDetails p
{
    padding: 0;
    margin: 0;
}

div.domainDetails .tld
{
    float: left;
    width: 75px;
}

div.domainDetails .tld p.tld
{
    text-align: right;
    font-weight: bold;
    font-size: 120%;
}

div.domainDetails .header .tld
{
    text-align: center;
}

div.domainDetails .lock,
div.domainDetails .xfer,
div.domainDetails .whois,
div.domainDetails .id,
div.domainDetails .years,
div.domainDetails .price,
div.domainDetails .note
{
    text-align: center;
    width: 75px;
    float: left;
}

div.domainDetails .note
{
    padding: 2px;
}

div.domainDetails .noteAway
{
    position:fixed;
    top: 999999px;
    left: 999999px;
}

div.domainDetails .noteNear
{
    position: inherit;
    margin: 0 0 0 80px;
    padding: 10px;
}

div.domainDetails .noteNear p
{
    margin: 10px 0;
}

div.domainDetails h4
{
    text-align: left;
}

#domainSearchForm
{
    text-align: center;
}

#domainSearchForm table
{
    margin: auto;
}

.spacer
{
    clear: both;
    width: 0;
}