/* Reviews.co.uk style */
.ReviewsWidget.panel-border {
	padding: 30px 15px 10px;
	border-color: #404041;
}
/* end of Reviews.co.uk style */

label[for='credit_status'],
label[for='credit_status'] + i {
    display: none;
}

nav.menu ul.catalog > li:nth-child(8) {
    background-color: #CC0000;
}


.catalog-grid .list-attribute.product-category {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}


.margindiv.manufacturer-name {
	display: none;
}

.product-summary .product-brand img {
    max-height: 50px;
    max-width: 100px;
}

.callofforders .brand-label img, .catalog-grid #grid .brand-label img, .catalog-single.has-carousel .brand-label img, .catalog-single.has-grid .brand-label img, .contractitems .brand-label img, .productquickview .brand-label img, .quicklistsedit .brand-label img, .widget-contract-items-html.show-brandlogo .brand-label .brandlogo {
    max-height: 50px;
    max-width: 100px;
}

.productorderby option[value*="item_price"] {
  display: none;
}

/* main menu - preventing the 6th and following items from getting hidden on smaller screens */
.header-full .menu .catalog>li:nth-child(n+6) { display: inline-block; }

.content_container td {
  padding: 50px;
}