div.header {
    border-top-color:#DB5C25 !important;
}

div.content-header {
    border-top-color:#DB5C25;
}

table.table-incut th {
	background-color: #DB5C25;
}

div.incut-list table th {
	background: #DB5C25;
	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: #DB5C25;
	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: #E37945;
}

table.table-incut td.header {
	background-color: #E37945;
}

div.incut-list table td {
	background: #E37945;
}

/* light2 color */
table.table-incut td.description, table.table-incut td.description2, table.table-incut tr.hl, table.table-incut td.hl {
    background-color: #EDB59E;
}

/* other */
div.item-preview p.suggest {
	background-color: #DB5C25;
	opacity: 0.85;
}