﻿/*Link Color*/
a,
#browseTrail,
#masterTopNav {
    color:#000;
}


/*Master page menu background and foreground colors.  
    Static page caption background/foreground.*/
#masterMenuBar,
#masterMenu > ul > li:not(.spacer),
#masterMenu > ul > li.spacer,
#masterMenu > ul > li > a,
div.imageCaption div.label,
div.imageCaptionGroup.style1 div.label {
    background-color: #000099 !important;
    color: #fff;
}

/*Button border, button background, button text*/
input.button,
button:not(.ui-dialog-titlebar-close),
input[type=submit],
#prodPicText_lengths a.boxSearchLength,
a.searchShowAll {
    border-color: #fff !important;
    background: #000099 !important;
    color: #fff !important;
}

/*Product grid and table headers color.*/
div.productGrid thead td,
td.gridHeaderLeft,
td.gridHeader,
td.gridHeaderRight,
#itemDetail {
    background-color: #C6C6E0;
}

/*Product grid highlight color.*/
div.productGrid tr.shade {
    background-color: #C6C6E0;
}

/*Products menu link color.*/
#masterMenu a {
    color:#000099;
}

/*Title bar background and text colors.*/
td.TitleMainLeft, 
td.TitleMainLine { 
    background-color:#fff; 
    color:#000; 
}

/*Sub-title background and text colors.*/
td.SubTitleLeft,
td.SubTitleLine,
td.SubTitleRight,
div.imageCaption div.rule,
div.imageCaptionGroup.style1 div.rule {
    background-color: #000099 !important;
    color: #fff;
}

/*Border around product image when zoomed.*/
#prodPicText_zoom, #imageTextHeader_zoom {
    border-color: #000099 !important;
}

/*jQuery dialog header color.*/
.ui-widget-header {
    background: #000099 !important;
    border-color: #000099;
}