@charset "utf-8";

/* BACKGROUND */

#page-shop,
#page-shop-https {
	background-color: #fdf5c9;
}

#page-shop {
	background-image: none; /* (none|url(.+)) */
}

#page-shop-https {
	background-image: none; /* (none|url(.+)) */
}

/* KEY */

.text-key {
	color: #412800;
}

.bg-key {
	background-color: #412800;
}

.border-key,
.border-key * {
	border-color: #412800;
}

/* BASE */

.text-base {
	color: #fdf5c9;
}

.bg-base {
	background-color: #fdf5c9 !important;
}

.border-base,
.border-base * {
	border-color: #fdf5c9;
}

/* ASSORT */

.text-assort {
	color: #fbe366;
}

.bg-assort {
	background-color: #fbe366 !important;
}

.border-assort,
.border-assort * {
	border-color: #fbe366;
}

/* SUB */

.text-sub {
	color: #fbe366;
}

.bg-sub {
	background-color: #fbe366 !important;
}

.border-sub,
.border-sub * {
	border-color: #fbe366;
}

/* DEEP */

.text-deep {
	color: #f46201;
}

.bg-deep {
	background-color: #f46201 !important;
}

.border-deep,
.border-deep * {
	border-color: #f46201;
}

/* ACCENT */

.text-accent {
	color: #412800;
}

.bg-accent {
	background-color: #412800 !important;
}

.border-accent,
.border-accent * {
	border-color: #412800;
}

/* TONE */

.text-tone {
	color: #fbec9f;
}

.bg-tone {
	background-color: #fbec9f !important;
}

.border-tone,
.border-tone * {
	border-color: #fbec9f;
}

/* LINK */

a,
.text-link {
	color: #0000ff; /*(#00f|#f60)*/
}

a:visited,
.text-visited {
	color: #9900cc; /*(#90c|#c00)*/
}

a:hover,
a:active {
	color: #cc0000; /*(#c00|#90c)*/
}
