/* START layout sections */

    #content {
        margin: 0 auto 20px auto;
    	width: 968px;
    }

/* END layout sections */



/* START layout elements per section */

    /* START content */

        .display_more {
            margin: 0;
            padding: 0;
        }
        #box-contact {
            margin: 0 0 20px 0;
            width: 686px;
            height: 220px;
        }
        .container-kontakt {
        	background: url('../gfx/bg_kontakt.gif') no-repeat top right;
        }
        #leftColumn-content, #leftColumn-content * {
            text-align: justify;
        }
        #leftColumn-content img {
            margin: 10px;
            padding: 0 1px 1px 0;
            border-right: 1px solid #dcdcdc;
            border-bottom: 1px solid #dcdcdc;
        }
        #leftColumn-content ul li, #leftColumn-content li, #leftColumn-content div ul li {
            overflow: hidden;
        	background-image: url('../gfx/bullet.gif');
            padding-left: 15px;
            list-style-type: none;
        }
        #leftColumn-content ul{
        	padding-left: 20px;
        }

        /* START aktualnosci: */

            .news-short-item {
                display: block;
            	width: 626px;
            }
            .news-short-item.odd { /* biale */
            	border-bottom: rgb(209,209,209) solid 1px;
            	margin-bottom: 1px;
            }
            .news-short-item.even { /* szare*/
            	border-bottom: rgb(209,209,209) solid 1px;
            	padding-bottom: 1px;
            	background-image: url('../gfx/bg_news_even.gif');
                background-repeat: repeat-x;
                background-color: #ececec;
            }
            .news-short-item:last-child {
            	margin-bottom: none;
            	padding-bottom: none;
            	border-bottom: none;
            }
            .news-short-image {
            	float: left;
            	margin: 27px 22px 19px 24px;
            	border-right: solid 1px rgb(202,202,202);
            	border-bottom: solid 1px rgb(202,202,202);
            	padding: 1px;
            	background-color: white;
            }
            .news-short-textPart {
                float: right;
                width: 450px;
            	padding-top: 17px;
            	padding-right: 44px;
            }
            .news-short-textPart-wide {
                width: 570px;
            }
            .news-short-title {
            	font-weight: bold;
            	font-size: medium;
            	color: rgb(12,12,12);
            }
            .news-short-date {
            	color: rgb(164,164,164);
            }
            .news-short-content {
                padding-top: 5px;
            	color: rgb(130,130,130);
            	text-align: justify;
                line-height: 16px;
            }
            div.link-more, div.link-order {
            	display: inline-block;
            	color: white;
            	width: 42px;
            	height: 15px;
            	min-width: 42px;
            	min-height: 15px;
            }
            a.link-more-pl, a.link-more-en {
            	display: inline-block;
            	color: white;
            	width: 42px;
            	height: 15px;
            	min-width: 42px;
            	min-height: 15px;
            	text-decoration: none;
            	ZZtext-align: center;
            }
            a.link-order-pl, a.link-order-en {
            	display: inline-block;
            	color: white;
                margin-left: 20px;
            	width: 52px;
            	height: 15px;
            	min-width: 52px;
            	min-height: 15px;
            	text-decoration: none;
            	ZZtext-align: center;
            }
            a.link-order-pl {
                background: url('../gfx/order_pl.jpg') no-repeat;
            }
            a.link-order-en {
                background: url('../gfx/order_en.jpg') no-repeat;
            }
            a.no_left {
                margin-left: 0;
            }
            .link-more-text-pl, .link-more-text-en {
                position: relative;
                top: 3px;
            	display: inline-block;
            	color: white;
            	width: 42px;
            	height: 15px;
            	min-width: 42px;
            	min-height: 15px;
            	text-decoration: none;
            }
            .link-more-text-pl, a.link-more-pl {
                background: url('../gfx/btn_more_pl.gif') no-repeat;
            }
            .link-more-text-en, a.link-more-en {
                background: url('../gfx/btn_more_en.gif') no-repeat;
            }
            a.link-more div {
            	display: block;
            	width: 42px;
            	height: 15px;
            	min-width: 42px;
            	min-height: 15px;
            }
			
            .odd .link-more {
            	/*background: url('../gfx/btn_more_whiteBg.gif') no-repeat;*/
            	background: url('../gfx/btn_more.gif') no-repeat;
            }
            .even .link-more {
            	/*background: url('../gfx/btn_more_grayBg.gif') no-repeat;*/
            	background: url('../gfx/btn_more.gif') no-repeat;
            }

        /* END aktualnosci: */

        /* START aktualnosci: paging: */

            #news-short-paging-bar {
            	text-align: center;
            	margin-top: 45px;
            	margin-bottom: 25px;
				width: 626px;
				display: block;
				float: left;
            }
            #news-short-prevPage {
            	float: left;
            	color: white;
            	background: url('../gfx/btn_prev.gif') no-repeat;
            	min-width: 86px;
            	min-height: 19px;
            	width: 86px;
            	height: 19px;
            	text-decoration: none;
                /*vertical-align: center;*/
            }
            #news-short-nextPage {
            	float: right;
            	color: white;
            	background: url('../gfx/btn_next.gif') no-repeat;
            	min-width: 80px;
            	min-height: 19px;
            	width: 80px;
            	height: 19px;
            	text-decoration: none;
                /*vertical-align: center;*/
            }
            #news-short-pageNumbers {
            	margin: 0 auto;
            	display: inline-block;
				width: 460px; /* 626 - 86 - 80 */
				text-align: center;
				padding-top: 3px;
            }
            .link-pageNumber {
            	color: rgb(45,45,45);
            	text-decoration: none;
            }
			
            .link-pageNumber:hover {
            	color: rgb(212,0,0);
            }
            .currentPageNumber {
            	font-weight: bold;
            	color: rgb(45,45,45);
            }

        /* END aktualnosci: paging: */

        /* START newsItem: */

            #container-newsItem {
            	color: rgb(130,130,130);
            }
            #container-newsItem h1{
            	background: url('../gfx/title_aktualnosci.gif') no-repeat top left ;
            	height: 98px;
            	width: 100%;
            }
            #container-newsItem img{
            	float: left;
            	border-right: 1px solid rgb(220,220,220);
            	border-bottom: 1px solid rgb(225,225,225);
            	padding-right: 1px;
            	padding-bottom: 1px;
            	margin-right: 37px;
            	margin-bottom: 26px;
            }
            #container-newsItem h2.newsItem-newsTitle {
            	font-size: x-large;
            	color: rgb(11,90,125);
            }
            #container-newsItem p {
            	padding-bottom: 1ex;
            }
            #container-newsItem h3 {
            	font-size: large;
            	color: rgb(39,39,39);

            }
            .newsItem-date {
            	color: rgb(181,181,181);
            	float: left;
            }
            .newsItem-link-back-pl {
            	float: right;
            	width: 52px;
            	height: 15px;
            	background: url('../gfx/btn_back_pl.gif') no-repeat;
            }
            .newsItem-link-back-en {
            	float: right;
            	width: 52px;
            	height: 15px;
            	background: url('../gfx/btn_back_en.gif') no-repeat;
            }
            .newsItem-short {
            	font-weight: bold;
            	padding-bottom: 1ex;
            }
            #news-table {
            	width: 100%;
            }
            #news-table > div {
            	width: 100%;
                height: 25px;
            }
            #news-table .table-row {
                height: 25px;
            }
            #news-table > div.even {
            	background-color: rgb(237,237,237);
            }
            #news-table > div + div div{
            	border-top: solid 1px rgb(204,204,204);
            }
            .cell-date, .cell-title, .cell-link {
                float: left;
            	padding-top: 6px;
            	padding-bottom: 6px;
            }
            .cell-date {
                width: 80px;
            }
            .cell-title {
                width: 540px;
            }
            .cell-link {
                width: 50px;
            }


            .odd .cell-date { color: rgb(130,130,130); }
            .even .cell-date { color: rgb(121,121,121); }
            .odd .cell-title { color: rgb(76,134,160); font-weight: bold; }
            .even .cell-title { color: rgb(71,125,149); font-weight: bold; }
            .odd .cell-link a { color: rgb(76,134,160); text-decoration: none; }
            .even .cell-link a { color: rgb(71,125,149); text-decoration: none; }
            .gallery_content_image {
                float: left;
                margin: 0 5px 0 0;
                width: 108px;
            }

        /* END newsItem: */

        /* START kontakt: */

            .link-contactForm {
            	width: 149px;
            	height: 25px;
            	display: block;
            	background: url('../gfx/btn_contact_form.gif') no-repeat;
            }

        /* END kontakt: */

        /* START księgarnia: */

            .book_category {
                float: left;
            	width: 222px;
            	height: 256px;
            	display: block;
            }
            #book_business_pl {
                background: url('../gfx/bookstore/business_pl.jpg') no-repeat;
                margin-right: 10px;
            }
            #book_business_en {
                background: url('../gfx/bookstore/business_en.jpg') no-repeat;
                margin-right: 10px;
            }
            #book_law_pl {
                background: url('../gfx/bookstore/law_pl.jpg') no-repeat;
                margin-right: 10px;
            }
            #book_law_en {
                background: url('../gfx/bookstore/law_en.jpg') no-repeat;
                margin-right: 10px;
            }
            #book_medicine_pl {
                background: url('../gfx/bookstore/medicine_pl.jpg') no-repeat;
            }
            #book_medicine_en {
                background: url('../gfx/bookstore/medicine_en.jpg') no-repeat;
            }
            #book_business_pl:hover {
                background: url('../gfx/bookstore/business_pl_h.jpg') no-repeat;
            }
            #book_business_en:hover {
                background: url('../gfx/bookstore/business_en_h.jpg') no-repeat;
            }
            #book_law_pl:hover {
                background: url('../gfx/bookstore/law_pl_h.jpg') no-repeat;
            }
            #book_law_en:hover {
                background: url('../gfx/bookstore/law_en_h.jpg') no-repeat;
            }
            #book_medicine_pl:hover {
                background: url('../gfx/bookstore/medicine_pl_h.jpg') no-repeat;
            }
            #book_medicine_en:hover {
                background: url('../gfx/bookstore/medicine_en_h.jpg') no-repeat;
            }


        /* END księgarnia: */

    /* END content */

/* END layout elements per section */