/* pole wyszukiwarki w naglowku */
#box-wyszukiwarka .search {
    /*position: relative;*/
}

#box-wyszukiwarka #mod-search-searchword {
    background: transparent;
    border: 0;
    width: 245px;
    height: 29px;
    line-height: 26px;
    position: absolute;
    left: 4px;
    bottom: 3px;
    color: #585858;
}
#box-wyszukiwarka .button {
    position: absolute;
    left: 250px;
    bottom: 4px;
}

/* galeria */
.galeria a img,  a img.galeria {
    border: 1px solid #bbbbbb;
    border-radius:3px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -icab-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    margin: 0px 15px 15px 15px;
    padding: 8px;
}
.galeria a:hover img, a:hover img.galeria {
    border: 1px solid #055CA4;
}

.tabela-ramki-sg {
    width: 1000px;
    height: 305px;
}

.ramka-sg1, .ramka-sg2, .ramka-sg3, .ramka-sg4 {
    width: 244px;
    height: 305px;
    vertical-align: top;
    position: relative;
    border-left: 1px solid #055ca4;
    /*border-bottom: 1px solid #aaaaaa;*/
}

.button-wiecej {
    position: absolute;
    width: 80px;
    height: 34px;
    bottom: 10px;
    right: 10px;
}

.ramka-sg4 {
    background: #1D6697 url('../gfx/bg-ramka4.png') left repeat-y;
    color: #ffffff;
}

/*.ramka-sg1 {
    background: #ffffff url('../gfx/ramka3.png') bottom left no-repeat;
    border-left: 1px solid #055ca4;
}
.ramka-sg2 {
    background: #ffffff url('../gfx/ramka3.png') bottom left no-repeat;
    border-left: 1px solid #055ca4;
}
.ramka-sg3 {
    background: #ffffff url('../gfx/ramka3.png') bottom left no-repeat;
    border-left: 1px solid #055ca4;
}
.ramka-sg4 {
    background: #ffffff url('../gfx/ramka4.png') bottom left no-repeat;
    border-left: 1px solid #055ca4;
    color: #eaeaea;
}*/

.ramka-sg1 a, .ramka-sg2 a, .ramka-sg3 a {
    color: #222222;
    text-decoration: none;
    font-size: 8pt;
}

.ramka-sg1 a:hover, .ramka-sg2 a:hover, .ramka-sg3 a:hover {
    text-decoration: underline;
}

.tabela-ramki-sg  h2, .tabela-ramki-sg  p, .tabela-ramki-sg  ul {
    margin: 12px;
}
.tabela-ramki-sg h2 {
    color: #055ca4;
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 17px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.tabela-ramki-sg ul {
    list-style-image:url('../gfx/arrow-dot-red.png');
}

.tabela-ramki-sg ul li {
    padding-bottom: 6px;
}

/* ********************************************* */
.pagination {
	clear: both;
	margin: 20px 0 20px 0;
        text-align: center;
        width: 730px;
        font-size: 12px;
}
.pagination ul {
	overflow: hidden;
	width: 580px;
	margin: 0 auto;
	list-style: none;
        list-style-image: none;
}
.pagination ul  li {
        float: left;
        margin: 0 6px 0 0;
        border: 1px solid #BBB;
        padding: 4px;
        border-radius: 2px;
        background: url('../gfx/bg-paginator.png') bottom repeat-x;
}
.pagination ul  li a, .pagination ul  li a:link, .pagination ul  a:visited {
	float: left;
	margin: 0 0 0 6px;
	background: url("/wd_new/img/new-layout/paging.gif") no-repeat 100% 0 transparent;
	padding: 0 4px 0 0;
	height: 15px;
	text-decoration: none;
}
.pagination ul li a span {
	float: left;
	color: #999999;
	margin: 0 0 0 -6px;
        padding: 0 4px 0 0;
	background: url("/wd_new/img/new-layout/paging.gif") no-repeat 0 0 transparent;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
}
.pagination ul li a:hover span, .pagination ul li.active a span {
	color: black;
}

.readmore {
	text-align: right;
        margin-bottom: 20px;
}

/* * tabela cennik * */
.tabCennik {
    border: 1px solid #377ba8;
}

.tabCennik tr td {
    border-bottom: 1px solid #BBBBBB;
    border-right: 1px solid #377ba8;
}

/* mod_article_category */

.mod-articles-category-date {
    color: #c0c0c0;
}

.mod-articles-category-tytul {
    color: #ffffff;
    font-weight: normal;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 8pt;
}

.category-module {
    	list-style: none;
        list-style-image: none;
        margin: 0 10px;

}
.aktualnosc-data {
    padding-left: 20px;
    background: transparent url('../gfx/ikona-kalendarz.png') left no-repeat;
}
.tytul-aktualnosci {
    color: #ffffff;
}
div.ramka-news-www {
    background: #fff;
    position: relative;
    height: 200px;
    margin-top: 5px;
    border-left: 1px solid #055CA4;

}
div.ramka-news-www h3 {
    margin-left: 10px;
    margin-bottom: 5px;
    color: #545454;
}
div.ramka-news-www .button-wiecej {
    display: none;
}
.mod-articles-category-title  {
    color: #545454;
    text-decoration: none;
}
div.ramka-news-www :hover.mod-articles-category-title  {
    text-decoration: underline;
}
div.ramka-news-www .mod-articles-category-date {
     color: #1D6697;
}