/*
 * Version: $Revision: 1.7 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2008 BeSite
 */

SPAN.PriceInvalid
{
    color: #666;
    text-decoration: line-through;
}

SPAN.PriceOffer
{
    color: red;
}

DIV.SubscriptionType
{
    margin-bottom: 10pt;
}

SPAN.NoneSelected
{
    font-weight: normal;
    font-style: italic;
}

SPAN.SelectedType
{
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

TABLE.VisitorProfile TH
{
    width: 150px;
}

TABLE.VisitorProfile
{
    border-collapse: collapse;
}

TABLE.VisitorProfile TH,
TABLE.VisitorProfile TD
{
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    padding: 3px 0 3px 0;
}

INPUT.Disabled
{
    color: #666;
    background-color: #ccc;
}

DIV#StepsHeader
{
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 10pt;
    margin-bottom: 8pt;
}

P.PaymentMethod INPUT.Radio
{
    float: left;
    margin-right: 10px;
}

DIV.PaymentMethodDescription
{
    margin: 0 0 5px 25px;
    padding: 5px 10px 0 10px;
    display: none;
    border-bottom: 1px solid #ddd;
    background-color: #efefef;
}

IMG.PayPalCreditcard
{
    margin: 10px 0 10px 25px;
    padding: 15px;
    border: 1px solid #8f9da2;
}

DIV.Prolong,
DIV.Prolong A
{
    color: #EE1414;
}
