/*
	Klima-Therm - Basic Style Sheet
	gka@emarketingexperts.pl / www.emarketingexperts.pl
	v1.0.0, 21.07.2007
*/

/* =global */

body {
	color:#536779;
	font: 0.75em/1.4 Arial, Tahoma,sans-serif;
	background: #fff;
	text-align:center;
	margin:0;
	padding:0;
}

img {
	border:0;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

p,ul,ol,dl {
	margin:1em 0;
	padding:0;
}

li {
	margin:0 0 0 2em;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:1em 0;
	line-height:1.2;
	color:#536779;
}

td,th {
	vertical-align:top;
}

/* =forms */

form {
	padding:0;
	margin:0;
}

fieldset {
	margin:0;
	padding:0;
	border:0;
}

input,select,textarea {
	font:1em/1.4 Tahoma,sans-serif;
	color:#4f6376;
}

textarea,input.text,select {
	background:#eff4f7;
}

textarea,input.text {
	padding:0.3em 4px 0em;
	border:1px solid #dbdee5;
	border-right-color:#f1efef;
	border-bottom-color:#f1efef;
}

select {
	padding:0.3em 4px 0.1em;
	border:1px solid #dbdee5;
	border-right-color:#f1efef;
	border-bottom-color:#f1efef;
}

input.text {
	height:1.5em;
}

input[type=checkbox] {
	vertical-align:top;
}

input#verify{
  display:none;
}

/* =links */

a:link {
	color:#50b9ea;
	text-decoration:none;
}

a:visited {
	color:#2080ac;
	text-decoration:none;
}

a:hover,a:active,a:focus {
	text-decoration:underline;
}

a.more {
	padding-right:11px;
	background:url('images/more.gif') no-repeat 100% 55%;
}

/* =headlines */

h2.hh {
	font-size: 14px;
	color: #004179;
	margin: 0 0 20px 14px;
}

h3.hh {
	font-size:1.27em;
	color:#67c2ed;
	margin:0 0 1.4em;
	font-weight:normal;
}

h2.s {
	font-size:2.18em;
	color:#004179;
	margin:0 0 1em;
	font-weight:normal;
}

h2.ss {
	font-size: 18px;
	color:#004179;
	margin:0;
	font-weight:normal;
}

h3.ss {
	font-size:1.45em;
	color:#67c2ed;
	margin:0 0 1.4em;
	font-weight:normal;
}

#sidebar h2.ss {
	font-size:1.64em;
	color:#004179;
	margin:0;
	font-weight:normal;
}

#sidebar h3.ss {
	font-size:1.27em;
	color:#67c2ed;
	margin:0 0 1.4em;
	font-weight:normal;
}

/* =skips */

.skip {
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	list-style:none;
}

/* =layout */

#wrap-o {
	background:#fff;
}

#wrap-i {
	width: 877px;
	margin: 0 auto;
	text-align:left;
	padding: 0;
}

/* ----------------------------------------------------------------------------------------- */
/** =branding **/

#branding h1 {
	margin:0;
	padding:0;
	float:left;
	position: relative;
	z-index: 2;
}

#branding h1 a {
	display:block;
	width:610px;
	height:56px;
	background:url('images/id-klimatherm.png') no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

#branding .w {
	float:right;
	width:256px;
	text-align:right;
	padding-top: 24px;
	position: relative;
	z-index: 2;
}

#search_form {
	float:right;
}

#search_form label {
	font-weight:bold;
	color:#014d8a;
}

#search_form .text {
	width:190px;
	margin:0 3px;
}

#search_form .but {
	border:0;
	width:22px;
	height:22px;
	background:url('images/but-search.png') no-repeat;
}

#lang {
	float:right;
	margin:0;
	padding: 0 0 0 23px;
	font-size: 11px;
	font-weight: bold;
}

#lang li {
	float:left;
	margin:0;
	list-style:none;
	padding-left:5px;
	color: #536779;
	background:url('images/vdots2.png') no-repeat 0 4px;
}

#lang li.first {
	background-image:none;
	padding-right: 4px
}

#lang a {
	float:left;
	padding: 0 0 0 0;
	color:#536779;
	text-decoration:none;
}

#lang a:hover,#lang a:active,#lang a:focus,#lang a.active {
	color:#63bae4;
}

#lang .active_pl_pl {
	color:#63bae4;
}

#lang .active_en_en {
	color:#63bae4;
}

#lang .active_pl_en {
	color:#536779;
}

#lang .active_en_pl {
	color:#536779;
}

ul.topMenu {
	float:right;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 11px;
}

	ul.topMenu li {
		float:left;
		list-style: none;
		margin: 0;
		padding-left: 16px;
	}

		ul.topMenu li a {
			color: #536779;
		}

/* =navigation global */

ul#nav-global {
	clear:both;
	margin: 0;
	padding: 0;
	height: 33px;
	width: 877px;
	background: url('images/mainmenu_background.png') no-repeat 0 0;
}

ul#nav-global li {
	position:relative;
    float: left;
	margin:0;
	padding:0 0 0 1px;
	background: url('images/mainmenu_li.png') no-repeat 100% 0;
	height:33px;
	list-style:none;
}
ul#nav-global li.active {
	background: #9cadbf;
}


/*ul#nav-global li.first {
	padding-left:0;
	background-image:none;
}*/

ul#nav-global a {
	/*float:left;*/
	display: block;
	_float: left;
	height: 26px;
	padding: 7px 12px 0 13px;
	font-size: 12px;
	color: #fff;
}

ul#nav-global li:hover a, #nav-global a.active {
	color: #8bc7e4;
	text-decoration: none;
}

ul#nav-global ul {
	margin:0;
	position:absolute;
	top:31px;
	left:1px;
	display:none;
	width:450px;
}

ul#nav-global ul li {
	margin:0;
	float:left;
	padding:0 0 0 1px;
	height:auto;
	background:#9cadbf url('images/nav-global-submenu-sep.png') no-repeat 0 50%;
}

ul#nav-global ul a {
	float:left;
	height:auto;
	overflow:auto;
	text-indent:0;
	font-size:1em;
	line-height:1em;
	background:#9cadbf;
	color:#fff !important;
	padding:0.9em 1.2em;
	text-decoration:none;
}

ul#nav-global li:hover ul a {
	background-color:#9cadbf;
}

ul#nav-global ul li a:hover  {
    background: #8ca2b8;
}

ul#nav-global li:hover ul {
	display: block;
}



/* ----------------------------------------------------------------------------------------- */
/** =home content **/

#home #theme {
	width: 877px;
	height:202px;
}

#home #theme #flashcontent, #sub #flashcontent {
	float: left;
	width: 579px;
	height: 202px;
}

#homeFormZaslepka {
	display: block;
	float: left;
	width: 298px;
	height: 202px;
	cursor: pointer;
}

#homeForm {
	display: none;
	float: left;
	width: 298px;
	height: 192px;
	background:url('images/home_form.png') 0 0;
	padding: 10px 0 0 0;
	font-size: 11px;
}

	#homeForm fieldset {
	}

		#homeForm fieldset label {
			display: block;
			float: left;
			color: #fff;
			padding: 2px 0 0 12px;
			width: 83px;
		}

		#homeForm fieldset input.text {
			display: block;
			float: left;
			color: #536779;
			width: 180px;
			height: 16px;
			border: solid 1px #dbdee5;
			background: #eff4f7;
			margin: 0 0 10px 0;
		}

		#homeForm fieldset div.clear {
			clear: both;
			height: 0px;
			text-indent: -8000px;
			overflow: hidden;
		}

		#homeForm fieldset select {
			display: block;
			float: left;
			color: #536779;
			width: 190px;
			border: solid 1px #dbdee5;
			background: #eff4f7;
			margin: 0 0 10px 0;
		}

		#homeForm fieldset input.wyslij {
            display: block;
            width: 97px;
            height: 24px;
            background:url('images/form_wyslij.png') 0 0;
            margin: 0 0 0 188px;
            text-indent: -8000px;
            overflow: hidden;
            border: 0 none;
            cursor: pointer;
        }
        
        #homeForm fieldset input.wyslij_en {
            display: block;
            width: 48px;
            height: 24px;
            background:url('images/send.png') 0 0;
            margin: 0 auto;
            text-indent: -8000px;
            overflow: hidden;
            border: 0 none;
            cursor: pointer;
        }

#home #main {
	width: 877px;
	margin:20px 0 20px 0;
	background:url('images/home-lay2.png') repeat-y 295px 0;
	zoom: 1;
}

#home #main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* =news */

#news-h {
	float:left;
	width:296px;
	position:relative;
}

#news-h li {
	margin:0;
	list-style:none;
	padding:0 0 5px;
}

#news-h ul h3 {
	font-size:1em;
	color:#171c20;
	margin:0.5em 0;
}

#news-h ul h3 a {
	color:#171c20;
}

#news-h ul h3 a span {
	color:#8399af;
	font-weight:normal;
}

#news-h ul p {
	margin:0.5em 0;
}

#news-h a.archive {
	position:absolute;
	top:0.4em;
	right:0;
	padding-right:11px;
	background:url('images/more.gif') no-repeat 100% 55%;
}

/* =search item */

#search_item-h {
	float:left;
	width:269px;
	padding-left:15px;
}

#search_item_form {
	padding: 0 0 0 14px;
}

#search_item_form label {
	display: block;
	padding: 0 0 7px 0;
	font-size: 12px;
	color: #004179;
}

#search_item_form div.r {
	padding: 0 0 9px 0;
}

#search_item_form select {
	width: 218px;
	border: solid 1px #dbdee5;
	color: #536779;
}

	#search_item_form select option {
		color: #536779;
	}

#search_item_form .but {
    display: inline-block;
    width:58px;
    height:24px;
    background: url(images/search_pl.png) no-repeat;
    border: 0 none;
    text-indent: -8000px;
    overflow: hidden;
    margin: 0 0 0 162px;
    cursor: pointer;
}
#search_item_form #device_Search {
	background-image: url(images/search.png);
}

#search_item_form .but_en {
    display: inline-block;
    width:57px;
    height:24px;
    background: url('images/search.png') no-repeat;
    border: 0 none;
    text-indent: -8000px;
    overflow: hidden;
    margin: 0 0 0 162px;
    cursor: pointer;
}

#search_item_form .but2 {
    display: block;
    width: 97px;
    height: 24px;
    background:url(images/new_sendform_pl.png) 0 0;
    border:0;
    text-indent: -8000px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
}

#search_item_form .but2_en {
    width:80px;
    height:22px;
    display: block;
    width: 48px;
    height: 24px;
    background:url(images/send_eng.png) 0 0;
    margin: 0 auto;
    text-indent: -8000px;
    overflow: hidden;
    border: 0 none;
    cursor: pointer;
}

#search_item_form .text {
	width:45px;
}

#search_modul .but {
    display: inline-block;
	width:58px;
	height:24px;
	padding-bottom:4px;
	color:#fff;
	background: url(images/search_pl.png) no-repeat;
	border:0;
    text-indent: -8000px;
    overflow: hidden;
    cursor: pointer;
}
#search_modul #wyszukiwarka_Search {
	background-image: url(images/search.png);
}

#search_item_form div.b {
	padding: 6px 0 0 0;
}

/* =references */

#references-h {
	float:right;
	width:254px;
	padding-right:50px;
	_padding-right: 0px;
	background:url('images/references-bg.jpg') no-repeat 100% 100%;
	min-height:240px;
}

#references-h a.see_more {
	background:url('images/but-see_more.gif') no-repeat;
	width:130px;
	height:22px;
	color:#fff;
	display:block;
	text-align:center;
	line-height:20px;
}

/* ----------------------------------------------------------------------------------------- */
/** =content, sub **/

#sub #theme {
	height:205px;
}

#sub #main {
	background:url('images/vline.png') repeat-y 226px 0;
	margin:0px;
	border-bottom:40px solid #fff;
	overflow:hidden;
	height:100%;
}

/* =breadcrumbs */

#breadcrumbs {
	padding: 16px 0 20px 0;
	margin:0;
	clear: both;
	zoom: 1;
	font-size: 11px;
}

#breadcrumbs p {
	display: inline;
	color: #536779;
}

#breadcrumbs ul {
	display: inline;
	margin:0;
	padding-left: 0px;
}

#breadcrumbs li {
	list-style:none;
	margin:0;
	padding:0 3px;
	display:inline;
}

#breadcrumbs a {
	color:#536779;
	padding:0 10px 0 0;
	background:url('images/breadcrumbs-sep.png') no-repeat 100% 3px;
}

#content {
	float:right;
	width:735px;
	padding-top: 20px;
}

/* =news */

#news {
	overflow:hidden;
	height:100%;
}

#news p.date {
	color:#8399af;
	margin-top:0;
}

#news h3 {
	font-size:1.64em;
	color:#000;
	font-weight:normal;
	margin:0 0 0;
}

.tab th {
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:#00437c;
	padding:0.4em 1em;
}

.tab td {
	background:#f4f7f9;
	padding:0.4em 1em;
}

.download {
	background:#f4f7f9;
	padding:1px 17px;
	margin-top: 10px;
	clear: both;
}

.download h4 {
	color:#004179;
	margin:0.5em 0;
	font-size:1.82em;
	font-weight:normal;
}

.download ul li {
	margin:0;
	list-style:none;
	padding:0.2em 17px;
	background:url('images/i-download.gif') no-repeat 0 0.6em;
}

.news-content {
	float:left;
	zzwidth:500px;
	width:400px;
}

.news-pictures {
	float:right;
	width:184px;
	padding-left:16px;
	border-left:1px solid #d9e5eb;
}

.news-picturesL {
	float:left;
	width:154px;
	border-right:1px solid #d9e5eb;
	margin-right: 20px;
}

.news-picturesT {
	float:left;
}

.news-picturesB {
	float:left;
}

.news-pictures h4 {
	color:#004179;
	margin:0 0 0.5em 0;
	font-size:1.82em;
	font-weight:normal;
}

.news-picturesL h4 {
	color:#004179;
	margin:0 0 0.5em 0;
	font-size:1.82em;
	font-weight:normal;
}

.news-pictures ul {
	margin:0;
}

.news-picturesL ul {
	margin:0;
}

.news-picturesT ul {
	margin:0;
}

.news-pictures li {
	margin:0;
	list-style:none;
	padding-bottom:12px;
}

.news-picturesL li{
	margin:0;
	list-style:none;
	padding-bottom:12px;
}

.news-picturesT li {
	margin:0;
	list-style:none;
	padding-bottom:12px;
	float: left;
	padding-right: 25px;
}

.news-pictures img {
	display:block;
	border:3px solid #f1f5f8;
}

.news-picturesL img {
	display:block;
	border:3px solid #f1f5f8;
}

.news-picturesT img {
	display:block;
	border:3px solid #f1f5f8;
}

/* =news list */

#news_list {
	margin:0;
}

#news_list li {
	overflow:hidden;
	height:100%;
	list-style:none;
	margin:0;
	padding:0.7em 0;
}

#news_list p.date {
	color:#8399af;
	margin:0;
}

#news_list h3 {
	font-size:1.27em;
	color:#000;
	margin:0;
}

#news_list p {
	margin-top:0.5em;
}

#news_list div.pic {
	float:right;
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #d9e5eb;
}

#news_list div.pic img {
	border:3px solid #f1f5f8;
}

/* =tools */
#tools {
	margin:1.5em 0 1em;
}

#tools ul {
	overflow:hidden;
	height:100%;
	padding:10px 0 0;
	margin:0;
}

#tools li {
	margin:0;
	list-style:none;
	float:right;
}

#tools a#back {
	padding-left:10px;
	width:58px;
}

#tools li.up {
	margin-left:12px;
}

#tools li.up a {
	padding-right:10px;
	width:58px;
}

#tools a {
	font-weight:normal;
	color:#fff;
	float:left;
	text-align:center;
	height:24px;
	line-height:24px;
}

/* =pager */

#pager {
	overflow:hidden;
	height:100%;
}

#pager ul {
	float:right;
}

#pager li {
	float:left;
	margin:0;
	list-style:none;
}

#pager a {
	margin-top:1px;
	padding:0.2em 0.6em 0.3em;
	float:left;
	color:#5a6870;
	text-decoration:none;
}

#pager .prev a {
	padding:0;
	margin-top:0;
	margin-right:12px;
	width:30px;
	height:24px;
	background:url('images/new_prev.png') no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

#pager .next a {
	padding:0;
	margin-top:0;
	margin-left:12px;
	width:30px;
	height:24px;
	background:url('images/new_next.png') no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

#pager strong {
	margin-top:1px;
	text-decoration:underline;
	padding:0.2em 0.6em 0.3em;
	float:left;
}

#pager a:hover,#pager a:active,#pager a:focus {
	background-color:#bdccd5;
	color:#fff;
}

/* =categories */

#categories {
	margin:2em 0;
}

#categories li {
	list-style:none;
	margin:0;
}

#categories ul {
	margin:0;
	padding-left:4px;
	background:url('images/sitemap-v.png') repeat-y 4px 0;
}

#categories ul li {
	font-weight:bold;
	padding:0.8em 0 0 11px;
	background:url('images/sitemap-p.png') no-repeat 0 1.4em;
}

#categories ul li.last {
	background:url('images/sitemap-l.png') no-repeat 0 0.3em;
}

#categories h3 {
	font-size:1.27em;
	margin:0;
}

#categories h3 a {
	color:#00437c;
}

/* =sitemap */

#sitemap {
	margin:2em 0;
	background:url('images/sitemap-v.png') repeat-y 4px 0;
}

#sitemap li {
	list-style:none;
	margin:0;
	padding-left:30px;
	background:url('images/sitemap-p2.png') no-repeat 5px 0.7em;
}

#sitemap li.last {
	background:url('images/sitemap-l2.png') no-repeat 4px 0.7em;
}

#sitemap li.first {
	background:url('images/sitemap-f2.png') no-repeat 4px -24px;
}

#sitemap ul {
	margin:0;
	padding-left:4px;
	background:url('images/sitemap-v.png') repeat-y 4px 0;
}

#sitemap ul li {
	font-weight:bold;
	padding:0.8em 0 0 11px;
	background:url('images/sitemap-p.png') no-repeat 0 1.4em;
}

#sitemap ul li.last {
	background:url('images/sitemap-l.png') no-repeat 0 0.3em;
}

#sitemap h3 {
	font-size:1.27em;
	margin:2em 0 0;
}

#sitemap h3 a {
	color:#00437c;
}


/* =search results, header */

#search_results-h {
	background:#f4f7f9;
	padding:1px 15px;
	margin-top:2em;
}

#search_results-h dl.s {
	float:left;
}

#search_results-h dl.r {
	float:right;
}

#search_results-h p {
	clear:both;
}

#search_results-h dt {
	display:inline;
	padding-right:0.2em;
	color:#171c20;
	font-weight:bold;
}

#search_results-h dd {
	display:inline;
	color:#00437c;
	margin:0;
}


/* =search results, list */

#search_results-l {
	margin:1em 0;
	overflow:hidden;
	height:100%;
}

#search_results-l h3 {
	color:#00437c;
	float:left;
	font-size:1.27em;
	cursor: pointer;
}

#search_results-l h4 {
	font-size:1em;
	color:#000;
}

#search_results-l h4 a {
	color:#000;
}

#search_results-l li {
	clear:both;
	border-top:1px solid #d9e5eb;
	margin:-2px 0 0;
	list-style:none;
}

#search_results-l ol {
	clear:both;
	margin-top:-1em;
	margin-bottom:0;
	padding:0.1em 0 1.5em;
	display: none;
}

#search_results-l ol li {
	border-top:0;
	margin:0 0 0 25px;
	padding:0;
	list-style-type:decimal;
}

#search_results-l dl {
	float:right;
	color:#001b63;
	margin:1.2em 10px 0 0;
}

#search_results-l dt {
	display:inline;
	padding-right:0.3em;
	font-weight:bold;
	color:#171c20;
}

#search_results-l dd {
	display:inline;
	margin:0;
	color:#00437c;
}


/* =FAQ results, list */

#faq_results-l {
	margin:1em 0;
	overflow:hidden;
	height:100%;
}

#faq_results-l h3 {
	color:#00437c;
	float:left;
	font-size:1.27em;
	cursor: pointer;
}

#faq_results-l p {
    margin: 0px;
}

#faq_results-l h4 {
	font-size:1em;
	color:#000;
}

#faq_results-l li {
	clear:both;
	border-top:1px solid #d9e5eb;
	margin:-2px 0 0;
	list-style:none;
}

#faq_results-l ul {
	clear:both;
	margin-top:-1em;
	margin-bottom:0;
	padding:0.1em 0 1.5em;
	display: none;
}

#faq_results-l ul li {
	border-top:0;
	margin:0 0 0 25px;
	padding:0;
}
/* ----------------------------------------------------------------------------------------- */
/** =sidebar **/

#sidebar {
	float:left;
	width:226px;
}

/* =local navigation */

#nav-local {
	margin:0;
}

#nav-local li {
	margin:0;
	list-style:none;
	border-top:1px solid #fff;
}

#nav-local a {
	display:block;
	background:#9cadbf;
	color:#fff;
	font-weight:bold;
	padding:0.6em 18px;
	text-decoration:none;
}

#nav-local a:hover,#nav-local a:active,#nav-local a:focus,#nav-local a.active {
	background:#fff;
	color:#00437b;
}

/* =news @ sidebar */

#news-s {
	/*border-bottom:1px solid #d9e5eb;*/
	margin-right:12px;
	padding-top: 2px;
}
#news-s h2 {
	font-size: 18px;
	font-weight: normal;
}

#news-s li {
	margin:0;
	list-style:none;
	padding:0 0 5px;
}

#news-s ul h3 {
	font-size:1em;
	color:#171c20;
	margin:0.5em 0;
	letter-spacing:1px;
}

#news-s ul h3 a {
	color:#171c20;
}

#news-s ul h3 a span {
	color:#8399af;
	font-weight:normal;
}

#news-s ul p {
	margin:0.5em 0;
}

/* =references @ sidebar */

#references-s {
	padding:1.2em 0;
	background:url('images/references-s-bg.jpg') no-repeat 100% 100%;
	min-height:200px;
}

#references-s a.see_more {
	background:url('images/but-see_more.gif') no-repeat;
	width:130px;
	height:22px;
	color:#fff;
	display:block;
	text-align:center;
	line-height:20px;
}

/* ----------------------------------------------------------------------------------------- */
/** =footer **/

#footer {
	color:#8da0b2;
	width:877px;
	margin:0 auto;
	text-align:left;
	font-size: 11px;
	clear: both;
	padding: 5px 0 9px 0;
	border-top: 1px solid #E0F1FA;
	zoom: 1;
}

#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer p,#footer ul {
	margin:0;
}

#footer .createdby {
	clear:both;
	padding-top:0.3em;
}

#footer .createdby a {
	color:#8da0b2;
}

#footer .copy {
	float:right;
	width:25%;
	color: #999;
	text-align: right;
}

#footer .copy strong {
	font-weight: normal;
}

#footer .nav-supp {
	float:left;
	width:74%;
	text-align:left;
}

#footer .nav-supp li {
	list-style:none;
	margin:0;
	padding:0 0 0 0;
	display:inline;
	color: #95cae4;
}

#footer .nav-supp a {
	color: #999;
	/*background:url('images/more.gif') no-repeat 100% 55%;*/
	background:url('images/more2.png') no-repeat 100% 55%;
	padding-right: 9px;
}
#footer .nav-supp li:last-child a {
	background: none;
}


/* =misc */

.cl {
	clear:both;
	line-height:1px;
	height:1px;
	font-size:1px;
	position:relative;
}

img.pic-r {
	float:right;
	border:3px solid #f1f5f8;
	margin:0.5em 0 0.5em 2em;
}

img.pic-l {
	float:left;
	border:3px solid #f1f5f8;
	margin:0.5em 2em 0.5em 0;
}

img.pic {
	border:3px solid #f1f5f8;
}


/*** Ideo ***/
.kartaCechaFile {
    padding: 0.2em 17px 1em 34px;
    margin-top: -0.8em;
    background: #F4F7F9 url('images/i-download.gif') no-repeat scroll 17px 0.6em;
}

.kartaCacheFile a {
    color: #2080AC;
}

.plikiTytul {
    padding: 0.5em 17px 1.0em 17px;
    background: #F4F7F9;
    color: #004179;
    font-size: 1.82em;
}

a.ofertaLinki {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.ofertaLinki:hover, a.ofertaLinki:active, a.ofertaLinki:focus {
    text-decoration: underline;
}

/*.ofertaSkrot div.p{width: 183px; float: left; padding: 1em 0px;text-align: center;}
.ofertaSkrot div.p img{margin:0 auto;display:block;margin-bottom:0.6em;border:3px solid #f1f5f8;}
.ofertaSkrot div.p a{color:#000;font-weight:bold;}*/
div.p{width: 181px; float: left; padding: 1em 0px;text-align: center;}
div.p img{margin:0 auto;display:block;margin-bottom:0.6em;border:3px solid #f1f5f8;}
div.p a{color:#000;font-weight:bold;}
div.sep{background: #f0f5f7;height: 1px;font-size: 1px;clear: both;}

.menuProjekty {
    margin-bottom: 20px;
	border-left: 1px solid #E0F1FA;
}

.menuProjekty ul {
    margin: 0px;
}
* html .menuProjekty ul li a { /* ie whitespace bug */
   height:1em;
}
.menuProjekty li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
	border-bottom: 1px solid #E0F1FA;
}

.menuProjekty a {
    color:#004179;
    display:block;
    font-size:14px;
    padding:0.5em 15px;
	background: #E0F1FA;
}

.menuProjekty ul ul ul {
	border-left: 5px solid #63bae4
}
* html .menuProjekty ul ul a:visited {
	color: #004179;
}
.menuProjekty ul ul ul li {
	border-bottom: 0;
}

.menuProjekty ul ul a {
    background: transparent;
    color:#004179;
    font-size:11px;
    font-weight:normal;
    padding:0.7em 16px;
    text-transform:uppercase;
}

.menuProjekty ul ul a.active {
	font-weight: bold;
	padding-left: 11px;
	border-left: 5px solid #63bae4
}
.menuProjekty ul ul li.active {
	border-left: 5px solid #63bae4
}
.menuProjekty ul ul ul a {
    padding: 0.6em 20px;
    text-transform: none;
}

.menuProjekty ul ul ul a.active {
    font-weight:bold;
    background-color:transparent;
    color:#004179;
	border-left: 5px solid #63bae4;
}

.produktyPoziomPierwszy {
    background: url('images/vline.png') repeat-y center top;
    overflow: hidden;
}

.produktyPoziomPierwszy div.l {
    float:left;
    padding:1em 0pt;
    width:47%;
}

.produktyPoziomPierwszy div.l img {
    border:3px solid #F1F5F8;
    float:left;
}

.produktyPoziomPierwszy div.l div.c {
    float:right;
    width:170px;
}

.produktyPoziomPierwszy div.r {
    float:right;
    padding:1em 0pt;
    width:47%;
}

.produktyPoziomPierwszy div.r img {border:3px solid #F1F5F8;float:right;}
.produktyPoziomPierwszy div.r div.c {float:left;width:170px;}

.produktyPoziomPierwszy h3{font-size:1.27em;color:#000;}
.pozostaleProdukty {margin-bottom: 12px;}
.pozostaleProdukty img{border:3px solid #F1F5F8; margin-bottom: 0.4em; display: block;}
.pozostaleProdukty a{color: #000000; font-weight: bold;}

/* Formularz kontaktowy */
.inputKontakt {width: 200px;}

/* FAQ */
#faq {
	margin:1.5em 0 1em;
	text-align: center;
	width: 200px;
	margin: auto;
}

#faq a#send {
	width:97px;
}
body.version_en #faq a#send {
	width: 48px;
	margin-left: 40px;
}

#faq a#reset {
	width: 67px;
	margin-left: 10px;
}
body.version_en #faq a#reset {
	width: 47px;
}

#faq a {
	font-weight:normal;
	color:#fff;
	text-align:center;
	display: inline;
	float: left;
	height:22px;
	line-height:22px;
}

/* noAccess */
a.zaloguj {
	width:68px;
    font-weight:normal;
	color:#fff;
	text-align:center;
	display: block;
	height:22px;
	line-height:22px;
	margin: auto;
}


/*-----------------------------------------------------------------------------------------------------*/


/* DHTML Popup */
.Popup {
	background-color: #FFFFFF;
	border: 1px solid #C8D0CF;
}
.Popup .ImageContainer {
	padding: 5px;
	height: 100%;
	text-align: center;
}

.Popup .Loader {
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	border: 1px solid #C8D0CF;
}

.Popup .Nav {
	background: none;	
	height: 0px;
}

.Popup .Preview {
	border: 1px solid #C8D0CF;

}
.Popup .Caption {
	vertical-align: middle;
	padding: 0px 5px 5px 5px;
	font-weight: bold;
}
.Popup .Prev {
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 5px 5px;
	width: 16px;
}
.Popup .Prev div {
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(images/ico_prev.gif) no-repeat center center;
}
.Popup .Next {
	vertical-align: top;
	text-align: right;
	padding: 0px 5px 5px 0px;
	width: 16px;
}
.Popup .Next div {
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(images/ico_next.gif) no-repeat center center;
}
.PopupOverlay {
	width: 100%;
	height: 500px;
	background-color: #000000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.Popup .MyClose{
position:absolute;
top:6px;
right:6px;
width:32px;
height:32px;
cursor: pointer;
background: url(images/my_close.png) no-repeat center center;
}

.Popup .MyPrev{
position:absolute;
bottom:1px;
left:6px;
width:50px;
height:50px;
cursor: pointer;
background: url(images/my_prev.png) no-repeat center center;
}

.Popup .MyNext{
position:absolute;
bottom:1px;
right:6px;
width:50px;
height:50px;
cursor: pointer;
background: url(images/my_next.png) no-repeat center center;
}

.komunikat {
    margin-top: 2em;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}


/* ############## mapa serwisu >>>>>>>>>>>>> */

ul.mapaSerwisu {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

ul.mapaSerwisu li.pp {
	list-style: none;
	background: url(images/map1.png) repeat-y;
	background-position: 6px;

	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

ul.mapaSerwisu li.nn {

	list-style: none;
	background: url(images/mapk.png) no-repeat;
	background-position: 0px 1px;

	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

h3.maptyt {
	margin: 12px 0px 0px 0px;
	padding: 6px 0px 0px 2px;
	clear: both;

	color: #004B92;
	font-size: 11px;
	font-weight: bold;

	height: 22px;
}

ul.mapaSerwisu li.nn a {
	padding-left: 18px;
	color: #004B92;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

ul.mapaSerwisu li.nn a:hover {
	color: #004B92;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

ul.mapaSerwisu li.pp a {
	_background: url(images/map2.png) no-repeat;
	_background-position: 8px 6px;
	padding-left: 20px;
	color: #004B92;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

ul.mapaSerwisu li.pp > a {
    background: url(images/map2.png) no-repeat;
	background-position: 8px 6px;
}

ul.mapaSerwisu li.pp a:hover {
	color: #004B92;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}



/* <<<<<<<<<< END mapa serwisu ############## */

/* Modyfikacja oferty produktowej */
#product{position:relative;padding-right:8px; margin-top: 20px;}
#product h2{padding-right:120px;}
h2.ss span{font-size:0.7em;color:#50b9ea;}
#product .pics{overflow:hidden;height:100%;background:#ffffff;margin-top:30px;}
#product .pics img{display:block;float:left;}
#product .pics .w{float:right;margin-bottom:-10px;}
#product .pics .w img{float:none;padding-bottom: 10px;}
#product li{margin:0;list-style:none;padding:0.2em 0 0.4em 15px;background:url('images/list-p.gif') no-repeat 5px 0.8em;}
#product h3{color:#00437c;font-size:1.36em;}
#product .download{margin-top:5em;}
#product .features {height:100%;margin:1em 0pt;overflow:hidden;}
#product .features .ofertaLeft {float:left;width:340px;}
#product .features .ofertaRight {float:right;width: 270px;}
#product .features strong ul{color:#00437c;float:left;font-weight:bold;width:440px;padding-top:5px;margin-top: 0;}
#product .features ul.ff{float:right;width:270px;overflow:hidden;height:100%;padding:5px 0 0 11px;border-left:1px solid #d9e5eb; margin-bottom: 0;}
#product .features ul.fw{float:right;width:270px;overflow:hidden;height:100%;padding:0 0 0 11px;border-left:1px solid #d9e5eb; margin-top: 0;}
#product .features ul.ff li{margin:0;padding:0 0 0 5px;height:36px;width:30px;float:left;list-style: none;}
#product .features ul.fw li{margin:0;padding:0 0 0 5px;height:36px;width:30px;float:left;list-style: none;}
#product .features ul.ff img{display:block;}
#product .features ul.fw img{display:block;}
#product .kartaKontener {margin-top:10px;}


#product .fujitsu{margin:0;position:absolute;top:-10px;right:10px;}

/* nowe */
ul.news {
	padding: 0;
	margin: 0;
}

	ul.news li {
		padding: 0 0 8px 14px !important;
		background: url(images/news_li.png) no-repeat scroll 0 5px;
		margin: 0;
		color: #536779;
	}

		ul.news li h3 {
			color: #536779;
		}

			ul.news li h3 a {
				color: #536779 !important;
			}

		ul.news li a {
			padding: 0;
			margin: 0;
			color: #536779;
		}

		ul.news li a.more {
			padding-right: 11px;
			color: #536779;
			background:transparent url(images/more3.png) no-repeat scroll 100% 55%;
		}

div.boxTV {
	position: relative;
	padding: 0 26px 0 26px;
	zoom: 1;
}

	div.boxTV a.prev,
	div.boxTV a.next {
		position: absolute;
		top: 70px;
		display: block;
		width: 13px;
		height: 9px;
		text-indent: -8000px;
		overflow: hidden;
		height: 68px;
		outline: none;
	}

	div.boxTV a.prev {
		left: 0;
		background: url(images/box_left.png) no-repeat 100% 13px;
	}

	div.boxTV a.next {
		right: 0;
		background: url(images/box_right.png) no-repeat 0 13px;
	}

	div.boxTV dl {
		display: none;
	}

	div.boxTV dl.active {
		display: block;
	}

		div.boxTV dl dt {
			display: block;
			font-size: 11px;
			font-weight: bold;
			padding: 0 0 14px 0;
			color: #004179;
		}

		div.boxTV dl dd {
			display: block;
			margin: 0;
			padding: 0;
		}

		div.boxTV dl dd.image {
			width: 90px;
			float: right;
		}

			div.boxTV dl dd.image img {
				display: block;
			}

		div.boxTV dl dd.text {
			float: left;
			width: 130px;
		}

		div.boxTV dl dd.zobacz {
            clear: both;
            padding: 17px 0 0 0;
        }
        
        div.boxTV dl dd.zobacz_en {
            clear: both;
            padding: 17px 0 0 0;
        }

			div.boxTV dl dd.zobacz a {
                display: block;
                margin: 0 auto;
                width: 57px;
                height: 24px;
                background: url(images/box_zobacz.png) no-repeat 0 0;
                text-indent: -8000px;
                overflow: hidden;
            }
            
            div.boxTV dl dd.zobacz_en a {
                display: block;
                margin: 0 auto;
                width: 57px;
                height: 24px;
                background: url(images/view.png) no-repeat 0 0;
                text-indent: -8000px;
                overflow: hidden;
            }

.menuContener {
	position: relative;
	z-index: 1;
}

*html .menuContener {
	zoom: 1;
}

	.menuContener form {
	}

		.menuContener form .input1 {
			position: absolute;
			bottom: 7px;
			right: 67px;
			border: solid 1px #dbdee5;
			background: #eff4f7;
			width: 134px;
			height: 17px;
			padding: 2px 5px 0 5px;
		}

		.menuContener form .przycisk1 {
		position: absolute;
		bottom: 2px;
		right: 36px;
			display: block;
			height: 24px;
			border-left: solid 1px #003766;
			color: #fff;
			font-size: 12px;
			padding: 7px 0 0 13px;
		}

		*html .menuContener form .input1 {
			bottom: 6px;
		}

		*html .menuContener form .przycisk1 {
			bottom: 1px;
		}

		.menuContener form .przycisk1:hover {
			text-decoration: none;
		}

table.oddzialy {
}

	table.oddzialy tr {
	}

		table.oddzialy tr td {
			padding: 0 0 20px 0;
		}

		table.oddzialy tr td:last-child {
			padding-left: 40px;
		}

dd.image img{
border: 1px solid #004179;
}
