
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
}

/* layout */

#main {
	width: 920px;
	margin: 10px auto 0;
	background: url(../imgs/bg.png) repeat-y;
	color: #1a1a1a;
}
#header {
	height: 120px;
	background-color: #fff;
}
#headerl {
/*	width: 920px; */
	height: 120px;
/*	background: url(../imgs/h1.jpg) no-repeat;*/
	float: left;	
	background-color: #fff;
}
#headerr {
/*	width: 360px;  
	height: 120px; */
/*	background: url(../imgs/h3.jpg) no-repeat;*/
	float: right;
	background-color: #fff;
/*	padding-top: 30px; */
	margin-top:55px;
}

#logo_link {
	width: 200px;
	height: 35px;
	position: absolute;
	margin-left: 85px;
	margin-top: 12px;
	z-index: 1;
}
#logo_link a {
	text-decoration: none;
	display: block;
	width: 200px;
	height: 35px;
	cursor: pointer;
}

#menu_top {
	height: 42px;
}
.menu_space {
	width: 70px;
	height: 40px;
	float: right;
}
a.menu_button {
	float: right;
	width: 127px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 -5px;
}

a.menu_button:hover {
	background-position: 0 -2px;
}
#menu_shadow {
	height: 7px;
	width: 920px;
	position: absolute;
	z-index: 1;
	background: url(../imgs/h4.jpg) no-repeat;
}

#left {
	width: 230px;
	float: left;
}
#right {
	width: 690px;
	float: right;
}
#clear {
	width: 920px;
	height: 0;
	clear: both;
}
#footer {
	width: 920px;
	height: 32px;
	background: url(../imgs/footer.png) no-repeat;
	margin: 0 auto;
	padding-bottom: 10px;
}

#footer_left {
	float: left;
	padding-top: 6px;
	padding-left: 20px;
}
#footer_right {
	float: right;
	padding-top: 6px;
	padding-right: 20px;
}
#footer_links {
	padding-top: 6px;
	margin-left: 250px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* main styles */

form {
	margin:0px;
}
fieldset {
	margin-bottom: 10px;
	font-size: 11px;
	border: 1px solid #D4C897;
	padding: 10px 30px;
}
legend {
	font-weight: bold;
	color: #000;
}
.button {
	font-family: Verdana, Tahoma, sans-serif;
	background-color: #fff;
	border: 1px solid #83836f;
	color: #797979;
	font-size: 12px;
}
.textfield {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}

/* left panel */


.left_header, .right_header {
	background: url(../imgs/pl_h.png) no-repeat;
	height: 35px;
	font-size: 18px;
	color: #000;
	padding-top: 8px;
	padding-left: 30px;
}

.left_block {
	margin-bottom: 15px;
}
.left_body {
	padding: 12px;
	background: url(../imgs/pl_c.png) repeat-y;
}
.left_body_t {
	background: url(../imgs/pl_t.png) no-repeat;
	height: 4px;
}
.left_body_b {
	background: url(../imgs/pl_b.png) no-repeat;
	height: 6px;
	margin-bottom: 4px;
}



#search_form {
	font-size: 12px;
	color: #000;
	padding: 5px;
}
#search_form label {
	display: block;
	margin-bottom: 3px;
}
#search_form select {
	width: 190px;
}


#active_map {
	text-align: center;
	padding: 15px 0 5px;
}

.left_thumb {
	text-align: center;
	margin-bottom: 5px;
}
.left_thumb img {
	max-width: 140px;
	max-height: 105px;
	/*height: 96px;*/
	border: 0px solid #FF9205;
	padding: 1px;
}
.left_offer_body {
	font-size: 10px;
}
.left_offer_body .offer_title {
	font-size: 12px;
}

/* right panel */
.right_header {
	background: url(../imgs/pr_h.png) no-repeat;
	padding-right: 30px;
	width: 630px;
	overflow: hidden;
}
.normal_offer, .pager, .one_offer, .block_text, .premium_offer {
	padding: 15px;
	background: url(../imgs/pr_c.png) repeat-y;
}
.right_body_t {
	background: url(../imgs/pr_t.png) no-repeat;
	height: 4px;
}
.right_body_b {
	background: url(../imgs/pr_b.png) no-repeat;
	height: 6px;
	margin-bottom: 4px;
}
.offer_thumb {
	width: 170px;
	height: 128px;
	float: left;
	text-align: center;
	border: 0px solid #D4C897;
}

.offer_picto {
	float: right;
	text-align: right;
}

.offer_body {
	margin-left: 185px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
}
.offer_title {
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	color: #3e3e3e;
}

.premium_offer .offer_thumb{
	border: 0px solid #CB1C1F;
}
.premium_offer .offer_title {
	color: #3e3e3e;
}

.offer_title:hover {
	text-decoration: underline;
}
/* 
.one_offer .offer_body {
	font-weight: bold;
}
*/
.offer_block {
	margin: 10px 0;
}
.offer_gallery {
	text-align: center;
}
.offer_data {	
	float: right;
}
.offer_gallery img {
	max-width: 128px;
	max-height: 96px;
	border: 0px solid #D4C897;
	margin: 6px;
}
.offer_nie {
	font-weight: bold;
	text-decoration: line-through;
	color: red;
}
.offer_tak {
	font-weight: bold;
	color: green;
}

#search_miasto {
	float: left;
}
#search_rodzaj {
	margin-left: 320px;;
}
#select_miasto, #select_rodzaj {
	width: 230px;
}
.pager {
	text-align: center;
	font-size: 11px;
}
.pager a {
	text-decoration: none;
	color: #012a61;
}
.pager .active_page {
	color: #a11416;
	font-weight: bold;
}
.pager a:hover {
	text-decoration: underline;
}

.error {
	background: url(../imgs/icons/error.gif) no-repeat 5px center;
	padding: 10px;
	padding-left: 35px;
	font-weight: bold;
	color: #a60202;
	margin-bottom: 5px;
}
.success {
	background: url(../imgs/icons/success.gif) no-repeat 5px center;
	padding: 10px;
	padding-left: 35px;
	font-weight: bold;
	color: #364f2c;
	margin-bottom: 5px;
}

.block_text {
	font-size: 12px;
}

#obiekt_form label, #obiekt_form .label {
	display: block;
	margin: 7px auto;
	padding-left: 70px;
	padding-right: 70px;
	text-align: right;
}
#obiekt_form .textfield {
	width: 330px;
	vertical-align: top;
}

#obiekt_form .form_desc {
	margin: 7px auto;
}
#obiekt_form .label_inline {
	display: inline; 
	padding: 0;
}

.tool-tip {
	color: #FAA92B;
	width: 139px;
	z-index: 13000;
	background: #000;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding: 8px;
}
 
.tool-title {
	margin: 0;
	color: #FAA92B;
}
 
.tool-text {
}
