/*** TEXT_DEFAULT ***/
.text_smaller {
	color:#5e5e5e;
	font-size:10px;
}
.text_small {
	color:#5e5e5e;
	font-size:11px;
}
.text_normal {
	color:#5e5e5e;
	font-size:12px;	
}
.text_big {
	color:#5e5e5e;
}
.text_bigger {
	color:#5e5e5e;
}
.text_biggest {
	color:#5e5e5e;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#ff6600;
}
.text_color_other {
	color:#4c7eb9;
}
.text_color_white {
	color:#5e5e5e;
}
.text_color_akcio {
	color:#cf5402;
}

/*** BG_COLOR ***/
.bg_color_dark1 {
	background-color:#d4d4d4;	
}
.bg_color_dark2 {
	background-color:#e3e3e3;	
}
.bg_color_dark3 {
	background-color:#ecebeb;	
}
.bg_color_dark4 {
	background-color:#ecebeb;	
}
.bg_color_dark4:hover {
	background-color:#dee3ec;	
}

/*** 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");
}