/* category colour palette 4 */
a {
    color: #c59b6d;
    text-decoration: none;
}
h1 {
    color: #c59b6d;
}
.red {
    color: #c59b6d;
}
a.pageselected {
    background: #c59b6d;
}
.wholesale h5 {
    background: #c59b6d;
}
.categorybannerheader {
    background: #c59b6d;
}
#productrightbox .basketwrap {
    background: #eae1d0;
}
#highlights .van {
    background: url("/images/palette5/highlight_van.png") no-repeat left center;
}
#highlights .collect {
    background: url("/images/palette5/highlight_collect.png") no-repeat left center;
}
#highlights .email {
    background: url("/images/palette5/highlight_email.png") no-repeat left center;
}
#highlights .loyalty {
    background: url("/images/palette5/highlight_loyalty.png") no-repeat left center;
}
#highlights .call {
    background: url("/images/palette5/highlight_call.png") no-repeat left center;
}
.inputbutton {
    background: #c59b6d;
}
.inputbutton:hover, .inputbutton:focus {
    background: #eae1d0;
}
.primarybutton {
    background: #c59b6d;
}
.primarybutton:hover, .primarybutton:focus {
    background: #eae1d0;
}
.actionbutton {
    background: #c59b6d;
}
.actionbutton:hover, .actionbutton:focus {
    background: #eae1d0;
}
.noticebox {
    border-top: 1px solid #eae1d0;
    border-bottom: 1px solid #eae1d0;
    background: #f6f2ea;
}