﻿/*Storefront Styles*/
.ProfileForm
{
    width: 100%;
    border: solid 1px #3c87bc;
    font-size: 12px;
}

table.CheckoutProfileForm
{
    width: 100%;
    font-size: 12px;
}

.ProfileForm td.ProfileFormHeaderBlue, .CheckoutProfileForm td.ProfileFormHeaderBlue
{
    background-color: #015392;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

.ProfileForm td.ProfileFormHeaderBlack
{
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    border-bottom: solid 1px #ffffff;
}

.ProfileForm td.ProfileLabel, .CheckoutProfileForm td.ProfileLabel
{
    padding: 3px;
    text-align: right;
    width: 155px;
}

.ProfileForm td.ProfileEntry, .CheckoutProfileForm td.ProfileEntry
{
    padding: 3px;
    text-align: left;
    width: 237px;
}

.ProfileForm td.ProfileError, .CheckoutProfileForm td.ProfileError
{
    padding-left: 10px;
    text-align: left;
}

.ProfileForm td input, .ProfileForm td select, .CheckoutProfileForm td input, .CheckoutProfileForm td select
{
    width: 215px;
    margin: 5px;
    border: solid 1px #015392;
}

.ProfileForm td input[type="checkbox"], .CheckoutProfileForm td input[type="checkbox"]
{
    width: auto;
    margin: 5px;
    border: none;
}

.ProfileForm td label, .CheckoutProfileForm td label
{
    color: #015392;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

td.Divider2
{
    background-position: 6px 0px;
    background-image: url(images/VDivider.gif);
    background-repeat: repeat-y;
}

.ShoppingCartHeaderLeft
{
    background-color: #015392;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

.ShoppingCartHeaderCenter
{
    background-color: #015392;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.ShoppingCartHeaderRight
{
    background-color: #015392;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
    padding: 5px;
}


.FormLabel
{
    color: #015392;
    font-size: 12px;
    font-weight: bold;
    padding-left: 7px;
}

.FormInputBox
{
    border: solid 1px #015392;
    width: 150px;
    height: 17px;
    margin: 3px;
}

.FormInputBoxLG
{
    border: solid 1px #015392;
    width: 215px;
    height: 17px;
    margin: 5px;
}

.FormCheckBox
{
    padding: 7px;
}
