/* CSS Document */


				/*			1. RESET			*/

body, p, pre, ul, ol, fieldset, input, option,
dl, dd ,hr ,blockquote, caption, legend, form, button {
	margin: 0;
	padding: 0;
	outline: 0;
}

:focus{
	outline: 0;
}

ol, ul {
	list-style: none;
}

sup, sub{
	font-size: 100%;
	vertical-align: baseline;
}

q:before{
	content: no-open-quote;
}

q:after{
	content: no-close-quote;
}

legend, caption{
	text-align: left;
	display:none;
}

fieldset, abbr, acronym, img{
	border: none;
}

a, del, ins{
	text-decoration: none;
}

em, cite, address, dfn, var {
	font-style: normal;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
	font-size: medium;
}

th, strong{
	font-weight: bold;
}

				/*			2. DEFAULT			*/


body{
	color: #000000;
	font: normal 1em Arial, Helvetica, Garuda, FreeSans, sans-serif;
	background: #d8d8d8 url(../../images/frontend/bg-body.png) repeat-x 0 0;
}
body p{
	text-align:left;
}

.s-line{
	display:none;
}

a{
    color:#3e5954;
}

a#copyright {
	float:right;
	display:block;
	margin-top:10px;
	width:101px;
	height:23px;
	font-size:0.75em;
	padding:5px;
	text-indent:-1000em;
	background:transparent url(../../images/frontend/copyright.gif) no-repeat 0 50%;
}

				/*          3.LAYOUT            */

#page{
	width:990px;
	margin:0 auto;
}

#header {
	position:relative;
	width:960px;
	height:151px;
	margin:0 10px 0 20px;
	background: transparent url(../../images/frontend/baner_glowny.jpg) no-repeat 100% 0;
}

#kredyty #header{background: transparent url(../../images/frontend/baner_hipoteka.jpg) no-repeat 100% 0;}
#fundusze #header{background: transparent url(../../images/frontend/baner_fundusze.jpg) no-repeat 100% 0;}
#partnerzy #header{background: transparent url(../../images/frontend/bg-header3.jpg) no-repeat 100% 0;}
#kontakt #header{background: transparent url(../../images/frontend/bg-header4.jpg) no-repeat 100% 0;}


#navbar {
	float:left;
	display:inline;
	width:960px;
	margin:0 10px 8px 20px;
	background: transparent url(../../images/frontend/bg-navbar.png) no-repeat 0 100%;
}

#main {
	float:left;
	display:inline;
    width:960px;
	margin:8px 10px 0 20px;
}

#left-sidebar {
	width:322px;
	float:left;
}

#content {
	float:left;
	width:621px;
	padding-left:17px;
	overflow:hidden;
}

#footer{
	float:left;
	display:inline;
    width:960px;
	margin:10px 10px 0 20px;
	background:transparent url(../../images/frontend/bg-footer.png) no-repeat 0 0;
	padding-top:3px;
}
#footer-top{
	float:left;
	display:inline;
    width:960px;
    text-align:center;
    color:#000;
    font-size:0.875em;
    line-height:1.286em;
	background:transparent url(../../images/frontend/bg-footer-top.png) no-repeat 0 100%;
}
#footer-bottom {
	padding:10px 0 10px 120px;
	float:left;
	display:inline;
    width:720px;
    color:#000;
}
#footer-bottom p{
	font-size:0.688em;
    line-height:1.636em;
    text-align:center;
}



				/*          4.HEADER            */
				
#logo {
	display:block;
	position:absolute;
	top:40px;
	width:323px;
	height:74px;
}

#logo a{
    display:block;
	width:323px;
	height:74px;
	text-indent:-1000em;
	background:transparent url(../../images/frontend/bg-logo.png) no-repeat 0 0;
}

#header p.s-line{
	display:block;
	width:200px;
	color:#fff;
	font-size:1.41em;
	font-weight:bold;
	line-height:1.063em;
	position:absolute;
	top:40px;
	left:650px;
}

#header p#e{
	display:none;
}
p.s-line span{
	padding:2px 0;
}

				/*			 	5.NAVBAR 				*/
				
#menu {
	float:left;
	display:block;
	width:955px;
	height:37px;
	padding-left:5px;
	background: transparent url(../../images/frontend/bg-menu.png) no-repeat 100% 0;
}

#menu li {
	float:left;
	height:37px;
}

#menu li a{
	display:block;
	height:37px;
    text-indent:-1000em;
}

#menu li#m-glowna a{width:128px; background: transparent url(../../images/frontend/bg-m-element.png) no-repeat 0 0;}
#index #menu li#m-glowna a{ background-position: 0 -37px;}
#menu li#m-glowna a:hover {background-position: 0px -37px;}

#menu li#m-kredyty a{width:160px; background: transparent url(../../images/frontend/bg-m-element.png) no-repeat -128px 0;}
#kredyty #menu li#m-kredyty a{background-position: -128px -37px;}
#menu li#m-kredyty a:hover {background-position: -128px -37px;}

#menu li#m-fundusze a{width:180px; background: transparent url(../../images/frontend/bg-m-element.png) no-repeat -288px 0;}
#fundusze #menu li#m-fundusze a {background-position: -288px -37px;}
#menu li#m-fundusze a:hover {background-position: -288px -37px;}

#menu li#m-partnerzy a{width:100px; background: transparent url(../../images/frontend/bg-m-element.png) no-repeat -468px 0;}
#partnerzy #menu li#m-partnerzy a {background-position: -468px -37px;}
#menu li#m-partnerzy a:hover {background-position: -468px -37px;}

#menu li#m-kontakt a{width:89px; background: transparent url(../../images/frontend/bg-m-element.png) no-repeat -568px 0;}
#kontakt #menu li#m-kontakt a {background-position: -568px -37px;}
#menu li#m-kontakt a:hover {background-position: -568px -37px;}

				/*				 6.MAIN			 */

#left-sidebar .box{
	float:left;
	width:322px;
	margin:10px 0;
	background:transparent url(../../images/frontend/bg-sbox-bot.png) no-repeat 0 100%;
}
#left-sidebar .box .inner{
	float:left;
	padding:0;
	width:322px;
	background:transparent url(../../images/frontend/bg-sbox-top.png) no-repeat 0 0;
}
#left-sidebar .box h2 {
	margin:4px 3px;
	width:316px;
	display:block;
	border-bottom:solid 1px #dedede;
	background:transparent url(../../images/frontend/bg-header2.png) no-repeat 0 100%;
}

#left-sidebar .box h2 span{
	color:#6f6f6f;
	font-size:1.188em;
	line-height:1.579em;
	display:block;
	padding-left:15px;
	background:transparent url(../../images/frontend/bg-h2.png) no-repeat 280px 50%;
}
#left-sidebar .box .text{
	margin:10px 20px;
	width:282px;
	color:#000;
	font-size:0.813em;
	line-height:1.385em;
}
#left-sidebar .box .text p{
	margin:10px 0;
	font-size:1em;
	line-height:1.385em;
}

#logotypy {
	float:left;
	display:inline;
	position:relative;
	width:320px;
	margin:0 1px;
    background:transparent url(../../images/frontend/bg-logotypy-bot.png) no-repeat 0 100%;
}

#logotypy .inner{
	float:left;
    background:transparent url(../../images/frontend/bg-logotypy-top.png) no-repeat 0 0;
}
#logotypy .inner .pics{
	width:320px;
	height:77px;
	margin:0;
}

#logotypy .inner .pics .pic{
	width:320px;
	height:77px;
}

#logotypy #gradient {
	width:320px;
	height:77px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	background:transparent url(../../images/frontend/gradient1.png) no-repeat 0 0;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/frontend/gradient1.png');
}

#contactform{
    color:#000;
	font-size:0.813em;
	line-height:1.385em;
	display:inline;
	float:left;
	margin-left:-20px;
	position:relative;
	z-index:100;
}

#kobita {
	padding-top:10px;
	padding-bottom:15px;
	background:transparent url(../../images/frontend/kobieta.jpg) no-repeat 0px 100%;
}

#contactform .item{
	padding-left:140px;
	width:202px;
}

#contactform label{
	line-height:1.846em;
}
#contactform #tresc-label{
	margin-left:10px;
}

#contactform .item input,
#contactform .item textarea,
#contactform .item select {
	width:183px;
	border:solid 1px #b8b8b8;
	padding:1px;
}

#contactform .item input{
	padding:3px 0px;
    height:18px;
    background:#fff url(../../images/frontend/bg-input.png) no-repeat -110px 1px;
}

#contactform .item select {
	height:24px;
}

#contactform .item textarea {
	height:107px;
    background:#fff url(../../images/frontend/bg-input.png) no-repeat 0px 1px;
}

#contactform .submit-box{
	padding-top:4px;
	padding-left:112px;
	width:202px;
	background:transparent url(../../images/frontend/bg-header2.png) no-repeat 0 100%;
	border-bottom:solid 1px #dedede;
	margin:0px 4px 4px 24px;
}




				/*			 CONTENT 			*/
				
#content .box h2 {
	margin:3px;
	width:615px;
	display:block;
	border-bottom:solid 1px #dedede;
	background:transparent url(../../images/frontend/bg-header2.png) no-repeat 0 100%;
}

#content .box h2 span{
	color:#ef840e;
	font-size:1.188em;
	line-height:1.579em;
	display:block;
	padding-left:15px;
	background:transparent url(../../images/frontend/bg-h2.png) no-repeat 580px 50%;
}

#content .box-j{
	float:left;
	margin:10px 0;
	padding-bottom:1px;
	background:transparent url(../../images/frontend/bg-boxj.png) no-repeat 0 100%;
}

#content .box{
	float:left;
	margin-top:1px;
	background:transparent url(../../images/frontend/bg-cbox-top.png) no-repeat 0 0;
}
#content .box .inner{
	float:left;
	padding:0;
	background:transparent url(../../images/frontend/bg-cbox-bot.png) no-repeat 0 100%;
}
#content .box-j .text {
	float:left;
	padding:10px 0;
	color:#797979;
	font-size:0.813em;
	line-height:1.385em;
	width:621px;
}

#login-box .text{
	font-size:0.813em;
	line-height:1.385em;
	padding-left:20px;
	padding-right:10px;
}

#content .box-j .text p,
#login-box .text p{
	margin:10px 0;
	font-size:1em;
	line-height:1.385em;
}



#content .box-j div.all{
	float:left;
	padding-left:20px;
	padding-right:10px;
	width:591px;
}

#content .box-j img.bigimg{
	width:600px;
	margin-left:-10px;
}


#content .half-boxj{
	float:left;
	width:300px;
	margin:10px 0;
	background:transparent url(../../images/frontend/bg-boxj-half.png) no-repeat 0 100%;
}

#content .half-box{
	float:left;
	margin-top:1px;
	background:transparent url(../../images/frontend/bg-cbox-top-half.png) no-repeat 0 0;
}
#content .half-box .inner{
	float:left;
	padding:0;
	background:transparent url(../../images/frontend/bg-cbox-bot-half.png) no-repeat 0 100%;
}

#content .half-box h2 {
	margin:3px;
	width:294px;
	display:block;
	border-bottom:solid 1px #dedede;
	background:transparent url(../../images/frontend/bg-header2.png) no-repeat 0 100%;
}

#content .half-box h2 span{
	color:#6f6f6f;
	font-size:1.188em;
	line-height:1.579em;
	display:block;
	padding-left:15px;
	display:block;
	background:transparent url(../../images/frontend/bg-h2.png) no-repeat 260px 50%;
}

#content .half-boxj .text{
	float:left;
	padding:10px 0;
	color:#797979;
	font-size:0.813em;
	line-height:1.385em;
}

#content #notowania1 {
	margin-right:20px;
}

#content div.left{
	float:left;
	padding-left:20px;
	padding-right:10px;
	width:291px;
}

#content div.right{
	float:right;
	width:280px;
	padding-right:10px;
}

#content ul.lista{
	display:block;
	float:right;
	width:280px;
	padding-right:10px;
    list-style-position: inside;
}


#content ul.lista li{
	width:280px;
	float:left;
}

#content ul.lista li span{
	width:260px;
	padding-left:20px;
	float:left;
	background:transparent url(../../images/frontend/bullet.png) no-repeat 0 4px;
}

#index #content ul {
	list-style-type: none;
}

#index #content ul li{
	padding-left:20px;
    background:transparent url(../../images/frontend/bullet.png) no-repeat 0 4px;
}

#content .all ul {
	margin:10px 0;
	float:left;
	clear:both;
}

#content .all ul li{
	clear:left;
    float:left;
    padding-left:20px;
    width:100%;
    background:transparent url(../../images/frontend/bullet.png) no-repeat 0 4px;
}

#content .all ul li span{
	float:left;
}

#spelnij {
	float:left;
	display:block;
	width:283px;
	height:60px;
	text-indent:-1000em;
	background:transparent url(../../images/frontend/bg-spelnij.png) no-repeat 0 0;
	margin:5px 0px 5px 6px;
}

#inwestuj {
	float:left;
	display:block;
	width:283px;
	height:60px;
	text-indent:-1000em;
	background:transparent url(../../images/frontend/bg-inwestuj.png) no-repeat 0 0;
	margin:5px 0px 5px 6px;
}
/*
#content .wykres {
	float:left;
	width:410px;
	padding-left:3px;
	position:relative;
	margin-top:-40px;
}

#content .tabelka{
	float:left;
	padding-left:8px;
	margin-top:-32px;
	position:relative;
	width:200px;
}
*/

#actions {
	float:right;
	width:150px;
	margin:5px 0;
	font-size:0.85em;
}

#actions a.a1{
	float:left;
	width:85px;
	text-align:right;
}

#actions a.a2{
	float:left;
	width:55px;
	padding-left:10px;
	text-align:right;
}

#login-box #login-err {
    border: 1px solid red; margin: 10px 20px; padding: 5px; width: 570px;
    float:none;
}

#login-box #login-err li{
    list-style-type:none; color:red;
    width: 570px;
    float:none;
}

#content #login-box.box{
	margin:10px 0;
}

#loginform{
    color:#000;
	font-size:0.813em;
	line-height:1.385em;
}

#loginform .item{
	margin:10px 0;
	width:600px;
	padding-left:20px;
}

#loginform label{
	display:block;
	width:600px;
	line-height:1.846em;
}

#loginform .item input {
	width:183px;
	border:solid 1px #b8b8b8;
	padding:3px 0px;
    height:18px;
	background:#fff url(../../images/frontend/bg-input.png) no-repeat -110px 1px;
}

#loginform .submit-box{
	padding-top:4px;
	padding-left:20px;
	width:597px;
	background:transparent url(../../images/frontend/bg-header2.png) no-repeat 0 100%;
	border-bottom:solid 1px #dedede;
	margin:2px;
}

.box-j table.biala {
	clear:both;
	border:none;
	border-collapse:collapse;
}

.box-j table.biala ul{
	clear:both;
	float:none;
}

.box-j table {
	clear:both;
	border:1px solid black;
	border-collapse:collapse;
}

.box-j td{
	border:1px solid black;
}

.box-j .biala td{
	border:none;
}

.box-j .biala table td{
	border:1px solid black;
}

#pokaz {
	color:#EF840E;
	font-weight:bold;
	display:none;
}

#zwin {
	display:none;
	cursor:pointer;
	color:#EF840E;
	font-weight:bold;
}

				/*			 FOOTER 			*/

#footer address{
	margin:10px 0;
}

#footer address em{
    color:#3e5954;
}

#footer ul{
	margin:20px 0 15px;
}
				
#footer ul li{
	display:inline;
	color:#3e5954;
	border-left:1px solid #727272;
	padding:0 6px;
}

#footer ul li a{
	color:#3e5954;
}

#footer ul li.first{
	border:none;
}