div.header {
    border-top-color:#FB8833 !important;
}

div.content-header {
    border-top-color:#FB8833;
}

table.table-incut th {
	background-color: #FB8833;
}

div.incut-list table th {
	background: #FB8833;
	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: #FB8833;
	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: 3px solid #FCB683;*/
	border-top-color: #FCB683;
}

div.aside div.with-multiple-headers div.header h2 {
    text-align: left;
    border-top: 3px solid #FCB683; /* HDR-3 */
	margin-top: -3px; /* HDR-3 */
}

div.aside div.with-multiple-headers div.header h2.active {
	border-top: 3px solid #FC8833; /* HDR-3 */
}


table.table-incut td.header {
	background-color: #FCB683;
}

div.incut-list table td {
	background: #FCB683;
}

/* light2 color */
table.table-incut td.description, table.table-incut td.description2 {
    background-color: #FEFBE3;
}

/* recipes only (tag page) */
div.listing-sorting div.with-multiple-headers div.header {
/*div.listing-sorting div.header {*/
    background: none repeat scroll 0 0 transparent;
    border-top: 3px solid #C6062F; /* HDR-3 */
    margin-bottom: 5px;
    padding: 0;
}


div.listing-sorting div.with-multiple-headers div.header h2.active {
    background: url("../../../i/content-header-bg.png") no-repeat scroll 0 22px transparent;
    border-top: 0 none;
    float: left;
    padding-top: 6px;
    text-align: left;
}

div.listing-sorting div.with-multiple-headers div.header h2 {
    background: url("../../../i/horizontal-divider.png") repeat-x scroll 0 19px transparent;
    border-top: 3px solid #B4B4B4; /* HDR-3 */
    margin-top: -3px; /* HDR-3 */
    float: right;
    height: auto;
    line-height: normal;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 3px;
    text-align: center;
}


div.listing-sorting div.with-two-headers div.header h2 {
	clear: none;
}

/* recipes only (recipe selector header) */
div.choose-recipe div.header {
    background: none repeat scroll 0 0 #FB8833;
    border-top: 0 none;
    padding-bottom: 0;
}

div.choose-recipe div.header {
    border-top-color: #FC8833 !important;
}

div.choose-recipe div.header h2 {
    color: #FFFFFF;
}

/* other */
/*div.item-preview p.suggest {
	background-color: #FB8833;
	opacity: 0.85;
}*/