/* 
 * Erase the lines below to get rid of the image in the right sidebar and the brand image.
 */

/*
#wrapper {
	background: transparent url(../images/all/_sidebarimg.png) 99% 99%
		no-repeat;
}
*/

#brand {
	background: url(../images/all/_brand.png) 50% 30% no-repeat;
	position: relative;
	margin: 5px auto 0;
	width: 250px;
	height: 50px;
}


#sidebar-left .block .title, #sidebar-right .block .title {
    word-wrap: break-word;
}

#block-mieszkancy-mieszkanie h2 {
	display:none;
}

#block-mieszkancy-mieszkanie form {
	display:inline;
}


.eopage {
    background: url("../images/fill_top.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    height: 200px;
}


.item-list .pager li {
    padding: 0;
}
.item-list ul li {
    margin: 0 0 0 0;
    padding: 0;
}

#name-and-slogan {
    float: left;
    width: 45%;
}

#above {
    float: right;
    width: 40%;
}


#logo {
    float: left;
    margin: 0 15px 5px;
    padding: 0 0 0 10px;
    width: 12%;
}

/* FIXED or FLUID WIDTH
 * 
 * Uncomment the lines below to have a fixed width layout.
 * You can modify the .sizer width or change it to 90% or whatever for a fluid layout.
 */

/*
.sizer {
	width: 1024px !important;
	max-width: none;
}
.page {
	padding: 0;
}
.expander0 {
	margin: 0;
	min-width: none;
}
*/

/* SPECIAL STATIC-MENU COLORS
 * 
 * Uncomment this to have different colors for first and last menu items.
 */

/*
#navlist li.first a {
	background: #D0932C;
}
#navlist li.last a {
	background: #BF5D8C;
}
*/

/*
 * Change the values below accordingly: XXX=menu numer; YYY=background color.
 */

/*
#navlist li.menu-XXX a {
	background: #YYY;
}
*/
/*
.tableContainer {
	overflow: hidden;
	width: 764px;
}

.scrollTable {
	width: 756px;
}

thead.fixedHeader tr {
	display: block;
	position: relative;
}

thead.fixedHeader th {
    width: 75px;
}


tbody.scrollContent {
    display: block;
    height: 262px;
    overflow: auto;
    width: 100%;
}

tbody.scrollContent td {
    width: 75px;
}
*/