/* -- [:START CSS LIBRARY] --*/
/* -- [:START: default/style/a.reset.css --*/
/* -----[ RESET ALL COMMON ELEMENTS ]---------------------------------------- */
html {min-height: 100%; padding-bottom: 1px !important; }

/* -----[ main elements reset ]---------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
text-align: left;
}

a, button { cursor: pointer; }
a { color: #44708e; text-decoration: underline; }
a, a:visited {  }
a:hover { text-decoration: none; }
ol, ul { list-style: none; }
legend { display: none; }
address {font-style: normal;}

/* -----[ forms reset ]------------------------------------------------------ */
input.button_ie, button { overflow: visible } /* For IE */

/* -----[ table reset ]------------------------------------------------------ */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; vertical-align: top; font-weight: normal;}

/* All popular browsers has default font size equal 16px.
If we set font size equal 62.5% then font size is equal 10px at screen (but not set 10px, IE6 not resize this rule).
Now we have 1em = 10px, so 1..1em=11px etc.
It is easier way to calculate font size.
font-size: 62.5%; 1e5d8e */

body, input, textarea, select, option, optgroup, button { font-family: Arial, sans-serif; }
body { background: #fff url(../img/bg/body.jpg) repeat-x; color: #515151; font-size: 62.5%; line-height: 1.5em }

/* Clearing floats without extra markup
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html] FROM Blueprint CSS Framework */

/* -----[ clear styles ]----------------------------------------------------- */

.clear { display: inline-block; }
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clear { height: 1%; }
.clear { display: block; }
/* -- [:END: default/style/a.reset.css --*/
/* -- [:START: default/style/b.layout.css --*/
/* Wszystkie czesci layoutu graficznego bez Content */

#logo_print { display: none; }

#header,
#header_sub,
#branding,
#breadcrumbs,
.content,
#additional_information,
#footer { width: 960px; margin: 0 auto; }

/* -----[ NAGLOWEK ]-------------------------------------------------------- */
#header { position: relative; height: 156px; background: url(../img/bg/header.jpg) no-repeat right top; }

/* logo */
#header h1 { position: absolute; left: 0; top: 15px; }
#header h1 a { background: url(../img/logo.png) no-repeat left top; width: 447px; height: 84px; display: block; text-indent: -9999px; }

/* menu */
#header #main_menu { position: absolute; left: 0; bottom: 0; overflow: hidden; height: 40px; background: url(../img/bg/menu_main.gif) repeat-x left top; font-size: 1.4em; }
#header #main_menu li { display: block; float: left; margin: 0 0 0 1px; }
#header #main_menu li.first { margin: 0; }
#header #main_menu li a { display: block; float: left; background: url(../img/bg/menu_main_a.gif) no-repeat left top; height: 40px; line-height: 40px; color: #002f57;  text-decoration: none; padding: 0 13px 0 14px; }
#header #main_menu li a:hover,
#header #main_menu li a.active { background: url(../img/bg/menu_main_a.gif) no-repeat left bottom; }

/* wybor jezyka */
#header #change_language { position: absolute; right: 0; top: 0; width: 280px; height: 26px; line-height: 26px; background: #fdfdfd; font-size: 1.1em; padding: 0 0 0 10px; }
#header #myselectbox_input { position: absolute; top: 2px; right: 3px; width: 125px; font-size: 1em; border: 0; cursor: pointer; padding: 4px 2px 3px 30px; }
#header .lang_pl { background: url(../img/bg/select_language.gif) no-repeat right 0; }
#header .lang_en { background: url(../img/bg/select_language.gif) no-repeat right -21px; }
#header .lang_de { background: url(../img/bg/select_language.gif) no-repeat right -42px; }
#header .lang_es { background: url(../img/bg/select_language.gif) no-repeat right -63px; }
#header #myselectbox_container { position: absolute; top: 26px; right: 35px; }
#header #myselectbox_container ul { width: 158px; }
#header #myselectbox_container ul li { display: block; color: #d6dee7; cursor: pointer; padding: 0 3px 0 33px; margin: 1px 0 0; opacity: .9; }
#header #myselectbox_container ul li.pl { background: #003367 url(../img/flag/pl.gif) no-repeat 8px center; }
#header #myselectbox_container ul li.en { background: #003367 url(../img/flag/en.gif) no-repeat 8px center; }
#header #myselectbox_container ul li.de { background: #003367 url(../img/flag/de.gif) no-repeat 8px center; }
#header #myselectbox_container ul li.es { background: #003367 url(../img/flag/es.gif) no-repeat 8px center; }

/* -----[ SRODKOWA CZESC STRONY ]------------------------------------------- */
#main #branding_container { width: 100%; background: url(../img/bg/branding_container_main.png) repeat-x left bottom; margin: 0 0 20px; }
#main #branding_container #branding { background: none; height: 326px; }

#branding_container { width: 100%; background: url(../img/bg/branding_container.png) repeat-x left bottom; margin: 0; }
#branding { position: relative; height: 135px; background: url(../img/bg/branding.jpg) no-repeat right top; }
#branding h2 { position: absolute; left: 50px; top: 40px; color: #00386c; font-size: 2.9em; }
#branding .subtitle { position: absolute; left: 50px; top: 75px; color: #a0b9cd; font-size: 2em; width: 400px; }

/* -----[ SCIEZKA STRONY ]-------------------------------------------------- */
#breadcrumbs { height: 40px; line-height: 40px; font-size: 1.2em; }
#breadcrumbs li { display: block; float: left; background: url(../img/arrows/breadcrumbs.gif) no-repeat left center; padding: 0 0 0 10px; margin: 0 10px 0 0; }
#breadcrumbs li.first { background: none; padding: 0; }
#breadcrumbs li.last { color: #44708e; font-weight: 700; }
#breadcrumbs li a { color: #a0a0a0; text-decoration: none; }
#breadcrumbs li a:hover { text-decoration: underline; }

.content_page { position: relative; float: left; width: 700px; min-height: 600px; border: solid #dee7ee; border-width: 1px 1px 0 0; padding: 20px 20px 20px 0; }

/* -----[ SIDEBAR ]--------------------------------------------------------- */
#sidebar { float: right; width: 225px; }
#sidebar #menu { margin: 0 0 60px; }
#sidebar #menu li { display: block; background: none; border-top: 1px solid #dee7ee; padding: 0; }
#sidebar #menu li.first { border-top: 0; padding: 0; }
.menu_submenu #sidebar #menu .submenu { margin-left: 15px; }
.menu_submenu #sidebar #menu .submenu a { width: 188px; font-weight: 500; }
.menu_submenu #sidebar #menu .submenu a:hover { background: url(../img/arrows/back.gif) no-repeat 8px 17px; text-decoration: underline; }
.menu_submenu #sidebar #menu .submenu a.active { background: #d9e4eb url(../img/bg/menu_hover.png) no-repeat left top; font-weight: 700; }
.menu_submenu #sidebar #menu .submenu a.active:hover { text-decoration: underline; }
.menu_submenu #sidebar #menu .submenu ul a.active { background: url(../img/arrows/back.gif) no-repeat 8px 17px; font-weight: 700; }
.menu_submenu #sidebar #menu .submenu ul a.active:hover { text-decoration: underline; }
#sidebar #menu li a { display: block; width: 204px; background: url(../img/arrows/back.gif) no-repeat 8px 17px; font-weight: 700; border-bottom: 1px solid #fff; text-decoration: none; padding: 9px 0 9px 21px; }
#sidebar #menu li a:hover,
#sidebar #menu li a.active { background: #d9e4eb url(../img/bg/menu_hover.png) no-repeat left top; }

#sidebar #menu ul { margin: 0 0 0 15px; }
#sidebar #menu ul li a { width: 220px; font-weight: 500; }
#sidebar #menu ul li a:hover,
#sidebar #menu ul li a.active { background: url(../img/arrows/back.gif) no-repeat 8px 17px; text-decoration: underline; }
#sidebar #menu ul li a:hover { text-decoration: underline; }
#sidebar #menu ul li a.active { font-weight: 700; }

#sidebar #menu ul ul li.first { border-top: 1px solid #dee7ee; }

#sidebar .see_also { background: #f7f9fb; font-size: 1.5em; border: 1px solid #dee7ee; padding: 8px 13px; margin: 0 0 11px; }
#sidebar .see_also a { display: block; background: url(../img/arrows/demo_version.gif) no-repeat right center; padding: 7px 40px 7px 0; }

/* -----[ STOPKA ]---------------------------------------------------------- */
#main #footer { border: 0; }
#footer { position: relative; height: 90px; font-size: 1.2em; border-top: 1px solid #dee7ee; }
#footer #copyright { position: absolute; left: 0; top: 22px; }
#footer #realisation { position: absolute; right: 0; top: 22px; }
#footer #producer { position: absolute; left: 0; top: 48px; }
#footer #producer img { vertical-align: middle; margin: 0 0 0 5px; }
/* -- [:END: default/style/b.layout.css --*/
/* -- [:START: default/style/c.content.css --*/
/* -----[ CONTENT ]--------------------------------------------------------- */
.content { position: relative; font-size: 1.2em; text-align: left; line-height: 1.63em; overflow: hidden; padding-bottom: 35px; margin: 0 auto 17px; }
.border_top { border-top: 1px solid #dee7ee; padding-top: 20px; }

/* -----[ LINKI ]----------------------------------------------------------- */
.content .read_more { display: block; height: 22px; line-height: 22px; float: left; background: #e0c15a url(../img/arrows/read_more.gif) no-repeat right 50%; color: #503124; padding: 1px 20px 2px 4px; }
.content .more,
.more { background: url(../img/arrows/more.gif) no-repeat right 6px; color: #e0c15a; padding: 0 10px 0 0; }

/* -----[ ODSTEPY ]--------------------------------------------------------- */
.content p,
.content ul,
.content ol,
.content dl,
.content address,
.content form { margin-bottom: 1.2em; font-size: 1em; line-height: 1.63em }
.content ul { margin-left: 1em;}
.content ul li { padding-left: 12px; }
.content ul li { background: transparent url(../img/arrows/list.gif) no-repeat 0 7px; }
.content ol { margin-left: 2.3em; list-style-type: decimal }

/* -----[ NAGLOWKI ]-------------------------------------------------------- */
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 { margin: .5em 0 .6em; color: #667a91; font-weight: 500; clear: both; text-align: left; }
.content h2 { color: #5d5d5d; font-size: /*1.75em*/2.4em; border-bottom: 1px solid #d8d5ca; padding: 0 0 14px; }
.content h3 { font-size: 1.833em; height: 40px; margin: 0 0 .6em; }
.content h4 { font-size: 1.417em; font-weight: 700; }
.content h5 { font-size: 1em }
.content h6 { font-size: 1em; font-weight: 700; }

/* linia pozioma */
hr { height: 1px; border: none; background-color: #ddd; color: #ddd; clear: both; margin: 20px 0; }

/* wyglad tabeli */
.content table { width: 100%; }
.content table td { border: 1px solid #dee7ee; padding: 2px 3px; }

/* -----[ STRONA GLOWNA ]--------------------------------------------------- */
/* info o produkcie */
.content #description { width: 450px; float: left; margin: 0 30px 0 0; }

.content #others_info { width: 480px; float: right; }
.content #others_info h4 { height: 30px; border-bottom: 1px solid #e1e1e1; padding: 0; margin: 0 0 10px; }

.content #why_wave { float: left; width: 225px; }
.content #why_wave ul { margin: 0 0 15px; }
.content #why_wave ul li { background: url(../img/arrows/check.gif) no-repeat left 6px; padding: 0 0 0 15px; margin: 0 0 5px; }

/* ostatnie aktualnosci */
.content #last_news { float: right; width: 240px; }
.content #last_news ul { margin: 0; }
.content #last_news ul li { display: block; background: none; padding: 0; margin: 0 0 21px; }
.content #last_news ul ul { width: 100%; overflow: hidden; margin: 0 0 6px; }
.content #last_news ul ul li { display: block; float: left; padding: 0; margin: 0; }
.content #last_news ul ul li.date { background: url(../img/bg/separator_last_news.gif) no-repeat right 4px; padding: 0 10px 0 0; margin: 0 10px 0 0; }
.content #last_news ul ul li.date p { background: url(../img/arrows/calendar.gif) no-repeat left 4px; color: #858585; padding: 0 0 0 15px; margin: 0; }
.content #last_news ul ul li h5 { font-weight: 700; margin: 0; }

/* dodatkowe informacje */
#additional_information { font-size: 1.2em; }
#additional_information h4 { height: 30px; font-size: 1.4em; border-bottom: 1px solid #fff; padding: 0; margin: 0 0 10px; }

/* zastosowania */
#aplications { float: left; width: 679px; background: #e8edf2; padding: 13px; }
#aplications ul li { display: block; float: left; width: 159px; padding: 0 10px 0 0; }
#aplications ul ul li { display: block; float: none; width: auto; background: url(../img/arrows/list.gif) no-repeat left 5px; padding: 0 0 0 10px; margin: 0 0 4px; }

/* partnerzy */
#partners { float: right; width: 224px; background: #e8edf2; padding: 13px; }

/* przyciski */
.content .button { display: block; text-indent: -9999px; }
.content .about_wave { width: 164px; height: 26px; background: url(../img/bg/btn/more_info_about_wave.gif) no-repeat left top; }
.content .all_news { width: 115px; height: 21px; background: url(../img/bg/btn/all_news.gif) no-repeat left top; }.content .all_news_pl { width: 115px; height: 21px; background: url(../img/bg/btn/all_news_pl.gif) no-repeat left top; }
.content .all_news_en { width: 115px; height: 21px; background: url(../img/bg/btn/all_news_en.gif) no-repeat left top; }
/*.content .all_news_en { width: 95px; height: 21px; background: url(../img/bg/btn/all_news_en.gif) no-repeat left top; }*/
.content .about_wave_en { width: 115px; height: 21px; background: url(../img/bg/btn/about_wave_en.gif) no-repeat left top; }

/* nowości/wersja demo */
.content .novelties_demo { position: relative; float: left; height: 89px; border: 1px solid #e2e2e2; padding: 13px; }
.content .novelties_demo h4 { height: 25px; font-size: 1.166em; font-weight: 500; text-transform: uppercase; border-bottom: 1px solid #e1e1e1; padding: 0; margin: 0 0 6px; }
.content .novelties_demo img { position: absolute; left: 0; bottom: 0; }
.content .novelties_demo a { position: absolute; color: #465463; font-size: 1.25em; font-weight: 700; text-decoration: none; }
.content .novelties_demo a span { border-bottom: 1px solid #d2d6da; }

/* nowości */
.content #novelties { width: 197px; background: #e6ecf1 url(../img/bg/novelties.gif) repeat-x left top; margin: 0 5px 0 0; }
.content #novelties a { left: 113px; top: 53px; width: 90px; background: url(../img/arrows/novelties.gif) no-repeat right bottom; }

/* wersja demo */
.content #demo_version { width: 222px; background: #e3e9ef url(../img/bg/demo_version.gif) repeat-x left top; }
.content #demo_version a { left: 83px; top: 53px; width: 100px; background: url(../img/arrows/demo_version.gif) no-repeat right bottom; padding: 0 45px 0 0; }

#partners ul { position: relative; height: 76px; }
#partners ul li { position: absolute; left: 0; top: 0; background: url(../img/bg/partners.gif) repeat-x left top; z-index: 8; opacity: 0.0; }
#partners ul li.active { z-index: 10; opacity: 1.0; }
#partners ul li.last-active { z-index: 9;}

/* zajawka */
.entry { line-height: 180%; background: #f7f9fb; color: #737373; font-size: 1.25em; font-weight: 700; padding: 18px; margin: 0 0 15px; }

/* pliki do pobrania */
.art_files {  }
.art_files li {  }
.art_files li span { background: url(../img/bg/separator_art_files.gif) no-repeat left 2px; padding: 0 0 0 10px; margin: 0 0 0 10px; }

/* przyciski nawigacyjne: wroc, do gory */
.content .content_page #navigation_btns { height: 25px; width: 720px; bottom: -26px; }
.content #navigation_btns { position: absolute; left: 0; bottom: -30px; width: 100%; height: 60px; line-height: 40px; background: #fff; border-top: 1px solid #dee7ee; border-right: 1px solid #fff; padding: 0; margin: 0; }
.content #navigation_btns li { display: inline; padding: 0; }
.content #navigation_btns li a { color: #454545; font-weight: normal; padding: 0 0 0 17px; }
.content #navigation_btns li a.back { background: url(../img/arrows/back.gif) no-repeat 1px; margin: 0; float: left; }
.content #navigation_btns li a.up { background: url(../img/arrows/up.gif) no-repeat 1px; margin: 0; float: right; }

/* adres */
.content .vcard .fn { font-weight: 700; margin: 0 0 5px; }
.content .vcard .adr { margin: 0 0 5px; }
.content .vcard .adr .postal-code { float: left; margin: 0 5px 0 0; }

/* aktualnosci - lista */
.content .news_list { margin: 0 0 10px; }
.content .news_list li { background: none; border-bottom: 1px solid #dee7ee; padding: 10px 0; }
.content .news_list li h3 { font-size: 1.167em; }

/* aktualnosci - szczegoly */
.content .news {  }
.content .news .date {  }
.content .news .lido { background: #f7f9fb; font-size: 1.083em; padding: 15px; margin: 0 0 15px; }
.content .news .desc { margin: 0 0 15px; }


.content .pagination { text-align: center; margin: 0 0 15px; }
.content .pagination li { display: inline; background: none;  }

/*formularze kontaktowe*/
.content .contact input { width: 250px; }
.content .contact textarea { width: 250px; height: 100px; }
.content .contact button { margin-left: 200px;}
.content .contact p.error { color: #A25A5A; }

.content #form_horizontal li { overflow: hidden; background: none; margin: 0 0 10px; }
.content #form_horizontal li label { display: block; float: left; width: 130px; text-align: right; margin: 0 10px 0 0; }
.content #form_horizontal li div { display: block; float: left; }
.content #form_horizontal button { display: block; width: 55px; height: 21px; background: url(../img/bg/btn/submit.gif) no-repeat left top; text-indent: -9999px; border: 0; margin: 0 0 0 153px; }



/* -- [:END: default/style/c.content.css --*/
/* -- [:START: default/style/d.others.css --*/
/* -----[ OTHER USEFUL STYLES ]---------------------------------------------- */
.text_left { text-align: left; }
.text_right { text-align: right; }
.text_center { text-align: center; }
.text_justify { text-align: justify; }
.strike { text-decoration: line-through !important; }
.margin_zero { margin: 0!important; }

.image_left { float: left !important; margin: 0 12px 12px 0; }
.image_right { float: right !important; margin: 0 0 12px 12px; }
.clear_both { clear: both; }
.bordered { border: 1px solid #dad7d6; }

.marg_b_10 { margin: 0 0 10px!important; }
/* -- [:END: default/style/d.others.css --*/
/* -- [:START: default/style/e.lightbox.css --*/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* -- [:END: default/style/e.lightbox.css --*/
/* -- [:START: default/style/f.sifr.css --*/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/* -- [:END: default/style/f.sifr.css --*/
/* -- [:START: default/style/g.select.css --*/
/*
Stylish Select 0.3 - jQuery plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/
Copyright (c) 2009 Scott Darby
Requires: jQuery 1.3
Licensed under the GPL license:
http://www.gnu.org/licenses/gpl.html
*/

/*==================================
remove default focus style
====================================*/
:focus { outline:none; }
.js ul.newList { left: -9999px; }

.newListSelected { position: absolute!important; top: 0; right: 0; }
.newListSelected span { width: 202px; display:block;}

.lang_pl { background: url(../img/bg/select_language.gif) no-repeat right 0; }
.lang_en { background: url(../img/bg/select_language.gif) no-repeat right -21px; }
.lang_de { background: url(../img/bg/select_language.gif) no-repeat right -42px; }
.lang_es { background: url(../img/bg/select_language.gif) no-repeat right -63px; }

.newList { position: absolute; top: 26px!important; left: -160px!important; width: 160px; z-index: 1px; }
.newList li { display: block; background: #003468; color: #d6dee7; cursor: pointer; padding: 0 3px 0 31px; margin: 1px 0 0; opacity: .9; }
.newList li.pl { background: #003367 url(../img/flag/pl.gif) no-repeat 8px center; }
.newList li.en { background: #003367 url(../img/flag/en.gif) no-repeat 8px center; }
.newList li.de { background: #003367 url(../img/flag/de.gif) no-repeat 8px center; }
.newList li.es { background: #003367 url(../img/flag/es.gif) no-repeat 8px center; }
.newList li a { display: block; color: #c2cfdb; text-decoration: none!important; }
.newList li a:visited { text-decoration: none!important; }

.selectedTxt { position: absolute; top: 2px; right: 3px; width: 125px; height: 13px; line-height: 13px; background: url(../img/bg/select_language.gif) no-repeat right 0; color: black; font-size: 1em; border: 0; cursor: pointer; padding: 4px 2px 3px 30px; }

.hiLite { color: #c2cfdb!important; text-decoration: none!important; }
.newListHover,
.newListSelHover,
.newListSelFocus { color: #fff!important; text-decoration: none!important; cursor: pointer; }

/* -- [:END: default/style/g.select.css --*/
/* -- [:START: formularze/style/formularze.css --*/
#formularze_messages_box { margin: 10px 0; }

.formularze_message_box { border: 1px solid #000; padding: 15px; padding-left: 40px; margin: 12px 20px; background-repeat: no-repeat; background-position: 15px 15px; }

.formularze_messages_error
{
    border-color: #c48d8d; background-color: #f8ecec; color: #a25a5a; background-image: url(../img/arrows/message_warning.png);
}

.formularze_messages_positive
{
    border-color: #8dc48d; background-color: #ddf9dc; color: #438e43; background-image: url(../img/arrows/message_success.png);
}

/* -- [:END: formularze/style/formularze.css --*/
/* -- [:START: newsletter/style/newsletter.css --*/
.message_box { border: 1px solid #000; padding: 15px; padding-left: 40px; margin: 12px 0; margin-top: 0; background-repeat: no-repeat; background-position: 15px 15px; }
.message_box.success { border-color: #8dc48d; background-color: #ddf9dc; color: #438e43; position: relative; padding-right: 100px; }
.message_box.info { border-color: #8db2c4; background-color: #ecf6f8; color: #437d8e; }
.message_box.warning { border-color: #c48d8d; background-color: #f8ecec; color: #a25a5a; }

/* -- [:END: newsletter/style/newsletter.css --*/
/* -- [:START: uzytkownicy/style/c.content.css --*/
/* -----[ FORMULARZ LOGOWANIA OFF-LINE ]------------------------------- */
.login { background: none; }
.login_box { width: 531px; padding: 60px 0 0; margin: 0 auto 0; }
.login_box h1 { display: block; width: 531px; height: 99px; background: url(../img/bg_login/h1.gif) no-repeat; text-indent: -9999px; }
.login_box h1 a { display: block; height: 100%; text-indent: -9999px; }
.login_box .login_off_line { background: url(../img/bg_login/login_form.gif) no-repeat; font-size: 1.34em; margin: 0; }
.login_box .login_off_line fieldset { padding: 56px 15px; }
.login_box .login_off_line ul { margin: 0; }
.login_box .login_off_line ul li { background: none; padding: 0 0 20px;  }
.login_box .login_off_line ul li label { color: #fff; width: 80px; float: left; text-align: right; margin: 4px 20px 0 0; padding: 5px 0;  }
.login_box .login_off_line ul li input { padding: 8px; background: #fff url(../img/bg_login/login_input.gif) repeat-x; width: 350px; border: none; }
.login_box .login_off_line button { width: 90px; height: 38px; line-height: 38px; background: transparent url(../img/bg_login/login_button.gif) no-repeat center; color: #fff; text-indent: -12px; margin-right: 36px; float: right; border: 0; }
#content_offline { width: 531px; background: #e2e1e0 url(../img/bg_login/offline.gif) no-repeat; padding: 10px 0 0 0; margin: -10px auto 15px; }
#content_offline #news { background: url(../img/bg_login/offline_button.gif) no-repeat left bottom; font-size: 1.2em; color: #424242; padding: 20px 15px 30px; }
#content_offline #news h2 { font-size: 1.4em; font-weight: 700; margin: 0 0 .6em; }
#content_offline #news hr { height: 1px; border: none; background-color: #fff; color: #fff; clear: both; margin: 15px 0 5px; }

.form_error_box { padding: 10px; text-align: center; font-weight: bold; font-size: 1.3em; border-color: #c48d8d; background-color: #f8ecec; color: #a25a5a; background-image: url(../img/message_warning.png);    
}
/* -- [:END: uzytkownicy/style/c.content.css --*/
/* -- [:END CSS LIBRARY] --*/

