﻿#masterMain {
    padding-top: 0px;
}

/*#shopContent {
    width:810px;
    margin:auto;
}

#shopContent ul {
    margin:1px 10px;
}

#shopContent li {
    margin: 1px 1px 6px 5px;
}
*/

a:link.navTrail,
a:hover.navTrail,
a:visited.navTrail {
    color: black;
    font-size: 11px;
}

a:link.categoryLink,
a:hover.categoryLink,
a:visited.categoryLink {
    text-decoration: none;
    font-weight: bold;
    font-size: 9px;
    color: black;
}

a:link.HomeCategoryLink,
a:hover.HomeCategoryLink,
a:visited.HomeCategoryLink {
    text-decoration: none;
    font-weight: bold;
    font-size: 9px;
    color: black;
}

span.CategoryPageTitle {
    font-weight: bold;
    font-size: 26px;
}

a:link.categoryTrail,
a:hover.categoryTrail,
a:visited.categoryTrail {
    color: #000;
    font-size: 11px;
}

div.rule {
    height: 1px;
    width: 771px;
    background-color: #999;
    margin-bottom: 10px;
    clear: both;
}

#shopContent div.uiPageHeader {
    font-size: 23px;
}

/*#region Boxes Search*/
input[type=text].boxSearchDim {
    width: 30px;
    border: 1px solid #6d6e71;
    font-family: Avalon, Arial, Sans-Serif;
    font-size: 13px;
    color: #6d6e71;
    text-align: center;
}

input[type=submit].boxSearchGo {
    width: 30px;
    border: 1px solid black;
    background-color: #D4232D;
    color: white;
    font-size: 13px;
    font-family: Avalon, Arial, sans-serif;
    /*font-weight:bold;*/
    border-radius: 2px;
    cursor: pointer;
    height: 22px;
    margin-left: 8px;
}
/*#endregion*/

/*#region Print*/
@media print {
    #masterWrapper {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    #masterHeaderRight {
        display: none;
    }

    #masterHeaderLeft {
        display: none;
    }

    #masterHeaderTitle {
        display: none;
    }

    #masterMenu {
        display: none;
    }

    #masterLeft {
        display: none;
    }

    #masterFooter {
        display: none;
    }
}
/*#endregion*/

/*#region Static Page Controls*/
#imageTextHeader_zoom {
    border-color: #D4232D !important;
}

div.imageCaption div.label {
    background-color: #162732 !important;
    color: #fff !important;
}

div.imageCaption div.rule {
    background-color: #d4232d !important;
}

div.imageCaptionGroup.style1 div.label {
    background-color: #162732 !important;
    color: #fff !important;
}

div.imageCaptionGroup.style1 div.rule {
    background-color: #d4232d !important;
}

div.imageCaptionGroupLink div.col1 a {
    color: #0040ff;
}

div.featuredCategory:hover > div.caption a {
    color: #d4232d;
}

div.featuredCategory1:hover > div.caption a {
    color: #d4232d;
}

div.featuredCategory2:hover > div.caption a {
    color: #d4232d;
}

div.featuredCategory3:hover > div.caption a {
    color: #d4232d;
}

div.featuredCategory4:hover > div.caption a {
    color: #d4232d;
}

div.featuredCategory5:hover > div.caption a {
    color: #d4232d;
}

div.categoryLink:hover > a {
    color: #d4232d;
}
/*#endregion*/

@media (min-width: 1260px) {
    a.boxSearchLength {
        font-size: 15px;
    }
}
