div.header {
    border-top-color:#ca1b16 !important;
}

div.content-header {
    border-top-color:#ca1b16;
}

table.table-incut th {
	background-color: #ca1b16;
}

div.incut-list table th {
	background: #ca1b16;
	color: #fff;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 2px 0 3px;
	border-bottom: 3px solid #fff;
	}

div.text-incut div.header {
	border-top: 0;
	background: #ca1b16;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 6px 10px 6px 25px;
	height: auto;
	margin-bottom: 3px;
	}

/* light color */
div.with-multiple-headers div.header h2 {
	border-top-color: #ca1b16;
}

table.table-incut td.header {
	background-color: #ca1b16;
}

div.incut-list table td {
	background: #ca1b16;
}

/* light2 color */
table.table-incut td.description, table.table-incut td.description2 {
    background-color: #F1FDF6;
}

/*div.footheader {background-color: #F1FDF6;}*/

/* other */
div.item-preview p.suggest {
	background-color: #ca1b16;
	opacity: 0.85;
}