/* Fix for banner table showing line of grey */
tr.border_bottom td {
  border-bottom:1pt solid #961A00;
}
/* And to delete some space after header and before banner */
/* Only use if running banner in wrapperbanner.html *//*
.header {
    margin-bottom: 1px;
} */


/* Remove price from all gallery pages  */
.ProductList em {
    display: none; 
    padding-bottom: 0px;
    font-style: normal;
    text-align: center;
}

/*  Remove white space from above category list on searcg results page  */
.ptm,.pvm,.pam {
    padding-top:0px !important;
}

.pbm, .pvm, .pam {
    padding-bottom: 0px !important;
}


/* Top links in red/grey */
.TopMenu, .TopMenu a {
    color: #9E6464;
}

/* Currency links in dark-grey */
.currency-converter p {
    color: #636060;
    font-size: 11px;
    margin: 0px;
}

.js-drawermenu-currency-converter span {
    color: #636060 !important;
}


/*  Link colors in red with black #333 for captions that are also links!  */

a, a.NextLink, .Left li li a, .Left #SideCategoryList li a, .Left .slist li a, .Left .afterSideShopByBrand a, .Left #GiftCertificatesMenu li a, .Left #SideAccountMenu li a, .Left #SideCategoryList li li a, .Left .slist li li a, .TabNav li.Active a, .currency-converter p span, .page-content #LayoutColumn2 a {
    color: #961A00;
}

p a, .BlockContent.PageContent h1 a, p a, .BlockContent.PageContent h2 a, p a, .BlockContent.PageContent h3 a, p a, .BlockContent.PageContent h4 a, p a, .BlockContent.PageContent h5 a, p a, .BlockContent.PageContent h6 a {
    color: #961A00;
}

.HorizontalFormContainer dd .selector span, .fastCartTop div, .list-icon li, #uniform-35 div {
    color: #961A00;
}

.Left li {
    color: #961A00;
}

.ProductList .pname {
    color: #333;
}


/*  Heading Colours */

#ProductDetails h1 {
    color: #961A00;
}

#prodAccordion h2 {
    color: #961A00;
}

#SimilarProductsByCustomerViews h2 {
    color: #961A00;
}

#CategoryHeading .TitleHeading {
    color: #961A00;
}

#HomeFeaturedProducts h3, #SideTopSellers h3, #HomeNewProducts h3 {
    color: #961A00;
}

h1, .h1 {
    color: #961A00;
}

/* Category links in colour */
.PageMenu .sf-menu > li > a {
    color: #961A00;
}


/* Less space on product pages after caption */
#prodAccordion {
    padding-bottom: 5px;
}


/* Hide Compare button on search result page and close up space */ 
.CompareButton {
    text-align: right;
    margin-bottom: 0px;
    visibility: hidden;
}

/* Add space under heading */
ul{
    margin: 5px 0 20px 20px;
}


/* Reduce size of headings */
.TitleHeading {
    font-size: 28px;
    margin-bottom: 20px;
}

/* Reduce space under logo */
#Header {
    position: relative;
    margin-bottom: 0;
}

/* Reduce space under header menu */
.PageMenu {
    position: relative;
    margin: 0 0 0 0;
    z-index: 50;
}

/* Reduce space under header block */
.header {
    margin-bottom: 20px;
}


/* Reduce space under around top menu */
.PageMenu li {
    position: relative;
    /* z-index: 1; */
    padding: 10px 0 6px 0;
    display: inline-block;
    margin: 0 20px 0 0;
}

/* Reduce space above search category hnts */
#SearchResultsCategoryAndBrand {
    margin: 0 0;
}




