﻿.red {
	color: #ff0000;
	font-weight: normal;
}

.redbold {
	color: #ff0000;
	font-weight: bold;
}

.table_products {
	border-width: 2px;
	border-style: solid;
	/*
    width: 100%; ..
    SW: 20190517 - We want the product-listing to auto-size
  */
}

/* CANCELLED*/

.css_Cancelled {
	color: red;
	text-decoration: line-through;
}

	.css_Cancelled .data_price,
	.css_Cancelled .data_nongbp_price,
	.css_Cancelled a, .css_Cancelled a:visited {
		color: red !important;
	}

/* PRICES */
.data_price, .data_nongbp_price {
	text-align: right;
	color: darkblue;
}

.data_price_non_aligned, .data_nongbp_price_non_aligned {
	color: darkblue;
}

.data_price.amount_negative {
	color: red;
}

table.table_products {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	/*border: 0;*/
	font-size: 10pt;
	padding: 0;
}

.notice {
	color: red;
	font-weight: 700;
}

table.simple_table_padding tr td, table.simple_table_padding tr th {
	padding: 5px
}

/* Added 2016-05-18 to show avail-status */
.avstatus_sw {
	/*color: red;*/
	/*font-weight: bold;*/
	font-style: italic;
	color: #500;
}

	.avstatus_sw::before {
		content: " -- ";
	}

.short_info_text {
	font-size: 8pt;
	color: #111;
	padding-left: 10px;
}

	.short_info_text::before {
		content: " - ";
	}


.price_cell {
	text-align: right;
}

.prod_brand {
	font-weight: bold;
	color: #005;
	/* For Testing */
	/*background-color: yellow;*/
}

@media print {
	.no_print {
		display: none;
	}
}

.TODO_Marker {
	background-color: yellow;
}

.TODO_Button {
	background-color: yellow;
}

.TODO_Mini_Marker {
	background-color: yellow;
	display: inline-block;
}

.img_cart, .img_contact, .img_info {
	border: 0;
	width: 20px;
	height: 20px;
	padding: 1px;
}

.lbl_NotSupplied {
	color: gray;
}
