﻿
.LeftColumn, .MiddleColumn, .RightColumn
{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
}

.RightColumn
{
    padding:10px;
    padding-right: 0px;
    text-align: right;
}

.SideCell, .MiddleCell, .MiddleCell1, .MiddleCell2
{
    padding-top:20px;
    height: 140px;
}

.SideCell
{
    width: 190px;
    padding-left: 10px;
    padding-right: 10px;
}

.MiddleCell1, .MiddleCell2
{
}

.MiddleCell
{
    width:580px;
}

a.SideLink:link,
a.SideLink:hover,
a.SideLink:visited,
a.SideLink:active
{
    font-size: 9pt;
    font-family: arial;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 1px;
    color: #63503d;
    border-bottom-color: #b3aaa0;
    text-decoration: none;
}

.SideLinkContainer
{
    margin-bottom: 5px;
}

.PageTitle, .SubtotalValue
{
    font-weight: bold;
    color: #63503d;
    font-size: 15px;
}

.PageTitleContainer
{
    float: left;
    width: 100%; 
}

#SubtotalField
{
    text-align: right;
    width: 100%;
}

.SubtotalValue
{
    color: #ff6600;
}

.Separator12
{
    height: 12px;
    line-height: 12px;
}

.LineSeparator10
{
    height: 10px;
    margin-bottom: 10px;
    border-top: solid 1px #63503d;
}

.Separator10
{
    height: 10px;
    margin-bottom: 10px;
}

.Separator5
{
    height: 5px;
    line-height: 5px;
}

.SubtotalOptions
{
    font-size: 9pt;
    font-family: arial;
    font-weight: normal;
    color: #63503d; 
}

.RowBottomLine
{
    border:solid 1px #ffffff;
    border-bottom: solid 1px #63503d;
}

.QuantityField, .AccountTextField
{
    width: 130px;
    height: 14px;
    vertical-align: middle;
    background-color: #e6e6e6;
    background-image: url(/images/search_textbox_bg.png);
    background-repeat: no-repeat;
    padding: 2px;
    border: none 0px;
    text-indent: 5px;   
    font-size: 8pt; 
}

.AccountTextField
{
    background-color: #ffffff;
}

.CouponFieldCaption, .CouponFieldCaptionGray
{
    border: 1px solid #63503d;
    height: 19px;
    line-height: 19px;
    background-color: #63503d;
    color: #ffffff;
    font-weight: bold;
    font-size: 8pt;
    text-indent: 3px;
    padding: 1px;
    font-family: arial;
}

.CouponFieldCaptionGray
{
    border: 0px none;
    background-color: #AC8F72;
    color: #F3EBE3;
}

.CouponFieldDesc
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 9pt;
    font-family: arial;
}

#UpdateButtonContainer
{
    margin-top: 10px;
    text-align: right;
}

#EmptyCart
{
    font-weight: bold;
    font-size: 10pt;
}

a.BreadCrumbInactive:link,
a.BreadCrumbInactive:hover,
a.BreadCrumbInactive:visited,
a.BreadCrumbInactive:active
{
    font-size: 15px;
    color: #63503d;
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #63503d;
}

.BreadCrumbDisabled
{
    font-size: 15px;
    color: #AC8F72;
}

a.BoldNode:link,
a.BoldNode:hover,
a.BoldNode:visited,
a.BoldNode:active
{
    color: #63503d;
    font-weight: bold;   
}

.BoldNode
{
    color: #63503d;
    font-weight: bold;   
    cursor: pointer;
}

.BoldOutNode
{
    color: #808080;
    font-weight: bold;
    text-decoration: line-through !important;
}

.n2c_cssclass div a 
{
    cursor: pointer !important;
}

.discountstrikethru
{
    text-decoration: line-through;
}