﻿.ErrLBL
{
    text-transform:uppercase;
    color:Red;
    display:block;
}

.OrigPriceLBL
{
    text-transform:uppercase;
    text-decoration:line-through;
    color:Red;
}

.InfoDiv
{
    clear:left;
    margin:20px 0px 10px 30px;
    width:575px;
    font-size:small;
}

.FullWidthErrDiv
{
    margin:20px 0px 10px 30px;
    width:575px;
    color:Red;
    text-align:center;
}

.BasketHeader
{
    font-size:small;
}

.smallText
{
    font-size:12px;
    font-family:Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.InfoDivCentered
{
    clear:left;
    margin:20px 0px 10px 0px;
    font-size:small;
}

.FieldLabel
{
    margin:0px 5px 3px 0px;
    text-align:right;
    clear:left;
    float:left;
    display:block;
}

.NoLabelField
{
    clear:left;
    float:left;
    margin:0px 0px 3px 190px;
    width:200px;
}

.CustomerRegField
{
    float:left;
    width:200px;
}

.PostCodeField
{
    float:left;
    width:100px;
}

.EMailField
{
    float:left;
    width:300px;
}

.NextLineValidator
{
    float:left;
    clear:both;
    width:100%;
    margin:0px 0px 3px 194px;
}

.NextLineWarning
{
    float:left;
    clear:both;
    width:100%;
    margin:0px 0px 3px 194px;
    font-size:small;
}

.ButtonPanel
{
    clear:left;
    text-align:center;
    margin:10px auto 10px auto;
}

.InfoPageTable
{
    width:545px;
    margin:10px 15px 15px 15px;
    padding:10px 15px 15px 15px;
}

.InvoiceField
{
    float:left;
    width:200px;
    vertical-align:top;
}

.NoLabelEMailField
{
    clear:left;
    float:left;
    margin:0px 0px 3px 190px;
    width:200px;
}

.SmallGrayText
{
    font-size:small;
    color:gray;
}
.BlueText
{
    color:blue;
}
.DefaultPic
{
    max-height:350px;
    max-width:670px;
    min-height:500px;
    min-width:600px;
    
}

