/* TEMPLATE COLORS */

/* Text */
a,
.news .header .title,
.news .header .title a,
.news .footer a.view-details,
.news a.to-list,
.news .list .set-title,
.search .results .set-title,
.search .results .result a.title,
#calander td.top,
.catalogue .header .title,
.catalogue .price .price-text,
.catalogue .tilbod .tilbod-text,
.color_text {
	color: #695F3B;
}

/* Background */
.mailing-list div.header,
#CSSMenu1 ul li a,
#category ul li a,
.news .preview .set-title,
div#shopping-cart span.shopping-cart_header,
#calander .current-day,
div#calendar,
#calander .current-day,
.catalogue .single div.buy,
div#category_at,
.color_background {
	background-color: #ff6c00;
}
/* Border */
div#shopping-cart span.shopping-cart { 
	border-color: #ff6c00;
}
/* Text over background */
.mailing-list div.header,
#CSSMenu1 ul li a,
#category ul li a,
.news .preview .set-title,
div#shopping-cart span.shopping-cart_header,
#calander .current-day,
.color_text-inverse {
	color: white;
}

/* Border */
.catalogue .list,
div#shopping-cart span.shopping-cart,
.catalogue .single div.buy div.submit{
	border-color: #ff6c00;
}