<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:#000000;
	font-size:10px;
}

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

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

.text_big {
	color:#000000;
}

.text_bigger {
	color:#000000;
}

.text_biggest {
	color:#000000;
}

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

.text_color_other {
	color:#737373;
}

.text_color_akcio {
	color:#dea800;
}

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

.bg_color_dark2 {
	background-color:#4f4f4f;	
}

.bg_color_dark3 {
	background-color:#5f5f5f;	
}

.bg_color_dark4 {
	background-color:#6f6f6f;	
}

.bg_color_dark4:hover {
	background-color:#666666;	
}

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

.border_2 {
	border:1px #a2a2a2 solid;	
}

.border_3 {
	border:2px #a2a2a2 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>