.box_logo .box__body { background: #384B6A; height: 195px; }
.box_logo > .box__body:before { background: #4A7098; border-left: 1px solid #4A7098; }
.box_logo > .box__body:after { background: #384B6A; }

.box_emerald > .box__body {
    background: #AC2121;
    background: -moz-linear-gradient(top, #CF2020, #AC2121, #962121 100%);
    background: -webkit-linear-gradient(top, #CF2020, #AC2121, #962121 100%);
    background: linear-gradient(to bottom, #CF2020, #AC2121, #962121 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CF2020', endColorstr='#962121',GradientType=0);
}
.box_emerald > .box__body:before { background-color: #8F1F14; border-bottom: 1px solid #8F1F14; border-left: 1px solid #8F1F14; }
.box_emerald > .box__body:after { background: #641616; border-right: 1px solid #641616; }

.menu__item a:hover, .menu__item_active a { color: #FFF; }

.box_grass > .box__heading::before { background-color: #dcf7f9; border-left: 1px solid #d6f6f8; }
.box_grass > .box__heading { background: #55311C url('/images/2016/box_snow_heading.png'); }
.box_grass > .box__heading:after { background: #55311C url('/images/2016/box_snow_heading.png'); }

.sidebar-menu li { background: url("/images/branding/christmas_2020/santa_hat.png") no-repeat scroll 0 0; }
.sidebar-menu li:nth-child(2), .sidebar-menu li:nth-child(3), .sidebar-menu li:nth-child(6), .sidebar-menu li:nth-child(7), .sidebar-menu li:nth-child(10)
{ background: url("/images/branding/christmas_2020/stocking.png") no-repeat scroll 0 0; }

.tag-menu li { background: url("/images/branding/christmas_2020/christmas_light_bulbs_blue.png") no-repeat scroll 0 0; }
.tag-menu_gold li { background: url("/images/branding/christmas_2020/christmas_light_bulbs_yellow.png") no-repeat scroll 0 0; }

.garland-overlay { background: #AC353599; float: left; }
.garland { background: url('/images/2016/garland.png'); height: 36px; top: 0; width: 101%; z-index: 0; margin-left: -5px; }
.garland_1 {background-position: 0 0}
.garland_2 {background-position: 0 -36px}
.garland_3 {background-position: 0 -72px}

.btn_primary, .pagination a {
    color: #ffffff; position: relative; box-shadow: none;
    background: #AC2121;
    background: -moz-linear-gradient(top, #CF2020, #AC2121, #962121 100%);
    background: -webkit-linear-gradient(top, #CF2020, #AC2121, #962121 100%);
    background: linear-gradient(to bottom, #CF2020, #AC2121, #962121 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CF2020', endColorstr='#962121',GradientType=0);
}
.btn_primary:before , .pagination a:before { background-color: #8F1F14; border-bottom: 1px solid #8F1F14; border-left: 1px solid #8F1F14; }
.btn_primary:after, .pagination a:after { background: #641616; border-right: 1px solid #641616; }

.category-menu__links a.active { background: #ac1c1c; }