﻿/*#region Global*/
input.textBox {
    border-color:#000;
}

input.button,
button {
    border-color:#000;
    background-color: #cb2d27;
    color: #fff;
}
/*#endregion*/

/*#region Master Page*/
#headerBar {
    background-color: #cb2d27;
}

#masterHeaderNav a {
    color: #CB2D27;
    border-bottom-color: #69BD45;
}

#masterHeaderNav div.subtotal {
    color: #CB2D27;
}

.LoginLink {
    color: #fff;
}

#masterLeftNav {
    background-color: #C6ECB6;
}

#masterLeftNav .leftNavLink {
    border-bottom-color:#000;
}

#masterLeftNav .leftNavLink span {
    color: #CB2D27;
}

#masterViewCatalog {
    color: #CB2D27;
}

div.masterCategoryBg {
    background-color: #C6ECB6;
}

div.masterCategoryBg span {
    color: #CB2D27;
}

a.masterCategory {
    border-bottom-color: #69BD45;
    color: #000;
}

/*#endregion*/

/*#region Links*/

a {
    color: #cb2d27;
}

a.navTrail,
a.browseTrailLink,
a.browseTrailHome {
    color: #cb2d27;
}
/*#endregion*/

/*#region Bottom Navigation*/
#bottomNav a
#bottomNav a.bold,
#bottomNav1 a
#bottomNav1 a.bold{
    color: #000;
}
/*#endregion*/

/*#region Product Grid*/
div.productGrid thead td {
    background-color: #c6ecb6;
    border-color:#fff;
}

div.productGrid thead td.priceHeader {
    border-bottom-color:#c6ecb6;
}

div.productGrid td.cart input[type=text] {
    border-color:#000;
}

div.productGrid tr.shade {
    background-color: #c6ecb6;
}

.gridHeaderLeft,
.gridHeaderRight,
.gridShading {
    background-color: #c6ecb6;
}
/*#endregion*/

/*#region Product Listing Header*/
#imageTextHeader_zoom {
    border-color: #cb2d27 !important;
}

#prodPicText_zoom {
    border-color: #cb2d27 !important;
}
/*#endregion*/

/*#region Boxes Search*/
input[type=text].boxSearchDim {
    border-color:#6d6e71;
    color: #6d6e71;
}

a.boxSearchLength {
    border-color:#000;
    background-color: #cb2d27;
    color: white;
}

input[type=submit].boxSearchGo {
    border-color:#000;
    background-color: #cb2d27;
    color: white;
}
/*#endregion*/

/*#region Title Bars*/
.TitleMainLeft {
    background-color: #cb2d27;
}

.TitleMainLine,
.ProductTitle {
    background-color: #cb2d27;
    color: #fff;
}

.SubTitleLeft {
    background-color: #69bd45;
}

.SubTitleLine {
    background-color: #69bd45;
    color: #fff;
}

.SubTitleRight {
    background-color: #69bd45;
}
/*#endregion*/

/*#region Product Index*/
.ProductIndexActiveLetter {
    color: #cb2d27;
}

.ProductIndexInactiveLetter {
    color: #aaa;
}
/*#endregion*/

/*#region Item Detail*/
#itemDetail {
    background-color: #c6ecb6;
}
/*#endregion*/

/*#region Home Page*/
html[data-useragent*='Chrome'] img.homeBanner{
    height:112px;
    width:800px;
}
/*#endregion*/

/*#region Static Page Controls*/
div.imageCaption div.label,
div.imageCaptionGroup.style1 div.label {
    background-color:#cb2d27 !important;
}

div.imageCaption div.rule,
div.imageCaptionGroup.style1 div.rule {
    background-color: #c6ecb6 !important;
}
/*#endregion*/
