@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:#013d7a;
}

.text_color_fault2 {
	color:#013d7a;
}

.text_color_other {
	color:#013d7a;
}

.text_color_akcio {
	color:#cbb001;
}
/*** BG_COLOR ***/
.bg_color_dark1 {
	background-color:#013d7a;	
}

.bg_color_dark2 {
	background-color:#013d7a;	
}

.bg_color_dark3 {
	background-color:#0a3158;	
}

.bg_color_dark4 {
	background-color:#5596d8;	
}

.bg_color_dark4:hover {
	background-color:#77b0eb;	
}

/*** BORDER ***/
.border_1 {
	border:1px #B63118 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");
}