<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DEFINICJA KOLORÓW SZABLONU */
h1,h2, h3, .produkt a.nazwa, #menu A SPAN { color:#444; }

.produkt a.nazwa:hover{	color:#000; }

TR.even:hover  TD, TR.odd:hover TD,*.odd:hover,*.even:hover { background-color:#eee;}

a.promocja:hover, a.towar_box:hover { background-color:#e5f49c; border-color:#80c00A; border-bottom:1px solid #50900A; }

/* formularze */
TEXTAREA.focus,TEXTAREA:focus, INPUT.text.focus, INPUT.text:focus, INPUT.number.focus, INPUT.number:focus { 	border:1px solid #80c00A; border-top:1px solid #50900A; }

/* tabele */
TABLE.data tr.head th, .utabs { background-color:#5f6f7f;}

.data td.label{ background:#c5e88A; border-top: 1px solid #e5ff9c; }

.towar_box{ background:#c5e88A; }

/*zakładki w profilu*/
DIV.bar, DIV.bar a, .ui-widget-header { background:#5f6f7f; }

/* główne menu */
div#header{ background-image:url(../images/color_green/bg_header.png); }
#menu SPAN.bg{ background-image:url(../images/color_green/bg_menu.png); }

/* user menu */
a.user_menu_item, a.user_menu_item1 { color: #567; }
a.user_menu_item:hover, a.user_menu_item1:hover{color: #000;}

/* sondy */
.procent_bar DIV{ background:#ccc; }


/* ikonki */
.ui-icon, .ui-icon-info{ background-image:url(../images/icons/icons_4ca300.png); }
button:hover .ui-icon, a:hover .ui-icon{ background-image:url(../images/icons/icons_454545.png); }
.ui-state-highlight .ui-icon {background-image: url(../images/icons/icons_4ca300.png); }

</pre></body></html>