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

html, body {
	background-image:url("../image/html_body.gif");
}

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

.text_color_akcio {
	color:#ff6b00;
}

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

/*** POPUP ***/
.banner_popup {
	border:10px solid #ff6b00;
	border:10px solid rgba(255, 107, 0, 0.698);
}

/*** NEW CART ICON ***/
.page_artlist_cart_5 .page_artlist_cart_det {
	background-color:#ff6b00;	
}

.page_artlist_cart_5 .page_artlist_cart_label {
	background-color:#ff6b00;	
}

.page_artlist_cart_5 .page_artlist_cart_det_text, .page_artlist_cart_5 .page_artlist_cart_label_text {
	background-color:#ff6b00;			
}

.page_artlist_cart_5 a {
    background-image:url("../image/page_artlist_cart_5.png");				
}

.page_artlist_cart_button a {
	background-color:#ff6b00;
    background-image:url("../image/page_artlist_cart_5.png");
}

/*** SLIDESHOW ***/
.nivo-controlNav a {
    background-color: #ff6b00;
}

/*** ARTDET CART ***/
#page_artdet_cart_text a {
	background-color:#ff6b00;
	border-top:solid 1px #7d5f00;
	border-left:solid 1px #7d5f00;
	border-bottom:solid 1px #9b7500;
	border-right:solid 1px #9b7500;	
	background-image:url("../image/artdet_cart.png");
}

#page_artdet_cart_text a:hover {
	background-color:#e9b000;
}

#page_artdet_cart_text a:active {
	background-color:#d6a200;
}

/*** CATEGORY ***/ 
#box_cat_content ul li {
	background-image:url("../image/cat_pattern.gif");
}

#box_cat_content ul li li {
	background-image:url("../image/cat_pattern.gif");
}

/*** MENU ***/
#header_menu a:hover {
	color: #ff6b00;
}

#header_menu .selected_menu a {
	color: #ff6b00;
}

/*** LOGIN ***/
#login_title h3 {
	color:#ff6b00;
}

.box_login_button {
	background-color:#ff6b00;	
}

/*** CMS MENU ***/
.box_cms_container ul li {
	background-image:url("../image/cat_pattern.gif");
}

.box_cms_container ul li li {
	background-image:url("../image/cat_pattern.gif");
}

/*** NAV ***/
#header_nav a:hover {
	color:#ff6b00;
}

/*** CART ***/
#shop_cart {
	background-image:url("../image/shop_cart.png");	
}

/*** SEARCH ***/
#search_title h3 {
	color:#ff6b00;
}

.box_search_button input {
	background-image:url("../image/search_button.png");
}

/*** NUM_ELEM ***/
.box_calendar_element_select {
    background-image: url("../image/num_elem_select.gif");
}

/*** BOTTOM TEXT ***/
#bottomlink_content a.text_normal {
	color: #ff6b00;
}

#bottomlink_content span.text_normal {
	color: #ff6b00;
}

/*** STATUS ***/
.page_artlist_status_new {
    background-image: url("../image/product_new.png");
}

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

.page_artlist_stock_available {		
    background-image: url("../image/product_stock_available.png");
}

.page_artlist_stock_unavailable {		
    background-image: url("../image/product_stock_unavailable.png");
}

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

.page_cat_item_newnum {
    background-image: url("../image/cat_list_new.png");
}

.page_cat_item_prodnum {
    background-image: url("../image/cat_list_prod.png");
}

.page_artdet_status_new {
    background-image: url("../image/product_new.png");
}

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

.page_artdet_stock_unavailable {		
    background-image: url("../image/product_stock_unavailable.png");
}

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