h1 { color: #eb6167; }
h2 { color: #eb6167; }

/* Tekst kleuren */
.colorText, .colorText a { color: #eb6167; }
.colorBG { background-color: #eb6167; }
.colorBorder { border-color: #eb6167; }

.formButton { border: 1px solid #eb6167; color: #eb6167; }
	.formButton.solid { background-color: #eb6167; }
		.formButton.solid:hover { background-color: #ff6e7b; border: 1px solid #ff6e7b; }

/* Product detail */
#containerProduct #eigenschappen #tabs div.selected, #containerProduct #eigenschappen #tabs div:hover { background-color: #eb6167; }

/* Footer */
#containerBottom #extraInformatie #telefoon { width: 45%; font-size: 11px; }
#containerBottom #extraInformatie #email { width: 55%; font-size: 11px; }
#containerBottom #algemeneItems .item span.colorText { font-size: 15px; }

/* Mailing */
.detailsBestelgegevens strong { color: #eb6167; }

@media (min-width: 720px) and (max-width: 1019px) {

	/* Footer */
	#containerBottom #extraInformatie #telefoon img { margin-right: 10px; }
	#containerBottom #extraInformatie #telefoon { font-size: 10px; }
	#containerBottom #extraInformatie #email img { margin-right: 10px; }
	#containerBottom #extraInformatie #email { font-size: 10px; }

}

@media (max-width: 719px) {

	/* Footer */
	#containerBottom #extraInformatie #email img { margin-right: 10px; }
	#containerBottom #extraInformatie #email { font-size: 9px; }

}