/*
 * Podstawowe style dla standardowych element�w HTML.
 */

BODY {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #555555;
        background-color: #ffffff;
        margin: 0px;
        padding: 0px;
}

TABLE {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

TD {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
	color:#555555;
}

TH {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
}


P, H1, H2, H3, H4, H5, H6 {
	color:#555555;	
        font-family: Arial, Helvetica, sans-serif;
}

H1 { font-size: 20px; }
H2 { font-size: 18px; }
H3 { font-size: 16px; }D8D8D8
H4 { font-size: 14px; }
H5 { font-size: 12px; }
H6 { font-size: 11px; }

A, A:visited, A:active {
        color: #003662;
        text-decoration: none;
}

A:hover {
        color: #CC0000;
        text-decoration: underline;
}

OL {
}

OL LI {
        margin-bottom: 0.5em;
}

UL {
        margin-top: 0.5em;
}

UL LI {
        margin-bottom: 1em;
        list-style: disc;
}

/* KONIEC: Podstawowe style dla standardowych element�w HTML. */

/* style dla przyciskow administracyjnych */
table.buttons_tabble
{
	background:transparent;
}

table.buttons_table td.buttons_cell
{
	text-align:center;
	background:transparent;
}

table.ew43_button
{
	background:transparent;
	height:15px;
	margin:0px;
	border:0px;
}

table.ew43_button td
{
	background:transparent;
	vertical-align:middle;
	height:15px;
	padding:0px;
	color:#565656;
	font-size:10px;
	font-family:tahoma;
	cursor:pointer;
}

/* style dla switch version */
table.top_admin_panel
{
	background-color:#114a5d;
}

table. top_admin 
{
	background-repeat:repeat-y;
	height:30px;
}

table.top_admin td
{
	color:#ffffff;
	height:30px;
	font-size:11px;
	vertical-align:middle;
	padding-left:4px;
	font-family:arial, tahoma, verdana;
}

a.admin_link
{
  color:#ffffff;
}

a.admin_link:visited {
  color:#ffffff;
}

a.admin_link::hover {
  color:#a0cccf;
	text-decoration:none;
}

div.top_admin_actual_page
{
	background-color:#114a5d;
	height:24px;
	vertical-align:middle;
	padding:2px;
	cursor:pointer;
}

div.top_admin_actual_page_over
{
	background-color:#3c6c7a;
	height:24px;
	vertical-align:middle;
	padding:2px;
	cursor:pointer;
}

table.middle_admin_panel
{
	background-color:#3c6c7a;
}

table.middle_admin
{
	background-color:#3c6c7a;
}

/* to jest troche glupio zrobione, ale musi sie podmieniac obrazek i zmieniac kolor, a kazdy obrazek jest inny */

table.middle_admin td
{
	font-size:10px;
	background-repeat:no-repeat;
	background-position:2px 8px;
	padding-left:20px;
	cursor:pointer;
}

table.middle_admin td.addmodule
{
	background-image:url('../../images/admin/add_module.gif');
	color:#ffffff;
}

table.middle_admin td.addmodule_over
{
	background-image:url('../../images/admin/add_module_over.gif');
	color:#ffffbc;
}

table.middle_admin td.addpage
{
	background-image:url('../../images/admin/add_page.gif');
	color:#ffffff;
}

table.middle_admin td.addpage_over
{
	background-image:url('../../images/admin/add_page_over.gif');
	color:#ffffbc;
}

table.middle_admin td.editpage
{
	background-image:url('../../images/admin/editpage.gif');
	color:#ffffff;
}

table.middle_admin td.editpage_over
{
	background-image:url('../../images/admin/editpage_over.gif');
	color:#ffffbc;
}

table.middle_admin td.editon
{
	background-image:url('../../images/admin/edit.gif');
	color:#ffffff;
}

table.middle_admin td.editon_over
{
	background-image:url('../../images/admin/edit_over.gif');
	color:#ffffbc;
}

table.middle_admin td.editoff
{
	background-image:url('../../images/admin/exit.gif');
	color:#ffffff;
}

table.middle_admin td.editoff_over
{
	background-image:url('../../images/admin/exit_over.gif');
	color:#ffffbc;
}

table.middle_admin td.logout
{
	background-image:url('../../images/admin/logout.gif');
	color:#ffffff;
}

table.middle_admin td.logout_over
{
	background-image:url('../../images/admin/logout_over.gif');
	color:#ffffbc;
}

table.middle_admin td.home
{
	background-image:url('../../images/admin/home.gif');
	color:#ffffff;
}

table.middle_admin td.home_over
{
	background-image:url('../../images/admin/home_over.gif');
	color:#ffffbc;
}

table.middle_admin td.preferences
{
	background-image:url('../../images/admin/preferences.gif');
	color:#ffffff;
}

table.middle_admin td.preferences_over
{
	background-image:url('../../images/admin/preferences_over.gif');
	color:#ffffbc;
}
/* koniec styli dla dolnego rzedu ikonek */
table.bottom_admin
{
	height:32px;
	background-color:#ffffff;
	border-bottom:#3c6c7a 1px solid;
}

table.bottom_admin td
{
	color:#114a5d;
	font-family:tahoma;
	font-size:10px;
	vertical-align:middle;
	padding-left:3px;
}

table.bottom_admin td.label
{
	color:#959595;
	font-family:arial, tahoma;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
}

/* administracja modulami */

table.modules_admin 
{
}

table.modules_admin td
{
	color:#ffffff;
	font-size:11px;
	vertical-align:middle;
	padding-left:4px;
	height:23px;
	font-family:arial, tahoma, verdana;
}

div.modules_admin_actual_page
{
	background-color:#114a5d;
	vertical-align:middle;
	padding:2px;
	cursor:pointer;
}

div.modules_admin_actual_page_over
{
	background-color:#3c6c7a;
	vertical-align:middle;
	padding:2px;
	cursor:pointer;
}

/* tabela formularza w edycji modulami */
table.module_admin_form
{
}

table.module_admin_form tr.alter
{
	background-color:#f1f1f1;
}

table.module_admin_form td.title
{
	height:24px;
	color:#114a5d;
	font-weight:bold;
}

table.module_admin_form td.header
{
	height:22px;
	background-color:#3c6c7a;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	border-right:1px solid #ffffff;
}

table.module_admin_form tr.normal td.cell
{
	height:22px;
	color:#636363;
	font-weight:normal;
	text-align:left;
	border-right:1px solid #f1f1f1;
	padding-left:3px;
	padding-right:3px;	
}

table.module_admin_form tr.alter td.cell
{
	height:22px;
	color:#636363;
	font-weight:normal;
	text-align:left;
	border-right:1px solid #ffffff;
	padding-left:3px;
	padding-right:3px;
}


table.module_admin_form td.label
{
	height:26px;
	background-color:#f1f1f1;
	color:#114a5d;
	font-weight:normal;
	text-align:right;
	padding-right:5px;
}

table.module_admin_form td.data
{
	height:26px;
	color:#636363;
	font-weight:normal;
	text-align:left;
	padding-left:5px;
}


/* Style dla input�w. */

INPUT {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

INPUT.input_button {
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #336090;
        border: solid 2px transparent;
        padding: 2px 4px 2px 4px;
        cursor: pointer;
}

INPUT.input_button:hover {
        color: #FFFFFF;
        background-color: #4981BE;
        border: solid 2px #336090;
}

INPUT.input_button:active {
        color: #FFFFFF;
        background-color: #4981BE;
        border-top: solid 2px #1B3249;
        border-left: solid 2px #1B3249;
        border-bottom: solid 2px #AAC5DF;
        border-right: solid 2px #AAC5DF;
}

INPUT.input_text {
}

INPUT.input_checkbox {
}

INPUT.input_radio {
}

TEXTAREA.input_textarea {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

SELECT.input_select {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

/* KONIEC: Style dla input�w. */



/* Style potrzebne CMS-owi. */

/* Sekcja widoczna w trybie edycji */
TABLE.cms_section {
        border: dashed 2px #BBBBBB;
}

/* Niezaakceptowana sekcja widoczna w trybie edycji */
TABLE.cms_section_not_accepted {
        border: solid 2px #CC8800;
}

/* Pod�wietlona sekcja widoczna w trybie edycji */
TABLE.cms_section_highlighted {
        border: solid 6px #CC0000;
}

TABLE.cms_section_green_highlighted {
        border: solid 2px #00CC00;
}

/* KONIEC: Style potrzebne CMS-owi. */


/* Style dla NavInfo. */

TABLE.navinfo {
	background-color:#ffffff;
}

TABLE.navinfo TD.place {
	height:24px;
	font-family: Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3c6c7a;
	text-align: right;
	padding-right:5px;
	padding-left:5px;
	vertical-align: middle;
	white-space: nowrap;
}

TABLE.navinfo TD.path {
	height:24px;
	font-family: Arial, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #959595;
	padding-left:0px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

TABLE.navinfo TD.home {
	height:24px;
	font-family: Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #959595;
	padding-right: 2px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	cursor:pointer;
}

TABLE.navinfo TD.home_over {
	font-family: Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3c6c7a;
	padding-right: 2px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	cursor:pointer;
}

TABLE.navinfo TD.status {
	height:32px;
	background-color: #bed5dd;
	padding: 4px;
	color:#14495d;
}

TABLE.navinfo TD.errorstatus {
	height:32px;
	background-color: #ff5601;
	padding: 4px;
	color:#000000;
}

TABLE.navinfo TD.kropki
{
	height:3px;
	background-repeat:repeat-x;
}

/* KONIEC: Style dla NavInfo. */


/* Style dla Common Tables. */

/* Style dla Standard table.*/

TABLE.common_table_standard {
}

TABLE.common_table_standard TD {
}

TABLE.common_table_standard TH {
        font-weight: normal;
        color: #FFFFFF;
        background-color: #3c6c7a;
        padding: 4px 4px 4px 4px;
}

TH.inner_header {
        font-weight: normal;
        color: #FFFFFF;
        background-color: #3c6c7a;
        padding: 4px 4px 4px 4px;
}

TABLE.common_table_standard TD.normal {
        color: #000000;
        background-color: #FFFFFF;
        border-right: solid 1px #b7b7b7;
}

TABLE.common_table_standard TD.alternate {
        color: #132835;
        background-color: #eaeaea;
				border-right: solid 1px #ffffff;
}

TABLE.common_table_standard TD.highlighted {
        color: #000000;
        background-color: #bed5dd;
}

/* KONIEC: Style dla Standard table. */

/* Style dla Standard form. */

TABLE.common_form_standard {
        background-color: #FFFFFF;
}

TABLE.common_form_standard TD {
}

TABLE.common_form_standard TH {
        font-weight: bold;
        color: #FFFFFF;
        background-color: #3c6c7a;
				padding:4px;
}


TABLE.common_inner_form {
}

TABLE.common_inner_form TH {
        font-weight: bold;
        color: #ffffff;
        background-image:url('../../images/admin/kropki.gif');
				background-repeat:repeat-x;
				background-position:bottom;
        padding: 4px 4px 4px 8px;
}

TABLE.common_inner_form TD.normal {
        color: #000000;
        background-color: #FFFFFF;
        background-image:url('../../images/admin/kropki.gif');
				background-repeat:repeat-x;
				background-position:bottom;
        padding: 4px;
}

TABLE.common_inner_form TD.alternate {
        color: #132835;
        background-color: #DDF1F4;
        border-bottom: solid 1px #EEEEEE;
        padding: 2px 4px 2px 8px;
}


/* KONIEC: Style dla Standard form table. */
/* KONIEC: Style dla Common Tables. */

/* style dla blokow */

td.section_title
{
	font-weight:bold;
	padding-left:5px;
}

td.page_title
{
	padding-top:3px;
	font-weight:bold;
}

td.basket_section
{
	font-weight:bold;
	text-align:right;
	padding-top:3px;		
}
/* Style dla modulow tre�ci w serwisie. */

/* standardowy artykul */
table.article td.content
{
	padding:10px;
}

table.article td.more
{
	text-align:right;
	padding:10px;
	padding-top:0px;
	color:#000000;
}

table.article td.more_over
{
	text-align:right;
	padding:10px;
	padding-top:0px;
	color:#044A85;
	cursor:pointer;
}
/* /artykul */

/* zlozony artykul */
table.complex_article
{
	width:100%;
}

table.complex_article td.header
{
	border-left:1px solid #ffffff;
	color:#555555;
	background-color:#EFEFEF;
	height:14px;
	text-align:center;
}

table.complex_article td.header_over
{
	border-left:1px solid #ffffff;	
	color:#777777;
	text-decoration:underline;
	background-color:#EFEFEF;
	height:14px;
	cursor:pointer;
	text-align:center;
}

table.complex_article td.selected_header
{	
	border-left:1px solid #ffffff;	
	color:#ffffff;
	background-color:#B0B0B0;
	height:14px;
	text-align:center;	
}

table.complex_article_content
{
	width:100%;
}

table.complex_article_content td.content_header
{
	height:23px;
	background-image:url('../../images/complex_art_top.jpg');
	background-repeat:no-repeat;
	background-position:left;	
}

table.complex_article_content td.content
{
	padding:13px;
}

table.pdf_block_header td.header
{
	color:#555555;
}

table.pdf_block td
{
	padding:4px;
	height:30px;
}

table.pdf_block
{
	width:380px;
	border:1px solid #555555;
	background-color:#ffffff;
}

table.pdf_block td
{
	padding:4px;
	height:30px;
}

table.pdf_block td a
{
	color:#555555;
}
/* /zlozony artykul */

/* linkman */
table.linkman
{
	margin-bottom:5px;
	margin-left:13px;
}

table.linkman td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding-right:15px;
}

table.linkman td.header
{
	height:16px;	
	font-weight:bold;
}

table.linkman td.off
{
	height:14px;
	font-weight:normal;
	padding-left:7px;
	cursor:pointer;
}

table.linkman td.on
{
	height:14px;	
	font-weight:normal;	
	padding-left:7px;
	cursor:pointer;
	color:#000000;
}

table.linkman td.selected
{
	height:14px;
	padding-left:7px;
	font-weight:bold;
}

table.linkman td a:hover
{
	text-decoration:none;
}

table.linkman td.off a, table.linkman td.off a:visited
{
	color:#333333;
}

table.linkman td.on a, table.linkman td.on a:visited
{
	color:#000000;
}

table.linkman td.selected a, table.linkman td.selected a:visited
{
	color:#000000;
}

/* /linkman */
/* pozionmy linkman */
div.linkman {
	padding-bottom: 0px;
	background-color: #E8E8E8;
	font-weight: bold;
	width: 149px;
}
div.headerlink {
	padding: 3px 0px 3px 15px;
	color: #5686C6;
	border-top: 1px solid #BCBCBC;
	background-image: url("../../images/default/strzalka.jpg");
	background-position: 5px;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.headerlink a {
	text-decoration: none;
	color: #5686C6;
}
div.podlink {
	display: none;
	position: absolute;
}
div.podlink a, div.podlink a:visited {
	border-top: 1px solid #BCBCBC;
	padding: 3px 0px 3px 25px;
	display: block;
	color: #ADADAD;
}
div.podlink a:hover {
	color: #F26521;
	background-color: #DCDCDC;	
	text-decoration: none;
}
/* /pozionmy linkman */


/* pozionmy linkman old */
table.hr_linkman
{
	margin-bottom:5px;
	margin-top:5px;
}

table.hr_linkman td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;	
	color:#333333;
	text-align:center;
	width:120px;	
}

table.hr_linkman td.off
{
	font-weight:normal;
	cursor:pointer;
	background-color:#CCCCCC;

}

table.hr_linkman td.on
{
	font-weight:normal;	
	cursor:pointer;
	color:#000000;
	text-decoration:underline;
	background-color:#CCCCCC;
}

table.hr_linkman td.selected
{
	font-weight:bold;
	background-color:#CCCCCC;
}
/* /poziomy linkman */

/* galeria */
table.gallery
{
	margin-top:5px;
	margin-bottom:5px;
}

table.gallery td.spacer
{
	width:20px;
}

table.gallery td table.image
{
	margin-top:10px;
	margin-bottom:10px;
}


/* /galeria */

/* style dla menu */
table.menu_layer td.menuelementscontainer
{
	background-color:#EBEBEB;
	border-right:1px solid #B1B4BD;
}

table.menu_layer td.menuelementscontainer table td.standard
{
	color:#084A86;
	height:18px;
	padding-left:5px;
	cursor:pointer;	
}

table.menu_layer td.menuelementscontainer table td.over
{
	color:#ffffff;
	background-color:#ff5700;
	height:18px;
	padding-left:5px;
	cursor:pointer;	
}

table.menucols td.standard
{
	width:108px;
	cursor:pointer;
}

table.menucols td.standard table td.label
{
	text-align:center;
	height:18px;
	width:108px;
	cursor:pointer;
	color:#5488C4;
	background-image:url('../../images/menu_belka_bg.gif');
	background-repeat:no-repeat;
}

table.menucols td.highlighted
{
	width:108px;
	cursor:pointer;
}

table.menucols td.highlighted table td.label
{
	text-align:center;
	height:18px;
	width:108px;
	cursor:pointer;
	color:#ffffff;
	background-image:url('../../images/menu_belka_bg_over.gif');
	background-repeat:no-repeat;
}

table.menucols td.highlighted table td.bottom
{
	height:2px;
	width:108px;
	cursor:pointer;
	color:#000000;
	background-color:#ff5601;
}

table.menucols td.over
{
	width:108px;
	cursor:pointer;
}

table.menucols td.over table td.label
{
	text-align:center;
	height:18px;
	width:108px;
	cursor:pointer;
	color:#ffffff;
	background-image:url('../../images/menu_belka_bg_over.gif');
	background-repeat:no-repeat;
}

table.menucols td.over table td.bottom
{
	height:2px;
	width:108px;
	cursor:pointer;
	color:#ffffff;
	background-color:#FFD636;
}

table.menu_layer td.menuelementscontainer a:hover
{
	text-decoration:none;
}

table.menu_layer td.menuelementscontainer a, menu_layer td.menuelementscontainer a:visited
{
	color:#ffffff;	
}

table.menu_layer td.menuelementscontainer td.standard a, menu_layer td.menuelementscontainer td.standard a:visited
{
	color:#084A86;	
}


/* koniec styli dla menu */
/* szybkie menu */
table.fast_menu
{
}

table.fast_menu a:hover
{
	text-decoration:none;
}

table.fast_menu td a, table.fast_menu td a:visited
{
	font-size:12px;
	background-image:url('../../images/strzalka_szara.jpg');
	background-repeat:no-repeat;
	background-position:left;
	padding:4px;
	padding-left:15px;
	font-weight:bold;
}

table.fast_menu td.off a, table.fast_menu td.off a:visited
{
	color:#5686C6;
}

table.fast_menu td.on a, table.fast_menu td.on a:visited
{
	color:#ff5601;
	cursor:pointer;
}

/* wyszukiwarka */
table.sitesearch table.sub td {
	padding: 0px;
}

table.sitesearch table.sub {
	height: 14px;
	width: 130px;
}
table.sitesearch table.sub td.lew {
	background-image: url("../../images/default/klawisz_l.jpg");
	background-repeat: no-repeat; 
	width: 4px;
}

table.sitesearch table.sub td.sro {
	background-image: url("../../images/default/klawisz_c.jpg");
	background-repeat: repeat-x;
	text-align: center;
	color: #FFF;
}

table.sitesearch table.sub td.pra {
	background-image: url("../../images/default/klawisz_p.jpg");
	background-repeat: no-repeat; 
	width: 3px;
}

table.sitesearch
{
	width: 130px;
	margin-left: 10px;
}
table.sitesearch td
{
	padding: 5px 0px 5px 0px;
}

table.sitesearch td.title
{
	font-weight:bold;
	color: #5686C6;
	font-weight: bold;
	border-bottom: 1px solid #BCBCBC;
}

table.sitesearch td.separator
{
	height:5px;
}

table.sitesearch tr.normal
{
}

table.sitesearch tr.highlighted
{
	background-color:#d0d0d0;
}

table.sitesearch td.header
{
	padding:5px;
	font-weight:bold;
	color:#000000;
}

table.sitesearch td.row
{
	padding-left:5px;
	font-weight:normal;
	color:#444444;
}

table.sitesearch td.link
{
	padding-right:5px;
	font-weight:normal;
	text-align:right;
	color:#444444;
}

/* /wyszukiwarka */

/* katalog */
table.katalog
{
	width:100%;
}

table.katalog td.header
{
	height:28px;
	background-image:url('../../images/katalog_header_bg.gif');
	font-weight:bold;
	text-align:center;
	padding:2px;
	color:#444444;
}

table.katalog tr.alter
{
}

table.katalog tr.normal
{
	background-color:#ffffff;
}

table.katalog td.row
{
	height:20px;
	font-weight:normal;
	text-align:center;
	padding:2px;
	color:#000000;
}

input.label
{
	border:0px solid #f7f7f7;
	background:transparent;
	text-align:right;
	width:80px;
}

table.katalog_criteria
{
	margin-top:10px;
}

table.katalog_criteria td.branch
{
	height:30px;
	font-weight:bold;
	padding:5px;
}

table.katalog_criteria td.label
{
	height:25px;
	font-weight:bold;
	text-align:right;
	padding:5px;
}

table.katalog_criteria td.data
{
	text-align:left;
	padding:5px;
}

select.categories
{
	width:250px;
	font-size:11px;
}

select.units
{
	width:120px;
	font-size:11px;
}

input.formular_submit
{
	border:1px solid #444444;
	background-color:#f7f7f7;
	color:#444444;
	font-weight:bold;
	cursor:pointer;
}

table.ktalog_pages td.links
{
	padding:3px;
	text-align:center;
}

span.page
{
	font-weight:bold;
	color:#000000;
}

span.page_over
{
	font-weight:bold;
	color:#818181;
	cursor:pointer;
}

span.act_page
{
	font-weight:bold;
	color:#818181;
}
/* /katalog */

/* koszyk */
table.basket
{
	width:100%;
}

table.basket td.info
{
	font-weight:bold;
	padding:2px;
}

table.basket td.position
{
	text-align:right;
	vertical-align:top;
	padding:2px;
}

table.basket td.price
{
	font-weight:bold;
	padding:2px;
	padding-right:25px;
}

table.position_info
{
	background-image:url('../../images/koszyksr.gif');
	background-repeat:no-repeat;
	background-position:top;
}

/* /koszyk */

/* standardowy formularz */
table.formular
{
}

table.formular td.data
{
	padding:3px;
}

table.formular td.label
{
	padding:3px;
	font-weight:bold;
	text-align:right;
}

table.formular td.title
{
	padding:5px;
	padding-left:3px;
	font-weight:bold;
	text-align:left;
}
/* /formularz */

/* modul news */
table.news {
	color: #000;
}

table.news img {
	float: right;
	margin-left: 5px;
	 width: 100px;
	 height: 100px;
}
table.news div.tx {
	text-align: justify;
}

table.news div.tit {
	color: #5884CF;
	font-weight: bold;
	margin-bottom: 10px;
}

table.news div.dat {
	color: #898989;
	font-size: 7pt;
}

table.news a.more {
	color: #5884CF;
	width: 30px;
	text-decoration: none;
	display: block;
	background-image: url("../../images/default/strzalka.jpg");
	background-position: right 5px;
	background-repeat: no-repeat; 
	padding-right: 10px;
}

/* /modul news */

/* KONIEC: Style dla modulow tre�ci w serwisie. */
