body{
    margin: 0;
    padding: 0;
    font-family: verdana;
    font-size: 10pt;
}
div#container{
    margin: 0 auto;
    width: 962px;
}
div#header{
    width: 962px;
    height: 149px;
}
div#banner{
    background: #eeeeee;
    height: 149px;
    width: 701px;
    float: left;
}
div#panel{
    height: 149px;
    width: 261px;
    float: left;
}
div#main_links{
    background: #c0c0c0 url("/images/ll_bg.jpg") repeat-x;
    height: 52px;
    width: 962px;
}
div#main_links_lc{
    background: url("/images/ll_l.jpg") no-repeat;
    height: 52px;
    width: 962px;
}
div#main_links_rc{
    background: url("/images/ll_r.jpg") no-repeat right;
    height: 52px;
    width: 962px;
}
div#tabs{
	margin:auto;
    height: 26px;
    width: 962px;
}
div#log_links{
	margin:auto;
    height: 26px;

}
div#content_container{
    width: 962px;
    background: white url("/images/c_bg.jpg") repeat-y;
	overflow: hidden;
}
div#content{
    width: 701px;
    float: left;
}
div#left_column{
    width: 261px;
    float: left;/*
	background: #ddFFdd;
	height:800px;*/
}
div#footer{
    width: 960px;
    background: white url("/images/f_bg.jpg") repeat-x;
    border-left: #c0c0c0 solid 1px;
    border-right: #c0c0c0 solid 1px;
    height: 28px;
}
div#footer_lower{
	text-align: center;
	color: #999999;
	font-size: 60%;
}
div#footer div.bug{
	padding: 5px 5px 0 0;
	float:right;
}
/*globalne*/
a img{
    border: 0;
}
.bigger{
    font-size:120%;
}
.subcomment, .subcomment sup{
    color:gray;
    font-size:7pt;
}
div.section{
    padding: 4px 0px 1px 50px;
    margin: 0px 5px;
	color: #339900;
	font-weight:bold;
	border-bottom: 1px #dddddd solid;

}
.center{
	text-align:center;
}
h2{
    padding:10px;
}

/*paging*/
div.paging{
    text-align:center;
    margin: 7px 0px;
    font-size: 9pt;
}
div.disabled{
    color:#999999;
    display:inline;
}

/*linki na zakladkach*/
div#tabs ul{
    margin: 0 0 0 80px;
    padding: 0;
    list-style: none;
}
div#tabs ul li{
    display: block;
    float: left;
    height: 26px;
    width: 146px;
    text-align: center;
}
div#tabs ul li.sep{
    width: 1px;
    background: url("/images/t_sep.jpg") no-repeat;
}
div#tabs ul a{
    background: url("/images/t.jpg") no-repeat;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666666;
    text-decoration: none;
}
div#tabs ul a.current{
    background: url("/images/ta.jpg") no-repeat;
    color: #777777;
    font-weight: bold;
}
div#tabs ul li a:hover{
    background: url("/images/th.jpg") no-repeat;
    color: #777777;
}
div#tabs ul a.current:hover{
    background: url("/images/ta.jpg") no-repeat;
}

/*linki belki*/
div#log_links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
div#log_links ul li{
    display: inline;
}
div#log_links ul a{
    display: block;
    float: left;
	padding:4px 20px 0px 20px;
    color: #888888;
    text-decoration: none;
}
div#log_links ul div{
    display: block;
    float: left;
	padding:4px 20px 0px 20px;
    color: #888888;
}
div#log_links ul li a:hover{
    color: #333333;
}

/*linki stopki*/
div#footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
div#footer ul li{
	padding: 5px 0 0 20px;
    display: block;
    float: left;
    text-align: center;
}
div#footer ul a{
    color: #999999;
    text-decoration: none;
}
div#footer ul li a:hover{
    color: #666666;
}


/* STYLE MAIN*/
a{
	text-decoration:none;
	color:blue;
}
a:hover{
	text-decoration: underline;
}
.pseudolink{
	color:blue;
	text-decoration:none;
	cursor:pointer;
}
label{
	cursor:pointer;
}
form{
	display:inline;
}


/*newsy*/
.news_header{
	padding: 10px 0px 3px 15px;
	color: #339900;
	font-weight:bold;
	border-bottom: 1px #dddddd solid;
}
.news_date{
    color:gray;
    font-size:7pt;
	text-align:right;
	padding-right:20px;
}
.news_body{
	padding:0 5px 10px 5px;
	font-size:8pt;
	color:#555555;
}
.news_body img{
	margin: 5px;
	border:1px solid gray;
	float:left;
}
/*tooltip form*/
#DHTMLgoodies_formTooltipDiv{
	color:#FFF;
	font-family:arial;
	font-weight:bold;
	font-size:8pt;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#FFF;
	font-weight:normal;
	font-size:7pt;
}
/* radio i checkboxy*/
label.checkbox_checked {
	background:  url("/img/frameFilled.gif") no-repeat;	
	display: block;
	margin: 2px 10px 2px 0px;
	padding-left: 25px;
	width: 200px;
	float:left;
}
label.checkbox_unchecked  {
	background:  url("/img/frameEmpty.gif") no-repeat;	
	display: block;
	margin: 2px 10px 2px 0px;
	padding-left: 25px;
	width: 200px;
	float:left;
}
label.radioTick_checked {
	background:  url("/img/frameFilled.gif") no-repeat;	
	display: block;
	margin: 2px 0;
	padding-left: 20px;
}
label.radioTick_unchecked  {
	background:  url("/img/frameEmpty.gif") no-repeat;	
	display: block;
	margin: 2px 0;
	padding-left: 20px;
}
label.radioInline_checked {
	background:  url("/img/circleFilled.gif") no-repeat;	
	display: block;
	margin: 2px 0;
	padding-left: 14px;
	padding-right: 10px;
	float:left;
}
label.radioInline_unchecked  {
	padding-right: 10px;
	background:  url("/img/circleEmpty.gif") no-repeat;	
	display: block;
	margin: 2px 0;
	padding-left: 14px;
	float:left;
}

label.radio_checked {
	background:  url("/img/circleFilled.gif") no-repeat;	
	display: block;
	margin: 2px 0;
	width: 200px;
	padding-left: 25px;
}
label.radio_unchecked  {
	width: 200px;
	background:  url("/img/circleEmpty.gif") no-repeat;	
	display: block;
	margin: 2px 0;
	padding-left: 25px;
}
/* Hover State */
label.highlighted {
	border: 1px solid #333;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* ladowanie obrazków*/
div.loading{
	background: #f4f4f4 url("/img/loading.gif") no-repeat center center;
	width:323px;
	height:132px;
	border: #cccccc solid 1px;
	margin: 5px;
	float:left;
}
div.loaded{
	background: #f4f4f4;
	width:323px;
	height:132px;
	border: gray solid 1px;
	margin: 5px;
	float:left;
}
div.ierror{
	background: #fff4f4;
	height:132px;
	width:323px;
	border: gray solid 1px;
	margin: 5px;
	color: red;
	float:left;
	text-align:center;
}
div.ierror div{
	padding:10px;
}
div.loaded div.img{
	background: white;
	width: 160px;
	height: 120px;
	border: gray solid 1px;
	margin: 5px;
	float:left;
}
div.loaded div.anchors{
	margin: 9px;
	float:left;
	font-size:90%;
}

/*formularz dodawania landu*/
div.land_add{
	padding:10px;
}
div.land_add hr{
	border: 1px dotted #cccccc;
}
textarea{
	width:650px;
	height:300px;
	font-family: verdana;
}
div.land_add div.wrapper{
	width:500px !important;
}
div.land_add td.label{
	width:161px;
}
div.land_add td.value{
	width:520px !important;
}
td.section{
	padding: 10px 0px 3px 60px;
	color: #339900;
	font-weight:bold;
	border-bottom: 1px #dddddd solid;
}
td.advise{
	padding-left:15px;
	color: gray;
	font-size:8pt;
}
div.land_add table.submit {
	background: white;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	margin-top:10px;
}
div#prices{
	border: 1px solid gray;
	background: #eeeeee;
	padding: 5px;
	margin:5px;
}
span.red{
	color:red;
}
 /*ERRORY*/
div.error-message{
	font-size:8pt;
	color:red;
	padding:2px;
}
div.message{
	padding:10px;
	width:500px;
	border: #009900 1px solid;
	background: #CCFFCC;
	font-weight: bold;
	margin: 10px auto;
	text-align:center;
	color: #006600;
}
div.message_error{
	margin: 10px auto;
	padding:10px;
	width:500px;
	border: red 1px solid;
	background: #FFCCCC;
	text-align:center;
	color:#FF0000;
	font-weight: bold;
}

/*inne strony*/
div.usuall h1{
	font-size: 18pt;
	padding:10px 20px;
}
div.usuall table.form{
	margin:10px;
}
div.usuall td.label{
	width: 120px;
}
div.usuall td.value input{
	width: 200px;
}
div.usuall td.submit input{
	width: 100px;
}
div.usuall h1{
	font-size: 18pt;
	padding:10px 20px;
}
/*autoComplete*/
div.auto_complete {
	width: 350px;
	background: #fff;
}
div.auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
}
div.auto_complete ul li.selected { 
	background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}
/* homepage serach box*/
div#s_box{
    background: url("/images/s_bg.jpg") repeat-y;
}
div#s_box_b{
    background: url("/images/sb.jpg") no-repeat;
    width:701px;
    height:18px;
}
div#s_box_t{
    background: url("/images/sct_bg.jpg") repeat-x;
    width:701px;
}
div#s_box_l{
    background: url("/images/sl.jpg") no-repeat;
    width:701px;
}
div#s_box_r{
    background: url("/images/sr.jpg") no-repeat top right;
    width:701px;
}
div#s_box_c{
    min-height:72px;
    padding: 6px 27px 0px 27px;
}

table#s_form label.small{
	padding-top:6px;
	cursor:default;
	display:block;
	font-size:90%;
	color: #333333;
	width:300px;
}
table#s_form .wide, table#s_form select{
	width:250px;
}
table#s_form .short{
	width:50px;
}
table#s_form{
	border-collapse: collapse;
}
table#s_form td{
	margin:0px;
	padding:0px;
}


div.br{
	clear:both;
	height:10px;
}
