﻿/*#region Global*/
input.textBox {
    border-color:#000;
}

input.button,
button {
    border-color:#000;
    background-color: #623c30;
    color: #fff;
}
/*#endregion*/

/*#region Master Page*/
#headerBar {
    background-color: #623c30;
}

#masterHeaderNav a {
    color: #623c30;
    border-bottom-color:#0294ca;
}

#masterHeaderNav div.subtotal {
    color: #623c30;
}

.LoginLink {
    color: #fff;
}

#masterLeftNav {
    background-color: #bce8f8;
}

#masterLeftNav .leftNavLink {
    border-bottom-color:#000;
}

#masterLeftNav .leftNavLink span {
    color: #623c30;
}

#masterViewCatalog {
    color: #623c30;
}

div.masterCategoryBg {
    background-color: #bce8f8;
}

div.masterCategoryBg span {
    color: #623c30;
}

a.masterCategory {
    border-bottom-color:#0294ca;
    color: #000;
}
/*#endregion*/

/*#region Links*/
a {
    color: #623c30;
}

a.navTrail,
a.browseTrailLink,
a.browseTrailHome {
    color: #000;
}
/*#endregion*/

/*#region Bottom Navigation*/
#bottomNav a
#bottomNav a.bold,
#bottomNav1 a
#bottomNav1 a.bold{
    color: #623c30;
}
/*#endregion*/

/*#region Product Grid*/
div.productGrid thead td {
    background-color: #bce8f8;
    border-color: #fff;
}

div.productGrid thead td.priceHeader{
    border-bottom-color:#bce8f8;
}

div.productGrid td.cart input[type=text] {
    border-color:#000;
}

div.productGrid tr.shade {
    background-color: #bce8f8;
}

.gridHeaderLeft,
.gridHeaderRight,
.gridShading {
    background-color: #bce8f8;
}
/*#endregion*/

/*#region Product Listing Header*/
#imageTextHeader_zoom {
    border-color: #623c30 !important;
}

#prodPicText_zoom {
    border-color: #623c30 !important;
}
/*#endregion*/

/*#region Boxes Search*/
input[type=text].boxSearchDim {
    border-color:#6d6e71;
    color: #6d6e71;
}

a.boxSearchLength {
    border-color:#000;
    background-color: #623c30;
    color: white;
}

input[type=submit].boxSearchGo {
    border-color:#000;
    background-color: #623c30;
    color: white;
}
/*#endregion*/

/*#region Title Bars*/
.TitleMainLeft {
    background-color: #623c30;
}

.TitleMainLine,
.ProductTitle {
    background-color: #623c30;
    color: #fff;
}

.SubTitleLeft {
    background-color: #0294ca;
}

.SubTitleLine {
    background-color: #0294ca;
    color: #fff;
}

.SubTitleRight {
    background-color: #0294ca;
}
/*#endregion*/

/*#region Product Index*/
.ProductIndexActiveLetter {
    color: #623c30;
}

.ProductIndexInactiveLetter {
    color: #aaa;
}
/*#endregion*/

/*#region Item Detail*/
#itemDetail {
    background-color: #BCE8F8;
}
/*#endregion*/

/*#region Static Page Controls*/
div.imageCaption div.label,
div.imageCaptionGroup.style1 div.label {
    background-color:#623c30 !important;
}

div.imageCaption div.rule,
div.imageCaptionGroup.style1 div.rule {
    background-color: #bce8f8 !important;
}
/*#endregion*/
