<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('unas_email.css');

/*** TEXT_DEFAULT ***/
.text_smaller {
	color:#535353;
	font-size:10px;
}

.text_small {
	color:#535353;
	font-size:11px;
}

.text_normal {
	color:#535353;
	font-size:12px;
}

.text_big {
	color:#535353;
}

.text_bigger {
	color:#535353;
}

.text_biggest {
	color:#535353;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#E76703;
}

.text_color_fault2 {
	color:#ff3c00;
}

.text_color_other {
	color:#398C0A;
}

.text_color_akcio {
	color:#E76703;
}

/*** BG_COLOR ***/
.bg_color_dark1 {
	background-color:#18729e;	
}

.bg_color_dark2 {
	background-color:#1a7dae;	
}

.bg_color_dark3 {
	background-color:#1e89be;	
}

.bg_color_dark4 {
	background-color:#2395cd;	
}

.bg_color_dark4:hover {
	background-color:#128ecc;	
}

/*** BORDER ***/
.border_1 {
	border:1px #ea6500 solid;	
}

.border_2 {
	border:1px #7f7f7f solid;	
}

.border_3 {
	border:2px #7f7f7f solid;	
}

/*** IMG ***/
.page_artlist_price_save_1 {
    background-image: url("../image/product_discount.png");
}

.page_artdet_price_save {
    background-image: url("../image/product_discount.png");
}

.page_artdet_status_new {
    background-image: url("../image/product_new.png");
}</pre></body></html>